diff --git a/openair2/RRC/NR/rrc_gNB.c b/openair2/RRC/NR/rrc_gNB.c index ae7e8f513273f22e0c47ac4cd84ae3e8afe2b9d8..2bc3892c4dce989ff9592357df2b4f376dff3a32 100644 --- a/openair2/RRC/NR/rrc_gNB.c +++ b/openair2/RRC/NR/rrc_gNB.c @@ -1693,6 +1693,8 @@ static int nr_rrc_gNB_decode_ccch(module_id_t module_id, rnti_t rnti, const uint // TODO: MAC structures should not be accessed directly from the RRC! An implementation using the F1 interface should be developed. if (!NODE_IS_CU(RC.nrrrc[0]->node_type)) { nr_rrc_mac_remove_ue(ue_context_p->ue_context.rnti); + } else { + AssertFatal(false, "not implemented: need to switch RNTI in MAC via DL RRC Message Transfer\n"); } /* replace rnti in the context */