Commit 6c8f7ae1 authored by Cedric Roux's avatar Cedric Roux

NR RRC: send "init context setup resp" after receiving reconfig from ue

parent 1cbd6c71
...@@ -1955,7 +1955,7 @@ static void handle_rrcReconfigurationComplete(const protocol_ctxt_t *const ctxt_ ...@@ -1955,7 +1955,7 @@ static void handle_rrcReconfigurationComplete(const protocol_ctxt_t *const ctxt_
rrc_gNB_send_NGAP_INITIAL_CONTEXT_SETUP_RESP(ctxt_pP, ue_context_p); rrc_gNB_send_NGAP_INITIAL_CONTEXT_SETUP_RESP(ctxt_pP, ue_context_p);
break; break;
case RRC_DEFAULT_RECONF: case RRC_DEFAULT_RECONF:
/* nothing to do */ rrc_gNB_send_NGAP_INITIAL_CONTEXT_SETUP_RESP(ctxt_pP, ue_context_p);
break; break;
default: default:
LOG_E(RRC, "Received unexpected xid: %d\n", xid); LOG_E(RRC, "Received unexpected xid: %d\n", xid);
......
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