Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
Openxg Stateless Compose
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
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 Stateless Compose
Commits
56b1873f
Commit
56b1873f
authored
Mar 09, 2022
by
chen2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify docker image name
parent
786a9b75
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
README.md
README.md
+1
-1
docker-stateless.yaml
docker-stateless.yaml
+2
-2
pullimages.sh
pullimages.sh
+1
-0
No files found.
README.md
View file @
56b1873f
...
...
@@ -32,7 +32,7 @@ Currently, we only have one AMF. but it can support multiple.
### 5. Bring up the ueransim
```
sudo docker run -ti -v $PATH_TO_stateless_etc$:/etc/openxg/ --privileged=true --net=openxg-stateless --ip=10.244.1.21
ubuntu:18.04
/bin/bash
sudo docker run -ti -v $PATH_TO_stateless_etc$:/etc/openxg/ --privileged=true --net=openxg-stateless --ip=10.244.1.21
hogostan/ueransimi:1.0
/bin/bash
```
The gnb and ue config file is mapped to ueransim container /etc/openxg/
...
...
docker-stateless.yaml
View file @
56b1873f
...
...
@@ -84,7 +84,7 @@ services:
stateless-amf
:
image
:
hogostan/openxg-udsf:1.0
image
:
registry.cn-hangzhou.aliyuncs.com/bupt_liuyu/cmmm_k8s_network_function:amf-cmcc-v2
container_name
:
stateless-amf
restart
:
always
logging
:
...
...
@@ -172,7 +172,7 @@ services:
ipv4_address
:
10.244.1.16
stateless-rise
:
image
:
openxg-rise:1.0
image
:
hogostan/
openxg-rise:1.0
container_name
:
stateless-rise
restart
:
always
logging
:
...
...
pullimages.sh
View file @
56b1873f
...
...
@@ -7,5 +7,6 @@ sudo docker pull registry.cn-hangzhou.aliyuncs.com/bupt_liuyu/cmmm_k8s_network_f
sudo
docker pull registry.cn-hangzhou.aliyuncs.com/bupt_liuyu/cmmm_k8s_network_function:udr-cmcc-v2
sudo
docker pull registry.cn-hangzhou.aliyuncs.com/bupt_liuyu/cmmm_k8s_network_function:spgwu-cmcc-v2
sudo
docker pull hogostan/openxg-udsf:1.0
sudo
docker pull hogostan/openxg-rise:1.0
sudo
docker pull mysql/mysql-server:5.7
sudo
docker pull hogostan/ueransim:1.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