Skip to content
Success

#338 (Apr 8, 2026, 5:25:00 PM)

Started 4 hr 19 min ago
Took 51 sec on build4-deb12build-ansible
Build Artifacts

Started by timer

This run spent:

  • 2 ms waiting;
  • 51 sec build duration;
  • 51 sec total from scheduled to completion.
Revision: f2df322b963c3dbfef73c0017c0a5221b6774892
Repository: https://gerrit.osmocom.org/osmo-ttcn3-hacks
  • origin/master
Tests (no failures)
    library/RSL_Types: improve CHAN_ACTIV templates

    Change-Id: I80af30fe9b24b93908876fd8059f45b6e3105406
    Vadim Yanitskiy at
    bsc: verify Cell ID in BSSMAP HandoverPerformed

    As per 3GPP TS 48.008 §3.2.1.25, HANDOVER PERFORMED must report the
    target cell.  Add an optional cell_id parameter to the template
    (defaulting to '?' for backward compatibility) and update the two
    intra-BSC handover test helpers to assert that the Cell Identifier
    IE carries the target BTS (BTS 1: MCC=001 MNC=01 LAC=1 CI=1).

    Also remove the unnecessary interleave wrapper in
    f_tc_ho_during_lcs_loc_req(): the two receives arrive on separate
    ports (RAN_CONN vs BSSAP_LE) so sequential receive is sufficient.

    Change-Id: I82aadcc3a80c183cb93522b829071294b156a218
    Related: osmo-bsc.git I4111351dc38fc2dbe844c2bd07b3ecfaaadd864e
    Vadim Yanitskiy at
    bsc: add TC_chan_act_nack_not_borken

    Test that when the BTS NACKs a CHANnel ACTIVation with
    RSL_ERR_SERV_OPT_UNAVAIL or RSL_ERR_SERV_OPT_UNIMPL, the BSC:
    does NOT mark the lchan as BORKEN.

    Change-Id: I000b7b44749380c5af4da42abe37b4ada6e06ee4
    Related: osmo-bsc.git Ide3830a697501a0c245a41451302f1e68d553b3c
    Related: OS#6324
    Vadim Yanitskiy at