Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dyyu
openairinterface5G
Commits
a01e889e
Commit
a01e889e
authored
Jun 01, 2015
by
Cedric Roux
Browse files
fix log
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@7504
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
4fcde7b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
openair1/SCHED/phy_procedures_lte_eNb.c
View file @
a01e889e
...
...
@@ -154,7 +154,7 @@ int32_t add_ue(int16_t rnti, PHY_VARS_eNB *phy_vars_eNB)
}
else
{
if
(
phy_vars_eNB
->
eNB_UE_stats
[
i
].
crnti
==
0
)
{
MSC_LOG_EVENT
(
MSC_PHY_ENB
,
"0 Add ue %"
PRIx16
" "
,
rnti
);
LOG_I
(
PHY
,
"UE_id %d associated with rnti %x
\n
"
,
i
,
rnti
);
LOG_I
(
PHY
,
"UE_id %d associated with rnti %x
\n
"
,
i
,
(
uint16_t
)
rnti
);
phy_vars_eNB
->
dlsch_eNB
[
i
][
0
]
->
rnti
=
rnti
;
phy_vars_eNB
->
ulsch_eNB
[
i
]
->
rnti
=
rnti
;
phy_vars_eNB
->
eNB_UE_stats
[
i
].
crnti
=
rnti
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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