srsLTE/srsue
Andre Puschmann e981d5ee70 rrc,ue: refactor wait conditions before transition to RRC idle
before entering RRC idle, after receiving a RRC connection release for example,
we need to wait until the RLC for SRB1 or SRB2 have been flushed, i.e.
the RLC has acknowledged the reception of the message.

Previously we have only waited for SRB1 but the message can also be received on SRB2
and in this case both bearers need to be checked.

The method is now streamlined to check both SRBs and is also used when
checking the msg transmission of an detach request.
2020-06-29 21:19:42 +02:00
..
hdr rrc,ue: refactor wait conditions before transition to RRC idle 2020-06-29 21:19:42 +02:00
src rrc,ue: refactor wait conditions before transition to RRC idle 2020-06-29 21:19:42 +02:00
test ttcn3: streamline DRB and SRB Tx interface 2020-06-29 13:45:42 +02:00
CMakeLists.txt Updated copyright 2020-03-16 11:26:06 +01:00
ue.conf.example Added configuration options for stack logging. 2020-05-05 14:34:47 +01:00