Attention is currently required from: Hoernchen, pespin.
6 comments:
File Transceiver52M/grgsm_vitac/grgsm_vitac.h:
Patch Set #6, Line 61: MULTI_VER_TARGET_ATTR_CLANGONLY
Why removing this? If on purpose, please explain in the commit message.
Patch Set #6, Line 62: detect_burst_access_burst
`detect_burst_ab()` for consistency with `detect_burst_nb()` then?
File Transceiver52M/grgsm_vitac/grgsm_vitac.cpp:
Patch Set #6, Line 77: MULTI_VER_TARGET_ATTR NO_UBSAN
Why removing this? If on purpose, please explain in the commit message.
Patch Set #6, Line 42: d_sync_training_seq[N_ACCESS_BITS]; ///<encoded training sequence of a SCH burst
I find this confusing: the comment mentions SCH, the symbol name contains `_sync_`, and the `N_ACCESS_BITS` is perhaps from the context of access bursts? Looks like the comment is copy-pasted? If it's for access bursts, maybe call it `d_acc_training_seq`?
Patch Set #6, Line 71: gr_complex startpoint = train_seq[i][0] == 0 ? gr_complex(1.0, 0.0) : gr_complex(-1.0, 0.0);
Unrelated spacing changes. I am find with that in general, but it makes the patch harder to read, so ideally should be done separately.
Patch Set #6, Line 139: gmsk_output[i] = j * gr_complex(encoded_symbol, 0.0) * gmsk_output[i - 1];
Again, I am fine with proper formatting, but it makes your patch harder to read.
To view, visit change 33944. To unsubscribe, or for help writing mail filters, visit settings.