aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/osmo-bsc/bts_siemens_bs11.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/osmo-bsc/bts_siemens_bs11.c b/src/osmo-bsc/bts_siemens_bs11.c
index d0fe38b40..2750f8cbe 100644
--- a/src/osmo-bsc/bts_siemens_bs11.c
+++ b/src/osmo-bsc/bts_siemens_bs11.c
@@ -523,6 +523,11 @@ static void bootstrap_om_bs11(struct gsm_bts *bts)
/* restart sending event reports */
abis_nm_event_reports(bts, 1);
+
+ /* make the timeslot FSM happy. Siemens doesn't send us
+ * OML state changes for individual timeslots, so we
+ * bring all of them up here */
+ gsm_bts_all_ts_dispatch(bts, TS_EV_OML_READY, NULL);
}
static int shutdown_om(struct gsm_bts *bts)