diff options
author | Neels Hofmeyr <neels@hofmeyr.de> | 2019-04-28 12:54:34 +0200 |
---|---|---|
committer | Neels Hofmeyr <neels@hofmeyr.de> | 2019-05-03 16:15:24 +0200 |
commit | 73c6682f5398eb3457d092b8b5f8ad20a3f5b493 (patch) | |
tree | 91e8a5f15b38cf999e2a19a9826001e724c444d2 /include/osmocom | |
parent | 63053001d306ac91fe38cdaaa159687a0be623e9 (diff) |
add comment to gsm_mncc_bearer_cap.speech_ver
Change-Id: Ib657b1eb55aab400f3682a89bbd428bdee02581c
Diffstat (limited to 'include/osmocom')
-rw-r--r-- | include/osmocom/gsm/mncc.h | 2 |
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; |