aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/transaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/msc/transaction.h')
-rw-r--r--include/osmocom/msc/transaction.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/osmocom/msc/transaction.h b/include/osmocom/msc/transaction.h
index 63b1cc519..4ffb468bb 100644
--- a/include/osmocom/msc/transaction.h
+++ b/include/osmocom/msc/transaction.h
@@ -77,6 +77,13 @@ struct gsm_trans {
struct gsm_sms *sms;
} sms;
+ struct {
+ /**
+ * Stores a GSM 04.80 message to be sent to
+ * a subscriber after successful Paging Response
+ */
+ struct msgb *msg;
+ } ss;
};
struct {