Attention is currently required from: osmith, daniel.
1 comment:
File src/libosmo-mgcp/mgcp_osmux.c:
Patch Set #1, Line 748: start_j = next_free_osmux_cid_lookup & 0x07;
I think it would be clearer if you used /8 and %8 here, I had to read it three times.
Since anyway the code it's doing bitwise stuff on the bitmask with i and j I thought it's understandable enough.
To view, visit change 30157. To unsubscribe, or for help writing mail filters, visit settings.