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
..
phy Created enb_{rlc/pdcp/gtpu/phy_interfaces.h files. 4 years ago
stack enb,rrc: delay UE release after RLC maxRetx 4 years ago
cfg_parser.h change license header to agnostic version with hint to root LICENSE file 4 years ago
enb.h remove byte buffer pool cached member variables as they are unnecessary now. 4 years ago
metrics_csv.h change license header to agnostic version with hint to root LICENSE file 4 years ago
metrics_json.h Backport some changes from FAPI branch (#2124) 4 years ago
metrics_stdout.h change license header to agnostic version with hint to root LICENSE file 4 years ago
parser.h use of fmt lib in asn1 utils 4 years ago