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.orgdexter has submitted this change. ( 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(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, but someone else must approve
laforge: Looks good to me, approved
diff --git a/src/common/abis.c b/src/common/abis.c
index ba3169a..17a244c 100644
--- a/src/common/abis.c
+++ b/src/common/abis.c
@@ -236,7 +236,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: 2
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210602/e5f5fd89/attachment.htm>