Attention is currently required from: pespin.
Jenkins Builder has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-mgw/+/34351?usp=email )
Change subject: mgcp_client_fsm: fix inconsistent API (param_present, param). ......................................................................
Patch Set 4:
(6 comments)
File TODO-RELEASE:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-11001): https://gerrit.osmocom.org/c/osmo-mgw/+/34351/comment/7c995e5c_06ad5a2f PS4, Line 29: mgcp NEW API add struct struct mgcp_codec_param2, depreacte struct mgcp_codec_param 'depreacte' may be misspelled - perhaps 'deprecate'?
File include/osmocom/mgcp_client/mgcp_client.h:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-11001): https://gerrit.osmocom.org/c/osmo-mgw/+/34351/comment/d07356eb_2823a95a PS4, Line 139: bool param_present; /* Depreacted, please use codecs_param_present */ 'Depreacted' may be misspelled - perhaps 'Deprecated'?
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-11001): https://gerrit.osmocom.org/c/osmo-mgw/+/34351/comment/e9436f59_8374ec8f PS4, Line 140: struct mgcp_codec_param param; /* Depreacted, please use codecs_param */ 'Depreacted' may be misspelled - perhaps 'Deprecated'?
File src/libosmo-mgcp-client/mgcp_client.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-11001): https://gerrit.osmocom.org/c/osmo-mgw/+/34351/comment/cd342018_c2fae758 PS4, Line 1376: LOGPMGW(mgcp, LOGL_NOTICE, "using depreacted struct member mgcp_msg->param, please use mgcp_msg->codecs_param!\n"); 'depreacted' may be misspelled - perhaps 'deprecated'?
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-11001): https://gerrit.osmocom.org/c/osmo-mgw/+/34351/comment/9713757f_3aa4aa31 PS4, Line 1393: if (mgcp_msg->codecs[i] != CODEC_AMR_8000_1 && mgcp_msg->codecs[i] != CODEC_AMRWB_16000_1) suspect code indent for conditional statements (24, 35)
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-11001): https://gerrit.osmocom.org/c/osmo-mgw/+/34351/comment/b1c4169a_fe4c69a5 PS4, Line 1394: continue; Statements should start on a tabstop