From e04cd9812186d2447175d176dc12a936229137d6 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 4 Nov 2019 15:33:46 +0100 Subject: 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 --- include/osmocom/msc/transaction.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') 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 { -- cgit v1.2.3