Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
openairinterface5G
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
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
Weiqi Wang
openairinterface5G
Commits
673b2e9f
Commit
673b2e9f
authored
Nov 10, 2017
by
David Price
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Turn down logging
parent
b9268bc3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
17 deletions
+2
-17
openair2/ENB_APP/enb_config.c
openair2/ENB_APP/enb_config.c
+0
-15
targets/PROJECTS/GENERIC-LTE-EPC/CONF/rcc.band7.tm1.50PRB.nfapi.conf
...JECTS/GENERIC-LTE-EPC/CONF/rcc.band7.tm1.50PRB.nfapi.conf
+2
-2
No files found.
openair2/ENB_APP/enb_config.c
View file @
673b2e9f
...
...
@@ -306,10 +306,6 @@ void RCconfig_L1(void) {
configure_nfapi_pnf
(
RC
.
eNB
[
j
][
0
]
->
eth_params_n
.
remote_addr
,
RC
.
eNB
[
j
][
0
]
->
eth_params_n
.
remote_portc
,
RC
.
eNB
[
j
][
0
]
->
eth_params_n
.
my_addr
,
RC
.
eNB
[
j
][
0
]
->
eth_params_n
.
my_portd
,
RC
.
eNB
[
j
][
0
]
->
eth_params_n
.
remote_portd
);
set_comp_log
(
PHY
,
LOG_DEBUG
,
LOG_MED
,
1
);
printf
(
"DJP - forcing PHY to DEBUG - should see similar line if it works
\n
"
);
LOG_E
(
PHY
,
"%s() DJP - forcing PHY to LOG_DEBUG for NFAPI PNF
\n
"
,
__FUNCTION__
);
}
else
{
// other midhaul
}
...
...
@@ -394,17 +390,6 @@ void RCconfig_macrlc() {
printf
(
"**************** vnf_port:%d
\n
"
,
RC
.
mac
[
j
]
->
eth_params_s
.
my_portc
);
configure_nfapi_vnf
(
RC
.
mac
[
j
]
->
eth_params_s
.
my_addr
,
RC
.
mac
[
j
]
->
eth_params_s
.
my_portc
);
printf
(
"**************** RETURNED FROM configure_nfapi_vnf() vnf_port:%d
\n
"
,
RC
.
mac
[
j
]
->
eth_params_s
.
my_portc
);
set_comp_log
(
RLC
,
LOG_DEBUG
,
LOG_MED
,
1
);
set_comp_log
(
MAC
,
LOG_DEBUG
,
LOG_MED
,
1
);
set_comp_log
(
RRC
,
LOG_DEBUG
,
LOG_MED
,
1
);
set_comp_log
(
PHY
,
LOG_DEBUG
,
LOG_MED
,
1
);
printf
(
"DJP - forcing RLC/MAC/RRC/PHY to DEBUG - should see similar line if it works
\n
"
);
LOG_D
(
RLC
,
"%s() DJP - forcing RLC to LOG_DEBUG for VNF
\n
"
,
__FUNCTION__
);
LOG_D
(
MAC
,
"%s() DJP - forcing MAC to LOG_DEBUG for VNF
\n
"
,
__FUNCTION__
);
LOG_D
(
RRC
,
"%s() DJP - forcing RRC to LOG_DEBUG for VNF
\n
"
,
__FUNCTION__
);
LOG_I
(
PHY
,
"%s() DJP - forcing PHY to LOG_DEBUG for VNF
\n
"
,
__FUNCTION__
);
}
else
{
// other midhaul
AssertFatal
(
1
==
0
,
"MACRLC %d: %s unknown southbound midhaul
\n
"
,
j
,
*
(
MacRLC_ParamList
.
paramarray
[
j
][
MACRLC_TRANSPORT_S_PREFERENCE_IDX
].
strptr
));
}
...
...
targets/PROJECTS/GENERIC-LTE-EPC/CONF/rcc.band7.tm1.50PRB.nfapi.conf
View file @
673b2e9f
...
...
@@ -173,11 +173,11 @@ log_config = {
phy_log_verbosity
=
"medium"
;
mac_log_level
=
"info"
;
mac_log_verbosity
=
"medium"
;
rlc_log_level
=
"
debug
"
;
rlc_log_level
=
"
info
"
;
rlc_log_verbosity
=
"medium"
;
pdcp_log_level
=
"info"
;
pdcp_log_verbosity
=
"medium"
;
rrc_log_level
=
"
debug
"
;
rrc_log_level
=
"
info
"
;
rrc_log_verbosity
=
"medium"
;
};
...
...
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