aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-10-30 16:32:19 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-04-16 09:17:21 +0200
commit6de9d0ba35f6fc9c483ef75426364580ad9fae01 (patch)
treea58152f0babb9cc61a9dd49bd64b71407471978a
parent1c0c31709462af26bb1a1176c3e8b3491a26d429 (diff)
nat: Address the FIXME and send the MDCX down to the BSC
-rw-r--r--openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c b/openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c
index e5384d1a7..80a34d313 100644
--- a/openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c
+++ b/openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c
@@ -257,7 +257,7 @@ static void bsc_mgcp_send_mdcx(struct bsc_connection *bsc, int port, struct mgcp
return;
}
- #warning "The MDCX is not send to the BSC. It should"
+ bsc_write_mgcp(bsc, (uint8_t *) buf, len);
}
static void bsc_mgcp_send_dlcx(struct bsc_connection *bsc, int endpoint)