Skip to content
Success

#533 (Mar 25, 2026, 2:38:00 PM)

Started 2 hr 56 min ago
Took 1 hr 38 min on build5-deb12build-ansible
Build Artifacts

Started by timer

This run spent:

  • 25 ms waiting;
  • 1 hr 38 min build duration;
  • 1 hr 38 min total from scheduled to completion.
Revision: e73397334af6494dd8531de032853bed960ee429
Repository: https://gerrit.osmocom.org/osmo-ttcn3-hacks
  • origin/master
Tests (no failures)
    s1gw: generalize f_TC_e_rab_setup_failure() for N E-RABs

    The existing TC only tested PFCP Session Establishment failure with a
    single E-RAB.  Generalize f_TC_e_rab_setup_failure() to use g_pars.erabs
    throughout, so it works for any num_erabs: E-RAB 0 still triggers the
    only PFCP Session Establishment Request (S1GW processes sequentially),
    while all E-RABs in the request are expected to appear in the failure
    response.

    Add TC_e_rab_setup3_failure() which re-uses the same body with
    num_erabs := 3, verifying that the S1GW lists all three E-RABs as
    failed rather than just the first one.  Also make f_tr_E_RABList()
    non-private so it is accessible from S1GW_Tests.ttcn.

    Change-Id: I8a5dc338d28013dc85e1ce4b3bdac92cb3b35304
    Related: osmo-s1gw.git I7933fceb0edcdfdc95ace35416297b11c83f0bc9
    Vadim Yanitskiy at