aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-06-08 19:25:38 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-08-25 23:17:36 +0200
commit735c714a74c542318fde061ba5c9459b02f320c0 (patch)
tree260350d39cd30010ba2b18872cfdf837d7c3d38d /openbsc/include
parent935eac12aa36ed1a351d5c50a6f216b0a8d3a544 (diff)
bsc: Look for CM Service Requests with emergency cause
Look for emergency calls and send them to a MSC that can handle them properly.
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/osmo_msc_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/osmo_msc_data.h b/openbsc/include/openbsc/osmo_msc_data.h
index 9edf880cf..0bda66225 100644
--- a/openbsc/include/openbsc/osmo_msc_data.h
+++ b/openbsc/include/openbsc/osmo_msc_data.h
@@ -46,6 +46,7 @@ struct osmo_msc_data {
/* Back pointer */
struct gsm_network *network;
+ int allow_emerg;
int type;
/* Connection data */