You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Matt Johnson e9eab89a6b 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.
4 years ago
..
hdr added extra state to S1 target enb mobility FSM. Accounts for out-of-order arrival of MMEStatusTransfer. Also, now we avoid creating DRBs before the MMEStatusTransfer 4 years ago
src srsenb/rrc: Avoid crash when CSFB requested but sib7 not configured 4 years ago
test implemented s1 handover cancellation procedure to force the target enb to release the ue ctxt 4 years ago
CMakeLists.txt Updated copyright 5 years ago
drb.conf.example Changed default DRB config QCI 9 to AM 7 years ago
enb.conf.example correct default value of PHY threads in eNB and UE examples 4 years ago
rr.conf.example change default EARFCN to 3350 or 2.68GHz 5 years ago
sib.conf.example multiqueue: add option to create queue with non-default capacity 5 years ago
sib.conf.mbsfn.example fix sib.conf.mbsfn.example defaults 6 years ago