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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmocom/msc/transaction.h b/include/osmocom/msc/transaction.h
index d2a463deb..63070f7af 100644
--- a/include/osmocom/msc/transaction.h
+++ b/include/osmocom/msc/transaction.h
@@ -83,6 +83,9 @@ struct gsm_trans {
/* reference from MNCC or other application */
uint32_t callref;
+ /* reference that may be used by MGW to identify a call */
+ uint32_t call_id;
+
/* if traffic channel receive was requested */
int tch_recv;