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

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

public interface CircuitGroupBlockingMessage
extends ISUPMessage

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

Circuit Group Blocking (CGB)
Circuit Group Blocking (CGB) message sent to the node to permit the switching equipment or maintenance system to remove from (and return to) traffic a group of circuits/CICs. A node receiving a Circuit/CIC Group Blocking message must be able to accept incoming calls on the group of blocked circuits/CICs unless it has also sent a Circuit/CIC Group Blocking message.
Parameter Type Length (octet)
Message type F 1
Circuit group supervision message type indicators  F 1
Range and Status V 3-34

Author:
Bartosz Baranowski

Field Summary
static int MESSAGE_CODE
          Circuit Group Blocking Message, Q.763 reference table 40
CircuitGroupBlockingMessage
 
Fields inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent
_PROTOCOL_VERSION
 
Method Summary
 RangeAndStatus getRangeAndStatus()
           
 CircuitGroupSuperVisionMessageType getSupervisionType()
           
 void setRangeAndStatus(RangeAndStatus ras)
           
 void setSupervisionType(CircuitGroupSuperVisionMessageType 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 Group Blocking Message, Q.763 reference table 40
CircuitGroupBlockingMessage

See Also:
Constant Field Values
Method Detail

setSupervisionType

void setSupervisionType(CircuitGroupSuperVisionMessageType ras)

getSupervisionType

CircuitGroupSuperVisionMessageType getSupervisionType()

setRangeAndStatus

void setRangeAndStatus(RangeAndStatus ras)

getRangeAndStatus

RangeAndStatus getRangeAndStatus()


Copyright © 2010. All Rights Reserved.