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
b4818159
Commit
b4818159
authored
Oct 26, 2023
by
yangjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add gnb ue interface
parent
6890f00b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
0 deletions
+4
-0
docker-compose/docker-compose-ueransim-gnb.yml
docker-compose/docker-compose-ueransim-gnb.yml
+1
-0
docker-compose/docker-compose-ueransim-ue.yml
docker-compose/docker-compose-ueransim-ue.yml
+3
-0
docker-compose/lib/nr-gnb
docker-compose/lib/nr-gnb
+0
-0
docker-compose/lib/nr-ue
docker-compose/lib/nr-ue
+0
-0
No files found.
docker-compose/docker-compose-ueransim-gnb.yml
View file @
b4818159
...
@@ -17,6 +17,7 @@ services:
...
@@ -17,6 +17,7 @@ services:
command
:
./nr-gnb -c gnb.yaml
command
:
./nr-gnb -c gnb.yaml
volumes
:
volumes
:
-
../etc/gnb.yaml:/UERANSIM/build/gnb.yaml
-
../etc/gnb.yaml:/UERANSIM/build/gnb.yaml
-
./lib/nr-gnb:/UERANSIM/build/nr-gnb
networks
:
networks
:
openxg
:
openxg
:
name
:
docker-openxg
name
:
docker-openxg
...
...
docker-compose/docker-compose-ueransim-ue.yml
View file @
b4818159
...
@@ -13,9 +13,12 @@ services:
...
@@ -13,9 +13,12 @@ services:
openxg
:
openxg
:
stdin_open
:
true
stdin_open
:
true
tty
:
true
tty
:
true
#ports
:
# - "8888:8888/tcp"
command
:
./nr-ue -c ue.yaml
command
:
./nr-ue -c ue.yaml
volumes
:
volumes
:
-
../etc/ue.yaml:/UERANSIM/build/ue.yaml
-
../etc/ue.yaml:/UERANSIM/build/ue.yaml
-
./lib/nr-ue:/UERANSIM/build/nr-ue
networks
:
networks
:
openxg
:
openxg
:
name
:
docker-openxg
name
:
docker-openxg
...
...
docker-compose/lib/nr-gnb
0 → 100755
View file @
b4818159
File added
docker-compose/lib/nr-ue
0 → 100755
View file @
b4818159
File added
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