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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
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
OpenXG
OpenXG-RAN
Commits
2241ed17
Commit
2241ed17
authored
Mar 22, 2024
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CU F1+E1 test: use some service names
parent
71486a0d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
ci-scripts/conf_files/gnb-cucp.sa.f1.conf
ci-scripts/conf_files/gnb-cucp.sa.f1.conf
+2
-2
ci-scripts/yaml_files/5g_rfsimulator_e1/docker-compose.yaml
ci-scripts/yaml_files/5g_rfsimulator_e1/docker-compose.yaml
+3
-3
No files found.
ci-scripts/conf_files/gnb-cucp.sa.f1.conf
View file @
2241ed17
...
...
@@ -40,7 +40,7 @@ gNBs =
//////////
AMF
parameters
:
amf_ip_address
= ( {
ipv4
=
"
192.168.71.132
"
;
amf_ip_address
= ( {
ipv4
=
"
oai-amf
"
;
ipv6
=
"192:168:30::17"
;
active
=
"yes"
;
preference
=
"ipv4"
;
...
...
@@ -92,6 +92,6 @@ security = {
rrc_log_level
=
"info"
;
f1ap_log_level
=
"info"
;
ngap_log_level
=
"debug"
;
sctp_log_level
=
"
debug
"
;
sctp_log_level
=
"
info
"
;
};
ci-scripts/yaml_files/5g_rfsimulator_e1/docker-compose.yaml
View file @
2241ed17
...
...
@@ -188,7 +188,7 @@ services:
environment
:
USE_ADDITIONAL_OPTIONS
:
--sa --rfsim --log_config.global_log_options level,nocolor,time
--MACRLCs.[0].local_n_address 192.168.72.3
--MACRLCs.[0].remote_n_address
192.168.72.2
--MACRLCs.[0].remote_n_address
oai-cucp
--MACRLCs.[0].local_n_address_f1u 192.168.73.3
ASAN_OPTIONS
:
detect_leaks=0
depends_on
:
...
...
@@ -218,7 +218,7 @@ services:
--gNBs.[0].gNB_DU_ID 0xe01
--gNBs.[0].nr_cellid
87654321
--gNBs.[0].servingCellConfigCommon.[0].physCellId
1
--MACRLCs.[0].remote_n_address
192.168.72.2
--MACRLCs.[0].remote_n_address
oai-cucp
--MACRLCs.[0].local_n_address 192.168.72.4
--MACRLCs.[0].local_n_address_f1u 192.168.74.3
ASAN_OPTIONS
:
detect_leaks=0
...
...
@@ -249,7 +249,7 @@ services:
--gNBs.[0].gNB_DU_ID 0xe02
--gNBs.[0].nr_cellid
11111111
--gNBs.[0].servingCellConfigCommon.[0].physCellId
2
--MACRLCs.[0].remote_n_address
192.168.72.2
--MACRLCs.[0].remote_n_address
oai-cucp
--MACRLCs.[0].local_n_address 192.168.72.5
--MACRLCs.[0].local_n_address_f1u 192.168.76.3
ASAN_OPTIONS
:
detect_leaks=0
...
...
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