aboutsummaryrefslogtreecommitdiffstats
path: root/src
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 /src
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 'src')
-rw-r--r--src/gsm/bts_features.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gsm/bts_features.c b/src/gsm/bts_features.c
index fb3193f2..6e63d5c0 100644
--- a/src/gsm/bts_features.c
+++ b/src/gsm/bts_features.c
@@ -44,6 +44,7 @@ const struct value_string osmo_bts_features_descs[] = {
{ BTS_FEAT_ACCH_REP, "FACCH/SACCH Repetition" },
{ BTS_FEAT_CCN, "Cell Change Notification (CCN)" },
{ BTS_FEAT_VAMOS, "VAMOS (Voice services over Adaptive Multi-user channels on One Slot)" },
+ { BTS_FEAT_ABIS_OSMO_PCU, "OsmoPCU over OML link IPA multiplex" },
{ 0, NULL }
};
@@ -75,5 +76,6 @@ const struct value_string osmo_bts_features_names[] = {
{ BTS_FEAT_ACCH_REP, "ACCH_REP" },
{ BTS_FEAT_CCN, "CCN" },
{ BTS_FEAT_VAMOS, "VAMOS" },
+ { BTS_FEAT_ABIS_OSMO_PCU, "ABIS_OSMO_PCU" },
{}
};