aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/msc')
-rw-r--r--include/osmocom/msc/msc_t.h2
-rw-r--r--include/osmocom/msc/transaction.h3
2 files changed, 4 insertions, 1 deletions
diff --git a/include/osmocom/msc/msc_t.h b/include/osmocom/msc/msc_t.h
index 39b3abca0..876c11d5e 100644
--- a/include/osmocom/msc/msc_t.h
+++ b/include/osmocom/msc/msc_t.h
@@ -30,7 +30,7 @@ struct msc_t {
struct {
struct an_apdu ho_request;
struct gsm0808_cell_id cell_id_target;
- uint32_t callref;
+ uint32_t call_id;
char handover_number[16]; /* No libosmocore definition for MSISDN_MAXLEN? */
struct call_leg *call_leg;
struct mncc_call *mncc_forwarding_to_remote_cn;
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;