Skip to content

Changes

Summary

  1. s1gw: add osmo-s1gw-master (details)
  2. s1gw: add ttcn3-s1gw-test (details)
  3. ttcn3-s1gw-test: align with the moduleparam naming changes (details)
  4. ttcn3-s1gw-test: fixup: align with the moduleparam naming changes (details)
  5. debian-{bullseye,bookworm}-erlang: fix non-alphabetic pkg order (details)
  6. debian-{bullseye,bookworm}-erlang: install iproute2 (details)
  7. ttcn3-s1gw-test: fix using unassigned addr for osmo-s1gw (details)
Commit 450ee7eaadb84dee5ca3b8de6306849503ff43ce by Vadim Yanitskiy
s1gw: add osmo-s1gw-master

Change-Id: Ic732f57940fa41fe21a26af663fea559551b1811
Related: SYS#6772
The file was addedosmo-s1gw-master/osmo-s1gw.config
The file was modified jenkins-common.sh
The file was addedosmo-s1gw-master/Makefile
The file was addedosmo-s1gw-master/Dockerfile
Commit 5827006f0707f24ef4558b199544ad8470d12fe6 by Vadim Yanitskiy
s1gw: add ttcn3-s1gw-test

Change-Id: I95000d7a9d778df1da830cd5059e5b6899391fbe
Related: SYS#6772
The file was addedttcn3-s1gw-test/Dockerfile
The file was addedttcn3-s1gw-test/S1GW_Tests.cfg
The file was addedttcn3-s1gw-test/jenkins.sh
The file was addedttcn3-s1gw-test/osmo-s1gw.config
The file was addedttcn3-s1gw-test/Makefile
Commit 3319f70df07152a420aaa47dcce298971545cd31 by Vadim Yanitskiy
ttcn3-s1gw-test: align with the moduleparam naming changes

Change-Id: I37b7d91e9e18df463f54cac3e5586942aea21a69
Related: osmo-ttcn3-hacks.git Ice665662c8448c8314d5e6cc1e401e62b635872c
The file was modified ttcn3-s1gw-test/S1GW_Tests.cfg
Commit f5a5304dc5e74a6c10e362f0d09e9773414dba00 by Vadim Yanitskiy
ttcn3-s1gw-test: fixup: align with the moduleparam naming changes

Change-Id: Ibbc8501b01e4b168c856b6817e5b92bfd9816669
The file was modified ttcn3-s1gw-test/osmo-s1gw.config
Commit 948645e048d78f027b8c3628088a5c62d5558cd4 by Vadim Yanitskiy
debian-{bullseye,bookworm}-erlang: fix non-alphabetic pkg order

Purely cosmetic change, bringing a bit of consistency.

Change-Id: I956a15304cbdcdc5572e181dcefd0da884b8fc63
The file was modified debian-bullseye-erlang/Dockerfile
The file was modified debian-bookworm-erlang/Dockerfile
Commit c9ba646255ee31b93618ae1b358e42d615c69ae0 by Vadim Yanitskiy
debian-{bullseye,bookworm}-erlang: install iproute2

Change-Id: I753a8c97c17e6a143dd96b168ddc88400f0fc02d
The file was modified debian-bookworm-erlang/Dockerfile
The file was modified debian-bullseye-erlang/Dockerfile
The file was modified osmo-epdg-master/Dockerfile
Commit 9ca9bed0acf4fbf82fa56ada8be7f62cbbc9190d by Vadim Yanitskiy
ttcn3-s1gw-test: fix using unassigned addr for osmo-s1gw

The S1GW container gets assigned the primary addr 172.18.10.100/24
by docker_network_params().  The secondary addr 172.18.10.200/24,
which is used for eNB connections, needs to be assigned manually.

This patch finally makes ttcn3-s1gw-test pass.

Change-Id: I109a5feaca5acf050008e883cc8b4e1e28beebab
Related: SYS#6772
The file was addedttcn3-s1gw-test/s1gw.sh
The file was modified ttcn3-s1gw-test/jenkins.sh