Attention is currently required from: fixeria. pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/30254 )
Change subject: trxcon: make burst pointer in trxcon_phyif_burst_ind const ......................................................................
Patch Set 1:
(1 comment)
File src/host/trxcon/src/trx_if.c:
https://gerrit.osmocom.org/c/osmocom-bb/+/30254/comment/b1342487_a14a24aa PS1, Line 658: sbit_t *burst = (sbit_t *)&buf[8];
To clarify things further: […]
I simply meant moving the for loop before the "bi = { ... }" block, so that first the buf is modified,and then it is assigned const to the field where it will be used from now on. Hope that makes sense to you too.