aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-bsc_nat
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2017-03-02 17:26:32 +0100
committerDaniel Willmann <dwillmann@sysmocom.de>2018-01-30 18:58:27 +0100
commit81a161dc862cb33db63949fc69cefcb638ebffeb (patch)
tree3d31eff4ec81efe1f83d30a8a4b1a1f10efa1b07 /openbsc/src/osmo-bsc_nat
parentd7e05cedb6f0809f48bea1ae99edb804473464ad (diff)
osmo-bsc_nat: Disable sending MGCP to MSC via IPA multiplex
Diffstat (limited to 'openbsc/src/osmo-bsc_nat')
-rw-r--r--openbsc/src/osmo-bsc_nat/bsc_nat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/src/osmo-bsc_nat/bsc_nat.c b/openbsc/src/osmo-bsc_nat/bsc_nat.c
index 17935fe2b..52f561dc0 100644
--- a/openbsc/src/osmo-bsc_nat/bsc_nat.c
+++ b/openbsc/src/osmo-bsc_nat/bsc_nat.c
@@ -371,7 +371,8 @@ static void send_mgcp_reset(struct bsc_connection *bsc)
void bsc_nat_send_mgcp_to_msc(struct bsc_nat *nat, struct msgb *msg)
{
ipa_prepend_header(msg, IPAC_PROTO_MGCP_OLD);
- queue_for_msc(nat->msc_con, msg);
+#warning Disabled for now
+// queue_for_msc(nat->msc_con, msg);
}
/*