Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Michael Black
OpenXG UE
Commits
81fd983f
Commit
81fd983f
authored
Oct 28, 2018
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct logging messages in FlexRAN & PROTO_AGENT
parent
8918c94a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
openair2/ENB_APP/flexran_agent_handler.c
openair2/ENB_APP/flexran_agent_handler.c
+1
-1
openair2/LAYER2/PROTO_AGENT/proto_agent.c
openair2/LAYER2/PROTO_AGENT/proto_agent.c
+1
-1
No files found.
openair2/ENB_APP/flexran_agent_handler.c
View file @
81fd983f
...
...
@@ -687,7 +687,7 @@ void flexran_agent_send_update_stats(mid_t mod_id) {
return
;
}
error:
LOG_
D
(
FLEXRAN_AGENT
,
"Could not send sf trigger
message
\n
"
);
LOG_
W
(
FLEXRAN_AGENT
,
"Could not send update stats
message
\n
"
);
}
err_code_t
flexran_agent_disable_cont_stats_update
(
mid_t
mod_id
)
{
...
...
openair2/LAYER2/PROTO_AGENT/proto_agent.c
View file @
81fd983f
...
...
@@ -284,8 +284,8 @@ proto_agent_receive(void *args)
if
(
proto_agent_async_msg_send
((
void
*
)
ser_msg
,
(
int
)
size
,
1
,
inst
->
channel
->
channel_info
)){
err_code
=
PROTOCOL__FLEXSPLIT_ERR__MSG_ENQUEUING
;
goto
error
;
LOG_D
(
PROTO_AGENT
,
"sent message with size %d
\n
"
,
size
);
}
LOG_D
(
PROTO_AGENT
,
"sent message with size %d
\n
"
,
size
);
}
...
...
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