Attention is currently required from: jolly, laforge.
2 comments:
File src/input/misdn.c:
Patch Set #3, Line 636: mph_information_ind(line, *((int *)msg->data));
same. […]
I think you forgot to change this one to uint32_t
File src/input/misdn.c:
Patch Set #4, Line 111: isd.sa_bits & 1, (isd.sa_bits >> 1) & 1, (isd.sa_bits >> 2) & 1, (isd.sa_bits >> 3) & 1,
usually indentation goes at the same column after function's "(" char.
get_value_string(e1inp_signal_names, S_L_INP_LINE_SA_BITS),
isd.sa_bits & 1, (isd.sa_bits >> 1) & 1,
(isd.sa_bits >> 2) & 1, (isd.sa_bits >> 3) & 1,
To view, visit change 31033. To unsubscribe, or for help writing mail filters, visit settings.