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

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

public interface ReleaseCompleteMessage
extends ISUPMessage

Start time:10:02:24 2009-07-23
Project: mobicents-isup-stack

Release Complete Message

A Release Complete Message (RLC) is sent in the opposite direction of the REL to acknowledge the release of the remote end of a trunk circuit and end the billing cycle as appropriate.

Parameter Type Length (octet)
Message type F 1
Cause Indicators O 5-6
End of Optional Parameters O 1

Author:
baranowb - Bartosz Baranowski

Field Summary
static int MESSAGE_CODE
          Release Complete Message, Q.763 reference table 34
ReleaseCompleteMessage
 
Fields inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent
_PROTOCOL_VERSION
 
Method Summary
 CauseIndicators getCauseIndicators()
           
 void setCauseIndicators(CauseIndicators v)
           
 
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
Release Complete Message, Q.763 reference table 34
ReleaseCompleteMessage

See Also:
Constant Field Values
Method Detail

getCauseIndicators

CauseIndicators getCauseIndicators()

setCauseIndicators

void setCauseIndicators(CauseIndicators v)


Copyright © 2010. All Rights Reserved.