Change in osmo-bts[master]: fix typo in osmo_bts_variant_names: s/omso/osmo/g

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
Sun May 31 18:52:23 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/18611 )

Change subject: fix typo in osmo_bts_variant_names: s/omso/osmo/g
......................................................................

fix typo in osmo_bts_variant_names: s/omso/osmo/g

Accidentally noticed this typo while working on osmo-bsc:

  DNM ERROR abis_nm.c:525 BTS0 reported unknown variant
                          'omso-bts-trx' (expected 'osmo-bts-trx')

Change-Id: I45b0fb7b940ee4267e6ee315d18e5b95c9231894
---
M src/common/gsm_data_shared.c
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/src/common/gsm_data_shared.c b/src/common/gsm_data_shared.c
index c4a60b5..d141282 100644
--- a/src/common/gsm_data_shared.c
+++ b/src/common/gsm_data_shared.c
@@ -76,9 +76,9 @@
 	{ BTS_OSMO_OC2G,	"osmo-bts-oc2g" },
 	{ BTS_OSMO_OCTPHY,	"osmo-bts-octphy" },
 	{ BTS_OSMO_SYSMO,	"osmo-bts-sysmo" },
-	{ BTS_OSMO_TRX,		"omso-bts-trx" },
-	{ BTS_OSMO_VIRTUAL,	"omso-bts-virtual" },
-	{ BTS_OSMO_OMLDUMMY,	"omso-bts-omldummy" },
+	{ BTS_OSMO_TRX,		"osmo-bts-trx" },
+	{ BTS_OSMO_VIRTUAL,	"osmo-bts-virtual" },
+	{ BTS_OSMO_OMLDUMMY,	"osmo-bts-omldummy" },
 	{ 0, NULL }
 };
 

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I45b0fb7b940ee4267e6ee315d18e5b95c9231894
Gerrit-Change-Number: 18611
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200531/c2cf75c8/attachment.htm>


More information about the gerrit-log mailing list