aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2022-07-23 12:42:48 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2022-10-13 16:12:26 +0200
commit5aae78f27c936fb595bbc676690fec95f558df5b (patch)
tree130e97acb841669c3edabe9d120945cc2f433080
parenta262f107b0c703aecab0dde598b1b5ed23703f8b (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];