From 73c6682f5398eb3457d092b8b5f8ad20a3f5b493 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Sun, 28 Apr 2019 12:54:34 +0200 Subject: add comment to gsm_mncc_bearer_cap.speech_ver Change-Id: Ib657b1eb55aab400f3682a89bbd428bdee02581c --- include/osmocom/gsm/mncc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/osmocom/gsm') 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; -- cgit v1.2.3