Skip to content
Success

Changes

Summary

  1. msc: execute more SMS-over-GSUP tests via UTRAN (details)
  2. testenv: make clone project function generic (details)
  3. testenv: clone_project: fix getting latest version (details)
  4. ns: initial testenv config (details)
Commit fff7a5d8fbf8dd3ccc768c7c89219a6fbd9b1ae8 by Vadim Yanitskiy
msc: execute more SMS-over-GSUP tests via UTRAN

Change-Id: Ia3c044ad04561a4ee6dbb4a3fe59fedd3ac79bba
Related: 1cd11a05a ("MSC_Tests.ttcn: introduce TC_gsup_mt_multi_part_sms")
Related: 8d0d7af27 ("msc: add TC_gsup_mt_sms_lu_delay for X36 (LU delay) timer")
Related: e9de1515d ("msc: add TC_gsup_mt_sms_{paging,conn}_timeout")
The file was modifiedmsc/MSC_Tests.ttcn
The file was modifiedmsc/MSC_Tests_Iu.ttcn
The file was modifiedmsc/expected-results.xml
Commit dc17cca7ea3dc1bc86d4654191df82d42bbbf63c by Oliver Smith
testenv: make clone project function generic

Prepare to use the same code for cloning libosmocore in order to build
osmo-ns-dummy in a follow-up patch, which isn't in the binary packages
either.

Change-Id: Id19ed229545b22751c810b647e9be24f955f348d
The file was modified_testenv/testenv/podman_install.py
Commit 8b0f9ab9f1349611114e6cbf2974576b1a0563c1 by Oliver Smith
testenv: clone_project: fix getting latest version

Extend the logic for getting the last version, so it doesn't only work
with libosmo-sigtran (where the last version happens to be the last one
returned by "git ls-remote --tags") but also for libosmocore where this
isn't the case. Filter the versions by the relevant ones and then sort
them to get the highest one.

Change-Id: Ic15e385b9c8bab5c0dc70276049d6ad5ae927a6a
The file was modified_testenv/testenv/podman_install.py
Commit 0f12d25ec57a2795fef62cf65eab8dbb3534102c by Oliver Smith
ns: initial testenv config

Change-Id: I7b0d81db49dae0a3bb3d4c3b36fd3f8b4b590760
The file was addedns/run_osmo_ns_dummy.sh
The file was added_testenv/data/scripts/build_osmo_ns_dummy.sh
The file was modified_testenv/testenv/podman_install.py
The file was addedns/testenv_udp.cfg
The file was addedns/testenv_sgsn_sns.cfg
The file was addedns/testenv_sns.cfg