aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorIvan Kluchnikov <kluchnikovi@gmail.com>2016-03-14 16:39:03 +0300
committerIvan Kluchnikov <kluchnikovi@gmail.com>2017-02-07 18:59:55 +0300
commit8af593e4e442e1cf0ec123d78017b988a704f6a0 (patch)
tree2f577f88d4a75b3dc8e9aa8b0d72cf37320a5776 /openbsc/include
parentfb11fc1a7a748c5f52e5752f07eaffadb362e1c4 (diff)
sms: Route all sms from/to subscribers with extension length = 5 to local smsc
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/transaction.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/transaction.h b/openbsc/include/openbsc/transaction.h
index 1cf0874f7..5b686d1ca 100644
--- a/openbsc/include/openbsc/transaction.h
+++ b/openbsc/include/openbsc/transaction.h
@@ -34,6 +34,8 @@ struct gsm_trans {
/* SMS RP message reference */
uint8_t msg_ref;
+ /* handle SMS local */
+ uint8_t sms_local;
/* if traffic channel receive was requested */
int tch_recv;