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
6b0a1730
Commit
6b0a1730
authored
Mar 19, 2021
by
Melissa Elkadi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated configuration files
parent
58894c58
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
10 deletions
+11
-10
ci-scripts/conf_files/rcc.band7.tm1.nfapi.conf
ci-scripts/conf_files/rcc.band7.tm1.nfapi.conf
+6
-5
common/utils/LOG/log.h
common/utils/LOG/log.h
+1
-1
targets/PROJECTS/GENERIC-LTE-EPC/CONF/rcc.band78.tm1.106PRB.nfapi.conf
...CTS/GENERIC-LTE-EPC/CONF/rcc.band78.tm1.106PRB.nfapi.conf
+4
-4
No files found.
ci-scripts/conf_files/rcc.band7.tm1.nfapi.conf
View file @
6b0a1730
...
...
@@ -183,7 +183,7 @@ eNBs =
enable_measurement_reports
=
"no"
;
///
X2
enable_x2
=
"
yes
"
;
enable_x2
=
"
no
"
;
t_reloc_prep
=
1000
; /*
unit
:
millisecond
*/
tx2_reloc_overall
=
2000
; /*
unit
:
millisecond
*/
t_dc_prep
=
1000
; /*
unit
:
millisecond
*/
...
...
@@ -191,10 +191,10 @@ eNBs =
NETWORK_INTERFACES
:
{
ENB_INTERFACE_NAME_FOR_S1_MME
=
"
enp67s
0"
;
ENB_IPV4_ADDRESS_FOR_S1_MME
=
"1
0.1.1.68
"
;
ENB_INTERFACE_NAME_FOR_S1U
=
"
enp67s
0"
;
ENB_IPV4_ADDRESS_FOR_S1U
=
"1
0.1.1.68
"
;
ENB_INTERFACE_NAME_FOR_S1_MME
=
"
ctrl
0"
;
ENB_IPV4_ADDRESS_FOR_S1_MME
=
"1
72.16.0.1
"
;
ENB_INTERFACE_NAME_FOR_S1U
=
"
ctrl
0"
;
ENB_IPV4_ADDRESS_FOR_S1U
=
"1
72.16.0.1
"
;
ENB_PORT_FOR_S1U
=
2152
;
# Spec 2152
ENB_IPV4_ADDRESS_FOR_X2C
=
"127.0.0.1"
;
ENB_PORT_FOR_X2C
=
36422
;
# Spec 36422
...
...
@@ -215,6 +215,7 @@ MACRLCs = (
remote_s_portd
=
50010
;
tr_s_preference
=
"nfapi"
;
tr_n_preference
=
"local_RRC"
;
scheduler_mode
=
"fairRR"
;
}
);
...
...
common/utils/LOG/log.h
View file @
6b0a1730
...
...
@@ -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
1
#define LOG_WITH_COLORS
0
#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 */
...
...
targets/PROJECTS/GENERIC-LTE-EPC/CONF/rcc.band78.tm1.106PRB.nfapi.conf
View file @
6b0a1730
...
...
@@ -13,9 +13,9 @@ gNBs =
gNB_name
=
"gNB-Eurecom-5GNRBox"
;
//
Tracking
area
code
,
0
x0000
and
0
xfffe
are
reserved
values
tracking_area_code
=
1
;
tracking_area_code
=
5
;
plmn_list
= ({
mcc
=
208
;
mnc
=
93
;
mnc_length
=
2
;});
plmn_list
= ({
mcc
=
320
;
mnc
=
230
;
mnc_length
=
3
;});
tr_s_preference
=
"local_mac"
...
...
@@ -232,13 +232,13 @@ gNBs =
}
);
///
X2
enable_x2
=
"
yes
"
;
enable_x2
=
"
no
"
;
t_reloc_prep
=
1000
; /*
unit
:
millisecond
*/
tx2_reloc_overall
=
2000
; /*
unit
:
millisecond
*/
t_dc_prep
=
1000
; /*
unit
:
millisecond
*/
t_dc_overall
=
2000
; /*
unit
:
millisecond
*/
target_enb_x2_ip_address
= (
{
ipv4
=
"127.0.0.1"
;
/*
"CI_FR1_CTL_ENB_IP_ADDR"
; */
{
ipv4
=
"127.0.0.1"
;
ipv6
=
"192:168:30::17"
;
preference
=
"ipv4"
;
}
...
...
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