"new UE rnti %lx (coming with random value) is already there as UE %x, removing %x from MAC/PHY\n",
ctxt_pP->rntiMaybeUEid,
ue_context_p->ue_context.rnti,
ue_context_p->ue_context.rnti);
ue_context_p->ue_context.ul_failure_timer=20000;
UE=&ue_context_p->ue_context;
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_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,"RRRCReconfigurationComplete(Previous) don't receive, delete the Previous UE,\nprevious Status %d, new Status NR_RRC_RECONFIGURED\n",ue_context_p->ue_context.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_context_p->ue_context.reestablishment_cause);
LOG_D(NR_RRC,"Accept RRCReestablishmentRequest from UE physCellId %ld cause %ld\n",rrcReestablishmentRequest.ue_Identity.physCellId,UE->reestablishment_cause);
UE->primaryCC_id=0;
// LG COMMENT Idx = (ue_mod_idP * NB_RB_MAX) + DCCH;
LOG_D(NR_RRC,"NGAP_PDUSESSION_MODIFY_RESP: sending the message: nb_of_pdusessions %d, total pdu session %d\n",UE->nb_of_modify_pdusessions,UE->nb_of_pdusessions);