Attention is currently required from: Hoernchen, pespin.
fixeria has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-trx/+/33944 )
Change subject: ms: restructure the va code to add rach support
......................................................................
Patch Set 6:
(6 comments)
File Transceiver52M/grgsm_vitac/grgsm_vitac.h:
https://gerrit.osmocom.org/c/osmo-trx/+/33944/comment/402d44d8_32e18d97
PS6, Line 61: MULTI_VER_TARGET_ATTR_CLANGONLY
Why removing this? If on purpose, please explain in the commit message.
https://gerrit.osmocom.org/c/osmo-trx/+/33944/comment/bfde6848_a3b770d8
PS6, Line 62: detect_burst_access_burst
`detect_burst_ab()` for consistency with `detect_burst_nb()` then?
File Transceiver52M/grgsm_vitac/grgsm_vitac.cpp:
https://gerrit.osmocom.org/c/osmo-trx/+/33944/comment/5e2af26d_b3af6876
PS6, Line 77: MULTI_VER_TARGET_ATTR NO_UBSAN
Why removing this? If on purpose, please explain in the commit message.
https://gerrit.osmocom.org/c/osmo-trx/+/33944/comment/03a0ecb3_d2d28bf6
PS6, 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`?
https://gerrit.osmocom.org/c/osmo-trx/+/33944/comment/9c0c697b_0e8ea44b
PS6, 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.
https://gerrit.osmocom.org/c/osmo-trx/+/33944/comment/0ffd49f1_528eceb7
PS6, 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
https://gerrit.osmocom.org/c/osmo-trx/+/33944
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I4a5cedc8c9a3289c75ce7b914eac286e601ebed0
Gerrit-Change-Number: 33944
Gerrit-PatchSet: 6
Gerrit-Owner: Hoernchen <ewild(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-CC: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: Hoernchen <ewild(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Thu, 27 Jul 2023 20:58:53 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment