Skip to content
Unstable

Changes

Summary

  1. testenv: add TESTENV_REBUILD_OUTDATED_IMAGE (details)
  2. testenv: fix duplicate 2>&1 (details)
  3. mme: expect authentication during 2g->4G TAU procedure (details)
Commit 368177254e7ff91637ac36421f5193f8c73d84d0 by Oliver Smith
testenv: add TESTENV_REBUILD_OUTDATED_IMAGE

Add an environment variable that allows rebuilding the podman image
whenever it appears to be outdated. This is useful when working on the
Dockerfile. As requested by Pau.

Change-Id: Ia1243320b6d310c69ef9291cca69a1594b1a8a70
The file was modified_testenv/README.md
The file was modified_testenv/testenv/podman.py
Commit bf450995fc45e2412cc5904bacf4aa78be3e52e6 by Oliver Smith
testenv: fix duplicate 2>&1

The pipe variable already has 2>&1, therefore we don't need to add it in
cmd.

Change-Id: Ifeae4c53b57f90242041e61ca5ab7073d155d7a8
The file was modified_testenv/testenv/daemons.py
Commit 46b706f7fe0c73033dd47643e2bac3c84dd17395 by Pau Espin Pedrol
mme: expect authentication during 2g->4G TAU procedure

If TAU happens without an existing security context, network for sure wants
to authenticate the UE. This is the scenario being tested here.

If there was a security context (eg. from a previous 4G Attach), then
it's up to the network to decide (or be capable) to implicitly
authenticate the UE.

Change-Id: I5ebcaf23a643b6cb97534328737257d26d3981fe
The file was modifiedlibrary/NAS_Templates.ttcn
The file was modifiedmme/MME_Tests.ttcn