├── .gitignore ├── .gitreview ├── README.md ├── arm-none-eabi-gcc-4.8.2 ├── Dockerfile ├── Makefile └── patches │ ├── gcc-fix-inline.patch │ ├── gcc-fix-texi.patch │ └── gcc-multilib-config.patch ├── asterisk-master ├── Dockerfile └── Makefile ├── bind9 ├── Dockerfile └── Makefile ├── centos7-build ├── Dockerfile └── Makefile ├── centos7-obs-latest ├── Dockerfile └── Makefile ├── centos8-build ├── Dockerfile └── Makefile ├── centos8-obs-latest ├── Dockerfile └── Makefile ├── cgit ├── Dockerfile ├── Makefile ├── config │ ├── cgitrc │ └── nginx.conf ├── osmo-commit-filter.py └── syntax-highlighting.py ├── common ├── Release.key ├── pipework ├── respawn.sh ├── tcpdump-start.sh ├── tcpdump-stop.sh ├── ttcn3-docker-prepare.sh └── ttcn3-docker-run.sh ├── debian-bookworm-android ├── Dockerfile └── Makefile ├── debian-bookworm-aram-applet ├── Dockerfile └── Makefile ├── debian-bookworm-build-arm ├── Dockerfile └── Makefile ├── debian-bookworm-build ├── Dockerfile └── Makefile ├── debian-bookworm-erlang ├── Dockerfile └── Makefile ├── debian-bookworm-obs-asan ├── Dockerfile └── Makefile ├── debian-bookworm-obs-latest ├── Dockerfile └── Makefile ├── debian-bookworm-rp2040 ├── Dockerfile └── Makefile ├── debian-bookworm-titan-master ├── Dockerfile └── Makefile ├── debian-bookworm-titan ├── Dockerfile └── Makefile ├── debian-bullseye-build ├── Dockerfile └── Makefile ├── debian-bullseye-erlang ├── Dockerfile └── Makefile ├── debian-bullseye-jenkins-arm ├── Dockerfile └── Makefile ├── debian-bullseye-jenkins ├── Dockerfile └── Makefile ├── debian-bullseye-obs-latest ├── Dockerfile └── Makefile ├── debian-bullseye-titan-master ├── Dockerfile └── Makefile ├── debian-bullseye-titan ├── Dockerfile └── Makefile ├── debian-buster-build ├── Dockerfile └── Makefile ├── debian-buster-jenkins-arm ├── Dockerfile └── Makefile ├── debian-buster-jenkins ├── Dockerfile └── Makefile ├── debian-buster-obs-latest ├── Dockerfile └── Makefile ├── debian-buster-simtrace2 ├── Dockerfile └── Makefile ├── debian-sid-jenkins ├── Dockerfile └── Makefile ├── debian-trixie-build-arm ├── Dockerfile └── Makefile ├── debian-trixie-build ├── Dockerfile └── Makefile ├── debian10-obs-submit ├── Dockerfile └── Makefile ├── dnsmasq ├── Dockerfile └── Makefile ├── fpga-build ├── Dockerfile └── Makefile ├── gerrit ├── Dockerfile ├── Makefile └── add_osmocom.diff ├── git-daemon ├── Dockerfile ├── LICENSE ├── Makefile └── git-daemon.sh ├── gr-gsm-master ├── Dockerfile └── Makefile ├── jenkins-common.sh ├── make ├── .make-release-support └── Makefile ├── nplab-m3ua-test ├── Dockerfile ├── Makefile ├── all-sgp-tests.txt ├── dotguile ├── jenkins.sh ├── m3ua-param-testtool.scm ├── osmo-stp.cfg └── test.sh ├── nplab-sua-test ├── Dockerfile ├── Makefile ├── dotguile ├── jenkins.sh ├── osmo-stp.cfg ├── some-sua-sgp-tests.txt ├── sua-param-testtool-sgp.scm └── test.sh ├── open5gs-latest ├── Dockerfile └── Makefile ├── open5gs-master ├── Dockerfile └── Makefile ├── openbts-umts ├── Dockerfile ├── Makefile └── sources.list ├── osmo-bisect.sh ├── osmo-bsc-latest ├── Dockerfile ├── Makefile └── osmo-bsc.cfg ├── osmo-bsc-master ├── Dockerfile ├── Makefile └── osmo-bsc.cfg ├── osmo-bts-latest ├── Dockerfile ├── Makefile └── osmo-bts.cfg ├── osmo-bts-master ├── Dockerfile ├── Makefile └── osmo-bts.cfg ├── osmo-cbc-latest ├── Dockerfile ├── Makefile └── osmo-cbc.cfg ├── osmo-cbc-master ├── Dockerfile ├── Makefile └── osmo-cbc.cfg ├── osmo-cn-latest ├── Dockerfile ├── Makefile ├── README ├── osmo-ggsn.cfg ├── osmo-hlr.cfg ├── osmo-mgw.cfg ├── osmo-msc.cfg ├── osmo-msc.cfg.base ├── osmo-sgsn.cfg ├── osmo-stp.cfg ├── provision-hlr.py ├── run.sh └── runit │ ├── ggsn-run │ ├── hlr-run │ ├── mgw-run │ ├── msc-run │ ├── sgsn-run │ └── stp-run ├── osmo-epdg-latest ├── Dockerfile ├── Makefile └── osmo-epdg.config ├── osmo-epdg-master ├── Dockerfile ├── Makefile └── osmo-epdg.config ├── osmo-gbproxy-latest ├── Dockerfile ├── Makefile ├── docker-entrypoint.sh └── osmo-gbproxy.cfg ├── osmo-gbproxy-master ├── Dockerfile ├── Makefile ├── docker-entrypoint.sh └── osmo-gbproxy.cfg ├── osmo-ggsn-latest ├── Dockerfile ├── Makefile └── osmo-ggsn.cfg ├── osmo-ggsn-master ├── Dockerfile ├── Makefile └── osmo-ggsn.cfg ├── osmo-gsm-tester ├── Dockerfile ├── Makefile ├── jenkins.sh ├── osmo-gsm-tester-master.sh ├── osmo-gsm-tester-slave.sh ├── resources.conf └── ssh │ ├── authorized_keys │ ├── config │ ├── id_rsa │ ├── id_rsa.pub │ └── known_hosts ├── osmo-hlr-latest ├── Dockerfile ├── Makefile └── osmo-hlr.cfg ├── osmo-hlr-master ├── Dockerfile ├── Makefile └── osmo-hlr.cfg ├── osmo-hnbgw-latest ├── Dockerfile ├── Makefile └── osmo-hnbgw.cfg ├── osmo-hnbgw-master ├── Dockerfile ├── Makefile └── osmo-hnbgw.cfg ├── osmo-hnodeb-latest ├── Dockerfile ├── Makefile └── osmo-hnodeb.cfg ├── osmo-hnodeb-master ├── Dockerfile ├── Makefile └── osmo-hnodeb.cfg ├── osmo-mgw-latest ├── Dockerfile ├── Makefile └── osmo-mgw.cfg ├── osmo-mgw-master ├── Dockerfile ├── Makefile └── osmo-mgw.cfg ├── osmo-msc-latest ├── Dockerfile ├── Makefile └── osmo-msc.cfg ├── osmo-msc-master ├── Dockerfile ├── Makefile └── osmo-msc.cfg ├── osmo-nitb-latest ├── Dockerfile ├── Makefile ├── bscs.config ├── openbsc.cfg └── osmo-bsc-nat.cfg ├── osmo-nitb-master ├── Dockerfile ├── Makefile ├── bscs.config ├── openbsc.cfg └── osmo-bsc-nat.cfg ├── osmo-ns-master ├── Dockerfile ├── Makefile ├── docker-entrypoint.sh └── osmo-ns-dummy.cfg ├── osmo-pcap-latest ├── Dockerfile ├── Makefile └── osmo-pcap-client.cfg ├── osmo-pcap-master ├── Dockerfile ├── Makefile └── osmo-pcap-client.cfg ├── osmo-pcu-latest ├── Dockerfile ├── Makefile └── osmo-pcu.cfg ├── osmo-pcu-master ├── Dockerfile ├── Makefile └── osmo-pcu.cfg ├── osmo-ran ├── Dockerfile ├── Makefile ├── README.md ├── jenkins.sh ├── osmocom │ ├── osmo-bsc.cfg │ ├── osmo-bts-trx.cfg │ ├── osmo-mgw.cfg │ ├── osmo-pcu.cfg │ ├── osmo-trx-ipc.cfg │ └── osmo-trx-uhd.cfg └── split │ ├── jenkins-split.sh │ ├── ran-bsc_mgw │ ├── Dockerfile │ ├── Makefile │ └── osmocom │ │ ├── osmo-bsc.cfg │ │ └── osmo-mgw.cfg │ ├── ran-bts_pcu │ ├── Dockerfile │ ├── Makefile │ └── osmocom │ │ ├── osmo-bts-trx.cfg │ │ └── osmo-pcu.cfg │ ├── ran-trx-ipc │ ├── Dockerfile │ ├── Makefile │ └── osmocom │ │ └── osmo-trx-ipc.cfg │ └── ran-trx-uhd │ ├── Dockerfile │ ├── Makefile │ └── osmocom │ └── osmo-trx-uhd.cfg ├── osmo-remsim-latest ├── Dockerfile └── Makefile ├── osmo-remsim-master ├── Dockerfile └── Makefile ├── osmo-s1gw-master ├── Dockerfile ├── Makefile └── osmo-s1gw.config ├── osmo-sgsn-latest ├── Dockerfile ├── Makefile └── osmo-sgsn.cfg ├── osmo-sgsn-master ├── Dockerfile ├── Makefile └── osmo-sgsn.cfg ├── osmo-sip-latest ├── Dockerfile ├── Makefile └── osmo-sip-connector.cfg ├── osmo-sip-master ├── Dockerfile ├── Makefile └── osmo-sip-connector.cfg ├── osmo-smlc-latest ├── Dockerfile ├── Makefile └── osmo-smlc.cfg ├── osmo-smlc-master ├── Dockerfile ├── Makefile └── osmo-smlc.cfg ├── osmo-stp-latest ├── Dockerfile ├── Makefile └── osmo-stp.cfg ├── osmo-stp-master ├── Dockerfile ├── Makefile └── osmo-stp.cfg ├── osmo-uecups-latest ├── Dockerfile ├── Makefile └── osmo-uecups-daemon.cfg ├── osmo-uecups-master ├── Dockerfile ├── Makefile └── osmo-uecups-daemon.cfg ├── osmo-upf-master ├── Dockerfile ├── Makefile └── osmo-upf.cfg ├── osmo_dia2gsup-master ├── Dockerfile ├── Makefile └── osmo_dia2gsup.config ├── osmocom-bb-host-master ├── Dockerfile └── Makefile ├── redmine ├── 0001-Set-session_store-to-active_record_store.patch ├── Dockerfile ├── Makefile ├── commitlog-references-oshash-5.1.3.diff ├── docker-entrypoint-osmo.sh └── openid_server_length_empty.diff ├── scripts ├── kernel-test │ ├── initrd-build.sh │ ├── initrd-init.sh │ ├── kernel-build.sh │ ├── prepare.sh │ ├── qemu-ifdown.sh │ ├── qemu-ifup.sh │ ├── run-qemu.sh │ └── smoke-test.sh └── regen_doc.sh ├── sctp-test ├── 0001-disable-the-use-of-scheduler-priorities-and-mlockall.patch ├── Dockerfile ├── Makefile └── run ├── seccomp_profile.json ├── sigtran-tests ├── Dockerfile └── Makefile ├── systemd ├── Dockerfile └── Makefile ├── ttcn3-asterisk-ims-ue-test ├── Dockerfile ├── Makefile ├── asterisk │ ├── asterisk.conf │ ├── asterisk.sh │ ├── extensions.conf │ ├── logger.conf │ ├── manager.conf │ ├── pjproject.conf │ └── pjsip.conf ├── dnsmasq │ └── dnsmasq.conf ├── jenkins.sh └── ttcn3 │ ├── Asterisk_Tests.cfg │ └── ttcn3.sh ├── ttcn3-bscnat-test ├── BSCNAT_Tests.cfg ├── Dockerfile ├── Makefile ├── bscs.config ├── jenkins.sh └── osmo-bsc-nat.cfg ├── ttcn3-bts-test ├── Dockerfile ├── Makefile ├── fh │ ├── BTS_Tests.cfg │ └── osmo-bsc.confmerge ├── generic │ ├── BTS_Tests.cfg │ ├── osmo-bsc.confmerge │ └── osmo-bts.confmerge ├── jenkins.sh ├── oml │ ├── BTS_Tests.cfg │ └── osmo-bts.confmerge └── virtphy │ ├── BTS_Tests.cfg │ └── osmo-bts.confmerge ├── ttcn3-epdg-test ├── Dockerfile ├── EPDG_Tests.cfg ├── Makefile ├── epdg.sh ├── jenkins.sh ├── osmo-epdg.config └── osmo-epdg.latest.config ├── ttcn3-fr-test ├── Dockerfile ├── FRNET_Tests.cfg ├── FR_Tests.cfg ├── Makefile ├── jenkins.sh └── netdev-to-docker.sh ├── ttcn3-gbproxy-test-fr ├── GBProxy_Tests.cfg ├── jenkins.sh ├── netdev-to-docker.sh └── osmo-gbproxy.cfg ├── ttcn3-gbproxy-test ├── Dockerfile ├── GBProxy_Tests.cfg ├── Makefile ├── jenkins.sh └── osmo-gbproxy.cfg ├── ttcn3-ggsn-test-ogs ├── jenkins.sh └── ogs ├── ttcn3-nitb-sysinfo ├── Dockerfile ├── Makefile ├── Test.cfg └── jenkins.sh ├── ttcn3-ns-test-fr ├── fr ├── jenkins.sh └── netdev-to-docker.sh ├── ttcn3-ns-test-sgsn-sns ├── jenkins.sh └── sgsn-sns ├── ttcn3-ns-test-sns ├── jenkins.sh └── sns ├── ttcn3-ns-test ├── Dockerfile ├── Makefile ├── NS_Tests.cfg ├── fr │ ├── NS_Tests.cfg │ └── osmo-ns-dummy.cfg ├── jenkins-fr.sh ├── jenkins-sgsn-sns.sh ├── jenkins-sns.sh ├── jenkins.sh ├── osmo-ns-dummy.cfg ├── sgsn-sns │ ├── NS_Tests.cfg │ └── osmo-ns-dummy.cfg └── sns │ ├── NS_Tests.cfg │ └── osmo-ns-dummy.cfg ├── ttcn3-pcap-client-test ├── Dockerfile ├── Makefile ├── OPCAP_CLIENT_Tests.cfg ├── jenkins.sh └── osmo-pcap-client.cfg ├── ttcn3-pcu-test-sns ├── jenkins.sh └── sns ├── ttcn3-pcu-test ├── Dockerfile ├── Makefile ├── PCU_Tests.cfg ├── jenkins-sns.sh ├── jenkins.sh ├── osmo-pcu.cfg └── sns │ ├── PCU_Tests.cfg │ └── osmo-pcu.cfg ├── ttcn3-pgw-test ├── Dockerfile ├── Makefile ├── PGW_Tests.cfg ├── freeDiameter-smf.conf ├── jenkins.sh ├── open5gs-nrf-latest.yaml ├── open5gs-nrf-master.yaml ├── open5gs-smf-latest.yaml ├── open5gs-smf-master.yaml ├── open5gs-upf-latest.yaml ├── open5gs-upf-master.yaml ├── osmo-uecups-daemon.cfg ├── upfd-setup.sh └── upfd.sh ├── ttcn3-remsim-test ├── Dockerfile ├── Makefile ├── REMSIM_Tests.cfg ├── bankd │ ├── REMSIM_Tests.cfg │ └── bankd_pcsc_slots.csv ├── client │ └── REMSIM_Tests.cfg └── jenkins.sh └── ttcn3-stp-test ├── Dockerfile ├── Makefile ├── STP_Tests.cfg ├── jenkins.sh └── osmo-stp.cfg /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitreview: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/.gitreview -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/README.md -------------------------------------------------------------------------------- /arm-none-eabi-gcc-4.8.2/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/arm-none-eabi-gcc-4.8.2/Dockerfile -------------------------------------------------------------------------------- /arm-none-eabi-gcc-4.8.2/Makefile: -------------------------------------------------------------------------------- 1 | 2 | include ../make/Makefile 3 | -------------------------------------------------------------------------------- /arm-none-eabi-gcc-4.8.2/patches/gcc-fix-inline.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/arm-none-eabi-gcc-4.8.2/patches/gcc-fix-inline.patch -------------------------------------------------------------------------------- /arm-none-eabi-gcc-4.8.2/patches/gcc-fix-texi.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/arm-none-eabi-gcc-4.8.2/patches/gcc-fix-texi.patch -------------------------------------------------------------------------------- /arm-none-eabi-gcc-4.8.2/patches/gcc-multilib-config.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/arm-none-eabi-gcc-4.8.2/patches/gcc-multilib-config.patch -------------------------------------------------------------------------------- /asterisk-master/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/asterisk-master/Dockerfile -------------------------------------------------------------------------------- /asterisk-master/Makefile: -------------------------------------------------------------------------------- 1 | include ../make/Makefile 2 | -------------------------------------------------------------------------------- /bind9/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/bind9/Dockerfile -------------------------------------------------------------------------------- /bind9/Makefile: -------------------------------------------------------------------------------- 1 | IMAGE=registry.sysmocom.de/bind9 2 | include ../make/Makefile 3 | -------------------------------------------------------------------------------- /centos7-build/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/centos7-build/Dockerfile -------------------------------------------------------------------------------- /centos7-build/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/centos7-build/Makefile -------------------------------------------------------------------------------- /centos7-obs-latest/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/centos7-obs-latest/Dockerfile -------------------------------------------------------------------------------- /centos7-obs-latest/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/centos7-obs-latest/Makefile -------------------------------------------------------------------------------- /centos8-build/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/centos8-build/Dockerfile -------------------------------------------------------------------------------- /centos8-build/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/centos8-build/Makefile -------------------------------------------------------------------------------- /centos8-obs-latest/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/centos8-obs-latest/Dockerfile -------------------------------------------------------------------------------- /centos8-obs-latest/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/centos8-obs-latest/Makefile -------------------------------------------------------------------------------- /cgit/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/cgit/Dockerfile -------------------------------------------------------------------------------- /cgit/Makefile: -------------------------------------------------------------------------------- 1 | IMAGE=registry.sysmocom.de/cgit 2 | 3 | include ../make/Makefile 4 | -------------------------------------------------------------------------------- /cgit/config/cgitrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/cgit/config/cgitrc -------------------------------------------------------------------------------- /cgit/config/nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/cgit/config/nginx.conf -------------------------------------------------------------------------------- /cgit/osmo-commit-filter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/cgit/osmo-commit-filter.py -------------------------------------------------------------------------------- /cgit/syntax-highlighting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/cgit/syntax-highlighting.py -------------------------------------------------------------------------------- /common/Release.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/common/Release.key -------------------------------------------------------------------------------- /common/pipework: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/common/pipework -------------------------------------------------------------------------------- /common/respawn.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/common/respawn.sh -------------------------------------------------------------------------------- /common/tcpdump-start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/common/tcpdump-start.sh -------------------------------------------------------------------------------- /common/tcpdump-stop.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/common/tcpdump-stop.sh -------------------------------------------------------------------------------- /common/ttcn3-docker-prepare.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/common/ttcn3-docker-prepare.sh -------------------------------------------------------------------------------- /common/ttcn3-docker-run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/common/ttcn3-docker-run.sh -------------------------------------------------------------------------------- /debian-bookworm-android/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-bookworm-android/Dockerfile -------------------------------------------------------------------------------- /debian-bookworm-android/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-bookworm-android/Makefile -------------------------------------------------------------------------------- /debian-bookworm-aram-applet/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-bookworm-aram-applet/Dockerfile -------------------------------------------------------------------------------- /debian-bookworm-aram-applet/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-bookworm-aram-applet/Makefile -------------------------------------------------------------------------------- /debian-bookworm-build-arm/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-bookworm-build-arm/Dockerfile -------------------------------------------------------------------------------- /debian-bookworm-build-arm/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-bookworm-build-arm/Makefile -------------------------------------------------------------------------------- /debian-bookworm-build/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-bookworm-build/Dockerfile -------------------------------------------------------------------------------- /debian-bookworm-build/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-bookworm-build/Makefile -------------------------------------------------------------------------------- /debian-bookworm-erlang/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-bookworm-erlang/Dockerfile -------------------------------------------------------------------------------- /debian-bookworm-erlang/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-bookworm-erlang/Makefile -------------------------------------------------------------------------------- /debian-bookworm-obs-asan/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-bookworm-obs-asan/Dockerfile -------------------------------------------------------------------------------- /debian-bookworm-obs-asan/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-bookworm-obs-asan/Makefile -------------------------------------------------------------------------------- /debian-bookworm-obs-latest/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-bookworm-obs-latest/Dockerfile -------------------------------------------------------------------------------- /debian-bookworm-obs-latest/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-bookworm-obs-latest/Makefile -------------------------------------------------------------------------------- /debian-bookworm-rp2040/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-bookworm-rp2040/Dockerfile -------------------------------------------------------------------------------- /debian-bookworm-rp2040/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-bookworm-rp2040/Makefile -------------------------------------------------------------------------------- /debian-bookworm-titan-master/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-bookworm-titan-master/Dockerfile -------------------------------------------------------------------------------- /debian-bookworm-titan-master/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-bookworm-titan-master/Makefile -------------------------------------------------------------------------------- /debian-bookworm-titan/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-bookworm-titan/Dockerfile -------------------------------------------------------------------------------- /debian-bookworm-titan/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-bookworm-titan/Makefile -------------------------------------------------------------------------------- /debian-bullseye-build/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-bullseye-build/Dockerfile -------------------------------------------------------------------------------- /debian-bullseye-build/Makefile: -------------------------------------------------------------------------------- 1 | include ../make/Makefile 2 | -------------------------------------------------------------------------------- /debian-bullseye-erlang/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-bullseye-erlang/Dockerfile -------------------------------------------------------------------------------- /debian-bullseye-erlang/Makefile: -------------------------------------------------------------------------------- 1 | include ../make/Makefile 2 | -------------------------------------------------------------------------------- /debian-bullseye-jenkins-arm/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-bullseye-jenkins-arm/Dockerfile -------------------------------------------------------------------------------- /debian-bullseye-jenkins-arm/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-bullseye-jenkins-arm/Makefile -------------------------------------------------------------------------------- /debian-bullseye-jenkins/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-bullseye-jenkins/Dockerfile -------------------------------------------------------------------------------- /debian-bullseye-jenkins/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-bullseye-jenkins/Makefile -------------------------------------------------------------------------------- /debian-bullseye-obs-latest/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-bullseye-obs-latest/Dockerfile -------------------------------------------------------------------------------- /debian-bullseye-obs-latest/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-bullseye-obs-latest/Makefile -------------------------------------------------------------------------------- /debian-bullseye-titan-master/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-bullseye-titan-master/Dockerfile -------------------------------------------------------------------------------- /debian-bullseye-titan-master/Makefile: -------------------------------------------------------------------------------- 1 | ../debian-bullseye-titan/Makefile -------------------------------------------------------------------------------- /debian-bullseye-titan/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-bullseye-titan/Dockerfile -------------------------------------------------------------------------------- /debian-bullseye-titan/Makefile: -------------------------------------------------------------------------------- 1 | include ../make/Makefile 2 | -------------------------------------------------------------------------------- /debian-buster-build/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-buster-build/Dockerfile -------------------------------------------------------------------------------- /debian-buster-build/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-buster-build/Makefile -------------------------------------------------------------------------------- /debian-buster-jenkins-arm/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-buster-jenkins-arm/Dockerfile -------------------------------------------------------------------------------- /debian-buster-jenkins-arm/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-buster-jenkins-arm/Makefile -------------------------------------------------------------------------------- /debian-buster-jenkins/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-buster-jenkins/Dockerfile -------------------------------------------------------------------------------- /debian-buster-jenkins/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-buster-jenkins/Makefile -------------------------------------------------------------------------------- /debian-buster-obs-latest/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-buster-obs-latest/Dockerfile -------------------------------------------------------------------------------- /debian-buster-obs-latest/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-buster-obs-latest/Makefile -------------------------------------------------------------------------------- /debian-buster-simtrace2/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-buster-simtrace2/Dockerfile -------------------------------------------------------------------------------- /debian-buster-simtrace2/Makefile: -------------------------------------------------------------------------------- 1 | include ../make/Makefile 2 | -------------------------------------------------------------------------------- /debian-sid-jenkins/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-sid-jenkins/Dockerfile -------------------------------------------------------------------------------- /debian-sid-jenkins/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-sid-jenkins/Makefile -------------------------------------------------------------------------------- /debian-trixie-build-arm/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-trixie-build-arm/Dockerfile -------------------------------------------------------------------------------- /debian-trixie-build-arm/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-trixie-build-arm/Makefile -------------------------------------------------------------------------------- /debian-trixie-build/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-trixie-build/Dockerfile -------------------------------------------------------------------------------- /debian-trixie-build/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian-trixie-build/Makefile -------------------------------------------------------------------------------- /debian10-obs-submit/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/debian10-obs-submit/Dockerfile -------------------------------------------------------------------------------- /debian10-obs-submit/Makefile: -------------------------------------------------------------------------------- 1 | include ../make/Makefile 2 | -------------------------------------------------------------------------------- /dnsmasq/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/dnsmasq/Dockerfile -------------------------------------------------------------------------------- /dnsmasq/Makefile: -------------------------------------------------------------------------------- 1 | IMAGE=registry.sysmocom.de/dnsmasq 2 | include ../make/Makefile 3 | -------------------------------------------------------------------------------- /fpga-build/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/fpga-build/Dockerfile -------------------------------------------------------------------------------- /fpga-build/Makefile: -------------------------------------------------------------------------------- 1 | include ../make/Makefile 2 | -------------------------------------------------------------------------------- /gerrit/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/gerrit/Dockerfile -------------------------------------------------------------------------------- /gerrit/Makefile: -------------------------------------------------------------------------------- 1 | IMAGE=registry.sysmocom.de/gerrit 2 | 3 | include ../make/Makefile 4 | -------------------------------------------------------------------------------- /gerrit/add_osmocom.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/gerrit/add_osmocom.diff -------------------------------------------------------------------------------- /git-daemon/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/git-daemon/Dockerfile -------------------------------------------------------------------------------- /git-daemon/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/git-daemon/LICENSE -------------------------------------------------------------------------------- /git-daemon/Makefile: -------------------------------------------------------------------------------- 1 | IMAGE=registry.sysmocom.de/git-daemon 2 | 3 | include ../make/Makefile 4 | -------------------------------------------------------------------------------- /git-daemon/git-daemon.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/git-daemon/git-daemon.sh -------------------------------------------------------------------------------- /gr-gsm-master/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/gr-gsm-master/Dockerfile -------------------------------------------------------------------------------- /gr-gsm-master/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/gr-gsm-master/Makefile -------------------------------------------------------------------------------- /jenkins-common.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/jenkins-common.sh -------------------------------------------------------------------------------- /make/.make-release-support: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/make/.make-release-support -------------------------------------------------------------------------------- /make/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/make/Makefile -------------------------------------------------------------------------------- /nplab-m3ua-test/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/nplab-m3ua-test/Dockerfile -------------------------------------------------------------------------------- /nplab-m3ua-test/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/nplab-m3ua-test/Makefile -------------------------------------------------------------------------------- /nplab-m3ua-test/all-sgp-tests.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/nplab-m3ua-test/all-sgp-tests.txt -------------------------------------------------------------------------------- /nplab-m3ua-test/dotguile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/nplab-m3ua-test/dotguile -------------------------------------------------------------------------------- /nplab-m3ua-test/jenkins.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/nplab-m3ua-test/jenkins.sh -------------------------------------------------------------------------------- /nplab-m3ua-test/m3ua-param-testtool.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/nplab-m3ua-test/m3ua-param-testtool.scm -------------------------------------------------------------------------------- /nplab-m3ua-test/osmo-stp.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/nplab-m3ua-test/osmo-stp.cfg -------------------------------------------------------------------------------- /nplab-m3ua-test/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/nplab-m3ua-test/test.sh -------------------------------------------------------------------------------- /nplab-sua-test/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/nplab-sua-test/Dockerfile -------------------------------------------------------------------------------- /nplab-sua-test/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/nplab-sua-test/Makefile -------------------------------------------------------------------------------- /nplab-sua-test/dotguile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/nplab-sua-test/dotguile -------------------------------------------------------------------------------- /nplab-sua-test/jenkins.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/nplab-sua-test/jenkins.sh -------------------------------------------------------------------------------- /nplab-sua-test/osmo-stp.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/nplab-sua-test/osmo-stp.cfg -------------------------------------------------------------------------------- /nplab-sua-test/some-sua-sgp-tests.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/nplab-sua-test/some-sua-sgp-tests.txt -------------------------------------------------------------------------------- /nplab-sua-test/sua-param-testtool-sgp.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/nplab-sua-test/sua-param-testtool-sgp.scm -------------------------------------------------------------------------------- /nplab-sua-test/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/nplab-sua-test/test.sh -------------------------------------------------------------------------------- /open5gs-latest/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/open5gs-latest/Dockerfile -------------------------------------------------------------------------------- /open5gs-latest/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/open5gs-latest/Makefile -------------------------------------------------------------------------------- /open5gs-master/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/open5gs-master/Dockerfile -------------------------------------------------------------------------------- /open5gs-master/Makefile: -------------------------------------------------------------------------------- 1 | include ../make/Makefile 2 | -------------------------------------------------------------------------------- /openbts-umts/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/openbts-umts/Dockerfile -------------------------------------------------------------------------------- /openbts-umts/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/openbts-umts/Makefile -------------------------------------------------------------------------------- /openbts-umts/sources.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/openbts-umts/sources.list -------------------------------------------------------------------------------- /osmo-bisect.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-bisect.sh -------------------------------------------------------------------------------- /osmo-bsc-latest/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-bsc-latest/Dockerfile -------------------------------------------------------------------------------- /osmo-bsc-latest/Makefile: -------------------------------------------------------------------------------- 1 | include ../make/Makefile 2 | -------------------------------------------------------------------------------- /osmo-bsc-latest/osmo-bsc.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-bsc-latest/osmo-bsc.cfg -------------------------------------------------------------------------------- /osmo-bsc-master/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-bsc-master/Dockerfile -------------------------------------------------------------------------------- /osmo-bsc-master/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-bsc-master/Makefile -------------------------------------------------------------------------------- /osmo-bsc-master/osmo-bsc.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-bsc-master/osmo-bsc.cfg -------------------------------------------------------------------------------- /osmo-bts-latest/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-bts-latest/Dockerfile -------------------------------------------------------------------------------- /osmo-bts-latest/Makefile: -------------------------------------------------------------------------------- 1 | include ../make/Makefile 2 | -------------------------------------------------------------------------------- /osmo-bts-latest/osmo-bts.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-bts-latest/osmo-bts.cfg -------------------------------------------------------------------------------- /osmo-bts-master/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-bts-master/Dockerfile -------------------------------------------------------------------------------- /osmo-bts-master/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-bts-master/Makefile -------------------------------------------------------------------------------- /osmo-bts-master/osmo-bts.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-bts-master/osmo-bts.cfg -------------------------------------------------------------------------------- /osmo-cbc-latest/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-cbc-latest/Dockerfile -------------------------------------------------------------------------------- /osmo-cbc-latest/Makefile: -------------------------------------------------------------------------------- 1 | include ../make/Makefile 2 | -------------------------------------------------------------------------------- /osmo-cbc-latest/osmo-cbc.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-cbc-latest/osmo-cbc.cfg -------------------------------------------------------------------------------- /osmo-cbc-master/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-cbc-master/Dockerfile -------------------------------------------------------------------------------- /osmo-cbc-master/Makefile: -------------------------------------------------------------------------------- 1 | include ../make/Makefile 2 | -------------------------------------------------------------------------------- /osmo-cbc-master/osmo-cbc.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-cbc-master/osmo-cbc.cfg -------------------------------------------------------------------------------- /osmo-cn-latest/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-cn-latest/Dockerfile -------------------------------------------------------------------------------- /osmo-cn-latest/Makefile: -------------------------------------------------------------------------------- 1 | include ../make/Makefile 2 | -------------------------------------------------------------------------------- /osmo-cn-latest/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-cn-latest/README -------------------------------------------------------------------------------- /osmo-cn-latest/osmo-ggsn.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-cn-latest/osmo-ggsn.cfg -------------------------------------------------------------------------------- /osmo-cn-latest/osmo-hlr.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-cn-latest/osmo-hlr.cfg -------------------------------------------------------------------------------- /osmo-cn-latest/osmo-mgw.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-cn-latest/osmo-mgw.cfg -------------------------------------------------------------------------------- /osmo-cn-latest/osmo-msc.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-cn-latest/osmo-msc.cfg -------------------------------------------------------------------------------- /osmo-cn-latest/osmo-msc.cfg.base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-cn-latest/osmo-msc.cfg.base -------------------------------------------------------------------------------- /osmo-cn-latest/osmo-sgsn.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-cn-latest/osmo-sgsn.cfg -------------------------------------------------------------------------------- /osmo-cn-latest/osmo-stp.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-cn-latest/osmo-stp.cfg -------------------------------------------------------------------------------- /osmo-cn-latest/provision-hlr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-cn-latest/provision-hlr.py -------------------------------------------------------------------------------- /osmo-cn-latest/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-cn-latest/run.sh -------------------------------------------------------------------------------- /osmo-cn-latest/runit/ggsn-run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-cn-latest/runit/ggsn-run -------------------------------------------------------------------------------- /osmo-cn-latest/runit/hlr-run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-cn-latest/runit/hlr-run -------------------------------------------------------------------------------- /osmo-cn-latest/runit/mgw-run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-cn-latest/runit/mgw-run -------------------------------------------------------------------------------- /osmo-cn-latest/runit/msc-run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-cn-latest/runit/msc-run -------------------------------------------------------------------------------- /osmo-cn-latest/runit/sgsn-run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-cn-latest/runit/sgsn-run -------------------------------------------------------------------------------- /osmo-cn-latest/runit/stp-run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-cn-latest/runit/stp-run -------------------------------------------------------------------------------- /osmo-epdg-latest/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-epdg-latest/Dockerfile -------------------------------------------------------------------------------- /osmo-epdg-latest/Makefile: -------------------------------------------------------------------------------- 1 | include ../make/Makefile 2 | -------------------------------------------------------------------------------- /osmo-epdg-latest/osmo-epdg.config: -------------------------------------------------------------------------------- 1 | [{osmo_epdg, [ 2 | ]}]. 3 | -------------------------------------------------------------------------------- /osmo-epdg-master/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-epdg-master/Dockerfile -------------------------------------------------------------------------------- /osmo-epdg-master/Makefile: -------------------------------------------------------------------------------- 1 | include ../make/Makefile 2 | -------------------------------------------------------------------------------- /osmo-epdg-master/osmo-epdg.config: -------------------------------------------------------------------------------- 1 | [{osmo_epdg, [ 2 | ]}]. 3 | -------------------------------------------------------------------------------- /osmo-gbproxy-latest/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-gbproxy-latest/Dockerfile -------------------------------------------------------------------------------- /osmo-gbproxy-latest/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-gbproxy-latest/Makefile -------------------------------------------------------------------------------- /osmo-gbproxy-latest/docker-entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-gbproxy-latest/docker-entrypoint.sh -------------------------------------------------------------------------------- /osmo-gbproxy-latest/osmo-gbproxy.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-gbproxy-latest/osmo-gbproxy.cfg -------------------------------------------------------------------------------- /osmo-gbproxy-master/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-gbproxy-master/Dockerfile -------------------------------------------------------------------------------- /osmo-gbproxy-master/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-gbproxy-master/Makefile -------------------------------------------------------------------------------- /osmo-gbproxy-master/docker-entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-gbproxy-master/docker-entrypoint.sh -------------------------------------------------------------------------------- /osmo-gbproxy-master/osmo-gbproxy.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-gbproxy-master/osmo-gbproxy.cfg -------------------------------------------------------------------------------- /osmo-ggsn-latest/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-ggsn-latest/Dockerfile -------------------------------------------------------------------------------- /osmo-ggsn-latest/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-ggsn-latest/Makefile -------------------------------------------------------------------------------- /osmo-ggsn-latest/osmo-ggsn.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-ggsn-latest/osmo-ggsn.cfg -------------------------------------------------------------------------------- /osmo-ggsn-master/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-ggsn-master/Dockerfile -------------------------------------------------------------------------------- /osmo-ggsn-master/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-ggsn-master/Makefile -------------------------------------------------------------------------------- /osmo-ggsn-master/osmo-ggsn.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-ggsn-master/osmo-ggsn.cfg -------------------------------------------------------------------------------- /osmo-gsm-tester/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-gsm-tester/Dockerfile -------------------------------------------------------------------------------- /osmo-gsm-tester/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-gsm-tester/Makefile -------------------------------------------------------------------------------- /osmo-gsm-tester/jenkins.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-gsm-tester/jenkins.sh -------------------------------------------------------------------------------- /osmo-gsm-tester/osmo-gsm-tester-master.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-gsm-tester/osmo-gsm-tester-master.sh -------------------------------------------------------------------------------- /osmo-gsm-tester/osmo-gsm-tester-slave.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-gsm-tester/osmo-gsm-tester-slave.sh -------------------------------------------------------------------------------- /osmo-gsm-tester/resources.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-gsm-tester/resources.conf -------------------------------------------------------------------------------- /osmo-gsm-tester/ssh/authorized_keys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-gsm-tester/ssh/authorized_keys -------------------------------------------------------------------------------- /osmo-gsm-tester/ssh/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-gsm-tester/ssh/config -------------------------------------------------------------------------------- /osmo-gsm-tester/ssh/id_rsa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-gsm-tester/ssh/id_rsa -------------------------------------------------------------------------------- /osmo-gsm-tester/ssh/id_rsa.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-gsm-tester/ssh/id_rsa.pub -------------------------------------------------------------------------------- /osmo-gsm-tester/ssh/known_hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-gsm-tester/ssh/known_hosts -------------------------------------------------------------------------------- /osmo-hlr-latest/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-hlr-latest/Dockerfile -------------------------------------------------------------------------------- /osmo-hlr-latest/Makefile: -------------------------------------------------------------------------------- 1 | include ../make/Makefile 2 | -------------------------------------------------------------------------------- /osmo-hlr-latest/osmo-hlr.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-hlr-latest/osmo-hlr.cfg -------------------------------------------------------------------------------- /osmo-hlr-master/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-hlr-master/Dockerfile -------------------------------------------------------------------------------- /osmo-hlr-master/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-hlr-master/Makefile -------------------------------------------------------------------------------- /osmo-hlr-master/osmo-hlr.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-hlr-master/osmo-hlr.cfg -------------------------------------------------------------------------------- /osmo-hnbgw-latest/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-hnbgw-latest/Dockerfile -------------------------------------------------------------------------------- /osmo-hnbgw-latest/Makefile: -------------------------------------------------------------------------------- 1 | include ../make/Makefile 2 | -------------------------------------------------------------------------------- /osmo-hnbgw-latest/osmo-hnbgw.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-hnbgw-latest/osmo-hnbgw.cfg -------------------------------------------------------------------------------- /osmo-hnbgw-master/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-hnbgw-master/Dockerfile -------------------------------------------------------------------------------- /osmo-hnbgw-master/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-hnbgw-master/Makefile -------------------------------------------------------------------------------- /osmo-hnbgw-master/osmo-hnbgw.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-hnbgw-master/osmo-hnbgw.cfg -------------------------------------------------------------------------------- /osmo-hnodeb-latest/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-hnodeb-latest/Dockerfile -------------------------------------------------------------------------------- /osmo-hnodeb-latest/Makefile: -------------------------------------------------------------------------------- 1 | include ../make/Makefile 2 | -------------------------------------------------------------------------------- /osmo-hnodeb-latest/osmo-hnodeb.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-hnodeb-latest/osmo-hnodeb.cfg -------------------------------------------------------------------------------- /osmo-hnodeb-master/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-hnodeb-master/Dockerfile -------------------------------------------------------------------------------- /osmo-hnodeb-master/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-hnodeb-master/Makefile -------------------------------------------------------------------------------- /osmo-hnodeb-master/osmo-hnodeb.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-hnodeb-master/osmo-hnodeb.cfg -------------------------------------------------------------------------------- /osmo-mgw-latest/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-mgw-latest/Dockerfile -------------------------------------------------------------------------------- /osmo-mgw-latest/Makefile: -------------------------------------------------------------------------------- 1 | include ../make/Makefile 2 | -------------------------------------------------------------------------------- /osmo-mgw-latest/osmo-mgw.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-mgw-latest/osmo-mgw.cfg -------------------------------------------------------------------------------- /osmo-mgw-master/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-mgw-master/Dockerfile -------------------------------------------------------------------------------- /osmo-mgw-master/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-mgw-master/Makefile -------------------------------------------------------------------------------- /osmo-mgw-master/osmo-mgw.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-mgw-master/osmo-mgw.cfg -------------------------------------------------------------------------------- /osmo-msc-latest/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-msc-latest/Dockerfile -------------------------------------------------------------------------------- /osmo-msc-latest/Makefile: -------------------------------------------------------------------------------- 1 | include ../make/Makefile 2 | -------------------------------------------------------------------------------- /osmo-msc-latest/osmo-msc.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-msc-latest/osmo-msc.cfg -------------------------------------------------------------------------------- /osmo-msc-master/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-msc-master/Dockerfile -------------------------------------------------------------------------------- /osmo-msc-master/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-msc-master/Makefile -------------------------------------------------------------------------------- /osmo-msc-master/osmo-msc.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-msc-master/osmo-msc.cfg -------------------------------------------------------------------------------- /osmo-nitb-latest/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-nitb-latest/Dockerfile -------------------------------------------------------------------------------- /osmo-nitb-latest/Makefile: -------------------------------------------------------------------------------- 1 | include ../make/Makefile 2 | -------------------------------------------------------------------------------- /osmo-nitb-latest/bscs.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-nitb-latest/bscs.config -------------------------------------------------------------------------------- /osmo-nitb-latest/openbsc.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-nitb-latest/openbsc.cfg -------------------------------------------------------------------------------- /osmo-nitb-latest/osmo-bsc-nat.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-nitb-latest/osmo-bsc-nat.cfg -------------------------------------------------------------------------------- /osmo-nitb-master/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-nitb-master/Dockerfile -------------------------------------------------------------------------------- /osmo-nitb-master/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-nitb-master/Makefile -------------------------------------------------------------------------------- /osmo-nitb-master/bscs.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-nitb-master/bscs.config -------------------------------------------------------------------------------- /osmo-nitb-master/openbsc.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-nitb-master/openbsc.cfg -------------------------------------------------------------------------------- /osmo-nitb-master/osmo-bsc-nat.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-nitb-master/osmo-bsc-nat.cfg -------------------------------------------------------------------------------- /osmo-ns-master/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-ns-master/Dockerfile -------------------------------------------------------------------------------- /osmo-ns-master/Makefile: -------------------------------------------------------------------------------- 1 | include ../make/Makefile 2 | -------------------------------------------------------------------------------- /osmo-ns-master/docker-entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-ns-master/docker-entrypoint.sh -------------------------------------------------------------------------------- /osmo-ns-master/osmo-ns-dummy.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-ns-master/osmo-ns-dummy.cfg -------------------------------------------------------------------------------- /osmo-pcap-latest/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-pcap-latest/Dockerfile -------------------------------------------------------------------------------- /osmo-pcap-latest/Makefile: -------------------------------------------------------------------------------- 1 | include ../make/Makefile 2 | -------------------------------------------------------------------------------- /osmo-pcap-latest/osmo-pcap-client.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-pcap-latest/osmo-pcap-client.cfg -------------------------------------------------------------------------------- /osmo-pcap-master/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-pcap-master/Dockerfile -------------------------------------------------------------------------------- /osmo-pcap-master/Makefile: -------------------------------------------------------------------------------- 1 | include ../make/Makefile 2 | -------------------------------------------------------------------------------- /osmo-pcap-master/osmo-pcap-client.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-pcap-master/osmo-pcap-client.cfg -------------------------------------------------------------------------------- /osmo-pcu-latest/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-pcu-latest/Dockerfile -------------------------------------------------------------------------------- /osmo-pcu-latest/Makefile: -------------------------------------------------------------------------------- 1 | include ../make/Makefile 2 | -------------------------------------------------------------------------------- /osmo-pcu-latest/osmo-pcu.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-pcu-latest/osmo-pcu.cfg -------------------------------------------------------------------------------- /osmo-pcu-master/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-pcu-master/Dockerfile -------------------------------------------------------------------------------- /osmo-pcu-master/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-pcu-master/Makefile -------------------------------------------------------------------------------- /osmo-pcu-master/osmo-pcu.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-pcu-master/osmo-pcu.cfg -------------------------------------------------------------------------------- /osmo-ran/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-ran/Dockerfile -------------------------------------------------------------------------------- /osmo-ran/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-ran/Makefile -------------------------------------------------------------------------------- /osmo-ran/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-ran/README.md -------------------------------------------------------------------------------- /osmo-ran/jenkins.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-ran/jenkins.sh -------------------------------------------------------------------------------- /osmo-ran/osmocom/osmo-bsc.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-ran/osmocom/osmo-bsc.cfg -------------------------------------------------------------------------------- /osmo-ran/osmocom/osmo-bts-trx.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-ran/osmocom/osmo-bts-trx.cfg -------------------------------------------------------------------------------- /osmo-ran/osmocom/osmo-mgw.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-ran/osmocom/osmo-mgw.cfg -------------------------------------------------------------------------------- /osmo-ran/osmocom/osmo-pcu.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-ran/osmocom/osmo-pcu.cfg -------------------------------------------------------------------------------- /osmo-ran/osmocom/osmo-trx-ipc.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-ran/osmocom/osmo-trx-ipc.cfg -------------------------------------------------------------------------------- /osmo-ran/osmocom/osmo-trx-uhd.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-ran/osmocom/osmo-trx-uhd.cfg -------------------------------------------------------------------------------- /osmo-ran/split/jenkins-split.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-ran/split/jenkins-split.sh -------------------------------------------------------------------------------- /osmo-ran/split/ran-bsc_mgw/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-ran/split/ran-bsc_mgw/Dockerfile -------------------------------------------------------------------------------- /osmo-ran/split/ran-bsc_mgw/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-ran/split/ran-bsc_mgw/Makefile -------------------------------------------------------------------------------- /osmo-ran/split/ran-bsc_mgw/osmocom/osmo-bsc.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-ran/split/ran-bsc_mgw/osmocom/osmo-bsc.cfg -------------------------------------------------------------------------------- /osmo-ran/split/ran-bsc_mgw/osmocom/osmo-mgw.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-ran/split/ran-bsc_mgw/osmocom/osmo-mgw.cfg -------------------------------------------------------------------------------- /osmo-ran/split/ran-bts_pcu/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-ran/split/ran-bts_pcu/Dockerfile -------------------------------------------------------------------------------- /osmo-ran/split/ran-bts_pcu/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-ran/split/ran-bts_pcu/Makefile -------------------------------------------------------------------------------- /osmo-ran/split/ran-bts_pcu/osmocom/osmo-bts-trx.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-ran/split/ran-bts_pcu/osmocom/osmo-bts-trx.cfg -------------------------------------------------------------------------------- /osmo-ran/split/ran-bts_pcu/osmocom/osmo-pcu.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-ran/split/ran-bts_pcu/osmocom/osmo-pcu.cfg -------------------------------------------------------------------------------- /osmo-ran/split/ran-trx-ipc/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-ran/split/ran-trx-ipc/Dockerfile -------------------------------------------------------------------------------- /osmo-ran/split/ran-trx-ipc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-ran/split/ran-trx-ipc/Makefile -------------------------------------------------------------------------------- /osmo-ran/split/ran-trx-ipc/osmocom/osmo-trx-ipc.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-ran/split/ran-trx-ipc/osmocom/osmo-trx-ipc.cfg -------------------------------------------------------------------------------- /osmo-ran/split/ran-trx-uhd/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-ran/split/ran-trx-uhd/Dockerfile -------------------------------------------------------------------------------- /osmo-ran/split/ran-trx-uhd/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-ran/split/ran-trx-uhd/Makefile -------------------------------------------------------------------------------- /osmo-ran/split/ran-trx-uhd/osmocom/osmo-trx-uhd.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-ran/split/ran-trx-uhd/osmocom/osmo-trx-uhd.cfg -------------------------------------------------------------------------------- /osmo-remsim-latest/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-remsim-latest/Dockerfile -------------------------------------------------------------------------------- /osmo-remsim-latest/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-remsim-latest/Makefile -------------------------------------------------------------------------------- /osmo-remsim-master/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-remsim-master/Dockerfile -------------------------------------------------------------------------------- /osmo-remsim-master/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-remsim-master/Makefile -------------------------------------------------------------------------------- /osmo-s1gw-master/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-s1gw-master/Dockerfile -------------------------------------------------------------------------------- /osmo-s1gw-master/Makefile: -------------------------------------------------------------------------------- 1 | include ../make/Makefile 2 | -------------------------------------------------------------------------------- /osmo-s1gw-master/osmo-s1gw.config: -------------------------------------------------------------------------------- 1 | [{osmo_s1gw, [ 2 | ]}]. 3 | -------------------------------------------------------------------------------- /osmo-sgsn-latest/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-sgsn-latest/Dockerfile -------------------------------------------------------------------------------- /osmo-sgsn-latest/Makefile: -------------------------------------------------------------------------------- 1 | include ../make/Makefile 2 | -------------------------------------------------------------------------------- /osmo-sgsn-latest/osmo-sgsn.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-sgsn-latest/osmo-sgsn.cfg -------------------------------------------------------------------------------- /osmo-sgsn-master/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-sgsn-master/Dockerfile -------------------------------------------------------------------------------- /osmo-sgsn-master/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-sgsn-master/Makefile -------------------------------------------------------------------------------- /osmo-sgsn-master/osmo-sgsn.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-sgsn-master/osmo-sgsn.cfg -------------------------------------------------------------------------------- /osmo-sip-latest/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-sip-latest/Dockerfile -------------------------------------------------------------------------------- /osmo-sip-latest/Makefile: -------------------------------------------------------------------------------- 1 | include ../make/Makefile 2 | -------------------------------------------------------------------------------- /osmo-sip-latest/osmo-sip-connector.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-sip-latest/osmo-sip-connector.cfg -------------------------------------------------------------------------------- /osmo-sip-master/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-sip-master/Dockerfile -------------------------------------------------------------------------------- /osmo-sip-master/Makefile: -------------------------------------------------------------------------------- 1 | include ../make/Makefile 2 | -------------------------------------------------------------------------------- /osmo-sip-master/osmo-sip-connector.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-sip-master/osmo-sip-connector.cfg -------------------------------------------------------------------------------- /osmo-smlc-latest/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-smlc-latest/Dockerfile -------------------------------------------------------------------------------- /osmo-smlc-latest/Makefile: -------------------------------------------------------------------------------- 1 | include ../make/Makefile 2 | -------------------------------------------------------------------------------- /osmo-smlc-latest/osmo-smlc.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-smlc-latest/osmo-smlc.cfg -------------------------------------------------------------------------------- /osmo-smlc-master/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-smlc-master/Dockerfile -------------------------------------------------------------------------------- /osmo-smlc-master/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-smlc-master/Makefile -------------------------------------------------------------------------------- /osmo-smlc-master/osmo-smlc.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-smlc-master/osmo-smlc.cfg -------------------------------------------------------------------------------- /osmo-stp-latest/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-stp-latest/Dockerfile -------------------------------------------------------------------------------- /osmo-stp-latest/Makefile: -------------------------------------------------------------------------------- 1 | include ../make/Makefile 2 | -------------------------------------------------------------------------------- /osmo-stp-latest/osmo-stp.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-stp-latest/osmo-stp.cfg -------------------------------------------------------------------------------- /osmo-stp-master/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-stp-master/Dockerfile -------------------------------------------------------------------------------- /osmo-stp-master/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-stp-master/Makefile -------------------------------------------------------------------------------- /osmo-stp-master/osmo-stp.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-stp-master/osmo-stp.cfg -------------------------------------------------------------------------------- /osmo-uecups-latest/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-uecups-latest/Dockerfile -------------------------------------------------------------------------------- /osmo-uecups-latest/Makefile: -------------------------------------------------------------------------------- 1 | include ../make/Makefile 2 | -------------------------------------------------------------------------------- /osmo-uecups-latest/osmo-uecups-daemon.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-uecups-latest/osmo-uecups-daemon.cfg -------------------------------------------------------------------------------- /osmo-uecups-master/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-uecups-master/Dockerfile -------------------------------------------------------------------------------- /osmo-uecups-master/Makefile: -------------------------------------------------------------------------------- 1 | include ../make/Makefile 2 | -------------------------------------------------------------------------------- /osmo-uecups-master/osmo-uecups-daemon.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-uecups-master/osmo-uecups-daemon.cfg -------------------------------------------------------------------------------- /osmo-upf-master/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-upf-master/Dockerfile -------------------------------------------------------------------------------- /osmo-upf-master/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-upf-master/Makefile -------------------------------------------------------------------------------- /osmo-upf-master/osmo-upf.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo-upf-master/osmo-upf.cfg -------------------------------------------------------------------------------- /osmo_dia2gsup-master/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo_dia2gsup-master/Dockerfile -------------------------------------------------------------------------------- /osmo_dia2gsup-master/Makefile: -------------------------------------------------------------------------------- 1 | include ../make/Makefile 2 | -------------------------------------------------------------------------------- /osmo_dia2gsup-master/osmo_dia2gsup.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmo_dia2gsup-master/osmo_dia2gsup.config -------------------------------------------------------------------------------- /osmocom-bb-host-master/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/osmocom-bb-host-master/Dockerfile -------------------------------------------------------------------------------- /osmocom-bb-host-master/Makefile: -------------------------------------------------------------------------------- 1 | 2 | include ../make/Makefile 3 | -------------------------------------------------------------------------------- /redmine/0001-Set-session_store-to-active_record_store.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/redmine/0001-Set-session_store-to-active_record_store.patch -------------------------------------------------------------------------------- /redmine/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/redmine/Dockerfile -------------------------------------------------------------------------------- /redmine/Makefile: -------------------------------------------------------------------------------- 1 | IMAGE=registry.sysmocom.de/redmine 2 | 3 | include ../make/Makefile 4 | -------------------------------------------------------------------------------- /redmine/commitlog-references-oshash-5.1.3.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/redmine/commitlog-references-oshash-5.1.3.diff -------------------------------------------------------------------------------- /redmine/docker-entrypoint-osmo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/redmine/docker-entrypoint-osmo.sh -------------------------------------------------------------------------------- /redmine/openid_server_length_empty.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/redmine/openid_server_length_empty.diff -------------------------------------------------------------------------------- /scripts/kernel-test/initrd-build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/scripts/kernel-test/initrd-build.sh -------------------------------------------------------------------------------- /scripts/kernel-test/initrd-init.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/scripts/kernel-test/initrd-init.sh -------------------------------------------------------------------------------- /scripts/kernel-test/kernel-build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/scripts/kernel-test/kernel-build.sh -------------------------------------------------------------------------------- /scripts/kernel-test/prepare.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/scripts/kernel-test/prepare.sh -------------------------------------------------------------------------------- /scripts/kernel-test/qemu-ifdown.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/scripts/kernel-test/qemu-ifdown.sh -------------------------------------------------------------------------------- /scripts/kernel-test/qemu-ifup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/scripts/kernel-test/qemu-ifup.sh -------------------------------------------------------------------------------- /scripts/kernel-test/run-qemu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/scripts/kernel-test/run-qemu.sh -------------------------------------------------------------------------------- /scripts/kernel-test/smoke-test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/scripts/kernel-test/smoke-test.sh -------------------------------------------------------------------------------- /scripts/regen_doc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/scripts/regen_doc.sh -------------------------------------------------------------------------------- /sctp-test/0001-disable-the-use-of-scheduler-priorities-and-mlockall.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/sctp-test/0001-disable-the-use-of-scheduler-priorities-and-mlockall.patch -------------------------------------------------------------------------------- /sctp-test/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/sctp-test/Dockerfile -------------------------------------------------------------------------------- /sctp-test/Makefile: -------------------------------------------------------------------------------- 1 | RUN_ARGS?=-it 2 | 3 | include ../make/Makefile 4 | -------------------------------------------------------------------------------- /sctp-test/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/sctp-test/run -------------------------------------------------------------------------------- /seccomp_profile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/seccomp_profile.json -------------------------------------------------------------------------------- /sigtran-tests/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/sigtran-tests/Dockerfile -------------------------------------------------------------------------------- /sigtran-tests/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/sigtran-tests/Makefile -------------------------------------------------------------------------------- /systemd/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/systemd/Dockerfile -------------------------------------------------------------------------------- /systemd/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/systemd/Makefile -------------------------------------------------------------------------------- /ttcn3-asterisk-ims-ue-test/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-asterisk-ims-ue-test/Dockerfile -------------------------------------------------------------------------------- /ttcn3-asterisk-ims-ue-test/Makefile: -------------------------------------------------------------------------------- 1 | include ../make/Makefile 2 | -------------------------------------------------------------------------------- /ttcn3-asterisk-ims-ue-test/asterisk/asterisk.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-asterisk-ims-ue-test/asterisk/asterisk.conf -------------------------------------------------------------------------------- /ttcn3-asterisk-ims-ue-test/asterisk/asterisk.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-asterisk-ims-ue-test/asterisk/asterisk.sh -------------------------------------------------------------------------------- /ttcn3-asterisk-ims-ue-test/asterisk/extensions.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-asterisk-ims-ue-test/asterisk/extensions.conf -------------------------------------------------------------------------------- /ttcn3-asterisk-ims-ue-test/asterisk/logger.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-asterisk-ims-ue-test/asterisk/logger.conf -------------------------------------------------------------------------------- /ttcn3-asterisk-ims-ue-test/asterisk/manager.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-asterisk-ims-ue-test/asterisk/manager.conf -------------------------------------------------------------------------------- /ttcn3-asterisk-ims-ue-test/asterisk/pjproject.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-asterisk-ims-ue-test/asterisk/pjproject.conf -------------------------------------------------------------------------------- /ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf -------------------------------------------------------------------------------- /ttcn3-asterisk-ims-ue-test/dnsmasq/dnsmasq.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-asterisk-ims-ue-test/dnsmasq/dnsmasq.conf -------------------------------------------------------------------------------- /ttcn3-asterisk-ims-ue-test/jenkins.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-asterisk-ims-ue-test/jenkins.sh -------------------------------------------------------------------------------- /ttcn3-asterisk-ims-ue-test/ttcn3/Asterisk_Tests.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-asterisk-ims-ue-test/ttcn3/Asterisk_Tests.cfg -------------------------------------------------------------------------------- /ttcn3-asterisk-ims-ue-test/ttcn3/ttcn3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-asterisk-ims-ue-test/ttcn3/ttcn3.sh -------------------------------------------------------------------------------- /ttcn3-bscnat-test/BSCNAT_Tests.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-bscnat-test/BSCNAT_Tests.cfg -------------------------------------------------------------------------------- /ttcn3-bscnat-test/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-bscnat-test/Dockerfile -------------------------------------------------------------------------------- /ttcn3-bscnat-test/Makefile: -------------------------------------------------------------------------------- 1 | 2 | include ../make/Makefile 3 | -------------------------------------------------------------------------------- /ttcn3-bscnat-test/bscs.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-bscnat-test/bscs.config -------------------------------------------------------------------------------- /ttcn3-bscnat-test/jenkins.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-bscnat-test/jenkins.sh -------------------------------------------------------------------------------- /ttcn3-bscnat-test/osmo-bsc-nat.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-bscnat-test/osmo-bsc-nat.cfg -------------------------------------------------------------------------------- /ttcn3-bts-test/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-bts-test/Dockerfile -------------------------------------------------------------------------------- /ttcn3-bts-test/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-bts-test/Makefile -------------------------------------------------------------------------------- /ttcn3-bts-test/fh/BTS_Tests.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-bts-test/fh/BTS_Tests.cfg -------------------------------------------------------------------------------- /ttcn3-bts-test/fh/osmo-bsc.confmerge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-bts-test/fh/osmo-bsc.confmerge -------------------------------------------------------------------------------- /ttcn3-bts-test/generic/BTS_Tests.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-bts-test/generic/BTS_Tests.cfg -------------------------------------------------------------------------------- /ttcn3-bts-test/generic/osmo-bsc.confmerge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-bts-test/generic/osmo-bsc.confmerge -------------------------------------------------------------------------------- /ttcn3-bts-test/generic/osmo-bts.confmerge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-bts-test/generic/osmo-bts.confmerge -------------------------------------------------------------------------------- /ttcn3-bts-test/jenkins.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-bts-test/jenkins.sh -------------------------------------------------------------------------------- /ttcn3-bts-test/oml/BTS_Tests.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-bts-test/oml/BTS_Tests.cfg -------------------------------------------------------------------------------- /ttcn3-bts-test/oml/osmo-bts.confmerge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-bts-test/oml/osmo-bts.confmerge -------------------------------------------------------------------------------- /ttcn3-bts-test/virtphy/BTS_Tests.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-bts-test/virtphy/BTS_Tests.cfg -------------------------------------------------------------------------------- /ttcn3-bts-test/virtphy/osmo-bts.confmerge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-bts-test/virtphy/osmo-bts.confmerge -------------------------------------------------------------------------------- /ttcn3-epdg-test/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-epdg-test/Dockerfile -------------------------------------------------------------------------------- /ttcn3-epdg-test/EPDG_Tests.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-epdg-test/EPDG_Tests.cfg -------------------------------------------------------------------------------- /ttcn3-epdg-test/Makefile: -------------------------------------------------------------------------------- 1 | include ../make/Makefile 2 | -------------------------------------------------------------------------------- /ttcn3-epdg-test/epdg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-epdg-test/epdg.sh -------------------------------------------------------------------------------- /ttcn3-epdg-test/jenkins.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-epdg-test/jenkins.sh -------------------------------------------------------------------------------- /ttcn3-epdg-test/osmo-epdg.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-epdg-test/osmo-epdg.config -------------------------------------------------------------------------------- /ttcn3-epdg-test/osmo-epdg.latest.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-epdg-test/osmo-epdg.latest.config -------------------------------------------------------------------------------- /ttcn3-fr-test/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-fr-test/Dockerfile -------------------------------------------------------------------------------- /ttcn3-fr-test/FRNET_Tests.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-fr-test/FRNET_Tests.cfg -------------------------------------------------------------------------------- /ttcn3-fr-test/FR_Tests.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-fr-test/FR_Tests.cfg -------------------------------------------------------------------------------- /ttcn3-fr-test/Makefile: -------------------------------------------------------------------------------- 1 | include ../make/Makefile 2 | -------------------------------------------------------------------------------- /ttcn3-fr-test/jenkins.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-fr-test/jenkins.sh -------------------------------------------------------------------------------- /ttcn3-fr-test/netdev-to-docker.sh: -------------------------------------------------------------------------------- 1 | ../ttcn3-gbproxy-test-fr/netdev-to-docker.sh -------------------------------------------------------------------------------- /ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg -------------------------------------------------------------------------------- /ttcn3-gbproxy-test-fr/jenkins.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-gbproxy-test-fr/jenkins.sh -------------------------------------------------------------------------------- /ttcn3-gbproxy-test-fr/netdev-to-docker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-gbproxy-test-fr/netdev-to-docker.sh -------------------------------------------------------------------------------- /ttcn3-gbproxy-test-fr/osmo-gbproxy.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-gbproxy-test-fr/osmo-gbproxy.cfg -------------------------------------------------------------------------------- /ttcn3-gbproxy-test/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-gbproxy-test/Dockerfile -------------------------------------------------------------------------------- /ttcn3-gbproxy-test/GBProxy_Tests.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-gbproxy-test/GBProxy_Tests.cfg -------------------------------------------------------------------------------- /ttcn3-gbproxy-test/Makefile: -------------------------------------------------------------------------------- 1 | include ../make/Makefile 2 | -------------------------------------------------------------------------------- /ttcn3-gbproxy-test/jenkins.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-gbproxy-test/jenkins.sh -------------------------------------------------------------------------------- /ttcn3-gbproxy-test/osmo-gbproxy.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-gbproxy-test/osmo-gbproxy.cfg -------------------------------------------------------------------------------- /ttcn3-ggsn-test-ogs/jenkins.sh: -------------------------------------------------------------------------------- 1 | ../ttcn3-ggsn-test/jenkins-ogs.sh -------------------------------------------------------------------------------- /ttcn3-ggsn-test-ogs/ogs: -------------------------------------------------------------------------------- 1 | ../ttcn3-ggsn-test/ogs -------------------------------------------------------------------------------- /ttcn3-nitb-sysinfo/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-nitb-sysinfo/Dockerfile -------------------------------------------------------------------------------- /ttcn3-nitb-sysinfo/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-nitb-sysinfo/Makefile -------------------------------------------------------------------------------- /ttcn3-nitb-sysinfo/Test.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-nitb-sysinfo/Test.cfg -------------------------------------------------------------------------------- /ttcn3-nitb-sysinfo/jenkins.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-nitb-sysinfo/jenkins.sh -------------------------------------------------------------------------------- /ttcn3-ns-test-fr/fr: -------------------------------------------------------------------------------- 1 | ../ttcn3-ns-test/fr -------------------------------------------------------------------------------- /ttcn3-ns-test-fr/jenkins.sh: -------------------------------------------------------------------------------- 1 | ../ttcn3-ns-test/jenkins-fr.sh -------------------------------------------------------------------------------- /ttcn3-ns-test-fr/netdev-to-docker.sh: -------------------------------------------------------------------------------- 1 | ../ttcn3-gbproxy-test-fr/netdev-to-docker.sh -------------------------------------------------------------------------------- /ttcn3-ns-test-sgsn-sns/jenkins.sh: -------------------------------------------------------------------------------- 1 | ../ttcn3-ns-test/jenkins-sgsn-sns.sh -------------------------------------------------------------------------------- /ttcn3-ns-test-sgsn-sns/sgsn-sns: -------------------------------------------------------------------------------- 1 | ../ttcn3-ns-test/sgsn-sns/ -------------------------------------------------------------------------------- /ttcn3-ns-test-sns/jenkins.sh: -------------------------------------------------------------------------------- 1 | ../ttcn3-ns-test/jenkins-sns.sh -------------------------------------------------------------------------------- /ttcn3-ns-test-sns/sns: -------------------------------------------------------------------------------- 1 | ../ttcn3-ns-test/sns -------------------------------------------------------------------------------- /ttcn3-ns-test/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-ns-test/Dockerfile -------------------------------------------------------------------------------- /ttcn3-ns-test/Makefile: -------------------------------------------------------------------------------- 1 | include ../make/Makefile 2 | -------------------------------------------------------------------------------- /ttcn3-ns-test/NS_Tests.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-ns-test/NS_Tests.cfg -------------------------------------------------------------------------------- /ttcn3-ns-test/fr/NS_Tests.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-ns-test/fr/NS_Tests.cfg -------------------------------------------------------------------------------- /ttcn3-ns-test/fr/osmo-ns-dummy.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-ns-test/fr/osmo-ns-dummy.cfg -------------------------------------------------------------------------------- /ttcn3-ns-test/jenkins-fr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-ns-test/jenkins-fr.sh -------------------------------------------------------------------------------- /ttcn3-ns-test/jenkins-sgsn-sns.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-ns-test/jenkins-sgsn-sns.sh -------------------------------------------------------------------------------- /ttcn3-ns-test/jenkins-sns.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-ns-test/jenkins-sns.sh -------------------------------------------------------------------------------- /ttcn3-ns-test/jenkins.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-ns-test/jenkins.sh -------------------------------------------------------------------------------- /ttcn3-ns-test/osmo-ns-dummy.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-ns-test/osmo-ns-dummy.cfg -------------------------------------------------------------------------------- /ttcn3-ns-test/sgsn-sns/NS_Tests.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-ns-test/sgsn-sns/NS_Tests.cfg -------------------------------------------------------------------------------- /ttcn3-ns-test/sgsn-sns/osmo-ns-dummy.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-ns-test/sgsn-sns/osmo-ns-dummy.cfg -------------------------------------------------------------------------------- /ttcn3-ns-test/sns/NS_Tests.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-ns-test/sns/NS_Tests.cfg -------------------------------------------------------------------------------- /ttcn3-ns-test/sns/osmo-ns-dummy.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-ns-test/sns/osmo-ns-dummy.cfg -------------------------------------------------------------------------------- /ttcn3-pcap-client-test/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-pcap-client-test/Dockerfile -------------------------------------------------------------------------------- /ttcn3-pcap-client-test/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-pcap-client-test/Makefile -------------------------------------------------------------------------------- /ttcn3-pcap-client-test/OPCAP_CLIENT_Tests.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-pcap-client-test/OPCAP_CLIENT_Tests.cfg -------------------------------------------------------------------------------- /ttcn3-pcap-client-test/jenkins.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-pcap-client-test/jenkins.sh -------------------------------------------------------------------------------- /ttcn3-pcap-client-test/osmo-pcap-client.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-pcap-client-test/osmo-pcap-client.cfg -------------------------------------------------------------------------------- /ttcn3-pcu-test-sns/jenkins.sh: -------------------------------------------------------------------------------- 1 | ../ttcn3-pcu-test/jenkins-sns.sh -------------------------------------------------------------------------------- /ttcn3-pcu-test-sns/sns: -------------------------------------------------------------------------------- 1 | ../ttcn3-pcu-test/sns -------------------------------------------------------------------------------- /ttcn3-pcu-test/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-pcu-test/Dockerfile -------------------------------------------------------------------------------- /ttcn3-pcu-test/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-pcu-test/Makefile -------------------------------------------------------------------------------- /ttcn3-pcu-test/PCU_Tests.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-pcu-test/PCU_Tests.cfg -------------------------------------------------------------------------------- /ttcn3-pcu-test/jenkins-sns.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-pcu-test/jenkins-sns.sh -------------------------------------------------------------------------------- /ttcn3-pcu-test/jenkins.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-pcu-test/jenkins.sh -------------------------------------------------------------------------------- /ttcn3-pcu-test/osmo-pcu.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-pcu-test/osmo-pcu.cfg -------------------------------------------------------------------------------- /ttcn3-pcu-test/sns/PCU_Tests.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-pcu-test/sns/PCU_Tests.cfg -------------------------------------------------------------------------------- /ttcn3-pcu-test/sns/osmo-pcu.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-pcu-test/sns/osmo-pcu.cfg -------------------------------------------------------------------------------- /ttcn3-pgw-test/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-pgw-test/Dockerfile -------------------------------------------------------------------------------- /ttcn3-pgw-test/Makefile: -------------------------------------------------------------------------------- 1 | include ../make/Makefile 2 | -------------------------------------------------------------------------------- /ttcn3-pgw-test/PGW_Tests.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-pgw-test/PGW_Tests.cfg -------------------------------------------------------------------------------- /ttcn3-pgw-test/freeDiameter-smf.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-pgw-test/freeDiameter-smf.conf -------------------------------------------------------------------------------- /ttcn3-pgw-test/jenkins.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-pgw-test/jenkins.sh -------------------------------------------------------------------------------- /ttcn3-pgw-test/open5gs-nrf-latest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-pgw-test/open5gs-nrf-latest.yaml -------------------------------------------------------------------------------- /ttcn3-pgw-test/open5gs-nrf-master.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-pgw-test/open5gs-nrf-master.yaml -------------------------------------------------------------------------------- /ttcn3-pgw-test/open5gs-smf-latest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-pgw-test/open5gs-smf-latest.yaml -------------------------------------------------------------------------------- /ttcn3-pgw-test/open5gs-smf-master.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-pgw-test/open5gs-smf-master.yaml -------------------------------------------------------------------------------- /ttcn3-pgw-test/open5gs-upf-latest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-pgw-test/open5gs-upf-latest.yaml -------------------------------------------------------------------------------- /ttcn3-pgw-test/open5gs-upf-master.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-pgw-test/open5gs-upf-master.yaml -------------------------------------------------------------------------------- /ttcn3-pgw-test/osmo-uecups-daemon.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-pgw-test/osmo-uecups-daemon.cfg -------------------------------------------------------------------------------- /ttcn3-pgw-test/upfd-setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-pgw-test/upfd-setup.sh -------------------------------------------------------------------------------- /ttcn3-pgw-test/upfd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-pgw-test/upfd.sh -------------------------------------------------------------------------------- /ttcn3-remsim-test/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-remsim-test/Dockerfile -------------------------------------------------------------------------------- /ttcn3-remsim-test/Makefile: -------------------------------------------------------------------------------- 1 | 2 | include ../make/Makefile 3 | -------------------------------------------------------------------------------- /ttcn3-remsim-test/REMSIM_Tests.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-remsim-test/REMSIM_Tests.cfg -------------------------------------------------------------------------------- /ttcn3-remsim-test/bankd/REMSIM_Tests.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-remsim-test/bankd/REMSIM_Tests.cfg -------------------------------------------------------------------------------- /ttcn3-remsim-test/bankd/bankd_pcsc_slots.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-remsim-test/bankd/bankd_pcsc_slots.csv -------------------------------------------------------------------------------- /ttcn3-remsim-test/client/REMSIM_Tests.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-remsim-test/client/REMSIM_Tests.cfg -------------------------------------------------------------------------------- /ttcn3-remsim-test/jenkins.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-remsim-test/jenkins.sh -------------------------------------------------------------------------------- /ttcn3-stp-test/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-stp-test/Dockerfile -------------------------------------------------------------------------------- /ttcn3-stp-test/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-stp-test/Makefile -------------------------------------------------------------------------------- /ttcn3-stp-test/STP_Tests.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-stp-test/STP_Tests.cfg -------------------------------------------------------------------------------- /ttcn3-stp-test/jenkins.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-stp-test/jenkins.sh -------------------------------------------------------------------------------- /ttcn3-stp-test/osmo-stp.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osmocom/docker-playground/HEAD/ttcn3-stp-test/osmo-stp.cfg --------------------------------------------------------------------------------