Change in osmo-bts[master]: main, abis: change model name from sysmoBTS to osmo-bts

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

dexter gerrit-no-reply at lists.osmocom.org
Tue May 18 14:50:50 UTC 2021


dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/24264 )


Change subject: main,abis: change model name from sysmoBTS to osmo-bts
......................................................................

main,abis: change model name from sysmoBTS to osmo-bts

The model name when used when abis_open() is called is sysmoBTS, since
we recently decided to deprecate the type name "sysmobts" in osmo-bsc we
might consider the same thing here.

Change-Id: I3c61d92f5527ae0145316b5ff92660f8b467a8dc
---
M src/common/abis.c
M src/common/main.c
2 files changed, 2 insertions(+), 2 deletions(-)



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

diff --git a/src/common/abis.c b/src/common/abis.c
index be7e906..b88d228 100644
--- a/src/common/abis.c
+++ b/src/common/abis.c
@@ -235,7 +235,7 @@
 
 
 static struct ipaccess_unit bts_dev_info = {
-	.unit_name	= "sysmoBTS",
+	.unit_name	= "osmo-bts",
 	.equipvers	= "",	/* FIXME: read this from hw */
 	.swversion	= PACKAGE_VERSION,
 	.location1	= "",
diff --git a/src/common/main.c b/src/common/main.c
index 73efc25..0b7d3fb 100644
--- a/src/common/main.c
+++ b/src/common/main.c
@@ -402,7 +402,7 @@
 		exit(1);
 	}
 
-	line = abis_open(g_bts, g_bts->bsc_oml_host, "sysmoBTS");
+	line = abis_open(g_bts, g_bts->bsc_oml_host, "osmo-bts");
 	if (!line) {
 		fprintf(stderr, "unable to connect to BSC\n");
 		exit(2);

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I3c61d92f5527ae0145316b5ff92660f8b467a8dc
Gerrit-Change-Number: 24264
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210518/c81b690b/attachment.htm>


More information about the gerrit-log mailing list