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 |
---|---|
MAPPurgeMS_Arg |
MAPPurgeMS_Arg.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPPurgeMS_Arg |
MAPPurgeMS_Arg.copyOf(MAPPurgeMS_Arg 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.
|
MAPPurgeMS_Arg |
MAPPurgeMS_Arg.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPPurgeMS_Arg |
MAPPurgeMS_Arg.setImsi(IMSIAddress value)
Sets the value of the field imsi.
|
MAPPurgeMS_Arg |
MAPPurgeMS_Arg.setSgsn_Number(AddressString value)
Sets the value of the field sgsn-Number.
|
MAPPurgeMS_Arg |
MAPPurgeMS_Arg.setVlr_Number(AddressString value)
Sets the value of the field vlr-Number.
|
Modifier and Type | Method and Description |
---|---|
static MAPPurgeMS_Arg |
MAPPurgeMS_Arg.copyOf(MAPPurgeMS_Arg 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.sendPurgeMS(long timeout,
MAPPurgeMS_Arg argument)
Issues a purgeMS operation request on the dialog.
|
Constructor and Description |
---|
MAPPurgeMSRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPPurgeMS_Arg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPPurgeMSRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPPurgeMS_Arg,MAPPurgeMS_Arg,MAPProto.MAP_MS_DataTypes_PurgeMS_Arg> |
MAPCodecs.MAP_MS_DataTypes_PurgeMS_Arg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.PurgeMS-Arg
|
static PersistCodec<MAPPurgeMS_Arg,MAPPurgeMS_Arg,MAPProto.MAP_MS_DataTypes_PurgeMS_Arg> |
MAPCodecs.MAP_MS_DataTypes_PurgeMS_Arg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.PurgeMS-Arg
|