Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oai
openairinterface5G
Commits
e71adffc
Commit
e71adffc
authored
6 years ago
by
Robert Schmidt
Browse files
Options
Downloads
Patches
Plain Diff
Correct logging messages in FlexRAN & PROTO_AGENT
parent
f01c78e5
No related branches found
No related tags found
4 merge requests
!650
Release v1.1.0 Candidate
,
!588
Develop nr merge
,
!551
Develop Integration Branch 2019 week 13
,
!524
Feature 127 protocol split
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
openair2/ENB_APP/flexran_agent_handler.c
+1
-1
1 addition, 1 deletion
openair2/ENB_APP/flexran_agent_handler.c
openair2/LAYER2/PROTO_AGENT/proto_agent.c
+1
-1
1 addition, 1 deletion
openair2/LAYER2/PROTO_AGENT/proto_agent.c
with
2 additions
and
2 deletions
openair2/ENB_APP/flexran_agent_handler.c
+
1
−
1
View file @
e71adffc
...
@@ -687,7 +687,7 @@ void flexran_agent_send_update_stats(mid_t mod_id) {
...
@@ -687,7 +687,7 @@ void flexran_agent_send_update_stats(mid_t mod_id) {
return
;
return
;
}
}
error:
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
)
{
err_code_t
flexran_agent_disable_cont_stats_update
(
mid_t
mod_id
)
{
...
...
This diff is collapsed.
Click to expand it.
openair2/LAYER2/PROTO_AGENT/proto_agent.c
+
1
−
1
View file @
e71adffc
...
@@ -284,8 +284,8 @@ proto_agent_receive(void *args)
...
@@ -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
)){
if
(
proto_agent_async_msg_send
((
void
*
)
ser_msg
,
(
int
)
size
,
1
,
inst
->
channel
->
channel_info
)){
err_code
=
PROTOCOL__FLEXSPLIT_ERR__MSG_ENQUEUING
;
err_code
=
PROTOCOL__FLEXSPLIT_ERR__MSG_ENQUEUING
;
goto
error
;
goto
error
;
LOG_D
(
PROTO_AGENT
,
"sent message with size %d
\n
"
,
size
);
}
}
LOG_D
(
PROTO_AGENT
,
"sent message with size %d
\n
"
,
size
);
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment