Attention is currently required from: laforge.
1 comment:
Patchset:
credit_timer is scheduled during paging_init(), when the BTS is started.
It is also re-scheduled every time paging_update_buffer_space() is called, that is, every time a CCCH Load indication.
When credit_timer triggers (paging_give_credit()), paging_handle_pending_requests() is called. However, after that, the timer is not rescheduled, so indeed in here we'd fail to continue giving credit if no CCCH Load Ind is received anymore. Thanks for raising the topic, I'll fix it.
To view, visit change 27936. To unsubscribe, or for help writing mail filters, visit settings.