aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2019-11-04 15:33:46 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2019-11-05 01:33:30 +0100
commite04cd9812186d2447175d176dc12a936229137d6 (patch)
treec253775d248694f1b827fdb12afe88c856b0fcbb /include
parent82f58fed6aedbea418fdefcdac65a1b8713d5aeb (diff)
cc trans: remove unused tch_rtp_create
Use of this flag was dropped when adding inter-BSC and inter-MSC Handover support, I forgot to remove it. Change-Id: I5ec78e30eb36fbe78a3f7c46bfa44af5a4eb7bf2
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/msc/transaction.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/osmocom/msc/transaction.h b/include/osmocom/msc/transaction.h
index 61d8c1a28..928b137ae 100644
--- a/include/osmocom/msc/transaction.h
+++ b/include/osmocom/msc/transaction.h
@@ -87,10 +87,6 @@ struct gsm_trans {
/* bearer capabilities (rate and codec) */
struct gsm_mncc_bearer_cap bearer_cap;
- /* if true, TCH_RTP_CREATE is sent after the
- * assignment is done */
- bool tch_rtp_create;
-
union {
struct {