[PATCH] osmo-mgw[master]: protocol: exit cleanly when local cx options check fails

2018-02-02 Thread dexter
Hello Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/6256 to look at the new patch set (#2). protocol: exit cleanly when local cx options check fails When set_local_cx_options() returns an error code the MGCP command execution is aborted and

[PATCH] osmo-mgw[master]: protocol: exit cleanly when local cx options check fails

2018-02-02 Thread dexter
Review at https://gerrit.osmocom.org/6256 protocol: exit cleanly when local cx options check fails When set_local_cx_options() returns an error code the MGCP command execution is aborted and and the error code is returned, but on CRCX the already seized eindpoint is not released. - Do not