aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2017-03-02 17:26:32 +0100
committerDaniel Willmann <dwillmann@sysmocom.de>2017-08-24 10:35:41 +0200
commit86a4589c0399721dd309614794df0791f337622f (patch)
tree5a13c5f1c86859a6fd90554c5ab6ab9b1f35d97a /openbsc
parent1f7d6452560a73452e0ce6059adf933b6dfd5458 (diff)
WIP
Diffstat (limited to 'openbsc')
-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);
}
/*