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
a5f95e19
Commit
a5f95e19
authored
Sep 20, 2022
by
luis_pereira87
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tutorials: update OAI CN5G docker-compose-basic-nrf.yaml to the latest develop version
parent
a578a5c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
doc/tutorial_resources/docker-compose-basic-nrf.yaml
doc/tutorial_resources/docker-compose-basic-nrf.yaml
+8
-3
No files found.
doc/tutorial_resources/docker-compose-basic-nrf.yaml
View file @
a5f95e19
...
...
@@ -143,7 +143,7 @@ services:
-
PLMN_SUPPORT_MNC=99
-
PLMN_SUPPORT_TAC=0x0001
-
SST_0=1
-
SD_0=0x
1
-
SD_0=0x
FFFFFF
-
AMF_INTERFACE_NAME_FOR_NGAP=eth0
-
AMF_INTERFACE_NAME_FOR_N11=eth0
-
SMF_INSTANCE_ID_0=1
...
...
@@ -229,7 +229,7 @@ services:
-
TYPE0=IPv4
-
DNN_RANGE0=12.1.1.2 - 12.1.1.253
-
NSSAI_SST0=1
-
NSSAI_SD0=0x
1
-
NSSAI_SD0=0x
FFFFFF
-
SESSION_AMBR_UL0=1000Mbps
-
SESSION_AMBR_DL0=1000Mbps
-
DEFAULT_CSCF_IPV4_ADDRESS=127.0.0.1
# only needed when ims is being used
...
...
@@ -274,7 +274,7 @@ services:
-
NRF_API_VERSION=v1
-
NRF_FQDN=oai-nrf
-
NSSAI_SST_0=1
-
NSSAI_SD_0=0x
ffffff
-
NSSAI_SD_0=0x
FFFFFF
-
DNN_0=oai
depends_on
:
-
oai-nrf
...
...
@@ -296,6 +296,11 @@ services:
"ip route add 12.1.1.0/24 via 192.168.70.134 dev eth0; sleep infinity"
depends_on
:
-
oai-spgwu
healthcheck
:
test
:
/bin/bash -c "ip r | grep 12.1.1"
interval
:
10s
timeout
:
5s
retries
:
5
networks
:
public_net
:
ipv4_address
:
192.168.70.135
...
...
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