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