Attention is currently required from: falconia.
4 comments:
File include/osmo-bts/csd_v110.h:
Patch Set #2, Line 11: uint8_t ra2_ir;
I can't figure out what this field is about by looking at it, maybe a short comment here helps.
File src/common/l1sap.c:
Patch Set #2, Line 1493: /* TDMA frame number of burst 'a' % 26 is the table index.
where does this 26 come from? do we have a define for it? Can we add one?
Patch Set #2, Line 1523: if (!sched_tchh_dl_csd_map[fn % 26])
define for 26 to be used here to.
Patch Set #2, Line 2045: * back-to-back every 40 ms on the same frame number, */
why are we sending with same frame number if they have different data? this looks weird.
To view, visit change 38553. To unsubscribe, or for help writing mail filters, visit settings.