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 |
---|---|
MAPProcessGroupCallSignallingArg |
MAPProcessGroupCallSignallingArg.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPProcessGroupCallSignallingArg |
MAPProcessGroupCallSignallingArg.copyOf(MAPProcessGroupCallSignallingArg 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.
|
MAPProcessGroupCallSignallingArg |
MAPProcessGroupCallSignallingArg.setAdditionalInfo(BitString value)
Sets the value of the field additionalInfo.
|
MAPProcessGroupCallSignallingArg |
MAPProcessGroupCallSignallingArg.setAn_APDU(MAPAccessNetworkSignalInfo value)
Sets the value of the field an-APDU.
|
MAPProcessGroupCallSignallingArg |
MAPProcessGroupCallSignallingArg.setEmergencyModeResetCommandFlagPresent(boolean flag)
Sets the presence or absence of the optional field emergencyModeResetCommandFlag.
|
MAPProcessGroupCallSignallingArg |
MAPProcessGroupCallSignallingArg.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPProcessGroupCallSignallingArg |
MAPProcessGroupCallSignallingArg.setReleaseGroupCallPresent(boolean flag)
Sets the presence or absence of the optional field releaseGroupCall.
|
MAPProcessGroupCallSignallingArg |
MAPProcessGroupCallSignallingArg.setTalkerPriority(MAPTalkerPriority value)
Sets the value of the field talkerPriority.
|
MAPProcessGroupCallSignallingArg |
MAPProcessGroupCallSignallingArg.setUplinkReleaseIndicationPresent(boolean flag)
Sets the presence or absence of the optional field uplinkReleaseIndication.
|
MAPProcessGroupCallSignallingArg |
MAPProcessGroupCallSignallingArg.setUplinkRequestPresent(boolean flag)
Sets the presence or absence of the optional field uplinkRequest.
|
Modifier and Type | Method and Description |
---|---|
static MAPProcessGroupCallSignallingArg |
MAPProcessGroupCallSignallingArg.copyOf(MAPProcessGroupCallSignallingArg 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.sendProcessGroupCallSignalling(MAPProcessGroupCallSignallingArg argument)
Issues a processGroupCallSignalling operation request on the dialog.
|
Constructor and Description |
---|
MAPProcessGroupCallSignallingRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPProcessGroupCallSignallingArg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPProcessGroupCallSignallingRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPProcessGroupCallSignallingArg,MAPProcessGroupCallSignallingArg,MAPProto.MAP_GR_DataTypes_ProcessGroupCallSignallingArg> |
MAPCodecs.MAP_GR_DataTypes_ProcessGroupCallSignallingArg
Singleton codec for the ASN.1 type: MAP-GR-DataTypes.ProcessGroupCallSignallingArg
|
static PersistCodec<MAPProcessGroupCallSignallingArg,MAPProcessGroupCallSignallingArg,MAPProto.MAP_GR_DataTypes_ProcessGroupCallSignallingArg> |
MAPCodecs.MAP_GR_DataTypes_ProcessGroupCallSignallingArg
Singleton codec for the ASN.1 type: MAP-GR-DataTypes.ProcessGroupCallSignallingArg
|