aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2017-03-02 17:26:32 +0100
committerDaniel Willmann <dwillmann@sysmocom.de>2017-03-15 14:14:06 +0100
commitd8429fbe1e6da857ad8ba6ada14c078ca18f3779 (patch)
treeb7aea727d40e5ca5597ad51ab19f193325a53575
parent29da136347c0ad88d03e98b998fdea25691cdab4 (diff)
WIP
-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 a987f304c..55f4b9074 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);
}
/*