Attention is currently required from: fixeria.
Hello Jenkins Builder, laforge, osmith, pespin,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-bts/+/42910?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed: Verified+1 by Jenkins Builder
The change is no longer submittable: Verified is unsatisfied now.
Change subject: common: flush paging queue in nm_bts_fsm's NOTINSTALLED on_enter ......................................................................
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) --- M src/common/nm_bts_fsm.c 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/10/42910/2