Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
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
spbro
OpenXG-RAN
Commits
d9202e43
Commit
d9202e43
authored
8 years ago
by
Cedric Roux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add RRC traces to the RRC view in enb.c
parent
2e6c04cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
+30
-0
common/utils/T/tracer/enb.c
common/utils/T/tracer/enb.c
+30
-0
No files found.
common/utils/T/tracer/enb.c
View file @
d9202e43
...
...
@@ -303,6 +303,36 @@ int main(int n, char **v)
h
,
database
,
is_on
);
view_add_log
(
eg
.
rrcview
,
"ENB_RRC_UL_DCCH_DATA_IN"
,
h
,
database
,
is_on
);
view_add_log
(
eg
.
rrcview
,
"ENB_RRC_SECURITY_MODE_COMPLETE"
,
h
,
database
,
is_on
);
view_add_log
(
eg
.
rrcview
,
"ENB_RRC_SECURITY_MODE_FAILURE"
,
h
,
database
,
is_on
);
view_add_log
(
eg
.
rrcview
,
"ENB_RRC_UE_CAPABILITY_INFORMATION"
,
h
,
database
,
is_on
);
view_add_log
(
eg
.
rrcview
,
"ENB_RRC_CONNECTION_REQUEST"
,
h
,
database
,
is_on
);
view_add_log
(
eg
.
rrcview
,
"ENB_RRC_CONNECTION_REESTABLISHMENT_REQUEST"
,
h
,
database
,
is_on
);
view_add_log
(
eg
.
rrcview
,
"ENB_RRC_CONNECTION_REESTABLISHMENT_COMPLETE"
,
h
,
database
,
is_on
);
view_add_log
(
eg
.
rrcview
,
"ENB_RRC_UL_HANDOVER_PREPARATION_TRANSFER"
,
h
,
database
,
is_on
);
view_add_log
(
eg
.
rrcview
,
"ENB_RRC_UL_INFORMATION_TRANSFER"
,
h
,
database
,
is_on
);
view_add_log
(
eg
.
rrcview
,
"ENB_RRC_COUNTER_CHECK_RESPONSE"
,
h
,
database
,
is_on
);
view_add_log
(
eg
.
rrcview
,
"ENB_RRC_UE_INFORMATION_RESPONSE_R9"
,
h
,
database
,
is_on
);
view_add_log
(
eg
.
rrcview
,
"ENB_RRC_PROXIMITY_INDICATION_R9"
,
h
,
database
,
is_on
);
view_add_log
(
eg
.
rrcview
,
"ENB_RRC_RECONFIGURATION_COMPLETE_R10"
,
h
,
database
,
is_on
);
view_add_log
(
eg
.
rrcview
,
"ENB_RRC_MBMS_COUNTING_RESPONSE_R10"
,
h
,
database
,
is_on
);
view_add_log
(
eg
.
rrcview
,
"ENB_RRC_INTER_FREQ_RSTD_MEASUREMENT_INDICATION"
,
h
,
database
,
is_on
);
view_add_log
(
eg
.
rrcview
,
"ENB_RRC_UNKNOW_MESSAGE"
,
h
,
database
,
is_on
);
for
(
i
=
0
;
i
<
on_off_n
;
i
++
)
on_off
(
database
,
on_off_name
[
i
],
is_on
,
on_off_action
[
i
]);
...
...
This diff is collapsed.
Click to expand it.
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