aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc/smpp_smsc.h
diff options
context:
space:
mode:
authorKeith <keith@rhizomatica.org>2019-01-17 01:01:59 +0100
committerKeith Whyte <keith@rhizomatica.org>2019-01-17 14:03:27 +0000
commitc6d219cd830eca9f371fe6ef781d240e4f7874a4 (patch)
tree093ee7207ae298be7932f5435ab28a25fbc4e5c5 /src/libmsc/smpp_smsc.h
parent0e8dfadc7a28143a0c5984c34e9a015c6c04a3e6 (diff)
Make alert notifications vty configurable per ESME
Adds (no) alert-notifications as a per-esme vty command, in order to allow some ESMEs to be excluded from alerts. The default is still to send alert notifications to all esme, so no changes are required to the config file to maintain identical operation after this patch. Change-Id: I57f4d268ca6fe6a233f2caaffce62e4aade01274
Diffstat (limited to 'src/libmsc/smpp_smsc.h')
-rw-r--r--src/libmsc/smpp_smsc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libmsc/smpp_smsc.h b/src/libmsc/smpp_smsc.h
index 27a2646ab..dc7b7c1ad 100644
--- a/src/libmsc/smpp_smsc.h
+++ b/src/libmsc/smpp_smsc.h
@@ -68,6 +68,7 @@ struct osmo_smpp_acl {
int deliver_src_imsi;
int osmocom_ext;
int dcs_transparent;
+ int alert_notifications;
struct llist_head route_list;
};