Attention is currently required from: jolly, pespin.
1 comment:
File src/target/firmware/layer1/prim_rach.c:
Patch Set #5, Line 161: fn_sched %= 2715648;
what's this number? I bet we have a define for it.
It's the maximum possible TDMA Fn value. We do have `GSM_TDMA_HYPERFRAME` in libosmocore.git, but it's not accessible from the firmware because we're building against a very old local copy. But that old copy has `GSM_MAX_FN` in `include/osmocom/gsm/gsm_utils.h` which can be used here.
To view, visit change 34481. To unsubscribe, or for help writing mail filters, visit settings.