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
Michael Black
OpenXG-RAN
Commits
eb3436c0
Commit
eb3436c0
authored
Mar 19, 2021
by
Melissa Elkadi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added comment in configs for networking help
parent
4dad535e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
ci-scripts/conf_files/rcc.band7.tm1.nfapi.conf
ci-scripts/conf_files/rcc.band7.tm1.nfapi.conf
+4
-2
targets/PROJECTS/GENERIC-LTE-EPC/CONF/rcc.band78.tm1.106PRB.nfapi.conf
...CTS/GENERIC-LTE-EPC/CONF/rcc.band78.tm1.106PRB.nfapi.conf
+4
-3
No files found.
ci-scripts/conf_files/rcc.band7.tm1.nfapi.conf
View file @
eb3436c0
...
...
@@ -190,13 +190,15 @@ eNBs =
t_dc_overall
=
2000
; /*
unit
:
millisecond
*/
NETWORK_INTERFACES
:
{
{
# All of these have to be IP addr of eNB
# if in CORE container, make it 172.16.0.1
# if not launched in CORE, can set to lo (127.0.0.1)
ENB_INTERFACE_NAME_FOR_S1_MME
=
"ctrl0"
;
ENB_IPV4_ADDRESS_FOR_S1_MME
=
"172.16.0.1"
;
ENB_INTERFACE_NAME_FOR_S1U
=
"ctrl0"
;
ENB_IPV4_ADDRESS_FOR_S1U
=
"172.16.0.1"
;
ENB_PORT_FOR_S1U
=
2152
;
# Spec 2152
ENB_IPV4_ADDRESS_FOR_X2C
=
"1
27.0
.0.1"
;
ENB_IPV4_ADDRESS_FOR_X2C
=
"1
72.16
.0.1"
;
ENB_PORT_FOR_X2C
=
36422
;
# Spec 36422
};
...
...
targets/PROJECTS/GENERIC-LTE-EPC/CONF/rcc.band78.tm1.106PRB.nfapi.conf
View file @
eb3436c0
...
...
@@ -238,15 +238,16 @@ gNBs =
t_dc_prep
=
1000
; /*
unit
:
millisecond
*/
t_dc_overall
=
2000
; /*
unit
:
millisecond
*/
target_enb_x2_ip_address
= (
{
ipv4
=
"127.0.0.1"
;
{
ipv4
=
"127.0.0.1"
;
# rrc.band7.tm1.nfapi.conf:line 201
ipv6
=
"192:168:30::17"
;
preference
=
"ipv4"
;
}
);
NETWORK_INTERFACES
:
{
{
# All of these have to be IP addr of gNB
# if in CORE container, make it 172.16.0.X
# if not launched in CORE, can set to lo (127.0.0.2)
GNB_INTERFACE_NAME_FOR_S1_MME
=
"lo"
;
GNB_IPV4_ADDRESS_FOR_S1_MME
=
"127.0.0.2"
;
GNB_INTERFACE_NAME_FOR_S1U
=
"lo"
;
...
...
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