aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/gsm_data.h
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-11-29 23:01:58 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-11-30 04:56:59 +0100
commitf9773b0b9716845d24b37c9a0a834e448c805cf5 (patch)
treefc145e121bea9f2803692d26a760f26abde45f3b /include/osmocom/msc/gsm_data.h
parent344ee30bd468dede0861482fe2cf7d43355cf76e (diff)
drop unused gsm_network->handover.active
gsm_network contains an int handover.active which is always zero. Drop it. There is real handover code coming up soon, one part of this is to avoid confusion. The internal MNCC code queried it to decide whether to MNCC_BRIDGE or proxy RTP (MNCC_FRAME_RECV). Since RTP is being handled by osmo-mgw since forever, drop that entire condition from mncc_builtin. Change-Id: Ie16e718266882588b38297121364ca0b7fdfe948
Diffstat (limited to 'include/osmocom/msc/gsm_data.h')
-rw-r--r--include/osmocom/msc/gsm_data.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/osmocom/msc/gsm_data.h b/include/osmocom/msc/gsm_data.h
index 4d3a2e455..94a6ffdc9 100644
--- a/include/osmocom/msc/gsm_data.h
+++ b/include/osmocom/msc/gsm_data.h
@@ -283,9 +283,6 @@ struct gsm_network {
uint8_t a5_encryption_mask;
bool authentication_required;
int send_mm_info;
- struct {
- int active;
- } handover;
struct rate_ctr_group *msc_ctrs;
struct osmo_counter *active_calls;