aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2022-07-19 12:15:27 +0200
committerneels <nhofmeyr@sysmocom.de>2022-11-15 12:53:07 +0000
commit40d34978770c5264d7e29a60f33f21c7891f0905 (patch)
tree0de1838a896e5feac793c36e3b461dd599e188c5 /include/osmocom/msc
parent2d116822f3b706f8cab0d703679ca067f6547526 (diff)
add some comments to sdp_msg.c,h
Diffstat (limited to 'include/osmocom/msc')
-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];