Attention is currently required from: fixeria.
neels has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmocore/+/31669 )
Change subject: gsm0502: add burst length definitions from chapter 5.2 ......................................................................
Patch Set 1: Code-Review-1
(1 comment)
File include/osmocom/gsm/gsm0502.h:
https://gerrit.osmocom.org/c/libosmocore/+/31669/comment/4f3622ae_e662fa06 PS1, Line 36: #define GSM_NBITS_NB_GMSK_PAYLOAD 2 * 58 you should have braces around that operation, at least for preproc constants. If it was an enum, no braces required =)
Same everywhere below when it has operators involved.