Commit
1f99c3aaaef24284a670b96ff4acf40b54bbfb9b
by Pau Espin Pedrol
mgcp-cli: Fix filling in wrong local IP address of SDP Origin o=
If user (VTY) configured the local IP address to use for MGCP, and that IP address was not the one selected by kernel routing table lookup, the IP address filled in the MGCP message would be wrong, not matching the one sending the MGCP message.
Commit
6676e63c893b5d5bd4d11b775e3faa0468d924d0
by Pau Espin Pedrol
mgw: Drop own MGCP extension 'noanswer'
This was added in e3d16bb77530f2b3f08fdaf9640dd98bd9e730fa 14 years ago: """ [mgcp] Protocol extension to not generate answers.
For the NAT we want to send requests in a send and forget way and we are not interested in seeing the answers, so tell the gateway to not answer them. """
So this code is most probably related to osmo-bsc_mgcp time, and we don't really need this feature in osmo-mgw, it really makes no sense. Drop it.