Attention is currently required from: neels, dexter.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-mgw/+/32218 )
Change subject: mgcp_codec: fix codec decision ......................................................................
Patch Set 9:
(2 comments)
Patchset:
PS9: It looks fine for me so far, let me know if I should join the discussion.
File src/libosmo-mgcp/mgcp_codec.c:
https://gerrit.osmocom.org/c/osmo-mgw/+/32218/comment/e66f7fc6_5ff8ce2c PS9, Line 384: /* In case we weren't able to find an exact match, we will try to find a match that is the same codec, but the You can do early return here:
codec_convertible = mgcp_codec_find_same(conn, codec); if (codec_convertible) return codec_convertible;