Skip to content
Unstable

#375 (Jun 2, 2026, 9:29:00 AM)

Started 5 hr 10 min ago
Took 7 min 7 sec on build5-deb12build-ansible
Build Artifacts

Started by timer

This run spent:

  • 42 ms waiting;
  • 7 min 7 sec build duration;
  • 7 min 7 sec total from scheduled to completion.
Revision: 75d60a46c112db5f33f887502742acee94c00b9d
Repository: https://gerrit.osmocom.org/osmo-ttcn3-hacks
  • origin/master
Tests (8 failures / -4)Show all failed tests >>>
NGAP: Add UESecurityCapabilities IE to PathSwitchRequestAcknowledge

This IE is now used by Open5GS, so add it to the receive template.

This fixes C5G_Tests.TC_handover_inter_ngran_xn.

Note that there is also a pull request to fix the location of this IE in
Open5GS. (https://github.com/open5gs/open5gs/pull/4589) Without this fix
the test case will fail.

Change-Id: Ic46f201db3dcf84a7d62fb1cd17c839ef540e8bb
Andreas Eversberg at
C5G: Release UE Context before sending Service request

A recent fix in Open5GS rejects RAN_UE_NGAP_ID in InitialUEMessage. This
causes all tests to fail that send a subsequent InitialUEMessage with
the same RAN_UE_NGAP_ID.

Release the UE Context before re-using the RAN_UE_NGAP_ID, because the
connection handler can only handle one context at a time.

Note that the AMF_UE_NGAP_ID is incremented by Open5GS for every
context.

This fixes:
    TC_ue_service_request_cm_idle_inact_sess
    TC_ue_service_request_cm_idle_ul_data
    TC_ue_service_request_cm_idle_unknown_sess_active

Related: Open5GS Issues #4481
Change-Id: If6fae56487aebd810c51cbab170d95d5dec7e138
Andreas Eversberg at