rrc-nr: send RRCReconfiguration after establish_rrc_bearer()

Signed-off-by: Carlo Galiotto <carlo@srs.io>
This commit is contained in:
Carlo Galiotto 2021-11-23 18:33:13 +01:00 committed by Andre Puschmann
parent 66733fb347
commit 9c7ef6f11e
1 changed files with 2 additions and 0 deletions

View File

@ -610,6 +610,8 @@ int rrc_nr::establish_rrc_bearer(uint16_t rnti, uint16_t pdu_session_id, srsran:
users[rnti]->establish_eps_bearer(pdu_session_id, nas_pdu, lcid);
// TODO: verify whether this is the best place where to call the RRCReconfig
users[rnti]->send_rrc_reconfiguration();
return SRSRAN_SUCCESS;
}