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
oai
openairinterface5G
Commits
4fcde7b6
Commit
4fcde7b6
authored
Jun 01, 2015
by
Cedric Roux
Browse files
fix log
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@7503
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
69961bf9
Changes
1
Hide whitespace changes
Inline
Side-by-side
openair1/SCHED/phy_procedures_lte_eNb.c
View file @
4fcde7b6
...
...
@@ -143,7 +143,7 @@ int32_t add_ue(int16_t rnti, PHY_VARS_eNB *phy_vars_eNB)
uint8_t
i
;
#ifdef DEBUG_PHY_PROC
LOG_I
(
PHY
,
"[eNB %d] Adding UE with rnti %x
\n
"
,
phy_vars_eNB
->
Mod_id
,
rnti
);
LOG_I
(
PHY
,
"[eNB %d] Adding UE with rnti %x
\n
"
,
phy_vars_eNB
->
Mod_id
,
(
uint16_t
)
rnti
);
#endif
for
(
i
=
0
;
i
<
NUMBER_OF_UE_MAX
;
i
++
)
{
...
...
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