From d38aa450d758cebbbb78194bdc35df6462ffe501 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 30 Aug 2010 11:58:49 +0800 Subject: nat: Document that the MDCX message is not implemented --- openbsc/src/nat/bsc_mgcp_utils.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbsc') diff --git a/openbsc/src/nat/bsc_mgcp_utils.c b/openbsc/src/nat/bsc_mgcp_utils.c index b71ec9482..e68b6479b 100644 --- a/openbsc/src/nat/bsc_mgcp_utils.c +++ b/openbsc/src/nat/bsc_mgcp_utils.c @@ -166,6 +166,8 @@ static void bsc_mgcp_send_mdcx(struct bsc_connection *bsc, int port, struct mgcp LOGP(DMGCP, LOGL_ERROR, "snprintf for DLCX failed.\n"); return; } + + #warning "The MDCX is not send to the BSC. It should" } static void bsc_mgcp_send_dlcx(struct bsc_connection *bsc, int endpoint) -- cgit v1.2.3