Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
bae7fb2a
Commit
bae7fb2a
authored
Oct 01, 2013
by
Florian Kaltenberger
Browse files
bugfix in trace
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@4173
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
58610853
Changes
1
Hide whitespace changes
Inline
Side-by-side
openair2/RRC/LITE/L2_interface.c
View file @
bae7fb2a
...
...
@@ -254,9 +254,9 @@ s8 mac_rrc_lite_data_ind(u8 Mod_id, u32 frame, u16 Srb_id, char *Sdu, u16 Sdu_le
}
else
{
// This is an eNB
Srb_info
=
&
eNB_rrc_inst
[
Mod_id
].
Srb0
;
LOG_T
(
RRC
,
"[eNB %d] Received SDU for CCCH on SRB %d
\n
"
,
Mod_id
,
Srb_info
->
Srb_id
);
Srb_info
=
&
eNB_rrc_inst
[
Mod_id
].
Srb0
;
// msg("\n******INST %d Srb_info %p, Srb_id=%d****\n\n",Mod_id,Srb_info,Srb_info->Srb_id);
memcpy
(
Srb_info
->
Rx_buffer
.
Payload
,
Sdu
,
6
);
rrc_eNB_decode_ccch
(
Mod_id
,
frame
,
Srb_info
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment