aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmsc/smpp_smsc.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2013-03-13 15:29:27 +0100
committerHarald Welte <laforge@gnumonks.org>2013-03-13 15:30:48 +0100
commit3f786003464fe0ff32eea263cb8b8cb4c3e981ea (patch)
tree9ae46ad1b990bbadb0c036450316fcd9dce5a12a /openbsc/src/libmsc/smpp_smsc.h
parent76afa16d049a6c83555c6e99f0cec20b00d9536c (diff)
SMPP: Implement SMPP Osmocom Estensions on MO-SMS0.13.0
An ESME can now be configured in the VTY to enable osmocom-extensions, which will add vendor-specific SMPP TLVs for RxLev/RxQual/ARFCN/IMEI and transmit power to the SMPP DELIVER-SM message type.
Diffstat (limited to 'openbsc/src/libmsc/smpp_smsc.h')
-rw-r--r--openbsc/src/libmsc/smpp_smsc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/libmsc/smpp_smsc.h b/openbsc/src/libmsc/smpp_smsc.h
index be72a0c7c..e72f81fef 100644
--- a/openbsc/src/libmsc/smpp_smsc.h
+++ b/openbsc/src/libmsc/smpp_smsc.h
@@ -60,6 +60,7 @@ struct osmo_smpp_acl {
char passwd[SMPP_PASSWD_LEN+1];
int default_route;
int deliver_src_imsi;
+ int osmocom_ext;
struct llist_head route_list;
};