send UL info transfer or SRB2 if it is established

This commit is contained in:
Andre Puschmann 2018-11-02 21:27:16 +01:00
parent 0af19b070c
commit 95ac067b6b
1 changed files with 1 additions and 1 deletions

View File

@ -1408,7 +1408,7 @@ void rrc::send_ul_info_transfer(uint32_t lcid, byte_buffer_t *nas_msg) {
pool->deallocate(nas_msg);
send_ul_dcch_msg(lcid);
send_ul_dcch_msg(rlc->has_bearer(RB_ID_SRB2) ? RB_ID_SRB2 : RB_ID_SRB1);
}
void rrc::send_security_mode_complete() {