Commit 72fed7d3 authored by winckel's avatar winckel

Corrected log message.

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5049 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 6bada33e
......@@ -1527,7 +1527,8 @@ void rrc_ue_decode_dcch(u8 Mod_id,u32 frame,u8 Srb_id, u8 *Buffer,u8 eNB_index)
#endif
if (Srb_id != 1) {
LOG_E(RRC,"[UE %d] Frame %d: Received message on DL-DCCH (SRB1), should not have ...\n",Mod_id,frame);
LOG_E(RRC,"[UE %d] Frame %d: Received message on DL-DCCH (SRB%d), should not have ...\n",
Mod_id, frame, Srb_id);
return;
}
......
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