add BTS_FEAT_VAMOS

Change-Id: Ic3bd1b8075f76d1f35499faa68fad70698ee9a00
This commit is contained in:
Neels Hofmeyr 2021-03-27 17:14:57 +01:00
parent 1c4195fad0
commit 158bc795e5
2 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@ enum osmo_bts_features {
BTS_FEAT_IPV6_NSVC,
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? */
_NUM_BTS_FEAT
};

View File

@ -43,6 +43,7 @@ const struct value_string osmo_bts_features_descs[] = {
{ BTS_FEAT_IPV6_NSVC, "NSVC IPv6" },
{ 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)" },
{ 0, NULL }
};