laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-mgw/+/26651 )
Change subject: mgcp_client: add new codec IUFP as VND.3GPP.IUFP ......................................................................
Patch Set 5:
(1 comment)
https://gerrit.osmocom.org/c/osmo-mgw/+/26651/4/src/libosmo-mgcp-client/mgcp... File src/libosmo-mgcp-client/mgcp_client.c:
https://gerrit.osmocom.org/c/osmo-mgw/+/26651/4/src/libosmo-mgcp-client/mgcp... PS4, Line 62: { CODEC_IUFP, "VND.3GPP.IUFP/16000/1" },
I think more than irrelevant it's wrong specifying it here, since that's actually negotiated/announc […]
yes, it is dynamically specified during the SDP handshake. THat's what the 'rtpmap' is all about. So the MGW must deal with it based on whatever the rtpmap says.
I'm not sure where / how exactly this table is used,