aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/transaction.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-07-27 20:11:35 +0200
committerHarald Welte <laforge@gnumonks.org>2009-07-27 20:11:35 +0200
commitf3efc597d162e6e5f80e926c992dafe4e9f7dfc6 (patch)
tree7acebe2810e9753faee39affef87d074d2584588 /openbsc/include/openbsc/transaction.h
parent0803b98cc089b499cbaea8cd3284eba60bd71f43 (diff)
further steps towards better, transaction based SMS
Diffstat (limited to 'openbsc/include/openbsc/transaction.h')
-rw-r--r--openbsc/include/openbsc/transaction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/transaction.h b/openbsc/include/openbsc/transaction.h
index c51be8175..ad6fe35be 100644
--- a/openbsc/include/openbsc/transaction.h
+++ b/openbsc/include/openbsc/transaction.h
@@ -39,6 +39,7 @@ struct gsm_trans {
struct gsm_mncc msg; /* stores setup/disconnect/release message */
} cc;
struct {
+ int is_mt; /* is this a MO (0) or MT (1) transfer */
enum gsm411_cp_state cp_state;
enum gsm411_rp_state rp_state;