aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-05-31 17:11:45 +0200
committerpespin <pespin@sysmocom.de>2021-06-11 16:36:29 +0000
commit42bb125df17dd334a56d0654c756fd893be614ab (patch)
tree66b6d8624da462f82067695623d3a07a3ba3c51d /include
parent8082c14a952ab7a36d1d561e6cce4fe6acf1c48b (diff)
bts_feature: Introduce feature to speak to PCU
This feature provides the BSC with information on whether the BTS talks the IPAC_PROTO_EXT_PCU osmocom extension over the underlying IPA multiplex of the OML link. Related: SYS#5303 Change-Id: Id62421f7f5540875ac877a187757f2cf0556bd02
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 93d35f3a..8bd5ef57 100644
--- a/include/osmocom/gsm/bts_features.h
+++ b/include/osmocom/gsm/bts_features.h
@@ -29,6 +29,7 @@ enum osmo_bts_features {
BTS_FEAT_ACCH_REP,
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 */
_NUM_BTS_FEAT
};