Attention is currently required from: pespin. fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/30277 )
Change subject: paging: Introduce BTS stat paging:request_queue_length ......................................................................
Patch Set 2: Code-Review+2
(2 comments)
File src/osmo-bsc/paging.c:
https://gerrit.osmocom.org/c/osmo-bsc/+/30277/comment/981d132a_5bed2b24 PS1, Line 92: to_be_deleted->bts
Because "paging_bts" is not a gsm_bts, but a struct gsm_bts_paging_state, so it would be paging_bts- […]
Hmm, the naming could have been cleaner. Nevermind then.
https://gerrit.osmocom.org/c/osmo-bsc/+/30277/comment/90e1c73b_8fc4dae6 PS1, Line 470: bts
Same, bts_entry is struct gsm_bts_paging_state, which is basically "bts->paging".
Ack