Closed rjaksa closed 8 months ago
Hi @rjaksa,
Thanks a lot for the detailed report!
I'll take a look.
Cheers, Valentin
Hi @rjaksa, MSIN encoding issue when MNC has 3 digits has been fixed, and verified to be fixed by another party. If you are still stumbling upon your NIL crash on the latest commit of master, please open another bug with pcap / logs and I'll swiftly take a look at it. Thanks a lot! Cheers, Valentin
Sounds good. I will re-check it soon. Thanks!
I found the problem that causes my NIL crash. It occurs when/if you use a gNodeB id with a hex digit (e.g. 00000F). I will collect information and open another bug report.
Describe the bug When the UE's IMSI is constructed with a 3-digit MNC, PacketRusher crashes.
To Reproduce Steps to reproduce the behavior:
with corresponding output of:
Note the two MSINs shown in bold for ueCfg and simConfig. The ueCfg MSIN has "10" digits (which is incorrect) and simConfig MSIN has "9" digits.
Expected behavior PacketRusher UE handling needs to be corrected to handle 3 digit MNCs (and 9 digit MSINs).