Change in osmo-bts[master]: OML: Don't advertise baseband transceiver as UNLOCKED at startup

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Tue Feb 12 18:55:25 UTC 2019


Harald Welte has uploaded this change for review. ( https://gerrit.osmocom.org/12892


Change subject: OML: Don't advertise baseband transceiver as UNLOCKED at startup
......................................................................

OML: Don't advertise baseband transceiver as UNLOCKED at startup

For some strange historical reason, the baseband transceiver MO was
brought up in state "UNLOCKED".

The object should come up in "locked" state until it's explicitly
unlocked by the BSC.

See Section 6.8.2 of TS 12.21: "If there is yet no administrative state
value explicitly set by the BSC (e.g., at an initialization time), the
object shall be presumed to be administratively locked by default"

Change-Id: Id505594b9f224567566caac84dae2e2ae4477fae
Closes: OS#3790
---
M src/common/gsm_data_shared.c
1 file changed, 0 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/92/12892/1

diff --git a/src/common/gsm_data_shared.c b/src/common/gsm_data_shared.c
index 58b2503..6703095 100644
--- a/src/common/gsm_data_shared.c
+++ b/src/common/gsm_data_shared.c
@@ -226,8 +226,6 @@
 
 	gsm_mo_init(&trx->mo, bts, NM_OC_RADIO_CARRIER,
 		    bts->nr, trx->nr, 0xff);
-	/* FIXME: Why would the TRX come up unlocked? */
-	trx->mo.nm_state.administrative = NM_STATE_UNLOCKED;
 
 	gsm_mo_init(&trx->bb_transc.mo, bts, NM_OC_BASEB_TRANSC,
 		    bts->nr, trx->nr, 0xff);

-- 
To view, visit https://gerrit.osmocom.org/12892
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id505594b9f224567566caac84dae2e2ae4477fae
Gerrit-Change-Number: 12892
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190212/1338cd68/attachment.htm>


More information about the gerrit-log mailing list