1 comment:
File src/libosmo-mgcp-client/mgcp_client.c:
Patch Set #5, Line 62: { CODEC_IUFP, "VND.3GPP.IUFP/16000" },
So far we use upper case everywhere. however in theory this code is called IuFP. […]
Why do you say it's called IuFP? See 3GPP TS 29.414 6.3.3.5 "Media Attributes":
"""
The following media attribute shall be supplied: “a=rtpmap:<dynamic payload number> VND.3GPP.IUFP/16000”,
where :<dynamic payload number> is the same dynamic payload type number as in the above media announcement
<fmt list>.
"""
It's true though that 6.3 says:
"""
NOTE: The IuFP is registered with IANA as the MIME type ”VND.3GPP.IuFP”of the ”audio” category,
however, this registration does not preclude the use of IuFP to transport ”data”.
"""
But the one in case in section 6.3.3.5 seems to be more similar to what's needed by SDP, so I'd go for all caps.
To view, visit change 26651. To unsubscribe, or for help writing mail filters, visit settings.