Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
com.opencloud.slee.resources.cgin.map.events |
Provides event wrapper classes for the MAP protocol.
|
com.opencloud.slee.resources.cgin.map.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
Modifier and Type | Method and Description |
---|---|
MAPForwardGroupCallSignallingArg |
MAPForwardGroupCallSignallingArg.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPForwardGroupCallSignallingArg |
MAPForwardGroupCallSignallingArg.copyOf(MAPForwardGroupCallSignallingArg from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
|
MAPForwardGroupCallSignallingArg |
MAPForwardGroupCallSignallingArg.setAdditionalInfo(BitString value)
Sets the value of the field additionalInfo.
|
MAPForwardGroupCallSignallingArg |
MAPForwardGroupCallSignallingArg.setAn_APDU(MAPAccessNetworkSignalInfo value)
Sets the value of the field an-APDU.
|
MAPForwardGroupCallSignallingArg |
MAPForwardGroupCallSignallingArg.setEmergencyModeResetCommandFlagPresent(boolean flag)
Sets the presence or absence of the optional field emergencyModeResetCommandFlag.
|
MAPForwardGroupCallSignallingArg |
MAPForwardGroupCallSignallingArg.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPForwardGroupCallSignallingArg |
MAPForwardGroupCallSignallingArg.setImsi(IMSIAddress value)
Sets the value of the field imsi.
|
MAPForwardGroupCallSignallingArg |
MAPForwardGroupCallSignallingArg.setSm_RP_UI(byte[] value)
Sets the value of the field sm-RP-UI.
|
MAPForwardGroupCallSignallingArg |
MAPForwardGroupCallSignallingArg.setStateAttributes(MAPStateAttributes value)
Sets the value of the field stateAttributes.
|
MAPForwardGroupCallSignallingArg |
MAPForwardGroupCallSignallingArg.setTalkerPriority(MAPTalkerPriority value)
Sets the value of the field talkerPriority.
|
MAPForwardGroupCallSignallingArg |
MAPForwardGroupCallSignallingArg.setUplinkRejectCommandPresent(boolean flag)
Sets the presence or absence of the optional field uplinkRejectCommand.
|
MAPForwardGroupCallSignallingArg |
MAPForwardGroupCallSignallingArg.setUplinkReleaseCommandPresent(boolean flag)
Sets the presence or absence of the optional field uplinkReleaseCommand.
|
MAPForwardGroupCallSignallingArg |
MAPForwardGroupCallSignallingArg.setUplinkReleaseIndicationPresent(boolean flag)
Sets the presence or absence of the optional field uplinkReleaseIndication.
|
MAPForwardGroupCallSignallingArg |
MAPForwardGroupCallSignallingArg.setUplinkRequestAckPresent(boolean flag)
Sets the presence or absence of the optional field uplinkRequestAck.
|
MAPForwardGroupCallSignallingArg |
MAPForwardGroupCallSignallingArg.setUplinkSeizedCommandPresent(boolean flag)
Sets the presence or absence of the optional field uplinkSeizedCommand.
|
Modifier and Type | Method and Description |
---|---|
static MAPForwardGroupCallSignallingArg |
MAPForwardGroupCallSignallingArg.copyOf(MAPForwardGroupCallSignallingArg from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
|
int |
MAPDialog.sendForwardGroupCallSignalling(MAPForwardGroupCallSignallingArg argument)
Issues a forwardGroupCallSignalling operation request on the dialog.
|
Constructor and Description |
---|
MAPForwardGroupCallSignallingRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPForwardGroupCallSignallingArg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPForwardGroupCallSignallingRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPForwardGroupCallSignallingArg,MAPForwardGroupCallSignallingArg,MAPProto.MAP_GR_DataTypes_ForwardGroupCallSignallingArg> |
MAPCodecs.MAP_GR_DataTypes_ForwardGroupCallSignallingArg
Singleton codec for the ASN.1 type: MAP-GR-DataTypes.ForwardGroupCallSignallingArg
|
static PersistCodec<MAPForwardGroupCallSignallingArg,MAPForwardGroupCallSignallingArg,MAPProto.MAP_GR_DataTypes_ForwardGroupCallSignallingArg> |
MAPCodecs.MAP_GR_DataTypes_ForwardGroupCallSignallingArg
Singleton codec for the ASN.1 type: MAP-GR-DataTypes.ForwardGroupCallSignallingArg
|