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 |
---|---|
MAPSendIdentificationArg |
MAPSendIdentificationArg.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSendIdentificationArg |
MAPSendIdentificationArg.copyOf(MAPSendIdentificationArgSeq 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.
|
MAPSendIdentificationArg |
MAPSendIdentificationArg.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPSendIdentificationArg |
MAPSendIdentificationArg.setHopCounter(int value)
Sets the value of the field hopCounter and marks the field as present.
|
MAPSendIdentificationArg |
MAPSendIdentificationArg.setHopCounterPresent(boolean flag)
Sets the presence or absence of the optional field hopCounter.
|
MAPSendIdentificationArg |
MAPSendIdentificationArg.setMsc_Number(AddressString value)
Sets the value of the field msc-Number.
|
MAPSendIdentificationArg |
MAPSendIdentificationArg.setNumberOfRequestedVectors(int value)
Sets the value of the field numberOfRequestedVectors and marks the field as present.
|
MAPSendIdentificationArg |
MAPSendIdentificationArg.setNumberOfRequestedVectorsPresent(boolean flag)
Sets the presence or absence of the optional field numberOfRequestedVectors.
|
MAPSendIdentificationArg |
MAPSendIdentificationArg.setPrevious_LAI(LocationAreaId value)
Sets the value of the field previous-LAI.
|
MAPSendIdentificationArg |
MAPSendIdentificationArg.setSegmentationProhibitedPresent(boolean flag)
Sets the presence or absence of the optional field segmentationProhibited.
|
MAPSendIdentificationArg |
MAPSendIdentificationArg.setTmsi(byte[] value)
Sets the value of the field tmsi.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPSendIdentificationArgSeq,MAPSendIdentificationArg,MAPProto.MAP_MS_DataTypes_SendIdentificationArg> |
MAPCodecs.MAP_MS_DataTypes_SendIdentificationArg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.SendIdentificationArg
|