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
54027d27
Commit
54027d27
authored
Apr 30, 2023
by
Cedric Roux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix tutorial: use "docker-compose", not "docker compose"
parent
6022fe5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/NR_SA_Tutorial_OAI_CN5G.md
doc/NR_SA_Tutorial_OAI_CN5G.md
+3
-3
No files found.
doc/NR_SA_Tutorial_OAI_CN5G.md
View file @
54027d27
...
...
@@ -71,13 +71,13 @@ docker build --target ims --tag asterisk-ims:latest --file ~/oai-cn5g/Dockerfile
## 3.1 Start OAI CN5G
```
bash
cd
~/oai-cn5g
docker
compose up
-d
docker
-
compose up
-d
```
## 3.2 Stop OAI CN5G
```
bash
cd
~/oai-cn5g
docker
compose down
docker
-
compose down
```
# 4. Run 5G NR SA end-to-end setup with OAI gNB
...
...
@@ -87,4 +87,4 @@ Please check this link:
## 4.2 Testing with OAI nrUE
Please check this link:
[
Testing with OAI gNB and OAI nrUE
](
NR_SA_Tutorial_OAI_nrUE.md
)
\ No newline at end of file
[
Testing with OAI gNB and OAI nrUE
](
NR_SA_Tutorial_OAI_nrUE.md
)
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