Attention is currently required from: pespin.
dexter has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/31022 )
Change subject: pdch_ul_controller: log reserved frame numbers ......................................................................
Patch Set 2:
(1 comment)
File src/pdch_ul_controller.c:
https://gerrit.osmocom.org/c/osmo-pcu/+/31022/comment/726e8d51_d63cb392 PS1, Line 196: LOGPDCH(ulc->pdch, DRLCMAC, LOGL_DEBUG, "reserving FN %u\n", item->fn);
what are you talking about? it->ype is not populated in any way in this while loop?
I mean: The pointer it gets assigned in line 202
it = container_of(*n, struct pdch_ulc_node, node);
This happens in the while loop below but the log line is before the while loop.