Attention is currently required from: osmith.
2 comments:
File src/libmsc/gsm_04_08_cc.c:
Patch Set #1, Line 918: static int gsm48_cc_tx_setup_set_bearer_cap(struct gsm_trans *trans, const struct gsm_mncc *setup,
Since we have 2 inout pars and 1 in par, please move the in par to the end instead of having it in the middle.
Patch Set #1, Line 1008: rc = gsm48_cc_tx_setup_set_bearer_cap(trans, setup, &bearer_cap);
(trans, &bearer_cap, setup)
To view, visit change 41040. To unsubscribe, or for help writing mail filters, visit settings.