Change in osmo-bsc[master]: Bring timeslot FSMs on BS-11 out of NOT_INITIALIZED state

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Tue Jul 14 21:54:51 UTC 2020


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/19265 )


Change subject: Bring timeslot FSMs on BS-11 out of NOT_INITIALIZED state
......................................................................

Bring timeslot FSMs on BS-11 out of NOT_INITIALIZED state

When we introduced the timeslot FSMs in
I82e3f918295daa83274a4cf803f046979f284366, the BS-11 stopped to work, as
the timeslot FSMs are never brought out of NOT_INITIALIZED stage.

Closes: OS#4666
Change-Id: I557cb105247552887ca47a0f2c1b06b71bca6cac
---
M src/osmo-bsc/bts_siemens_bs11.c
1 file changed, 5 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/65/19265/1

diff --git a/src/osmo-bsc/bts_siemens_bs11.c b/src/osmo-bsc/bts_siemens_bs11.c
index d0fe38b..2750f8c 100644
--- a/src/osmo-bsc/bts_siemens_bs11.c
+++ b/src/osmo-bsc/bts_siemens_bs11.c
@@ -523,6 +523,11 @@
 
 	/* 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)

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/19265
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I557cb105247552887ca47a0f2c1b06b71bca6cac
Gerrit-Change-Number: 19265
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200714/7e4c4298/attachment.htm>


More information about the gerrit-log mailing list