From d51d96c99ceae31803e837949b67dd9920d41aa9 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Sun, 4 Apr 2021 20:39:16 +0200 Subject: 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 --- include/osmocom/bsc/bss.h | 2 +- include/osmocom/bsc/bts.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/osmocom/bsc/bss.h b/include/osmocom/bsc/bss.h index b8945db50..199f98145 100644 --- a/include/osmocom/bsc/bss.h +++ b/include/osmocom/bsc/bss.h @@ -16,5 +16,5 @@ extern int bts_model_bs11_init(void); extern int bts_model_rbs2k_init(void); extern int bts_model_nanobts_init(void); extern int bts_model_nokia_site_init(void); -extern int bts_model_sysmobts_init(void); +extern int bts_model_osmobts_init(void); #endif 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: -- cgit v1.2.3