-
- Downloads
bugfix/cleanup: remove uint8_t to encode size plus some cleanup
The starting point was the function do_NR_DLInformationTransfer() which may deal with more than 256 bytes. Then why not cleanup all the functions in the same file. (And do a bit of formattting fixing while we're here.) Then cleanup the callers of those functions. Then, because of do_SIB23_NR() let's also cleanup in some structures. Not all the codebase was cleaned up, there surely remain some uint8_t (and char/short/uint16_t) which are wrong.
parent
92491310
No related branches found
No related tags found
Showing
- openair2/RRC/LTE/defs_NB_IoT.h 17 additions, 17 deletionsopenair2/RRC/LTE/defs_NB_IoT.h
- openair2/RRC/LTE/rrc_defs.h 28 additions, 28 deletionsopenair2/RRC/LTE/rrc_defs.h
- openair2/RRC/NR/MESSAGES/asn1_msg.c 42 additions, 42 deletionsopenair2/RRC/NR/MESSAGES/asn1_msg.c
- openair2/RRC/NR/MESSAGES/asn1_msg.h 38 additions, 38 deletionsopenair2/RRC/NR/MESSAGES/asn1_msg.h
- openair2/RRC/NR/nr_rrc_defs.h 2 additions, 2 deletionsopenair2/RRC/NR/nr_rrc_defs.h
- openair2/RRC/NR/rrc_gNB.c 8 additions, 13 deletionsopenair2/RRC/NR/rrc_gNB.c
- openair2/RRC/NR_UE/rrc_UE.c 3 additions, 4 deletionsopenair2/RRC/NR_UE/rrc_UE.c
Loading
Please register or sign in to comment