aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2023-01-23 21:19:12 +0300
committerlaforge <laforge@osmocom.org>2023-01-25 09:09:35 +0000
commit812dfbf3a756088ef8ae083044c690783ef84067 (patch)
treee62d8d4dbaececd280821e1804307c8b686585d8 /include/osmocom
parent8a5014be084249be515d0b3d088e9cb21d7552bc (diff)
ASCI: add VBS/VGCS support to BTS features list
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/gsm/bts_features.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/gsm/bts_features.h b/include/osmocom/gsm/bts_features.h
index ae372d39..d6eb246b 100644
--- a/include/osmocom/gsm/bts_features.h
+++ b/include/osmocom/gsm/bts_features.h
@@ -34,6 +34,8 @@ enum osmo_bts_features {
BTS_FEAT_DYN_TS_SDCCH8, /* Osmo Dynamic TS supports configured as SDCCH8 */
BTS_FEAT_ACCH_TEMP_OVP, /* FACCH/SACCH Temporary overpower */
BTS_FEAT_OSMUX, /* Osmux (Osmocom RTP muxing) support */
+ BTS_FEAT_VBS, /* Voice Broadcast Service support, 3GPP TS 43.069 */
+ BTS_FEAT_VGCS, /* Voice Group Call Service support, 3GPP TS 44.068 */
_NUM_BTS_FEAT
};