aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-06-25 19:34:38 +0200
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-06-25 19:34:52 +0200
commit1c2a329f858c15efd08bd81c424d54871acf7090 (patch)
treed556d192898cb19a365688872a76ce2a40042976 /include
parente4378b7e389ec5c20844160a66ec71d731cf4ab2 (diff)
bts_features: add feature for BCCH carrier power reduction mode
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/gsm/bts_features.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/gsm/bts_features.h b/include/osmocom/gsm/bts_features.h
index 8bd5ef57..53746196 100644
--- a/include/osmocom/gsm/bts_features.h
+++ b/include/osmocom/gsm/bts_features.h
@@ -30,6 +30,7 @@ enum osmo_bts_features {
BTS_FEAT_CCN, /* Is CCN supported by the cell? TS 44.060 sec 8.8.2 */
BTS_FEAT_VAMOS, /* Is the BTS VAMOS capable? */
BTS_FEAT_ABIS_OSMO_PCU, /* BTS supports forwarding data to PCUIF over IPA OML multiplex */
+ BTS_FEAT_BCCH_POWER_RED,
_NUM_BTS_FEAT
};