package org.mobicents.ss7.isup.message; /** * Start time:09:54:07 2009-07-23<br> * Project: mobicents-isup-stack<br> * <TABLE id="Table9" style="FONT-SIZE: 9pt; WIDTH: 584px; HEIGHT: 72px; TEXT-ALIGN: center" cellSpacing="1" cellPadding="1" width="584" align="center" border="1"> * <TR> * <TD style="FONT-WEIGHT: bold; WIDTH: 328px; COLOR: teal; HEIGHT: 28px; TEXT-ALIGN: center" align="center" colSpan="3"> * * <TABLE id="Table41" style="WIDTH: 575px; HEIGHT: 49px" cellSpacing="1" cellPadding="1" width="575" border="0"> * <TR> * <TD style="FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: teal; HEIGHT: 28px; TEXT-ALIGN: center" colSpan="3"> * Confusion Message (CFN)</TD> * </TR> * <TR> * <TD style="FONT-SIZE: 9pt; COLOR: navy" colSpan="3"> * <P> * CFN is sent in response to any message (other than a confusion message) if * the node does not recognize the message or detects a part of the message as * being unrecognized. * </P> * </TD> * * </TR> * </TABLE> * </TD> * </TR> * <TR> * <TD style="FONT-WEIGHT: bold; WIDTH: 283px; HEIGHT: 30px; TEXT-ALIGN: center"> * Parameter</TD> * <TD style="FONT-WEIGHT: bold; WIDTH: 145px; HEIGHT: 30px">Type</TD> * <TD style="FONT-WEIGHT: bold; HEIGHT: 30px">Length (octet)</TD> * * </TR> * <TR> * <TD style="WIDTH: 283px; TEXT-ALIGN: left">Message type</TD> * <TD style="WIDTH: 145px">F</TD> * <TD>1</TD> * </TR> * <TR> * * <TD style="WIDTH: 283px; TEXT-ALIGN: left">Cause Indicators</TD> * <TD style="WIDTH: 145px">V</TD> * <TD>4-20</TD> * </TR> * <TR> * <TD style="WIDTH: 283px; TEXT-ALIGN: left">End of Optional Parameters</TD> * <TD style="WIDTH: 145px">O</TD> * * <TD>1</TD> * </TR> * </TABLE> * * @author <a href="mailto:baranowb@gmail.com">Bartosz Baranowski </a> */ public interface ConfusionMessage extends ISUPMessage { }