aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/gsm_data.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-02-09 20:41:14 +0100
committerHarald Welte <laforge@gnumonks.org>2018-02-09 22:30:39 +0100
commit69c54a8b3c4ec16b832474350ca4d1ef7ffb86d4 (patch)
tree2564550d24c0e195735a38e1c941c53b9cef3ef9 /include/osmocom/msc/gsm_data.h
parenta172e9e231b7f37016dc2a8d443cc64cbc6fa898 (diff)
Add VTY command to configure destination MSISDN for emergency calls
As in GSM/3GPP networks emergency calls carry no explicit destination number/address, add a VTY commadn to patch in some destination handler in the EMERGENCY SETUP before delivering to [internal or external] MNCC. Change-Id: I7c9f43ba312fadda2b9a9483b3cf50e4abca9599
Diffstat (limited to 'include/osmocom/msc/gsm_data.h')
-rw-r--r--include/osmocom/msc/gsm_data.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/osmocom/msc/gsm_data.h b/include/osmocom/msc/gsm_data.h
index 3f322b3d8..06328dceb 100644
--- a/include/osmocom/msc/gsm_data.h
+++ b/include/osmocom/msc/gsm_data.h
@@ -413,6 +413,11 @@ struct gsm_network {
struct llist_head bscs;
struct osmo_sccp_instance *sccp;
} a;
+
+ struct {
+ /* MSISDN to which to route MO emergency calls */
+ char *route_to_msisdn;
+ } emergency;
};
struct osmo_esme;