Skip to content
Unstable

Changes

Summary

  1. Replace libosmo-sccp references with libosmo-sigtran (details)
  2. _testenv: Avoid running make check when building IUT (details)
  3. stp: Support running with testenv (details)
  4. library/GTPv1U_Templates: support sending ext hdrs (details)
Commit 744d42f5745514ff56a7ff91d468e1e984041706 by Pau Espin Pedrol
Replace libosmo-sccp references with libosmo-sigtran

Change-Id: I8556a9eb4e111340e2415c5adf0ad91927ce53ec
The file was modifiedsgsn/testenv_sns.cfg
The file was modifiedsccp/SCCP_Tests_RAW.ttcn
The file was modifiedsmlc/testenv.cfg
The file was modifiedsccp/SCCP_Tests.ttcn
The file was modified_testenv/testenv/podman_install.py
The file was modifiedsgsn/testenv_generic.cfg
Commit 6f37f2f6a6c10b80f24b88ee631443b5ba3bd6ee by Pau Espin Pedrol
_testenv: Avoid running make check when building IUT

In here we want to build stuff to run ttcn3 tests, not unit tests.

Change-Id: I1b5dd0947a1bd937775a74bceb88dcf3bbcf914b
The file was modified_testenv/testenv/osmo_dev.py
Commit e85c0c3069f03068d7187bf971a3e4139f5c4bd0 by Pau Espin Pedrol
stp: Support running with testenv

The osmo-stp.cfg was not up to date with the one further updated in
docker-playground.git.

Change-Id: I43fefc206fbc7f3a4fba9e4d4ba4386e5ca748f7
The file was addedstp/testenv.cfg
The file was modifiedstp/osmo-stp.cfg
Commit e72c295fdd725246b50d8c90f9199483d68f349b by Oliver Smith
library/GTPv1U_Templates: support sending ext hdrs

Replace the seq (sequenceNumber) parameter in ts_GTP1U_PDU with
opt_part (GTPU_Header_optional_part). opt_part contains seq:

  type record GTPU_Header_optional_part {
    OCT2                       sequenceNumber,
    OCT1                       npduNumber,
    OCT1                       nextExtHeader,
    GTPU_ExtensionHeader_List  gTPU_extensionHeader_List optional
  }

With this change it is possible to set the extension headers too when
sending GTPU packets. This is in preparation for a GGSN test case with
extension headers.

Related: OS#6223
Change-Id: I5b1668d45f4454f92c234054678e17145bd4fe49
The file was modifiedepdg/EPDG_Tests.ttcn
The file was modifiedhnodeb/HNBGW_ConnectionHandler.ttcn
The file was modifiedggsn_tests/GGSN_Tests.ttcn
The file was modifiedlibrary/GTPv1U_Templates.ttcn
The file was modifiedsgsn/BSSGP_ConnHdlr.ttcn