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
lizhongxiao
OpenXG-RAN
Commits
005c2e01
Commit
005c2e01
authored
May 25, 2021
by
Melissa Elkadi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Creating seprate proxy config files
parent
67cbf77a
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
563 additions
and
11 deletions
+563
-11
ci-scripts/conf_files/proxy_rcc.band7.tm1.nfapi.conf
ci-scripts/conf_files/proxy_rcc.band7.tm1.nfapi.conf
+247
-0
ci-scripts/conf_files/rcc.band7.tm1.nfapi.conf
ci-scripts/conf_files/rcc.band7.tm1.nfapi.conf
+5
-5
targets/PROJECTS/GENERIC-LTE-EPC/CONF/proxy_rcc.band78.tm1.106PRB.nfapi.conf
...NERIC-LTE-EPC/CONF/proxy_rcc.band78.tm1.106PRB.nfapi.conf
+305
-0
targets/PROJECTS/GENERIC-LTE-EPC/CONF/rcc.band78.tm1.106PRB.nfapi.conf
...CTS/GENERIC-LTE-EPC/CONF/rcc.band78.tm1.106PRB.nfapi.conf
+6
-6
No files found.
ci-scripts/conf_files/proxy_rcc.band7.tm1.nfapi.conf
0 → 100644
View file @
005c2e01
This diff is collapsed.
Click to expand it.
ci-scripts/conf_files/rcc.band7.tm1.nfapi.conf
View file @
005c2e01
...
...
@@ -191,12 +191,12 @@ eNBs =
NETWORK_INTERFACES
:
{
ENB_INTERFACE_NAME_FOR_S1_MME
=
"
lo
"
;
ENB_IPV4_ADDRESS_FOR_S1_MME
=
"1
27.0
.0.1"
;
ENB_INTERFACE_NAME_FOR_S1U
=
"
lo
"
;
ENB_IPV4_ADDRESS_FOR_S1U
=
"1
27.0
.0.1"
;
ENB_INTERFACE_NAME_FOR_S1_MME
=
"
ctrl
"
;
ENB_IPV4_ADDRESS_FOR_S1_MME
=
"1
72.16
.0.1"
;
ENB_INTERFACE_NAME_FOR_S1U
=
"
ctrl
"
;
ENB_IPV4_ADDRESS_FOR_S1U
=
"1
72.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/proxy_rcc.band78.tm1.106PRB.nfapi.conf
0 → 100644
View file @
005c2e01
This diff is collapsed.
Click to expand it.
targets/PROJECTS/GENERIC-LTE-EPC/CONF/rcc.band78.tm1.106PRB.nfapi.conf
View file @
005c2e01
...
...
@@ -238,7 +238,7 @@ gNBs =
t_dc_prep
=
1000
; /*
unit
:
millisecond
*/
t_dc_overall
=
2000
; /*
unit
:
millisecond
*/
target_enb_x2_ip_address
= (
{
ipv4
=
"1
27.0
.0.1"
;
# rrc.band7.tm1.nfapi.conf:line 201
{
ipv4
=
"1
72.16
.0.1"
;
# rrc.band7.tm1.nfapi.conf:line 201
ipv6
=
"192:168:30::17"
;
preference
=
"ipv4"
;
}
...
...
@@ -248,12 +248,12 @@ gNBs =
{
# 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
=
"1
27.0.0.2
"
;
GNB_INTERFACE_NAME_FOR_S1U
=
"
lo:
"
;
GNB_IPV4_ADDRESS_FOR_S1U
=
"1
27.0.0.2
"
;
GNB_INTERFACE_NAME_FOR_S1_MME
=
"
ctrl
"
;
GNB_IPV4_ADDRESS_FOR_S1_MME
=
"1
72.16.0.4
"
;
GNB_INTERFACE_NAME_FOR_S1U
=
"
ctrl
"
;
GNB_IPV4_ADDRESS_FOR_S1U
=
"1
72.16.0.4
"
;
GNB_PORT_FOR_S1U
=
2152
;
# Spec 2152
GNB_IPV4_ADDRESS_FOR_X2C
=
"1
27.0.0.2
"
;
GNB_IPV4_ADDRESS_FOR_X2C
=
"1
72.16.0.4
"
;
GNB_PORT_FOR_X2C
=
36422
;
# Spec 36422
};
}
...
...
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