Attention is currently required from: pespin.
daniel has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/osmo-mgw/+/39205?usp=email )
Change subject: mgw: constify mgcp_endp_avail() param ......................................................................
Patch Set 2:
(1 comment)
File src/libosmo-mgcp/mgcp_endp.c:
https://gerrit.osmocom.org/c/osmo-mgw/+/39205/comment/27a5e8ee_c6b081c1?usp=... : PS2, Line 525: epname_check = gen_e1_epname(NULL, endp->trunk->cfg->domain, `talloc_asprintf()` takes a `const void *` as first argument so instead change the signature of `gen_e1_epname()` to accept one as well.