aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-08-30 11:58:49 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-30 11:58:49 +0800
commitd38aa450d758cebbbb78194bdc35df6462ffe501 (patch)
treedc39d8e34d814ec554c9a6a71825822f7dece226
parent601180f2d93e56757a02a2b2161a73ce6a99e8b8 (diff)
nat: Document that the MDCX message is not implemented
-rw-r--r--openbsc/src/nat/bsc_mgcp_utils.c2
1 files changed, 2 insertions, 0 deletions
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)