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 |
---|---|
MAPRemoteUserFreeArg |
MAPRemoteUserFreeArg.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPRemoteUserFreeArg |
MAPRemoteUserFreeArg.copyOf(MAPRemoteUserFreeArg 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.
|
MAPRemoteUserFreeArg |
MAPRemoteUserFreeArg.setAlertingPattern(byte[] value)
Sets the value of the field alertingPattern.
|
MAPRemoteUserFreeArg |
MAPRemoteUserFreeArg.setCallInfo(MAPExternalSignalInfo value)
Sets the value of the field callInfo.
|
MAPRemoteUserFreeArg |
MAPRemoteUserFreeArg.setCcbs_Feature(MAPCCBS_Feature value)
Sets the value of the field ccbs-Feature.
|
MAPRemoteUserFreeArg |
MAPRemoteUserFreeArg.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPRemoteUserFreeArg |
MAPRemoteUserFreeArg.setImsi(IMSIAddress value)
Sets the value of the field imsi.
|
MAPRemoteUserFreeArg |
MAPRemoteUserFreeArg.setReplaceB_NumberPresent(boolean flag)
Sets the presence or absence of the optional field replaceB-Number.
|
MAPRemoteUserFreeArg |
MAPRemoteUserFreeArg.setTranslatedB_Number(AddressString value)
Sets the value of the field translatedB-Number.
|
Modifier and Type | Method and Description |
---|---|
static MAPRemoteUserFreeArg |
MAPRemoteUserFreeArg.copyOf(MAPRemoteUserFreeArg 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.sendRemoteUserFree(long timeout,
MAPRemoteUserFreeArg argument)
Issues a remoteUserFree operation request on the dialog.
|
Constructor and Description |
---|
MAPRemoteUserFreeRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPRemoteUserFreeArg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPRemoteUserFreeRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPRemoteUserFreeArg,MAPRemoteUserFreeArg,MAPProto.MAP_CH_DataTypes_RemoteUserFreeArg> |
MAPCodecs.MAP_CH_DataTypes_RemoteUserFreeArg
Singleton codec for the ASN.1 type: MAP-CH-DataTypes.RemoteUserFreeArg
|
static PersistCodec<MAPRemoteUserFreeArg,MAPRemoteUserFreeArg,MAPProto.MAP_CH_DataTypes_RemoteUserFreeArg> |
MAPCodecs.MAP_CH_DataTypes_RemoteUserFreeArg
Singleton codec for the ASN.1 type: MAP-CH-DataTypes.RemoteUserFreeArg
|