Skip to content
Snippets Groups Projects
Select Git revision
  • 364a7cec802d3e9cb09b001e2bcbd4ac17ea4b21
  • master default protected
  • origin/master
  • refactor_check_tutorials
  • feature_edge_computing
  • ci-add-compose-plugin-support
  • helm-chart
  • ci-amf-pr-169-fixes
  • robot_based_tutorial_check
  • bugfix/tuto-gnbsim
  • new_upf_config
  • gtp-capture-fix
  • gtp-capture-fix-for-vpp
  • vpp-tutorial-fix
  • openshift-build
  • srsran_tutorial
  • httpv2_tutorial
  • upf_n9_support
  • release-v1.4-documentation
  • http2_tutorial
  • vpp_upf_dpdk_aws_tutorial
  • 2023.w03b
  • 2023.w03
  • 2023.w02
  • 2022.w51
  • 2022.w49
  • 2022.w42
  • 2022.w40
  • 2022.w37
  • 2022.w33
  • v1.4.0
  • 2022.w23
  • 2022.w15
  • 2022.w14
  • 2022.w12
  • 2022.w11
  • 2022.w10
  • 2022.w08
  • 2022.w06
  • 2022.w05
  • v1.3.0
41 results

docker-compose-gnbsim-vpp.yaml

Blame
  • Forked from Thierry Turletti / oai-cn5g-fed
    216 commits behind the upstream repository.
    kharade's avatar
    Rohan authored
    364a7cec
    History
    docker-compose-gnbsim-vpp.yaml 1.32 KiB
    version: '3.8'
    services:
        gnbsim-vpp:
            container_name: gnbsim-vpp
            image: gnbsim:latest
            privileged: true
            environment:
                - MCC=208
                - MNC=95
                - GNBID=5
                - TAC=0x00a000
                - SST=222
                - SD=00007b
                - PagingDRX=v32
                - RANUENGAPID=0
                - IMEISV=35609204079514
                - MSIN=0000000031
                - RoutingIndicator=1234
                - ProtectionScheme=null
                - KEY=0C0A34601D4F07677303652C0462535B
                - OPc=63bfa50ee6523365ff14c1f45f88737d
                - DNN=default
                - URL=http://www.asnt.org:8080/
                - NRCellID=1
                - USE_FQDN=no
    #           - USE_FQDN=yes
    #           - AMF_FQDN=amf.oai-5gc.eur
                - NGAPPeerAddr=192.168.70.132
                - GTPuLocalAddr=192.168.72.141
                - GTPuIFname=eth1
            networks:
                public_net:
                    ipv4_address: 192.168.70.141
                public_net_access:
                    ipv4_address: 192.168.72.141
            healthcheck:
                test: /bin/bash -c "ifconfig gtp-gnb"
                interval: 10s
                timeout: 5s
                retries: 5
    networks:
        public_net:
            external:
                name: demo-oai-public-net
        public_net_access:
            external:
                name: oai-public-access