Skip to content

Conversation

@YaoJenTang
Copy link
Contributor

@YaoJenTang YaoJenTang commented Aug 14, 2018

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.

Fix the type error of TLV 0x0049: nfapi_uint16_tlv_t --> nfapi_uint8_tlv_t
Fix the pack/unpack function pointers related to NFAPI_SRS_CONFIG_SRS_ACKNACK_SRS_SIMULTANEOUS_TRANSMISSION_TAG.
pack_uint16_tlv_value --> pack_uint8_tlv_value
unpack_uint16_tlv_value --> unpack_uint8_tlv_value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant