aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-08-24 23:00:05 +0200
committerHarald Welte <laforge@gnumonks.org>2012-08-24 23:00:05 +0200
commit30a8ec466ce5a1967a16f51d023195069b4e89ed (patch)
tree9d85afd220b48a4fa2e29a8d3eced6c73ae83cd2
parentc8a0b939398b85ee74f248c73e263b71c09274d1 (diff)
GSM 04.08: Add 'enum gsm48_bcap_speech_ver'
-rw-r--r--include/osmocom/gsm/protocol/gsm_04_08.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/osmocom/gsm/protocol/gsm_04_08.h b/include/osmocom/gsm/protocol/gsm_04_08.h
index 7c558ce8..172ef678 100644
--- a/include/osmocom/gsm/protocol/gsm_04_08.h
+++ b/include/osmocom/gsm/protocol/gsm_04_08.h
@@ -1311,6 +1311,15 @@ enum gsm48_bcap_modem_type {
GSM48_BCAP_MT_AUTO_1 = 8,
};
+/* GSM 04.08 Bearer Capability: Speech Version Indication */
+enum gsm48_bcap_speech_ver {
+ GSM48_BCAP_SV_FR = 0,
+ GSM48_BCAP_SV_HR = 1,
+ GSM48_BCAP_SV_EFR = 2,
+ GSM48_BCAP_SV_AMR_F = 4,
+ GSM48_BCAP_SV_AMR_H = 5,
+};
+
#define GSM48_TMSI_LEN 5
#define GSM48_MID_TMSI_LEN (GSM48_TMSI_LEN + 2)
#define GSM48_MI_SIZE 32