Attention is currently required from: daniel, laforge, neels.
1 comment:
File src/libosmo-mgcp/mgcp_msg.c:
Patch Set #4, Line 257: LOGP(DLMGCP, LOGL_NOTICE, "wrong MGCP option format: '%s'\n", line);
An error like this should be catched up by caller layers holding conn information, and then print co […]
See for instance in mgcp_client.c you want to actually undup the code, which wouldn't be possible if you still passed some client/mgw specific struct here:
src/libosmo-mgcp-client/mgcp_client.c
281:/* TODO undup against mgcp_protocol.c:mgcp_check_param() */
To view, visit change 39224. To unsubscribe, or for help writing mail filters, visit settings.