Package | Description |
---|---|
com.opencloud.slee.resources.cgin.cap_v3 |
Provides an API for the CAP v3 protocol.
|
com.opencloud.slee.resources.cgin.cap_v3.events |
Provides event wrapper classes for the CAP v3 protocol.
|
com.opencloud.slee.resources.cgin.cap_v3.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
Modifier and Type | Method and Description |
---|---|
CAP3InitialDPGPRSArg |
CAP3InitialDPGPRSArg.clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP3InitialDPGPRSArg |
CAP3InitialDPGPRSArg.copyOf(CAP3InitialDPGPRSArg 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.
|
CAP3InitialDPGPRSArg |
CAP3InitialDPGPRSArg.setAccessPointName(AccessPointName value)
Sets the value of the field accessPointName.
|
CAP3InitialDPGPRSArg |
CAP3InitialDPGPRSArg.setChargingID(byte[] value)
Sets the value of the field chargingID.
|
CAP3InitialDPGPRSArg |
CAP3InitialDPGPRSArg.setEndUserAddress(CAP3EndUserAddress value)
Sets the value of the field endUserAddress.
|
CAP3InitialDPGPRSArg |
CAP3InitialDPGPRSArg.setExtensions(CAP1ExtensionField[] value)
Sets the value of the field extensions.
|
CAP3InitialDPGPRSArg |
CAP3InitialDPGPRSArg.setGGSNAddress(GSNAddress value)
Sets the value of the field gGSNAddress.
|
CAP3InitialDPGPRSArg |
CAP3InitialDPGPRSArg.setGPRSEventType(CAP3GPRSEventType value)
Sets the value of the field gPRSEventType.
|
CAP3InitialDPGPRSArg |
CAP3InitialDPGPRSArg.setGPRSMSClass(CAP3GPRSMSClass value)
Sets the value of the field gPRSMSClass.
|
CAP3InitialDPGPRSArg |
CAP3InitialDPGPRSArg.setIMSI(IMSIAddress value)
Sets the value of the field iMSI.
|
CAP3InitialDPGPRSArg |
CAP3InitialDPGPRSArg.setLocationInformationGPRS(CAP3LocationInformationGPRS value)
Sets the value of the field locationInformationGPRS.
|
CAP3InitialDPGPRSArg |
CAP3InitialDPGPRSArg.setMSISDN(AddressString value)
Sets the value of the field mSISDN.
|
CAP3InitialDPGPRSArg |
CAP3InitialDPGPRSArg.setPDPInitiationType(CAP3PDPInitiationType value)
Sets the value of the field pDPInitiationType.
|
CAP3InitialDPGPRSArg |
CAP3InitialDPGPRSArg.setQualityOfService(CAP3QualityOfService value)
Sets the value of the field qualityOfService.
|
CAP3InitialDPGPRSArg |
CAP3InitialDPGPRSArg.setRouteingAreaIdentity(byte[] value)
Sets the value of the field routeingAreaIdentity.
|
CAP3InitialDPGPRSArg |
CAP3InitialDPGPRSArg.setSecondaryPDP_contextPresent(boolean flag)
Sets the presence or absence of the optional field secondaryPDP-context.
|
CAP3InitialDPGPRSArg |
CAP3InitialDPGPRSArg.setServiceKey(int value)
Sets the value of the field serviceKey and marks the field as present.
|
CAP3InitialDPGPRSArg |
CAP3InitialDPGPRSArg.setSGSNCapabilities(byte[] value)
Sets the value of the field sGSNCapabilities.
|
CAP3InitialDPGPRSArg |
CAP3InitialDPGPRSArg.setTimeAndTimeZone(TimeAndTimezone value)
Sets the value of the field timeAndTimeZone.
|
Modifier and Type | Method and Description |
---|---|
static CAP3InitialDPGPRSArg |
CAP3InitialDPGPRSArg.copyOf(CAP3InitialDPGPRSArg 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 |
CAP3Dialog.sendInitialDPGPRS(CAP3InitialDPGPRSArg argument)
Issues an initialDPGPRS operation request on the dialog.
|
Constructor and Description |
---|
CAP3InitialDPGPRSRequestEvent(CAP3Dialog dialog,
TcapOperation operation,
CAP3InitialDPGPRSArg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.cap_v3.events.CAP3InitialDPGPRSRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CAP3InitialDPGPRSArg,CAP3InitialDPGPRSArg,CAP3Proto.CAP_gprsSSF_gsmSCF_ops_args_InitialDPGPRSArg> |
CAP3Codecs.CAP_gprsSSF_gsmSCF_ops_args_InitialDPGPRSArg
Singleton codec for the ASN.1 type: CAP-gprsSSF-gsmSCF-ops-args.InitialDPGPRSArg
|
static PersistCodec<CAP3InitialDPGPRSArg,CAP3InitialDPGPRSArg,CAP3Proto.CAP_gprsSSF_gsmSCF_ops_args_InitialDPGPRSArg> |
CAP3Codecs.CAP_gprsSSF_gsmSCF_ops_args_InitialDPGPRSArg
Singleton codec for the ASN.1 type: CAP-gprsSSF-gsmSCF-ops-args.InitialDPGPRSArg
|