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
littleBu
OpenXG-RAN
Commits
d0b5bc0c
Commit
d0b5bc0c
authored
Dec 06, 2023
by
Florian Kaltenberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DU or gNB now connects to docker network instead of using host network mode.
parent
020d0937
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
7 deletions
+20
-7
ci-scripts/yaml_files/sa_gnb_aerial/docker-compose.yaml
ci-scripts/yaml_files/sa_gnb_aerial/docker-compose.yaml
+17
-4
targets/PROJECTS/GENERIC-NR-5GC/CONF/du.Aerial.conf
targets/PROJECTS/GENERIC-NR-5GC/CONF/du.Aerial.conf
+1
-1
targets/PROJECTS/GENERIC-NR-5GC/CONF/vnf.sa.band78.fr1.273PRB.Aerial.conf
.../GENERIC-NR-5GC/CONF/vnf.sa.band78.fr1.273PRB.Aerial.conf
+2
-2
No files found.
ci-scripts/yaml_files/sa_gnb_aerial/docker-compose.yaml
View file @
d0b5bc0c
...
...
@@ -33,7 +33,7 @@ services:
interval
:
20s
timeout
:
5s
retries
:
5
oai-
gnb
-aerial
:
oai-
du
-aerial
:
cpuset
:
"
13-20"
image
:
oai-gnb-aerial:latest
depends_on
:
...
...
@@ -49,16 +49,29 @@ services:
count
:
all
capabilities
:
-
gpu
network_mode
:
host
#
network_mode: host
shm_size
:
4096m
stdin_open
:
true
tty
:
true
volumes
:
-
../../../targets/PROJECTS/GENERIC-NR-5GC/CONF/du.Aerial.conf:/opt/oai-gnb/etc/gnb.conf
#- ../../../targets/PROJECTS/GENERIC-NR-5GC/CONF/vnf.sa.band78.fr1.273PRB.Aerial.conf:/opt/oai-gnb/etc/gnb.conf
container_name
:
oai-
gnb
-aerial
container_name
:
oai-
du
-aerial
healthcheck
:
test
:
/bin/bash -c "ps aux | grep -v grep | grep -c softmodem"
interval
:
10s
timeout
:
5s
retries
:
5
retries
:
5
networks
:
oai-ran
:
ipv4_address
:
192.168.71.141
networks
:
oai-ran
:
driver
:
bridge
name
:
demo-oai-ran
ipam
:
config
:
-
subnet
:
192.168.71.128/26
driver_opts
:
com.docker.network.bridge.name
:
"
demo-oai-ran"
targets/PROJECTS/GENERIC-NR-5GC/CONF/du.Aerial.conf
View file @
d0b5bc0c
...
...
@@ -206,7 +206,7 @@ MACRLCs = (
tr_n_preference
=
"f1"
;
local_n_if_name
=
"eno1"
;
local_n_address
=
"1
0.75.11.194
"
;
local_n_address
=
"1
92.168.71.141
"
;
remote_n_address
=
"192.168.70.140"
;
local_n_portc
=
500
;
local_n_portd
=
2153
;
...
...
targets/PROJECTS/GENERIC-NR-5GC/CONF/vnf.sa.band78.fr1.273PRB.Aerial.conf
View file @
d0b5bc0c
...
...
@@ -202,9 +202,9 @@ gNBs =
NETWORK_INTERFACES
:
{
GNB_INTERFACE_NAME_FOR_NG_AMF
=
"demo-oai"
;
GNB_IPV4_ADDRESS_FOR_NG_AMF
=
"1
0.75.9.194
/22"
;
GNB_IPV4_ADDRESS_FOR_NG_AMF
=
"1
92.168.71.141
/22"
;
GNB_INTERFACE_NAME_FOR_NGU
=
"demo-oai"
;
GNB_IPV4_ADDRESS_FOR_NGU
=
"1
0.75.9.194
/22"
;
GNB_IPV4_ADDRESS_FOR_NGU
=
"1
92.168.71.141
/22"
;
GNB_PORT_FOR_S1U
=
2152
;
# Spec 2152
};
...
...
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