dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/31489 )
Change subject: fix ......................................................................
fix
Change-Id: I01a3f944279df9ec300280ba79300b772c836dab --- M src/gsm/bts_features.c 1 file changed, 14 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/89/31489/1
diff --git a/src/gsm/bts_features.c b/src/gsm/bts_features.c index 1e041c7..ab1b1b2 100644 --- a/src/gsm/bts_features.c +++ b/src/gsm/bts_features.c @@ -46,6 +46,9 @@ { BTS_FEAT_OSMUX, "Osmux (Osmocom RTP multiplexing)" }, { BTS_FEAT_VBS, "Voice Broadcast Service" }, { BTS_FEAT_VGCS, "Voice Group Call Service" }, + { BTS_FEAT_VBS, "Voice Broadcast Service" }, + { BTS_FEAT_SPEECH_H_V1_RTP_TX_RFC5993, "tx HR GSM RTP payload in RFC 5993 format" }, + { BTS_FEAT_SPEECH_H_V1_RTP_TX_TS101318, "tx HR GSM RTP payload in ETSI TS 101.138 (TIPHON) format" }, { 0, NULL } };
@@ -84,5 +87,7 @@ { BTS_FEAT_OSMUX, "OSMUX" }, { BTS_FEAT_VBS, "VBS" }, { BTS_FEAT_VGCS, "VGCS" }, + { BTS_FEAT_SPEECH_H_V1_RTP_TX_RFC5993, "SPEECH_F_V1_RTP_TX_RFC5993" }, + { BTS_FEAT_SPEECH_H_V1_RTP_TX_TS101318, "SPEECH_F_V1_RTP_TX_TS101318" }, {} };