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
c2066d04
Commit
c2066d04
authored
Apr 29, 2021
by
David Kim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
showing dl_tti msg
parent
eb0e1a8e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
common/utils/LOG/log.h
common/utils/LOG/log.h
+2
-2
targets/PROJECTS/GENERIC-LTE-EPC/CONF/rcc.band78.tm1.106PRB.nfapi.conf
...CTS/GENERIC-LTE-EPC/CONF/rcc.band78.tm1.106PRB.nfapi.conf
+5
-5
No files found.
common/utils/LOG/log.h
View file @
c2066d04
...
...
@@ -106,7 +106,7 @@ extern "C" {
/* .log_format = 0x13 uncolored standard messages
* .log_format = 0x93 colored standard messages */
/* keep white space in first position; switching it to 0 allows colors to be disabled*/
#define LOG_WITH_COLORS
0
#define LOG_WITH_COLORS
1
#if LOG_WITH_COLORS
#define LOG_RED "\033[1;31m"
/*!< \brief VT100 sequence for bold red foreground */
#define LOG_GREEN "\033[32m"
/*!< \brief VT100 sequence for green foreground */
...
...
@@ -416,7 +416,7 @@ int32_t write_file_matlab(const char *fname, const char *vname, void *data, int
// debugging macros
#define LOG_F LOG_I
/* because LOG_F was originaly to dump a message or buffer but is also used as a regular level...., to dump use LOG_DUMPMSG */
#define LOG_MINIMAL
1
/* 1 for minimal logging: E, W and A */
#define LOG_MINIMAL
0
/* 1 for minimal logging: E, W and A */
#if LOG_MINIMAL
...
...
targets/PROJECTS/GENERIC-LTE-EPC/CONF/rcc.band78.tm1.106PRB.nfapi.conf
View file @
c2066d04
...
...
@@ -264,12 +264,12 @@ MACRLCs = (
{
num_cc
=
1
;
local_s_if_name
=
"lo:"
;
remote_s_address
=
"127.0.0.
2
"
; //
pnf
addr
[!]
remote_s_address
=
"127.0.0.
1
"
; //
pnf
addr
[!]
local_s_address
=
"127.0.0.2"
; //
vnf
addr
local_s_portc
=
50
0
01
; //
vnf
p5
port
remote_s_portc
=
50
0
00
; //
pnf
p5
port
[!]
local_s_portd
=
50
0
11
; //
vnf
p7
port
[!]
remote_s_portd
=
50
0
10
; //
pnf
p7
port
[!]
local_s_portc
=
50
6
01
; //
vnf
p5
port
remote_s_portc
=
50
6
00
; //
pnf
p5
port
[!]
local_s_portd
=
50
6
11
; //
vnf
p7
port
[!]
remote_s_portd
=
50
6
10
; //
pnf
p7
port
[!]
tr_s_preference
=
"nfapi"
;
tr_n_preference
=
"local_RRC"
;
}
...
...
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