aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2019-10-01 19:47:26 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2019-10-29 16:46:32 +0100
commitcf90bdb07d2dab75716204a4dacf8f09abc256d9 (patch)
treeab3972dbf43d4f45c8c720d1e5ad1a051005c02b /include
parent0c1ed15336ac3e24307940f97d43764419d1b8d7 (diff)
send MNCC REL only if MNCC has actually started
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/msc/transaction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/msc/transaction.h b/include/osmocom/msc/transaction.h
index cab00308a..61d8c1a28 100644
--- a/include/osmocom/msc/transaction.h
+++ b/include/osmocom/msc/transaction.h
@@ -103,6 +103,7 @@ struct gsm_trans {
struct osmo_timer_list timer;
struct osmo_timer_list timer_guard;
struct gsm_mncc msg; /* stores setup/disconnect/release message */
+ bool mncc_initiated; /* Whether an MNCC Release is necessary on failure */
} cc;
struct {
struct gsm411_smc_inst smc_inst;