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
c3adbb95
Commit
c3adbb95
authored
Aug 09, 2017
by
shahab
Browse files
warnings
parent
4d3689a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
openair2/ENB_APP/flexran_agent_net_comm.c
View file @
c3adbb95
...
...
@@ -118,7 +118,7 @@ int flexran_agent_create_channel(void *channel_info,
/*element should be a real pointer*/
RB_INSERT
(
flexran_agent_channel_map
,
&
channel_instance
.
flexran_agent_head
,
channel
);
LOG_I
(
FLEXRAN_AGENT
,
"Created a new channel with id
0x%lx
\n
"
,
channel
->
channel_id
);
LOG_I
(
FLEXRAN_AGENT
,
"Created a new channel with id
%d
\n
"
,
channel
->
channel_id
);
return
channel_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