Attention is currently required from: pespin.
dexter has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-mgw/+/32218 )
Change subject: mgcp_codec: fix codec decision ......................................................................
Patch Set 6:
(2 comments)
File src/libosmo-mgcp/mgcp_network.c:
https://gerrit.osmocom.org/c/osmo-mgw/+/32218/comment/298a6e07_c4e6e8c0 PS5, Line 1170: return -EINVAL;
You are now changing the logic here. […]
Done
File src/libosmo-mgcp/mgcp_vty.c:
https://gerrit.osmocom.org/c/osmo-mgw/+/32218/comment/1d51d7a3_c34582df PS4, Line 703: "allow-transcoding", "Allow transcoding\n")
These are still missing the deprecated warnings?
I have added "vty_out(vty, "%% Deprecated 'allow-transcoding' config no longer has any effect%s", VTY_NEWLINE);" below, is this not correct?