From f3efc597d162e6e5f80e926c992dafe4e9f7dfc6 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 27 Jul 2009 20:11:35 +0200 Subject: further steps towards better, transaction based SMS --- openbsc/include/openbsc/transaction.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/include/openbsc/transaction.h') 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; -- cgit v1.2.3