aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/bts.h
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-04-04 20:39:16 +0200
committerfixeria <vyanitskiy@sysmocom.de>2021-04-12 18:54:40 +0000
commitd51d96c99ceae31803e837949b67dd9920d41aa9 (patch)
treed8e6f8ab7ecfcd1d7bbb2872b2600abc03c9af04 /include/osmocom/bsc/bts.h
parent3fd19268ae08cf3312a88cb10a6a0829ff1eed48 (diff)
Replace all references to 'sysmobts' with 'osmo-bts'
sysmoBTS is a BTS model sold by Sysmocom, which runs osmo-bts. The later may also work with some other back-ends, including the genaral purpose SDR hardware. Therefore, it's more logical to call it 'osmo-bts'. Change-Id: I93ab4dbf483e0786c35685b75ee4ea83bd591f7b
Diffstat (limited to 'include/osmocom/bsc/bts.h')
-rw-r--r--include/osmocom/bsc/bts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/bsc/bts.h b/include/osmocom/bsc/bts.h
index d88357089..bcc215df9 100644
--- a/include/osmocom/bsc/bts.h
+++ b/include/osmocom/bsc/bts.h
@@ -554,7 +554,7 @@ static inline int is_ipaccess_bts(const struct gsm_bts *bts)
return 0;
}
-static inline int is_sysmobts_v2(const struct gsm_bts *bts)
+static inline int is_osmobts(const struct gsm_bts *bts)
{
switch (bts->type) {
case GSM_BTS_TYPE_OSMOBTS: