Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
openxg-5gcs-release
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-5gcs-release
Commits
5bafac84
Commit
5bafac84
authored
Nov 23, 2023
by
yangjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
383e8d30
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
docker-compose/docker-compose-ueransim-multi.yml
docker-compose/docker-compose-ueransim-multi.yml
+8
-8
docker-compose/docker-compose-ueransim.yml
docker-compose/docker-compose-ueransim.yml
+2
-2
No files found.
docker-compose/docker-compose-ueransim-multi.yml
View file @
5bafac84
...
...
@@ -17,7 +17,7 @@ services:
volumes
:
-
../template/entrypoint.py:/ueransim/etc/entrypoint.py
-
../template/gnb.template:/ueransim/etc/gnb.template
#- ./lib/nr-gnb:/
UERANSIM
/bin/nr-gnb
#- ./lib/nr-gnb:/
ueransim
/bin/nr-gnb
environment
:
-
UERANSIM_TYPE=GNB
# Which to use GNB/UE
-
MCC=466
...
...
@@ -62,7 +62,7 @@ services:
volumes
:
-
../template/entrypoint.py:/ueransim/etc/entrypoint.py
-
../template/ue.template:/ueransim/etc/ue.template
#- ./lib/nr-ue:/
UERANSIM
/bin/nr-ue
#- ./lib/nr-ue:/
ueransim
/bin/nr-ue
environment
:
-
UERANSIM_TYPE=UE
# Which to use GNB/UE
-
MCC=466
...
...
@@ -92,7 +92,7 @@ services:
volumes
:
-
../template/entrypoint.py:/ueransim/etc/entrypoint.py
-
../template/gnb.template:/ueransim/etc/gnb.template
#- ./lib/nr-gnb:/
UERANSIM
/bin/nr-gnb
#- ./lib/nr-gnb:/
ueransim
/bin/nr-gnb
environment
:
-
UERANSIM_TYPE=GNB
# Which to use GNB/UE
-
MCC=466
...
...
@@ -137,7 +137,7 @@ services:
volumes
:
-
../template/entrypoint.py:/ueransim/etc/entrypoint.py
-
../template/ue.template:/ueransim/etc/ue.template
#- ./lib/nr-ue:/
UERANSIM
/bin/nr-ue
#- ./lib/nr-ue:/
ueransim
/bin/nr-ue
environment
:
-
UERANSIM_TYPE=UE
# Which to use GNB/UE
-
MCC=466
...
...
@@ -167,7 +167,7 @@ services:
volumes
:
-
../template/entrypoint.py:/ueransim/etc/entrypoint.py
-
../template/gnb.template:/ueransim/etc/gnb.template
#- ./lib/nr-gnb:/
UERANSIM
/bin/nr-gnb
#- ./lib/nr-gnb:/
ueransim
/bin/nr-gnb
environment
:
-
UERANSIM_TYPE=GNB
# Which to use GNB/UE
-
MCC=466
...
...
@@ -212,7 +212,7 @@ services:
volumes
:
-
../template/entrypoint.py:/ueransim/etc/entrypoint.py
-
../template/ue.template:/ueransim/etc/ue.template
#- ./lib/nr-ue:/
UERANSIM
/bin/nr-ue
#- ./lib/nr-ue:/
ueransim
/bin/nr-ue
environment
:
-
UERANSIM_TYPE=UE
# Which to use GNB/UE
-
MCC=466
...
...
@@ -242,7 +242,7 @@ services:
volumes
:
-
../template/entrypoint.py:/ueransim/etc/entrypoint.py
-
../template/gnb.template:/ueransim/etc/gnb.template
#- ./lib/nr-gnb:/
UERANSIM
/bin/nr-gnb
#- ./lib/nr-gnb:/
ueransim
/bin/nr-gnb
environment
:
-
UERANSIM_TYPE=GNB
# Which to use GNB/UE
-
MCC=466
...
...
@@ -287,7 +287,7 @@ services:
volumes
:
-
../template/entrypoint.py:/ueransim/etc/entrypoint.py
-
../template/ue.template:/ueransim/etc/ue.template
#- ./lib/nr-ue:/
UERANSIM
/bin/nr-ue
#- ./lib/nr-ue:/
ueransim
/bin/nr-ue
environment
:
-
UERANSIM_TYPE=UE
# Which to use GNB/UE
-
MCC=466
...
...
docker-compose/docker-compose-ueransim.yml
View file @
5bafac84
...
...
@@ -17,7 +17,7 @@ services:
volumes
:
-
../template/entrypoint.py:/ueransim/etc/entrypoint.py
-
../template/gnb.template:/ueransim/etc/gnb.template
#- ./lib/nr-gnb:/
UERANSIM
/bin/nr-gnb
#- ./lib/nr-gnb:/
ueransim
/bin/nr-gnb
environment
:
-
UERANSIM_TYPE=GNB
# Which to use GNB/UE
-
MCC=466
...
...
@@ -62,7 +62,7 @@ services:
volumes
:
-
../template/ue.template:/ueransim/etc/ue.template
-
../template/entrypoint.py:/ueransim/etc/entrypoint.py
#- ./lib/nr-ue:/
UERANSIM
/bin/nr-ue
#- ./lib/nr-ue:/
ueransim
/bin/nr-ue
environment
:
-
UERANSIM_TYPE=UE
# Which to use GNB/UE
-
MCC=466
...
...
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