Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
oai-cn5g-fed
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oai
cn5g
oai-cn5g-fed
Commits
4ee1fea0
Commit
4ee1fea0
authored
3 years ago
by
Raphael Defosseux
Committed by
Rohan
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
doc(tutorial): fix a typo and clarify deployment of multiple UEs
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@eurecom.fr
>
parent
bcbdba40
No related branches found
No related tags found
1 merge request
!34
UERANSIM Tutorial
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/DEPLOY_SA5G_WITH_GNBSIM.md
+15
-1
15 additions, 1 deletion
docs/DEPLOY_SA5G_WITH_GNBSIM.md
with
15 additions
and
1 deletion
docs/DEPLOY_SA5G_WITH_GNBSIM.md
+
15
−
1
View file @
4ee1fea0
...
@@ -241,6 +241,12 @@ Here we try some scaling test with gnbsim. There are additional IMSIs are added
...
@@ -241,6 +241,12 @@ Here we try some scaling test with gnbsim. There are additional IMSIs are added
```
bash
```
bash
oai-cn5g-fed/docker-compose
$
docker-compose
-f
docker-compose-gnbsim.yaml up
-d
gnbsim2
oai-cn5g-fed/docker-compose
$
docker-compose
-f
docker-compose-gnbsim.yaml up
-d
gnbsim2
Creating gnbsim2 ...
done
Creating gnbsim2 ...
done
oai-cn5g-fed/docker-compose
$
docker-compose
-f
docker-compose-gnbsim.yaml up
-d
gnbsim3
Creating gnbsim3 ...
done
oai-cn5g-fed/docker-compose
$
docker-compose
-f
docker-compose-gnbsim.yaml up
-d
gnbsim4
Creating gnbsim4 ...
done
oai-cn5g-fed/docker-compose
$
docker-compose
-f
docker-compose-gnbsim.yaml up
-d
gnbsim5
Creating gnbsim5 ...
done
```
```
So here basically, minimum configuration parameters that need to change is gnbid, imsi and container ip address in docker-compose-gnbsim.yaml.
So here basically, minimum configuration parameters that need to change is gnbid, imsi and container ip address in docker-compose-gnbsim.yaml.
Please make sure status of instance is healthy before creating one more instance. Now here we have deployed all 5 gnbsim intances -
Please make sure status of instance is healthy before creating one more instance. Now here we have deployed all 5 gnbsim intances -
...
@@ -329,7 +335,15 @@ Last thing is to remove all services - <br/>
...
@@ -329,7 +335,15 @@ Last thing is to remove all services - <br/>
```
bash
```
bash
/oai-cn5g-fed/docker-compose
$
docker-compose
-f
docker-compose-gnbsim.yaml down
/oai-cn5g-fed/docker-compose
$
docker-compose
-f
docker-compose-gnbsim.yaml down
Stopping service gnbsim ...
Stopping service gnbsim ...
Stopping gnbsim5 ...
done
Stopping gnbsim4 ...
done
Stopping gnbsim3 ...
done
Stopping gnbsim2 ...
done
Stopping gnbsim ...
done
Stopping gnbsim ...
done
Removing gnbsim5 ...
done
Removing gnbsim4 ...
done
Removing gnbsim3 ...
done
Removing gnbsim2 ...
done
Removing gnbsim ...
done
Removing gnbsim ...
done
Network demo-oai-public-net is external, skipping
Network demo-oai-public-net is external, skipping
Service gnbsim is stopped
Service gnbsim is stopped
...
@@ -337,7 +351,7 @@ Service gnbsim is stopped
...
@@ -337,7 +351,7 @@ Service gnbsim is stopped
*
Undeploy the core network
*
Undeploy the core network
```
bash
```
bash
oai-cn5g-fed/docker-compose
$
./core-network.py
--type
stop-mini
--fqdn
no
--scenario
1
oai-cn5g-fed/docker-compose
$
python3
./core-network.py
--type
stop-mini
--fqdn
no
--scenario
1
...
...
[
2021-09-14 16:47:44,070] root:DEBUG: OAI 5G core components are UnDeployed....
[
2021-09-14 16:47:44,070] root:DEBUG: OAI 5G core components are UnDeployed....
```
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment