nat: Document that the MDCX message is not implemented

This commit is contained in:
Holger Hans Peter Freyther
2010-08-30 11:58:49 +08:00
parent 601180f2d9
commit d38aa450d7

View File

@@ -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)