mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
mgcp_sdp: cosmetic: correct typo in comment
Change-Id: I42aa9b5ce36df347cfb72be97e0f7a1898e6e8d0
This commit is contained in:
@@ -304,7 +304,7 @@ static int add_rtpmap(struct msgb *sdp, int payload_type, const char *audio_name
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* Add audio string to sdp payload */
|
||||
/* Add audio strings to sdp payload */
|
||||
static int add_audio(struct msgb *sdp, int *payload_types, unsigned int payload_types_len, int local_port)
|
||||
{
|
||||
int rc;
|
||||
|
Reference in New Issue
Block a user