Attention is currently required from: fixeria, laforge, osmith, pespin.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/docker-playground/+/37256?usp=email )
Change subject: ttcn3-s1gw-test: run eNB/MME domains in separate networks ......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1: I'm not sure what do you win with this tbh, other than making the whole setup more complex and dropping use of usual docker-container helpers.
In the end, osmo-s1gw is really doing nothing with network interfaces, it only handles/work with sockets bound to IP addresses, so the network interface configuration is totally transparent to it and shouldn't matter at all.
You can test with 1 netif with several IP addresses, like we do in Asterisk_Tests or iirc in EPDG_Tests.
I'm happy to hear I'm wrong about this.