laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/35501?usp=email )
Change subject: fix spelling s/omso/osmo/ in bts_variant_names ......................................................................
fix spelling s/omso/osmo/ in bts_variant_names
Change-Id: I37949c286498d99ecfdd3c36961226fefdc000ec --- M src/osmo-bsc/bts.c 1 file changed, 10 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/01/35501/1
diff --git a/src/osmo-bsc/bts.c b/src/osmo-bsc/bts.c index 1904137..733d16e 100644 --- a/src/osmo-bsc/bts.c +++ b/src/osmo-bsc/bts.c @@ -49,7 +49,7 @@ { BTS_OSMO_LITECELL15, "osmo-bts-lc15" }, { BTS_OSMO_OCTPHY, "osmo-bts-octphy" }, { BTS_OSMO_SYSMO, "osmo-bts-sysmo" }, - { BTS_OSMO_TRX, "omso-bts-trx" }, + { BTS_OSMO_TRX, "osmo-bts-trx" }, { 0, NULL } };