mirror of https://github.com/pvnis/srsRAN_4G.git
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.master
parent
c9bf4d14bd
commit
655c7ae8ae
Loading…
Reference in New Issue