aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/signal.h
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2009-12-19 12:38:10 +0100
committerHarald Welte <laforge@gnumonks.org>2010-01-07 10:37:40 +0100
commitef24dff2a22c907f08a24b19773dde5ce20ba5d6 (patch)
tree82ef2b092b47ae2d5db6b198fd34ff881a9d9e63 /openbsc/include/openbsc/signal.h
parent65542c7f597c5c94b16904108056d3c99de1a8cc (diff)
[signal] Differentiate paging success from expiration in SS_PAGING
This is useful information to know and actually fixes a segfault in rllp.c where lchan is accessed even tough it could be NULL in case of failure. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'openbsc/include/openbsc/signal.h')
-rw-r--r--openbsc/include/openbsc/signal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/signal.h b/openbsc/include/openbsc/signal.h
index 23551f743..07b4e393d 100644
--- a/openbsc/include/openbsc/signal.h
+++ b/openbsc/include/openbsc/signal.h
@@ -45,7 +45,8 @@ enum signal_subsystems {
/* SS_PAGING signals */
enum signal_paging {
- S_PAGING_COMPLETED,
+ S_PAGING_SUCCEEDED,
+ S_PAGING_EXPIRED,
};
/* SS_SMS signals */