LOG_W(NR_RRC,"Got RRC setup request for a already registered RNTI %x, dropping the old one\n",UE->rnti);
LOG_W(NR_RRC,"Got RRC setup request for a already registered RNTI %x, dropping the old one and give up this rrcSetupRequest\n",ue_context_p->ue_context.rnti);
LOG_W(NR_RRC,"new UE rnti %lx (coming with random value) is already there as UE %x, removing %x from MAC/PHY\n",ctxt_pP->rntiMaybeUEid,UE->rnti,UE->rnti);
LOG_W(NR_RRC,"new UE rnti (coming with random value) is already there, removing UE %x from MAC/PHY\n",rnti);
LOG_E(NR_RRC,PROTOCOL_NR_RRC_CTXT_UE_FMT" RRCSetupRequest without random UE identity or S-TMSI not supported, let's reject the UE\n",PROTOCOL_NR_RRC_CTXT_UE_ARGS(ctxt_pP));
LOG_E(NR_RRC,"RRCSetupRequest without random UE identity or S-TMSI not supported, let's reject the UE %04x\n",rnti);
/* UE was moving from previous cell so quickly that RRCReestablishment for previous cell was received in this cell */
/* UE was moving from previous cell so quickly that RRCReestablishment for previous cell was received in this cell */
LOG_E(NR_RRC,
LOG_E(NR_RRC,
PROTOCOL_NR_RRC_CTXT_UE_FMT" NR_RRCReestablishmentRequest ue_Identity.physCellId(%ld) is not equal to current physCellId(%d), fallback to RRC establishment\n",
" NR_RRCReestablishmentRequest ue_Identity.physCellId(%ld) is not equal to current physCellId(%d), fallback to RRC establishment\n",
LOG_E(NR_RRC,PROTOCOL_NR_RRC_CTXT_UE_FMT" NR_RRCReestablishmentRequest without UE_id(MAC) rnti %x, fallback to RRC establishment\n",PROTOCOL_NR_RRC_CTXT_UE_ARGS(ctxt_pP),c_rnti);
LOG_E(NR_RRC, "NR_RRCReestablishmentRequest without MAC context, rnti %04x, fallback to RRC establishment\n", c_rnti);
@@ -1884,7 +1840,7 @@ int nr_rrc_gNB_decode_ccch(protocol_ctxt_t *const ctxt_pP,
...
@@ -1884,7 +1840,7 @@ int nr_rrc_gNB_decode_ccch(protocol_ctxt_t *const ctxt_pP,
LOG_E(NR_RRC,"RRRCReconfigurationComplete(Previous) don't receive, delete the Previous UE,\nprevious Status %d, new Status NR_RRC_RECONFIGURED\n",UE->StatusRrc);
LOG_E(NR_RRC,"RRRCReconfigurationComplete(Previous) don't receive, delete the Previous UE,\nprevious Status %d, new Status NR_RRC_RECONFIGURED\n",UE->StatusRrc);
LOG_D(NR_RRC,"Accept RRCReestablishmentRequest from UE physCellId %ld cause %ld\n",rrcReestablishmentRequest.ue_Identity.physCellId,UE->reestablishment_cause);
LOG_D(NR_RRC,"Accept RRCReestablishmentRequest from UE physCellId %ld cause %ld\n",physCellId,cause);
UE->primaryCC_id=0;
UE->primaryCC_id=0;
// LG COMMENT Idx = (ue_mod_idP * NB_RB_MAX) + DCCH;
// LG COMMENT Idx = (ue_mod_idP * NB_RB_MAX) + DCCH;
...
@@ -1932,20 +1888,19 @@ int nr_rrc_gNB_decode_ccch(protocol_ctxt_t *const ctxt_pP,
...
@@ -1932,20 +1888,19 @@ int nr_rrc_gNB_decode_ccch(protocol_ctxt_t *const ctxt_pP,
LOG_D(NR_RRC," Created new UE context rnti: %lx, random ue id %lx, local uid %u\n",ctxt_pP->rntiMaybeUEid,ue_identityP,ue_context_p->ue_context.gNB_ue_ngap_id);
LOG_W(NR_RRC," Created new UE context rnti: %04x, random ue id %lx, RRC ue id %u\n",rnti,ue_identityP,ue_context_p->ue_context.gNB_ue_ngap_id);