Commit b4818159 authored by yangjian's avatar yangjian

add gnb ue interface

parent 6890f00b
......@@ -17,6 +17,7 @@ services:
command: ./nr-gnb -c gnb.yaml
volumes:
- ../etc/gnb.yaml:/UERANSIM/build/gnb.yaml
- ./lib/nr-gnb:/UERANSIM/build/nr-gnb
networks:
openxg:
name: docker-openxg
......
......@@ -13,9 +13,12 @@ services:
openxg:
stdin_open: true
tty: true
#ports:
# - "8888:8888/tcp"
command: ./nr-ue -c ue.yaml
volumes:
- ../etc/ue.yaml:/UERANSIM/build/ue.yaml
- ./lib/nr-ue:/UERANSIM/build/nr-ue
networks:
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