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 |
---|---|
MAPDeleteSubscriberDataArg |
MAPDeleteSubscriberDataArg.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPDeleteSubscriberDataArg |
MAPDeleteSubscriberDataArg.copyOf(MAPDeleteSubscriberDataArg 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.
|
MAPDeleteSubscriberDataArg |
MAPDeleteSubscriberDataArg.setApn_oi_replacementWithdrawPresent(boolean flag)
Sets the presence or absence of the optional field apn-oi-replacementWithdraw.
|
MAPDeleteSubscriberDataArg |
MAPDeleteSubscriberDataArg.setBasicServiceList(MAPExt_BasicServiceCode[] value)
Sets the value of the field basicServiceList.
|
MAPDeleteSubscriberDataArg |
MAPDeleteSubscriberDataArg.setCamelSubscriptionInfoWithdrawPresent(boolean flag)
Sets the presence or absence of the optional field camelSubscriptionInfoWithdraw.
|
MAPDeleteSubscriberDataArg |
MAPDeleteSubscriberDataArg.setChargingCharacteristicsWithdrawPresent(boolean flag)
Sets the presence or absence of the optional field chargingCharacteristicsWithdraw.
|
MAPDeleteSubscriberDataArg |
MAPDeleteSubscriberDataArg.setCsg_SubscriptionDeletedPresent(boolean flag)
Sets the presence or absence of the optional field csg-SubscriptionDeleted.
|
MAPDeleteSubscriberDataArg |
MAPDeleteSubscriberDataArg.setEpsSubscriptionDataWithdraw(MAPEPS_SubscriptionDataWithdraw value)
Sets the value of the field epsSubscriptionDataWithdraw.
|
MAPDeleteSubscriberDataArg |
MAPDeleteSubscriberDataArg.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPDeleteSubscriberDataArg |
MAPDeleteSubscriberDataArg.setGmlc_ListWithdrawPresent(boolean flag)
Sets the presence or absence of the optional field gmlc-ListWithdraw.
|
MAPDeleteSubscriberDataArg |
MAPDeleteSubscriberDataArg.setGprsSubscriptionDataWithdraw(MAPGPRSSubscriptionDataWithdraw value)
Sets the value of the field gprsSubscriptionDataWithdraw.
|
MAPDeleteSubscriberDataArg |
MAPDeleteSubscriberDataArg.setImsi(IMSIAddress value)
Sets the value of the field imsi.
|
MAPDeleteSubscriberDataArg |
MAPDeleteSubscriberDataArg.setIstInformationWithdrawPresent(boolean flag)
Sets the presence or absence of the optional field istInformationWithdraw.
|
MAPDeleteSubscriberDataArg |
MAPDeleteSubscriberDataArg.setLsaInformationWithdraw(MAPLSAInformationWithdraw value)
Sets the value of the field lsaInformationWithdraw.
|
MAPDeleteSubscriberDataArg |
MAPDeleteSubscriberDataArg.setRegionalSubscriptionIdentifier(byte[] value)
Sets the value of the field regionalSubscriptionIdentifier.
|
MAPDeleteSubscriberDataArg |
MAPDeleteSubscriberDataArg.setRoamingRestrictedInSgsnDueToUnsuppportedFeaturePresent(boolean flag)
Sets the presence or absence of the optional field roamingRestrictedInSgsnDueToUnsuppportedFeature.
|
MAPDeleteSubscriberDataArg |
MAPDeleteSubscriberDataArg.setRoamingRestrictionDueToUnsupportedFeaturePresent(boolean flag)
Sets the presence or absence of the optional field roamingRestrictionDueToUnsupportedFeature.
|
MAPDeleteSubscriberDataArg |
MAPDeleteSubscriberDataArg.setSpecificCSI_Withdraw(MAPSpecificCSI_Withdraw value)
Sets the value of the field specificCSI-Withdraw.
|
MAPDeleteSubscriberDataArg |
MAPDeleteSubscriberDataArg.setSs_List(SSCode[] value)
Sets the value of the field ss-List.
|
MAPDeleteSubscriberDataArg |
MAPDeleteSubscriberDataArg.setStn_srWithdrawPresent(boolean flag)
Sets the presence or absence of the optional field stn-srWithdraw.
|
MAPDeleteSubscriberDataArg |
MAPDeleteSubscriberDataArg.setVbsGroupIndicationPresent(boolean flag)
Sets the presence or absence of the optional field vbsGroupIndication.
|
MAPDeleteSubscriberDataArg |
MAPDeleteSubscriberDataArg.setVgcsGroupIndicationPresent(boolean flag)
Sets the presence or absence of the optional field vgcsGroupIndication.
|
Modifier and Type | Method and Description |
---|---|
static MAPDeleteSubscriberDataArg |
MAPDeleteSubscriberDataArg.copyOf(MAPDeleteSubscriberDataArg 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.sendDeleteSubscriberData(long timeout,
MAPDeleteSubscriberDataArg argument)
Issues a deleteSubscriberData_v1 operation request on the dialog.
|
Constructor and Description |
---|
MAPDeleteSubscriberDataRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPDeleteSubscriberDataArg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPDeleteSubscriberDataRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPDeleteSubscriberDataArg,MAPDeleteSubscriberDataArg,MAPProto.MAP_MS_DataTypes_DeleteSubscriberDataArg> |
MAPCodecs.MAP_MS_DataTypes_DeleteSubscriberDataArg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.DeleteSubscriberDataArg
|
static PersistCodec<MAPDeleteSubscriberDataArg,MAPDeleteSubscriberDataArg,MAPProto.MAP_MS_DataTypes_DeleteSubscriberDataArg> |
MAPCodecs.MAP_MS_DataTypes_DeleteSubscriberDataArg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.DeleteSubscriberDataArg
|