aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2022-07-23 12:42:48 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2022-09-23 19:00:00 +0200
commit8f2905cb543415a163c7db79380b64b71d4f94b3 (patch)
treeb10203203970f22ad9f83a3a23ed28e31b86bc10
parente45943bdc9d0488a08dfb2f486733c4156e9e47a (diff)
add api comment in sdp_msg.h
-rw-r--r--include/osmocom/msc/sdp_msg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/msc/sdp_msg.h b/include/osmocom/msc/sdp_msg.h
index 98d189276..cf1e56055 100644
--- a/include/osmocom/msc/sdp_msg.h
+++ b/include/osmocom/msc/sdp_msg.h
@@ -10,6 +10,7 @@ static inline const char *sdp_msg_payload_type_name(unsigned int payload_type)
int sdp_subtype_name_to_payload_type(const char *subtype_name);
struct sdp_audio_codec {
+ /* Payload type number, like 3 for GSM-FR. */
unsigned int payload_type;
/* Like "GSM", "AMR", "EFR", ... */
char subtype_name[16];