Skip to content

Changes

Summary

  1. ttcn3-s1gw-test: fix using unassigned addr for osmo-s1gw (details)
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 modified ttcn3-s1gw-test/jenkins.sh
The file was addedttcn3-s1gw-test/s1gw.sh