Attention is currently required from: pespin, daniel.
laforge has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-bsc/+/30363 )
Change subject: paging: Split paging queue into 2 queues: initial and retrans
......................................................................
Patch Set 2: Code-Review+2
(1 comment)
File src/osmo-bsc/bsc_vty.c:
https://gerrit.osmocom.org/c/osmo-bsc/+/30363/comment/fdf6f1dc_453418b5
PS1, Line 1045: static void paging_dump_vty(struct vty *vty, struct gsm_paging_request
*pag)
: {
: vty_out(vty, "Paging on BTS %u%s", pag->bts->nr,
VTY_NEWLINE);
: bsc_subscr_dump_vty(vty, pag->bsub);
: }
:
: static void bts_paging_dump_vty(struct vty *vty, struct gsm_bts *bts)
: {
: struct gsm_paging_request *pag;
:
: llist_for_each_entry(pag, &bts->paging.initial_req_list, entry)
: paging_dump_vty(vty, pag);
: llist_for_each_entry(pag, &bts->paging.retrans_req_list, entry)
: paging_dump_vty(vty, pag);
Will be submitted as Change-ID
I55c84c0d20fc4120b7b4cdd06ed95a8847a6600a
Done
--
To view, visit
https://gerrit.osmocom.org/c/osmo-bsc/+/30363
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Ib68f2169e3790aea4ac77ec20ad79f242b7c2747
Gerrit-Change-Number: 30363
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann(a)sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: daniel <dwillmann(a)sysmocom.de>
Gerrit-Comment-Date: Thu, 01 Dec 2022 13:42:55 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: laforge <laforge(a)osmocom.org>
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: comment