Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix TLV-0x0049's type issue and its related function pointers #23

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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