From 40d34978770c5264d7e29a60f33f21c7891f0905 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 19 Jul 2022 12:15:27 +0200 Subject: add some comments to sdp_msg.c,h Related: SYS#5066 Change-Id: I68aa4af5d84eaaa08a567377687b6292cce0ce94 --- include/osmocom/msc/sdp_msg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/osmocom/msc') 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