paging: Handle the possible OOM message as well.

This commit is contained in:
Holger Hans Peter Freyther 2010-12-29 15:28:40 +01:00
parent 52ffb922c4
commit 90c0aff174
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ static int paging_cb_silent(unsigned int hooknum, unsigned int event,
break;
case GSM_PAGING_EXPIRED:
case GSM_PAGING_BUSY:
case GSM_PAGING_OOM:
DEBUGP(DSMS, "expired\n");
dispatch_signal(SS_SCALL, S_SCALL_EXPIRED, &sigdata);
break;