open-nFAPI
open-nFAPI copied to clipboard
Fix TLV-0x0049's type issue and its related function pointers
In the nfapi spec SCF 082.09.05, TLV tag 0x0049 for nFAPI is "SRS AckNack SRS simultaneous transmission". The type of TLV tag 0x0049 is uint16_t in the current version of Open-nFAPI codes; however, it should be uint8_t according to the nfapi spec SCF 082.09.05. The related pack and unpack function pointers are also updated to the corresponding ones in this fix.