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

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

public interface CircuitGroupResetAckMessage
extends ISUPMessage

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

Circuit Group Reset Acknowledgement Message (GRA)

GRA is sent in response to a Circuit/CIC Group Reset message indicating that the requested group of circuits/CICs has been reset. The message also indicates the maintenance blocking state of each circuit/CIC.

Parameter Type Length (octet)
Message type F 1
Range and Status V 3-34

Author:
Bartosz Baranowski

Field Summary
static int MESSAGE_CODE
          Circuit GroupReset Ack Message, Q.763 reference table 25
CircuitGroupResetAckMessage
 
Fields inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent
_PROTOCOL_VERSION
 
Method Summary
 RangeAndStatus getRangeAndStatus()
           
 void setRangeAndStatus(RangeAndStatus ras)
           
 
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
Circuit GroupReset Ack Message, Q.763 reference table 25
CircuitGroupResetAckMessage

See Also:
Constant Field Values
Method Detail

setRangeAndStatus

void setRangeAndStatus(RangeAndStatus ras)

getRangeAndStatus

RangeAndStatus getRangeAndStatus()


Copyright © 2010. All Rights Reserved.