Attention is currently required from: neels, pespin.
1 comment:
File include/osmocom/gsm/gsm0502.h:
Patch Set #1, Line 36: #define GSM_NBITS_NB_GMSK_PAYLOAD 2 * 58
I think shitfting operations take precedence over multiplication?
No, see https://en.cppreference.com/w/c/language/operator_precedence. Shifting operations have even lower prio than sum and division, this is why we usually put braces around them.
To view, visit change 31669. To unsubscribe, or for help writing mail filters, visit settings.