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_controller.h Created enb_{rlc/pdcp/gtpu/phy_interfaces.h files. 4 years ago
rrc.h Releasing the UE when max retransmissions are reached in the RLC. (#2385) 4 years ago
rrc_bearer_cfg.h convert qci_cfg in srsenb to std::map to allow qci values above 10 4 years ago
rrc_cell_cfg.h Port enb specific classes to use srslog (#2155) 4 years ago
rrc_config.h convert qci_cfg in srsenb to std::map to allow qci values above 10 4 years ago
rrc_config_common.h change license header to agnostic version with hint to root LICENSE file 4 years ago
rrc_metrics.h fill enb rrc metrics with drb info 4 years ago
rrc_mobility.h Implement second revision of the events and metrics document. 4 years ago
rrc_nr.h remove byte buffer pool cached member variables as they are unnecessary now. 4 years ago
rrc_ue.h enb,rrc: delay UE release after RLC maxRetx 4 years ago
ue_meas_cfg.h Moved get_earfcn to srslte get_carrier_freq func 4 years ago
ue_rr_cfg.h change license header to agnostic version with hint to root LICENSE file 4 years ago