Attention is currently required from: pespin.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/33123 )
Change subject: encoding: only RFN needed in write_immediate_assignment(_reject)() ......................................................................
Patch Set 1:
(3 comments)
Commit Message:
https://gerrit.osmocom.org/c/osmo-pcu/+/33123/comment/0822cf34_bd167880 PS1, Line 7: RFN needed in write_immediate_assignment(_reject)() I don't understand you here. RFN is actually the result of the reduced encoding performed by these functions. This encoding itself does not require the input to be absolute or reduced Fn, it does not really matter. Not sure what do we benefit with this change?
https://gerrit.osmocom.org/c/osmo-pcu/+/33123/comment/717b7298_01ded1cd PS1, Line 12: 10.5.2.30 3GPP TS 44.018?
File src/bts.cpp:
https://gerrit.osmocom.org/c/osmo-pcu/+/33123/comment/795ddf82_1eed4747 PS1, Line 1121: GSM_TDMA_FN_SUM I think you can remove the `GSM_TDMA_FN_SUM` now and simply do:
``` fn2rfn(pdch->last_rts_fn + 21216) ```
BTW, I just realized that `21216` is `RFN_MODULUS / 2`.