aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2019-04-28 12:54:34 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2019-05-03 16:15:24 +0200
commit73c6682f5398eb3457d092b8b5f8ad20a3f5b493 (patch)
tree91e8a5f15b38cf999e2a19a9826001e724c444d2 /include
parent63053001d306ac91fe38cdaaa159687a0be623e9 (diff)
add comment to gsm_mncc_bearer_cap.speech_ver
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/gsm/mncc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/gsm/mncc.h b/include/osmocom/gsm/mncc.h
index 7e7d12c3..e5e96074 100644
--- a/include/osmocom/gsm/mncc.h
+++ b/include/osmocom/gsm/mncc.h
@@ -15,7 +15,7 @@ struct gsm_mncc_bearer_cap {
int coding; /* Coding Standard */
int radio; /* Radio Channel Requirement */
int speech_ctm; /* CTM text telephony indication */
- int speech_ver[8]; /* Speech version indication */
+ int speech_ver[8]; /* Speech version indication, see enum gsm48_bcap_speech_ver; -1 marks end */
struct {
enum gsm48_bcap_ra rate_adaption;
enum gsm48_bcap_sig_access sig_access;