Commit ede596cf authored by Guido Casati's avatar Guido Casati

RRCReestablishmentRequest: note RRCSetup fallback when UE context is missing

Signed-off-by: default avatarGuido Casati <guido.casati@openairinterface.org>
parent 33ff2257
......@@ -1488,6 +1488,8 @@ static void rrc_handle_RRCReestablishmentRequest(gNB_RRC_INST *rrc,
return;
}
/* TS 38.331 §5.3.7.1: retrieve UE context (C-RNTI + physCellId): if it cannot be
* retrieved, respond with RRCSetup (Fig. 5.3.7.1-2). */
ue_context_p = rrc_gNB_get_ue_context_by_rnti(rrc, assoc_id, old_rnti);
if (ue_context_p == NULL) {
// Fallback 1: Try to find UE by RNTI only (re-establishment on different DU scenario)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment