Neels Hofmeyr has uploaded this change for review. (
https://gerrit.osmocom.org/12013
Change subject: drop unused gsm_subscr_conn->mncc_rtp_bridge
......................................................................
drop unused gsm_subscr_conn->mncc_rtp_bridge
Change-Id: I322dc18cfe2cc573744261df837e719b5cf224ba
---
M include/osmocom/msc/gsm_data.h
M src/libmsc/gsm_04_08_cc.c
2 files changed, 0 insertions(+), 5 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/13/12013/1
diff --git a/include/osmocom/msc/gsm_data.h b/include/osmocom/msc/gsm_data.h
index 085248c..4d3a2e4 100644
--- a/include/osmocom/msc/gsm_data.h
+++ b/include/osmocom/msc/gsm_data.h
@@ -118,9 +118,6 @@
/* Are we part of a special "silent" call */
int silent_call;
- /* MNCC rtp bridge markers */
- int mncc_rtp_bridge;
-
/* back pointers */
struct gsm_network *network;
diff --git a/src/libmsc/gsm_04_08_cc.c b/src/libmsc/gsm_04_08_cc.c
index f9888d7..c9dffe3 100644
--- a/src/libmsc/gsm_04_08_cc.c
+++ b/src/libmsc/gsm_04_08_cc.c
@@ -1723,8 +1723,6 @@
return 0;
}
- trans->conn->mncc_rtp_bridge = 1;
-
/* When we call msc_mgcp_call_assignment() we will trigger, depending
* on the RAN type the call assignment on the A or Iu interface.
* msc_mgcp_call_assignment() also takes care about sending the CRCX
--
To view, visit https://gerrit.osmocom.org/12013
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I322dc18cfe2cc573744261df837e719b5cf224ba
Gerrit-Change-Number: 12013
Gerrit-PatchSet: 1
Gerrit-Owner: Neels Hofmeyr <[email protected]>