Skip to content
Success

#22284 (Jun 29, 2026, 1:50:30 PM)

Started 21 days ago
Took 3 min 34 sec on build5-deb12build-ansible

Started by upstream project gerrit-osmo-bts build number 1264
originally caused by:

    This run spent:

    • 7.2 sec waiting;
    • 3 min 34 sec build duration;
    • 3 min 41 sec total from scheduled to completion.
    Revision: cc90b978093ca2a8d70af64f19471ab9493db671
    Repository: $GERRIT_REPO_URL
    • master
    common: flush paging queue in nm_bts_fsm's NOTINSTALLED on_enter

    paging_reset() exists to flush stale paging records from the queue,
    but was never called anywhere.  Stale paging records can accumulate
    when the OML link goes down: osmo-bts does not exit, so the paging
    queue survives into the next BSC session.

    Call it alongside bts_cbch_reset() and bts_asci_notification_reset()
    in st_op_disabled_notinstalled_on_enter(), which fires after all TRXs
    are confirmed closed and before a new OML connection is accepted.

    Change-Id: I109ab282986b68b68ba5c11859c44b771c0416fd
    AI-Assisted: yes (Claude)
    Vadim Yanitskiy at