Attention is currently required from: neels.
Patch set 1:Code-Review +2
1 comment:
File src/osmo-bsc/gsm_08_08.c:
Patch Set #1, Line 443: if (conn->bsub)
in general osmo-bsc code assumes that the subscriber is non-NULL, we can work around like this, but […]
We definetly need to find the subscriber since the paging requests are now stored in a list per subscriber (eg if a subscriber is paged for the entire BSS and you have 200 BTS, then you have 200 paging requests per subscriber).
Having them reachable per subscriber is hence really saving lots of CPU time.
Hence it really makes no sense to call paging_request_stop() if bsub is NULL now, since anyway nothing would be done in that case.
To view, visit change 30821. To unsubscribe, or for help writing mail filters, visit settings.