Skip to content
Unstable

Changes

Summary

  1. s1gw: Split ConnHdlr to its own file (details)
  2. s1gw: Add mp_enb_bind_ip module parameter (details)
  3. s1gw: initial testenv.cfg (details)
  4. s1gw: Wait for component to stop before testing IUT for conn refused (details)
  5. s1gw: Immediate stop all components upon ConnHdlr failure (details)
  6. s1gw: Increase failure timeouts to ease debugging (details)
  7. s1gw: Fix direction of e-RAB Setup (details)
  8. mme: Fix order in eutran_to_geran testcase (details)
Commit 1fff332d6108da85dc8e483589ad54ebc5b9aca4 by Pau Espin Pedrol
s1gw: Split ConnHdlr to its own file

This allows easily separating general routines from test specific code.

Change-Id: I9f8d9afbccd59f3e22649b35d2a7ef75578d051a
The file was modifieds1gw/S1GW_Tests.ttcn
The file was addeds1gw/ConnHdlr.ttcn
Commit f222a1dfdda3ab378b5f65000c6a0c0e682cd8fa by Pau Espin Pedrol
s1gw: Add mp_enb_bind_ip module parameter

This allows more easily understanding pcap traces by looking at the
config file to identify the ip addresses.

Change-Id: I294b14e6ef119c17eec22f813d5755279560e0bc
The file was modifieds1gw/ConnHdlr.ttcn
The file was modifieds1gw/S1GW_Tests.ttcn
The file was modifieds1gw/S1GW_Tests.cfg
Commit b72943e2e0ce6849f30f04765264194b8faf640d by Pau Espin Pedrol
s1gw: initial testenv.cfg

This commit already provides a running setup to run the testsuite,
similar to the one already available in docker-playground.git.

Change-Id: Ib66c3f23355c117302b48fc9ef05cde1920d8739
The file was addeds1gw/testenv.cfg
The file was addeds1gw/osmo-s1gw.config
Commit 0168b108df51d78f125cf06f048b0046f950fec7 by Pau Espin Pedrol
s1gw: Wait for component to stop before testing IUT for conn refused

Change-Id: I9dcac498766dd4a597cc5827bdb9192e861356c6
The file was modifieds1gw/S1GW_Tests.ttcn
Commit 47132cc036a43c38f277f6875bd63b2551c8b9cb by Pau Espin Pedrol
s1gw: Immediate stop all components upon ConnHdlr failure

Otherwise it's difficult to see/find in logs stuff like timeouts waiting
for messages, etc.

Change-Id: I8b3b7e9cd61a8ad0d167f20a41c61eac3f245d70
The file was modifieds1gw/ConnHdlr.ttcn
Commit 2fe4882bf29a246940742f902e1ff0a61ad0bfae by Pau Espin Pedrol
s1gw: Increase failure timeouts to ease debugging

Let the IUT do some stuff before quickly exiting.
In fact, the previous timeouts were a bit tight anyway since several
messages may be required before an answer comes back on the same
interface.

Change-Id: I985511c1a56edb0663826a20bbf27ea34a6c4dcd
The file was modifieds1gw/ConnHdlr.ttcn
Commit f0896d7cb38883f14a963344b6e317eeee02878b by Pau Espin Pedrol
s1gw: Fix direction of e-RAB Setup

Change-Id: Idfc3bc0a53d5f966a889b997c3d5a4928297236f
The file was modifieds1gw/S1GW_Tests.ttcn
Commit ffbe3560437c9606c9a8705f8e103b423b3b0077 by daniel
mme: Fix order in eutran_to_geran testcase

The diagram shows that the S1-AP release should happen after the Delete
Session Request/Response (even though all a numbered 13).

The test started failing because a newer open5gs would check/require a
resource that was freed due to an S1 release.

Change-Id: I0d7a388dc8b1a1c13de8f7e3fe7781423fc90868
The file was modifiedmme/MME_Tests.ttcn