Attention is currently required from: pespin.
Patch set 1:Code-Review +2
1 comment:
File include/osmo-bts/csd_v110.h:
Patch Set #1, Line 11: uint16_t num_other_bits; /* number of other bits (e.g. M-bits for TCH/F14.4) */
this can be a uint8_t afaiu?
Yes, but it does not really matter. It can be `uint8_t`, it can be just `unsigned int`.
We can change this in a separate patch or when moving to libosmocore.git.
To view, visit change 38817. To unsubscribe, or for help writing mail filters, visit settings.