Attention is currently required from: pespin.
3 comments:
Commit Message:
Patch Set #1, 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?
Patch Set #1, Line 12: 10.5.2.30
3GPP TS 44.018?
File src/bts.cpp:
Patch Set #1, 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`.
To view, visit change 33123. To unsubscribe, or for help writing mail filters, visit settings.