aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2023-03-31 16:32:10 +0200
committerHarald Welte <laforge@osmocom.org>2023-05-08 06:28:51 +0200
commitceccba70a968aef75357f9c9859a1ec1f455059b (patch)
treeb660199d4a8a81ce8567905a17414e10a8a97c40 /include
parent5d8ab13b34a6d6ed4f6d2c1a7e4c91ec9c3bb515 (diff)
cosmetic: Rename is_ipaccess_bts() to is_ipa_abisip_bts()
This function is used to check if the BTS is using the IPA Abis-IP transport, and not whether its manufacturer/vendor is ip.access. Let's use a less confusing name. Change-Id: I202c58341c1536489064d2671c0842c6f70b5429
Diffstat (limited to 'include')
-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 78fc6a0a9..d6bf7584e 100644
--- a/include/osmocom/bsc/bts.h
+++ b/include/osmocom/bsc/bts.h
@@ -674,7 +674,7 @@ struct gsm_bts {
#define GSM_BTS_SI(bts, i) (void *)((bts)->si_buf[i][0])
/* this actually refers to the IPA transport, not the BTS model */
-static inline bool is_ipaccess_bts(const struct gsm_bts *bts)
+static inline bool is_ipa_abisip_bts(const struct gsm_bts *bts)
{
switch (bts->type) {
case GSM_BTS_TYPE_NANOBTS: