srsRAN_4G icon indicating copy to clipboard operation
srsRAN_4G copied to clipboard

Additional Information length (in liblte_mme)

Open matan1008 opened this issue 3 years ago • 0 comments

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?

matan1008 avatar Jul 03 '22 15:07 matan1008