mirror of https://github.com/pvnis/srsRAN_4G.git
srsenb/rrc: Avoid crash when CSFB requested but sib7 not configured
This commit addresses an issue where if a UE requests a release for circuit switched fallback, but the sib7 carrier freqs info list is not configured, the eNodeB would crash with a segfault due to attempting to access an element from an empty list. This commit adds explicit checking to handle the empty list case. If the list is empty, no redirect carrier info is added to the connection release message and the UE must scan for the fallback network itself.master
parent
1ff74da078
commit
e9eab89a6b
Loading…
Reference in New Issue