Commit 71c0544e authored by masayuki.harada's avatar masayuki.harada

Fix Reconfiguration message after Reestablishment.

parent 093e194b
...@@ -220,7 +220,7 @@ mac_rrc_data_req( ...@@ -220,7 +220,7 @@ mac_rrc_data_req(
} }
if(flag == 0){ if(flag == 0){
eNB_RRC_UE_t *ue_p = &ue_context_p->ue_context; eNB_RRC_UE_t *ue_p = &ue_context_p->ue_context;
LOG_T(RRC,"[eNB %d] Frame %d CCCH request (Srb_id %d, rnti %x)\n",Mod_idP,frameP, Srb_id,rnti); LOG_T(RRC,"[eNB %d] Frame %d CCCH request (Srb_id %ld, rnti %x)\n",Mod_idP,frameP, Srb_id,rnti);
Srb_info=&ue_p->Srb0; Srb_info=&ue_p->Srb0;
} }
......
This diff is collapsed.
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