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.
Andre Puschmann 46d8ed8742 enb,rrc: delay UE release after RLC maxRetx
this fixes the eNB behaviour when RLC signals maxRetx reached.
By directly releasing the UE, we ignore the fact that the UE
could still have the reestablishment counters running, so
could attempt a reestablishment, which would result in a reject
because we would have destroyed the UE context too early.

this patch delays the removal of the UE to wait at least
until the reestablishment timers are expired.
4 years ago
..
mac rename pdcch_sched to sf_cch_allocator 4 years ago
rrc enb,rrc: delay UE release after RLC maxRetx 4 years ago
upper RLC failure to deliver notifications and discard timer limits to 1500ms (#2368) 4 years ago
enb_stack_base.h breaking enb_interfaces.h into multiple files on a layer basis. Created enb_rrc_interfaces.h, enb_mac_interfaces.h and enb_s1ap_interfaces.h 4 years ago
enb_stack_lte.h breaking enb_interfaces.h into multiple files on a layer basis. Created enb_rrc_interfaces.h, enb_mac_interfaces.h and enb_s1ap_interfaces.h 4 years ago
gnb_stack_nr.h Added the ability of the RLC AM to notify the PDCP of the acknowledged 4 years ago