Attention is currently required from: fixeria.
jolly has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/35007?usp=email )
Change subject: Use polling based LAPDm with frame numbers ......................................................................
Patch Set 3:
(2 comments)
File src/common/l1sap.c:
https://gerrit.osmocom.org/c/osmo-bts/+/35007/comment/cd959b91_89f25947 PS2, Line 1975: (fn + GSM_MAX_FN - 1) % GSM_MAX_FN
Feel free to use `GSM_TDMA_FN_SUB(fn, 1)` here.
Done
File src/common/oml.c:
https://gerrit.osmocom.org/c/osmo-bts/+/35007/comment/51f31218_7bc5bd69 PS3, Line 686: #if 0
IMO, we should at least log a `NOTICE` message here saying that the T200 values from the BSC and ign […]
Yes, this makes sense.