aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2021-08-30 17:53:36 +0200
committerlaforge <laforge@osmocom.org>2021-08-31 19:54:28 +0000
commit58f76d8b902b52252d253fc5ce6dfe5f8cd916ea (patch)
treef170be9f87d8a4020f20ab74de410c6c81ca806d /src
parent0e44a7203caac030f64964afd44b4a62a56d18dc (diff)
bts_features: Add new feature to indicate support for temporary overpower
To indicate to the BSC that a BTS supports temporary overpower of SACCH/FACCH channels a new feature BTS_FEAT_ACCH_TOP is added. Change-Id: I62fbfc30acd5d67b20727b75a8f256e6b5d31e06 Related: SYS#5319
Diffstat (limited to 'src')
-rw-r--r--src/gsm/bts_features.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gsm/bts_features.c b/src/gsm/bts_features.c
index ecb57009..614758b4 100644
--- a/src/gsm/bts_features.c
+++ b/src/gsm/bts_features.c
@@ -47,6 +47,7 @@ const struct value_string osmo_bts_features_descs[] = {
{ BTS_FEAT_ABIS_OSMO_PCU, "OsmoPCU over OML link IPA multiplex" },
{ BTS_FEAT_BCCH_POWER_RED, "BCCH carrier power reduction mode" },
{ BTS_FEAT_DYN_TS_SDCCH8, "Dynamic Timeslot configuration as SDCCH8" },
+ { BTS_FEAT_ACCH_TEMP_OVP, "FACCH/SACCH Temporary overpower" },
{ 0, NULL }
};