Skip to content

Changes

Summary

  1. Revert "osmocom-bb-host-master: install python-enum as fake_trx (details)
  2. ttcn3-msc-test/osmo-msc.cfg: remove deprecated 'periodic location (details)
  3. ttcn3-msc-test/osmo-msc.cfg: disable encryption for UTRAN (details)
Commit 4a44d23aed0a17a4d0e2bd6f92d1d96ce5d22e11 by Vadim Yanitskiy
Revert "osmocom-bb-host-master: install python-enum as fake_trx dependency"

This reverts commit c034da05476429f1470c1245ad949fe45f08dc97.
Python 2 is EOL, we are using Python 3 now with built-in enums.

Change-Id: I6aa653f2165bb9a81aa8253fabc0fb436bcba009
The file was modified osmocom-bb-host-master/Dockerfile
Commit 3a2bdf20c3efbd78f25567ac41e22d4b9175233f by Vadim Yanitskiy
ttcn3-msc-test/osmo-msc.cfg: remove deprecated 'periodic location update'

Let's keep osmo-msc.cfg up to date with the one in osmo-ttcn3-hacks.

Change-Id: I0576f21230dff2c96060430ef9ffb6001d19542d
Related: https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26415
The file was modified ttcn3-msc-test/osmo-msc.cfg
Commit 69809ab0a0fdb50ca4788445df15895c60a214d9 by Vadim Yanitskiy
ttcn3-msc-test/osmo-msc.cfg: disable encryption for UTRAN

The Iu/UMTS specific test cases in ttcn3-msc-test expect no
encryption in Security Mode Command by default (only integrity),
while osmo-msc would permit both UEA1 and UEA2 unless configured
explicitly.  This causes the related test cases to fail.

A similar change was merged to osmo-ttcn3-hacks, updating the
osmo-msc.cfg in there, however the actual configuration file
that is used to execute test cases on Jenkins was not updated.

Change-Id: I43f80e3fbd73be21fb89006e16de0e1df9ba03f5
Related: https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26389
Fixes: OS#5333
The file was modified ttcn3-msc-test/osmo-msc.cfg