Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API 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 |
---|---|
MAPSendAuthenticationInfoArg_v3 |
MAPSendAuthenticationInfoArg_v3.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSendAuthenticationInfoArg_v3 |
MAPSendAuthenticationInfoArg_v3.copyOf(MAPSendAuthenticationInfoArgSeq 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.
|
MAPSendAuthenticationInfoArg_v3 |
MAPSendAuthenticationInfoArg_v3.setAdditionalVectorsAreForEPSPresent(boolean flag)
Sets the presence or absence of the optional field additionalVectorsAreForEPS.
|
MAPSendAuthenticationInfoArg_v3 |
MAPSendAuthenticationInfoArg_v3.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPSendAuthenticationInfoArg_v3 |
MAPSendAuthenticationInfoArg_v3.setImmediateResponsePreferredPresent(boolean flag)
Sets the presence or absence of the optional field immediateResponsePreferred.
|
MAPSendAuthenticationInfoArg_v3 |
MAPSendAuthenticationInfoArg_v3.setImsi(IMSIAddress value)
Sets the value of the field imsi.
|
MAPSendAuthenticationInfoArg_v3 |
MAPSendAuthenticationInfoArg_v3.setNumberOfRequestedAdditional_Vectors(int value)
Sets the value of the field numberOfRequestedAdditional-Vectors and marks the field as present.
|
MAPSendAuthenticationInfoArg_v3 |
MAPSendAuthenticationInfoArg_v3.setNumberOfRequestedAdditional_VectorsPresent(boolean flag)
Sets the presence or absence of the optional field numberOfRequestedAdditional-Vectors.
|
MAPSendAuthenticationInfoArg_v3 |
MAPSendAuthenticationInfoArg_v3.setNumberOfRequestedVectors(int value)
Sets the value of the field numberOfRequestedVectors and marks the field as present.
|
MAPSendAuthenticationInfoArg_v3 |
MAPSendAuthenticationInfoArg_v3.setRe_synchronisationInfo(MAPRe_synchronisationInfo value)
Sets the value of the field re-synchronisationInfo.
|
MAPSendAuthenticationInfoArg_v3 |
MAPSendAuthenticationInfoArg_v3.setRequestingNodeType(MAPRequestingNodeType value)
Sets the value of the field requestingNodeType.
|
MAPSendAuthenticationInfoArg_v3 |
MAPSendAuthenticationInfoArg_v3.setRequestingPLMN_Id(byte[] value)
Sets the value of the field requestingPLMN-Id.
|
MAPSendAuthenticationInfoArg_v3 |
MAPSendAuthenticationInfoArg_v3.setSegmentationProhibitedPresent(boolean flag)
Sets the presence or absence of the optional field segmentationProhibited.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPSendAuthenticationInfoArgSeq,MAPSendAuthenticationInfoArg_v3,MAPProto.MAP_MS_DataTypes_SendAuthenticationInfoArg_v3> |
MAPCodecs.MAP_MS_DataTypes_SendAuthenticationInfoArg_v3
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.SendAuthenticationInfoArg-v3
|