Skip to content

Changes

Summary

  1. ttcn3-pgw-test: configure the 'ogstun' device for open5gs-upfd (details)
  2. open5gs-master: remove both setup.sh and pgw.sh (details)
Commit bfabf9aa42c6bd0ae3a3048d8c1e016bcb2ad2ec by Vadim Yanitskiy
ttcn3-pgw-test: configure the 'ogstun' device for open5gs-upfd

Unlike osmo-ggsn, open5gs-upfd does not configure the tun interface
itself.  All IPv4/IPv6 addresses must be assigned manually.  This
is exactly why both PGW_Tests.TC_createSession_ping4[_256] fail:

  [sock] ERROR: ogs_write() failed (5:Input/outputerror) (../lib/tun/tunio.c:84)
  [upf] WARNING: ogs_tun_write() failed (../src/upf/gtp-path.c:448)

Take Harald's setup.sh from open5gs-master and execute it in the
container running open5gs-upfd.  This fixes the ogs_write() errors.

Change-Id: I0730b1f69285484a0aa0ebd664dafd8e476b294f
Related: SYS#5602
The file was modified ttcn3-pgw-test/jenkins.sh
The file was addedttcn3-pgw-test/ogstun-setup.sh
Commit 27031af313decac90517dc9ba0adebe74842c191 by Vadim Yanitskiy
open5gs-master: remove both setup.sh and pgw.sh

Having these scripts makes no sense anymore, because:

  * setup.sh was moved to ttcn3-pgw-test,
  * pgw.sh runs non-existing open5gs-pgwd.

Change-Id: I96abc3ac57ade34cd79af6451bb201e36f5cd7f7
Related: SYS#5602
The file was removedopen5gs-master/pgw.sh
The file was removedopen5gs-master/setup.sh
The file was modified open5gs-master/Dockerfile