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 |
---|---|
MAPProvideSubscriberLocation_Arg |
MAPProvideSubscriberLocation_Arg.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPProvideSubscriberLocation_Arg |
MAPProvideSubscriberLocation_Arg.copyOf(MAPProvideSubscriberLocation_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.
|
MAPProvideSubscriberLocation_Arg |
MAPProvideSubscriberLocation_Arg.setAreaEventInfo(MAPAreaEventInfo value)
Sets the value of the field areaEventInfo.
|
MAPProvideSubscriberLocation_Arg |
MAPProvideSubscriberLocation_Arg.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPProvideSubscriberLocation_Arg |
MAPProvideSubscriberLocation_Arg.setH_gmlc_Address(GSNAddress value)
Sets the value of the field h-gmlc-Address.
|
MAPProvideSubscriberLocation_Arg |
MAPProvideSubscriberLocation_Arg.setImei(IMEIAddress value)
Sets the value of the field imei.
|
MAPProvideSubscriberLocation_Arg |
MAPProvideSubscriberLocation_Arg.setImsi(IMSIAddress value)
Sets the value of the field imsi.
|
MAPProvideSubscriberLocation_Arg |
MAPProvideSubscriberLocation_Arg.setLcs_ClientID(MAPLCS_ClientID value)
Sets the value of the field lcs-ClientID.
|
MAPProvideSubscriberLocation_Arg |
MAPProvideSubscriberLocation_Arg.setLcs_Priority(byte[] value)
Sets the value of the field lcs-Priority.
|
MAPProvideSubscriberLocation_Arg |
MAPProvideSubscriberLocation_Arg.setLcs_PrivacyCheck(MAPLCS_PrivacyCheck value)
Sets the value of the field lcs-PrivacyCheck.
|
MAPProvideSubscriberLocation_Arg |
MAPProvideSubscriberLocation_Arg.setLcs_QoS(MAPLCS_QoS value)
Sets the value of the field lcs-QoS.
|
MAPProvideSubscriberLocation_Arg |
MAPProvideSubscriberLocation_Arg.setLcs_ReferenceNumber(byte[] value)
Sets the value of the field lcs-ReferenceNumber.
|
MAPProvideSubscriberLocation_Arg |
MAPProvideSubscriberLocation_Arg.setLcsCodeword(MAPLCSCodeword value)
Sets the value of the field lcsCodeword.
|
MAPProvideSubscriberLocation_Arg |
MAPProvideSubscriberLocation_Arg.setLcsServiceTypeID(int value)
Sets the value of the field lcsServiceTypeID and marks the field as present.
|
MAPProvideSubscriberLocation_Arg |
MAPProvideSubscriberLocation_Arg.setLcsServiceTypeIDPresent(boolean flag)
Sets the presence or absence of the optional field lcsServiceTypeID.
|
MAPProvideSubscriberLocation_Arg |
MAPProvideSubscriberLocation_Arg.setLmsi(LMSIAddress value)
Sets the value of the field lmsi.
|
MAPProvideSubscriberLocation_Arg |
MAPProvideSubscriberLocation_Arg.setLocationType(MAPLocationType value)
Sets the value of the field locationType.
|
MAPProvideSubscriberLocation_Arg |
MAPProvideSubscriberLocation_Arg.setMlc_Number(AddressString value)
Sets the value of the field mlc-Number.
|
MAPProvideSubscriberLocation_Arg |
MAPProvideSubscriberLocation_Arg.setMo_lrShortCircuitIndicatorPresent(boolean flag)
Sets the presence or absence of the optional field mo-lrShortCircuitIndicator.
|
MAPProvideSubscriberLocation_Arg |
MAPProvideSubscriberLocation_Arg.setMsisdn(AddressString value)
Sets the value of the field msisdn.
|
MAPProvideSubscriberLocation_Arg |
MAPProvideSubscriberLocation_Arg.setPeriodicLDRInfo(MAPPeriodicLDRInfo value)
Sets the value of the field periodicLDRInfo.
|
MAPProvideSubscriberLocation_Arg |
MAPProvideSubscriberLocation_Arg.setPrivacyOverridePresent(boolean flag)
Sets the presence or absence of the optional field privacyOverride.
|
MAPProvideSubscriberLocation_Arg |
MAPProvideSubscriberLocation_Arg.setReportingPLMNList(MAPReportingPLMNList value)
Sets the value of the field reportingPLMNList.
|
MAPProvideSubscriberLocation_Arg |
MAPProvideSubscriberLocation_Arg.setSupportedGADShapes(MAPSupportedGADShapes value)
Sets the value of the field supportedGADShapes.
|
Modifier and Type | Method and Description |
---|---|
static MAPProvideSubscriberLocation_Arg |
MAPProvideSubscriberLocation_Arg.copyOf(MAPProvideSubscriberLocation_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.sendProvideSubscriberLocation(long timeout,
MAPProvideSubscriberLocation_Arg argument)
Issues a provideSubscriberLocation operation request on the dialog.
|
Constructor and Description |
---|
MAPProvideSubscriberLocationRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPProvideSubscriberLocation_Arg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPProvideSubscriberLocationRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPProvideSubscriberLocation_Arg,MAPProvideSubscriberLocation_Arg,MAPProto.MAP_LCS_DataTypes_ProvideSubscriberLocation_Arg> |
MAPCodecs.MAP_LCS_DataTypes_ProvideSubscriberLocation_Arg
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.ProvideSubscriberLocation-Arg
|
static PersistCodec<MAPProvideSubscriberLocation_Arg,MAPProvideSubscriberLocation_Arg,MAPProto.MAP_LCS_DataTypes_ProvideSubscriberLocation_Arg> |
MAPCodecs.MAP_LCS_DataTypes_ProvideSubscriberLocation_Arg
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.ProvideSubscriberLocation-Arg
|