Skip to content

Commit

Permalink
modified: docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ShubhamTatvamasi committed May 10, 2021
1 parent 2dd4e7f commit 24d2b28
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,14 @@ services:
srs_net:
ipv4_address: 172.50.50.10
command:
- sleep
- infinity
- srsenb
- --enb.mcc=505
- --enb.mnc=08
- --enb.mme_addr=192.168.60.142
- --enb.gtp_bind_addr=192.168.60.1
- --enb.s1c_bind_addr=192.168.60.1
- --rf.device_name=zmq
- --rf.device_args="fail_on_disconnect=true,tx_port=tcp://*:2000,rx_port=tcp://localhost:2001,id=enb,base_srate=23.04e6"

srsue:
image: shubhamtatvamasi/srsran-demo
Expand All @@ -20,8 +26,15 @@ services:
srs_net:
ipv4_address: 172.50.50.11
command:
- sleep
- infinity
- srsue
- --gw.netns=ue1
- --usim.algo=milenage
- --usim.opc=63BFA50EE6523365FF14C1F45F88737D
- --usim.imsi=505080123456781
- --usim.imei=353490069873311
- --rf.device_name=zmq
- --rf.device_args="tx_port=tcp://*:2001,rx_port=tcp://localhost:2000,id=ue,base_srate=23.04e6"
# - --rf.dl_earfcn=37750

networks:
srs_net:
Expand Down

0 comments on commit 24d2b28

Please sign in to comment.