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_Res |
MAPProvideSubscriberLocation_Res.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPProvideSubscriberLocation_Res |
MAPProvideSubscriberLocation_Res.copyOf(MAPProvideSubscriberLocation_Res 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_Res |
MAPProvideSubscriberLocation_Res.setAccuracyFulfilmentIndicator(MAPAccuracyFulfilmentIndicator value)
Sets the value of the field accuracyFulfilmentIndicator.
|
MAPProvideSubscriberLocation_Res |
MAPProvideSubscriberLocation_Res.setAdd_LocationEstimate(byte[] value)
Sets the value of the field add-LocationEstimate.
|
MAPProvideSubscriberLocation_Res |
MAPProvideSubscriberLocation_Res.setAgeOfLocationEstimate(int value)
Sets the value of the field ageOfLocationEstimate and marks the field as present.
|
MAPProvideSubscriberLocation_Res |
MAPProvideSubscriberLocation_Res.setAgeOfLocationEstimatePresent(boolean flag)
Sets the presence or absence of the optional field ageOfLocationEstimate.
|
MAPProvideSubscriberLocation_Res |
MAPProvideSubscriberLocation_Res.setCellIdOrSai(MAPCellGlobalIdOrServiceAreaIdOrLAI value)
Sets the value of the field cellIdOrSai.
|
MAPProvideSubscriberLocation_Res |
MAPProvideSubscriberLocation_Res.setDeferredmt_lrResponseIndicatorPresent(boolean flag)
Sets the presence or absence of the optional field deferredmt-lrResponseIndicator.
|
MAPProvideSubscriberLocation_Res |
MAPProvideSubscriberLocation_Res.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPProvideSubscriberLocation_Res |
MAPProvideSubscriberLocation_Res.setGeranGANSSpositioningData(byte[] value)
Sets the value of the field geranGANSSpositioningData.
|
MAPProvideSubscriberLocation_Res |
MAPProvideSubscriberLocation_Res.setGeranPositioningData(byte[] value)
Sets the value of the field geranPositioningData.
|
MAPProvideSubscriberLocation_Res |
MAPProvideSubscriberLocation_Res.setLocationEstimate(byte[] value)
Sets the value of the field locationEstimate.
|
MAPProvideSubscriberLocation_Res |
MAPProvideSubscriberLocation_Res.setMo_lrShortCircuitIndicatorPresent(boolean flag)
Sets the presence or absence of the optional field mo-lrShortCircuitIndicator.
|
MAPProvideSubscriberLocation_Res |
MAPProvideSubscriberLocation_Res.setSai_PresentPresent(boolean flag)
Sets the presence or absence of the optional field sai-Present.
|
MAPProvideSubscriberLocation_Res |
MAPProvideSubscriberLocation_Res.setTargetServingNodeForHandover(MAPServingNodeAddress value)
Sets the value of the field targetServingNodeForHandover.
|
MAPProvideSubscriberLocation_Res |
MAPProvideSubscriberLocation_Res.setUtranGANSSpositioningData(byte[] value)
Sets the value of the field utranGANSSpositioningData.
|
MAPProvideSubscriberLocation_Res |
MAPProvideSubscriberLocation_Res.setUtranPositioningData(byte[] value)
Sets the value of the field utranPositioningData.
|
MAPProvideSubscriberLocation_Res |
MAPProvideSubscriberLocation_Res.setVelocityEstimate(byte[] value)
Sets the value of the field velocityEstimate.
|
Modifier and Type | Method and Description |
---|---|
static MAPProvideSubscriberLocation_Res |
MAPProvideSubscriberLocation_Res.copyOf(MAPProvideSubscriberLocation_Res 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.
|
void |
MAPDialog.sendProvideSubscriberLocationResponse(int invokeId,
MAPProvideSubscriberLocation_Res result)
Issues a response to a provideSubscriberLocation operation on the dialog.
|
Constructor and Description |
---|
MAPProvideSubscriberLocationResultEvent(MAPDialog dialog,
TcapOperation operation,
MAPProvideSubscriberLocation_Res argument,
int invokeId,
boolean lastResult)
Initialize a new com.opencloud.slee.resources.cgin.map.events.MAPProvideSubscriberLocationResultEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPProvideSubscriberLocation_Res,MAPProvideSubscriberLocation_Res,MAPProto.MAP_LCS_DataTypes_ProvideSubscriberLocation_Res> |
MAPCodecs.MAP_LCS_DataTypes_ProvideSubscriberLocation_Res
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.ProvideSubscriberLocation-Res
|
static PersistCodec<MAPProvideSubscriberLocation_Res,MAPProvideSubscriberLocation_Res,MAPProto.MAP_LCS_DataTypes_ProvideSubscriberLocation_Res> |
MAPCodecs.MAP_LCS_DataTypes_ProvideSubscriberLocation_Res
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.ProvideSubscriberLocation-Res
|