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 655c7ae8ae enb: fix warning when removing user
when removing a user from the eNB we iterated over all possible LCIDs
and set the buffer state to zero in the scheduler.

this resulted in following log entries:

13:57:23.856334 [RRC ] [I] Received Release Complete rnti=0x46
13:57:23.856352 [MAC ] [W] [ 5149] The provided lcid=6 is not valid
13:57:23.856362 [MAC ] [W] [ 5149] The provided lcid=7 is not valid
13:57:23.856368 [MAC ] [W] [ 5149] The provided lcid=8 is not valid
13:57:23.856371 [MAC ] [W] [ 5149] The provided lcid=9 is not valid
13:57:23.856376 [MAC ] [W] [ 5149] The provided lcid=10 is not valid

we now check if the bearer exits at RLC and only report those to the MAC.
4 years ago
..
hdr Use Format1A when using CA and 15 PRB due to DCI size ambiguity 4 years ago
src enb: fix warning when removing user 4 years ago
test Renamed constants to SRSLTE and use SRSLTE_CFI macros 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 update enb.conf.example option for inactivity_timer 4 years ago
rr.conf.example change default EARFCN to 3350 or 2.68GHz 5 years ago
sib.conf.example srsenb: Add inline documentation for sib7 in example configs 4 years ago
sib.conf.mbsfn.example fix sib.conf.mbsfn.example defaults 6 years ago