From 5aae78f27c936fb595bbc676690fec95f558df5b Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Sat, 23 Jul 2022 12:42:48 +0200 Subject: add api comment in sdp_msg.h Related: SYS#5066 Change-Id: Ifce7d3860411a46b614eff2e9d9ed922cb8d8123 --- include/osmocom/msc/sdp_msg.h | 1 + 1 file changed, 1 insertion(+) 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]; -- cgit v1.2.3