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
37425ee9
Commit
37425ee9
authored
Feb 22, 2018
by
Cédric Roux
Browse files
bugfix: revert bad change
Without this revert, the following does not compile: ./build_oai --oaisim
parent
b23a8ad0
Changes
1
Hide whitespace changes
Inline
Side-by-side
openair2/LAYER2/openair2_proc.c
View file @
37425ee9
...
...
@@ -228,9 +228,7 @@ int dump_eNB_l2_stats(char *buffer, int length)
PROTOCOL_CTXT_SET_BY_MODULE_ID
(
&
ctxt
,
eNB_id
,
ENB_FLAG_YES
,
/* the following is suspicious, let's put back what was there before */
/*UE_list->eNB_UE_stats[0][UE_id].crnti,//UE_PCCID(eNB_id,UE_id)][UE_id].crnti, */
UE_list
->
eNB_UE_stats
[
UE_PCCID
(
eNB_id
,
UE_id
)][
UE_id
].
crnti
,
UE_list
->
eNB_UE_stats
[
0
][
UE_id
].
crnti
,
//UE_PCCID(eNB_id,UE_id)][UE_id].crnti,
eNB
->
frame
,
eNB
->
subframe
,
eNB_id
);
...
...
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