aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2020-11-15 14:08:01 +0100
committerlaforge <laforge@osmocom.org>2020-11-16 14:29:31 +0000
commitaa718462bf6ff3e741cefd144775476c837dc0af (patch)
treeea1062e18f6ca631e797bfbcf980fc3b3c17a133 /include/osmocom
parente81c2f44f32a49478a7b6d696ae0830b73116ec0 (diff)
bts_features: add feature BTS_FEAT_ACCH_REP
Diffstat (limited to 'include/osmocom')
-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 341ba405..98e6c7bb 100644
--- a/include/osmocom/gsm/bts_features.h
+++ b/include/osmocom/gsm/bts_features.h
@@ -26,6 +26,7 @@ enum osmo_bts_features {
BTS_FEAT_ETWS_PN,
BTS_FEAT_PAGING_COORDINATION, /* BTS hands CS paging to PCU/PACCH */
BTS_FEAT_IPV6_NSVC,
+ BTS_FEAT_ACCH_REP,
_NUM_BTS_FEAT
};