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
canghaiwuhen
OpenXG-RAN
Commits
b8c964b5
Commit
b8c964b5
authored
Dec 01, 2014
by
Lionel Gauthier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@6137
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
62d35e21
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
4 deletions
+20
-4
openair2/UTIL/LOG/log.c
openair2/UTIL/LOG/log.c
+3
-3
openair2/UTIL/LOG/vcd_signal_dumper.c
openair2/UTIL/LOG/vcd_signal_dumper.c
+8
-1
openair2/UTIL/LOG/vcd_signal_dumper.h
openair2/UTIL/LOG/vcd_signal_dumper.h
+9
-0
No files found.
openair2/UTIL/LOG/log.c
View file @
b8c964b5
...
@@ -142,7 +142,7 @@ int logInit (void)
...
@@ -142,7 +142,7 @@ int logInit (void)
g_log
->
log_component
[
PHY
].
filelog_name
=
"/tmp/phy.log"
;
g_log
->
log_component
[
PHY
].
filelog_name
=
"/tmp/phy.log"
;
g_log
->
log_component
[
MAC
].
name
=
"MAC"
;
g_log
->
log_component
[
MAC
].
name
=
"MAC"
;
g_log
->
log_component
[
MAC
].
level
=
LOG_
EMER
G
;
g_log
->
log_component
[
MAC
].
level
=
LOG_
DEBU
G
;
g_log
->
log_component
[
MAC
].
flag
=
LOG_MED
;
g_log
->
log_component
[
MAC
].
flag
=
LOG_MED
;
g_log
->
log_component
[
MAC
].
interval
=
1
;
g_log
->
log_component
[
MAC
].
interval
=
1
;
g_log
->
log_component
[
MAC
].
fd
=
0
;
g_log
->
log_component
[
MAC
].
fd
=
0
;
...
@@ -158,7 +158,7 @@ int logInit (void)
...
@@ -158,7 +158,7 @@ int logInit (void)
g_log
->
log_component
[
OPT
].
filelog_name
=
""
;
g_log
->
log_component
[
OPT
].
filelog_name
=
""
;
g_log
->
log_component
[
RLC
].
name
=
"RLC"
;
g_log
->
log_component
[
RLC
].
name
=
"RLC"
;
g_log
->
log_component
[
RLC
].
level
=
LOG_
INFO
;
g_log
->
log_component
[
RLC
].
level
=
LOG_
DEBUG
;
g_log
->
log_component
[
RLC
].
flag
=
LOG_MED
;
g_log
->
log_component
[
RLC
].
flag
=
LOG_MED
;
g_log
->
log_component
[
RLC
].
interval
=
1
;
g_log
->
log_component
[
RLC
].
interval
=
1
;
g_log
->
log_component
[
RLC
].
fd
=
0
;
g_log
->
log_component
[
RLC
].
fd
=
0
;
...
@@ -166,7 +166,7 @@ int logInit (void)
...
@@ -166,7 +166,7 @@ int logInit (void)
g_log
->
log_component
[
RLC
].
filelog_name
=
"/tmp/rlc.log"
;
g_log
->
log_component
[
RLC
].
filelog_name
=
"/tmp/rlc.log"
;
g_log
->
log_component
[
PDCP
].
name
=
"PDCP"
;
g_log
->
log_component
[
PDCP
].
name
=
"PDCP"
;
g_log
->
log_component
[
PDCP
].
level
=
LOG_
INFO
;
g_log
->
log_component
[
PDCP
].
level
=
LOG_
DEBUG
;
g_log
->
log_component
[
PDCP
].
flag
=
LOG_MED
;
g_log
->
log_component
[
PDCP
].
flag
=
LOG_MED
;
g_log
->
log_component
[
PDCP
].
interval
=
1
;
g_log
->
log_component
[
PDCP
].
interval
=
1
;
g_log
->
log_component
[
PDCP
].
fd
=
0
;
g_log
->
log_component
[
PDCP
].
fd
=
0
;
...
...
openair2/UTIL/LOG/vcd_signal_dumper.c
View file @
b8c964b5
...
@@ -204,6 +204,10 @@ const char* eurecomFunctionsNames[] = {
...
@@ -204,6 +204,10 @@ const char* eurecomFunctionsNames[] = {
"mac_rlc_status_ind"
,
"mac_rlc_status_ind"
,
"mac_rlc_data_req"
,
"mac_rlc_data_req"
,
"mac_rlc_data_ind"
,
"mac_rlc_data_ind"
,
"rlc_um_try_reassembly"
,
"rlc_um_check_timer_dar_time_out"
,
"rlc_um_receive_process_dar"
,
/* PDCP signals */
/* PDCP signals */
"pdcp_run"
,
"pdcp_run"
,
"pdcp_data_req"
,
"pdcp_data_req"
,
...
@@ -214,7 +218,10 @@ const char* eurecomFunctionsNames[] = {
...
@@ -214,7 +218,10 @@ const char* eurecomFunctionsNames[] = {
"rrc_mac_config_req"
,
"rrc_mac_config_req"
,
"rrc_ue_decode_sib1"
,
"rrc_ue_decode_sib1"
,
"rrc_ue_decode_si"
,
"rrc_ue_decode_si"
,
/* GTPV1U signals */
"gtpv1u_enb_task"
,
/* UDP signals */
"udp_enb_task"
,
/* MISC signals */
/* MISC signals */
"emu_transport"
,
"emu_transport"
,
"log_record"
,
"log_record"
,
...
...
openair2/UTIL/LOG/vcd_signal_dumper.h
View file @
b8c964b5
...
@@ -179,6 +179,9 @@ typedef enum {
...
@@ -179,6 +179,9 @@ typedef enum {
VCD_SIGNAL_DUMPER_FUNCTIONS_MAC_RLC_STATUS_IND
,
VCD_SIGNAL_DUMPER_FUNCTIONS_MAC_RLC_STATUS_IND
,
VCD_SIGNAL_DUMPER_FUNCTIONS_MAC_RLC_DATA_REQ
,
VCD_SIGNAL_DUMPER_FUNCTIONS_MAC_RLC_DATA_REQ
,
VCD_SIGNAL_DUMPER_FUNCTIONS_MAC_RLC_DATA_IND
,
VCD_SIGNAL_DUMPER_FUNCTIONS_MAC_RLC_DATA_IND
,
VCD_SIGNAL_DUMPER_FUNCTIONS_RLC_UM_TRY_REASSEMBLY
,
VCD_SIGNAL_DUMPER_FUNCTIONS_RLC_UM_CHECK_TIMER_DAR_TIME_OUT
,
VCD_SIGNAL_DUMPER_FUNCTIONS_RLC_UM_RECEIVE_PROCESS_DAR
,
/* PDCP signals */
/* PDCP signals */
VCD_SIGNAL_DUMPER_FUNCTIONS_PDCP_RUN
,
VCD_SIGNAL_DUMPER_FUNCTIONS_PDCP_RUN
,
...
@@ -192,6 +195,12 @@ typedef enum {
...
@@ -192,6 +195,12 @@ typedef enum {
VCD_SIGNAL_DUMPER_FUNCTIONS_RRC_UE_DECODE_SIB1
,
VCD_SIGNAL_DUMPER_FUNCTIONS_RRC_UE_DECODE_SIB1
,
VCD_SIGNAL_DUMPER_FUNCTIONS_RRC_UE_DECODE_SI
,
VCD_SIGNAL_DUMPER_FUNCTIONS_RRC_UE_DECODE_SI
,
/* GTPV1U signals */
VCD_SIGNAL_DUMPER_FUNCTIONS_GTPV1U_ENB_TASK
,
/* UDP signals */
VCD_SIGNAL_DUMPER_FUNCTIONS_UDP_ENB_TASK
,
/* MISC signals */
/* MISC signals */
VCD_SIGNAL_DUMPER_FUNCTIONS_EMU_TRANSPORT
,
VCD_SIGNAL_DUMPER_FUNCTIONS_EMU_TRANSPORT
,
VCD_SIGNAL_DUMPER_FUNCTIONS_LOG_RECORD
,
VCD_SIGNAL_DUMPER_FUNCTIONS_LOG_RECORD
,
...
...
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