pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/27943 )
Change subject: paging: Check C0 RSL link instead of OML link ......................................................................
paging: Check C0 RSL link instead of OML link
PAging happens over C0 RSL link, not over OML, so let's actually validate that the C0 RSL link is up before paging instead of the OML one.
Change-Id: I11e5bb6f952534763935aa01470e514d4af247ed --- M src/osmo-bsc/paging.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/43/27943/1
diff --git a/src/osmo-bsc/paging.c b/src/osmo-bsc/paging.c index 214587d..8ce3508 100644 --- a/src/osmo-bsc/paging.c +++ b/src/osmo-bsc/paging.c @@ -195,7 +195,7 @@ }
/* Skip paging if the bts is down. */ - if (!bts->oml_link) + if (!bts->c0->rsl_link_primary) goto sched_next_iter;
/* do while loop: Try send at most first MAX_PAGE_REQ_PER_ITER paging