srsRAN_4G
srsRAN_4G copied to clipboard
Additional Information length (in liblte_mme)
Issue Description
I started reading the liblte_mme.h file and I noticed that in LIBLTE_MME_ADDITIONAL_INFORMATION_STRUCT
the info length is configured to 51024 and the N_octets is uint32.
I might be wrong, but from my understanding of the reference the info length is 253 at most and the N_octets suppose to be uint8.
Is there a reason for this configuration? May I open a PR to change it?