srsLTE/srsenb
Andre Puschmann 179fd394b2 enb: add SRB2+DRB1 to scheduler AFTER receiving Reconfig Complete
this commit fixes and issue where, after receiving paging and the resulting
PRACH from the UE, the eNB would create DRB1 and already schedule DL traffic
on this bearer. However, since the UE has not received the reconfig message
yet, the DL traffic is dropped since DRB1 isn't set up yet.

the commit also does not reset the BSR state of the bearer inside MAC since
this caused to a stall of the received DL PDU. The value would initially be set to
a non-zero value (after receiving the DL PDU from EPC). But when the bearer
was (re-)introduced to MAC, it would reset the BSR to zero, and, since
MAC never polls RLC, the PDU wasn't sent down until the next PDU arrives
and sets the BSR to a non-zero value again.
2020-02-03 16:26:15 +01:00
..
hdr add RLC suspend/resume to eNB interface 2020-02-03 16:26:15 +01:00
src enb: add SRB2+DRB1 to scheduler AFTER receiving Reconfig Complete 2020-02-03 16:26:15 +01:00
test updated the test logging utils 2020-01-29 17:15:35 +00:00
CMakeLists.txt update copyright notice 2019-04-29 09:20:02 +02:00
drb.conf.example Changed default DRB config QCI 9 to AM 2018-06-13 16:43:48 +02:00
enb.conf.example enb: fix list of logging layers in conf example 2019-12-12 15:31:25 +01:00
rr.conf.example remove comma from rr.conf 2019-11-18 07:14:09 +01:00
sib.conf.example add tdd/ca support 2019-04-25 20:57:58 +02:00
sib.conf.mbsfn.example fix sib.conf.mbsfn.example defaults 2019-01-21 17:28:44 +00:00