org.mobicents.protocols.ss7.isup.message
Interface ResetCircuitMessage

All Superinterfaces:
ISUPComponent, ISUPMessage, java.io.Serializable

public interface ResetCircuitMessage
extends ISUPMessage

Start time:09:54:07 2009-07-23
Project: mobicents-isup-stack

Reset Circuit (RSC)
Reset Circuit (RSC) message sent to release a circuit/CIC when, due to memory mutilation or other causes, it is unknown whether for example, a Release or a Release Complete message is appropriate. If, at the receiving end, the circuit/CIC is remotely blocked, reception of this message should cause that condition to be removed.
Parameter Type Length (octet)
Message type F 1

Author:
Bartosz Baranowski

Field Summary
static int MESSAGE_CODE
          Reset Circuit Message, Q.763 reference table 39
ResetCircuitMessage
 
Fields inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent
_PROTOCOL_VERSION
 
Method Summary
 
Methods inherited from interface org.mobicents.protocols.ss7.isup.message.ISUPMessage
addParameter, getCircuitIdentificationCode, getMessageType, getParameter, getTransaction, hasAllMandatoryParameters, removeParameter, setCircuitIdentificationCode
 
Methods inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent
decodeElement, encodeElement, encodeElement
 

Field Detail

MESSAGE_CODE

static final int MESSAGE_CODE
Reset Circuit Message, Q.763 reference table 39
ResetCircuitMessage

See Also:
Constant Field Values


Copyright © 2010. All Rights Reserved.