Commit b4818159 authored by yangjian's avatar yangjian

add gnb ue interface

parent 6890f00b
...@@ -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
......
...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment