srsLTE/srsenb
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.
2020-09-03 18:28:49 +02:00
..
hdr Use Format1A when using CA and 15 PRB due to DCI size ambiguity 2020-09-03 10:45:06 +02:00
src enb: fix warning when removing user 2020-09-03 18:28:49 +02:00
test Renamed constants to SRSLTE and use SRSLTE_CFI macros 2020-09-03 10:45:06 +02:00
CMakeLists.txt Updated copyright 2020-03-16 11:26:06 +01:00
drb.conf.example Changed default DRB config QCI 9 to AM 2018-06-13 16:43:48 +02:00
enb.conf.example update enb.conf.example option for inactivity_timer 2020-08-25 11:47:24 +01:00
rr.conf.example change default EARFCN to 3350 or 2.68GHz 2020-07-14 17:25:08 +02:00
sib.conf.example srsenb: Add inline documentation for sib7 in example configs 2020-08-25 11:28:01 +02:00
sib.conf.mbsfn.example fix sib.conf.mbsfn.example defaults 2019-01-21 17:28:44 +00:00