com.signalsoftcorp.lst.client
Interface WLP10Constants

All Superinterfaces:
Constants

public interface WLP10Constants
extends Constants

Constant in the WLP10 protocol.


Field Summary
static int ABSENT_SUBSCRIBER
          (6003) Absent subscriber.
static int CONGESTION_IN_LOCATION_SERVER
          (6001) The request can not be handled due to congestion in the location server.
static int CONGESTION_IN_MOBILE_NETWORK
          (6002) The request can not be handled due to congestion in the mobile network.
static int DISALLOWED_BY_LOCAL_REGULATIONS
          (6016)
static int FORMAT_ERROR
          (6005) A protocol element in the request has invalid format.
static int INVALID_PROTOCOL_ELEMENT_ATTRIBUTE
          (6011)
static int INVALID_PROTOCOL_ELEMENT_VALUE
          (6010)
static int LOCATION_NOT_ALLOWED
          (6018)
static int MISCONFIGURATION_OF_LOCATION_SERVER
          (6017)
static int POSITION_METHOD_FAILURE
          (6000) This happens when the underlying location server can't meet the requirment in the request.
static int POSITIONING_NOT_ALLOWED
          (6015)
static int PROTOCOL_ELEMENT_ATTRIBUTE_VALUE_NOT_SUPPORTED
          (6013)
static int PROTOCOL_ELEMENT_VALUE_NOT_SUPPORTED
          (6012)
static int QOP_NOT_ATTAINABLE
          (6014) The requested Quality of Position could not be provided.
static int SYNTAX_ERROR
          (6006)
static int TOO_MANY_POSITION_ITEMS
          (6004) Too many position items have been specified in the request.
 
Fields inherited from interface com.signalsoftcorp.lst.client.Constants
CLIENT_AUTHENTICATION_FAILED, CLIENT_NOT_ENABLED, CLIENT_NOT_FOUND, INCORRECT_PASSWORD, INVALID_ARGUMENT, INVALID_SUBSCRIBER_ID, MASTER_PRIVACY_DENY_ALL, OK, OPERATOR_SERVICE_NOT_ENABLED, SUBSCRIBER_NOT_FOUND, SUBSCRIBER_SERVICE_NOT_ENABLED, SUBSCRIBER_TYPE_NOT_ALLOWED, SYSTEM_FAILURE, UNDEFINED, UNSUPPORTED_SUBSCRIBER_TYPE
 

Field Detail

POSITION_METHOD_FAILURE

public static final int POSITION_METHOD_FAILURE
(6000) This happens when the underlying location server can't meet the requirment in the request. One special case are when the Subscriber can't be positioned.

CONGESTION_IN_LOCATION_SERVER

public static final int CONGESTION_IN_LOCATION_SERVER
(6001) The request can not be handled due to congestion in the location server.

CONGESTION_IN_MOBILE_NETWORK

public static final int CONGESTION_IN_MOBILE_NETWORK
(6002) The request can not be handled due to congestion in the mobile network.

ABSENT_SUBSCRIBER

public static final int ABSENT_SUBSCRIBER
(6003) Absent subscriber. The user is currently not reachable.

TOO_MANY_POSITION_ITEMS

public static final int TOO_MANY_POSITION_ITEMS
(6004) Too many position items have been specified in the request.

FORMAT_ERROR

public static final int FORMAT_ERROR
(6005) A protocol element in the request has invalid format.

SYNTAX_ERROR

public static final int SYNTAX_ERROR
(6006)

INVALID_PROTOCOL_ELEMENT_VALUE

public static final int INVALID_PROTOCOL_ELEMENT_VALUE
(6010)

INVALID_PROTOCOL_ELEMENT_ATTRIBUTE

public static final int INVALID_PROTOCOL_ELEMENT_ATTRIBUTE
(6011)

PROTOCOL_ELEMENT_VALUE_NOT_SUPPORTED

public static final int PROTOCOL_ELEMENT_VALUE_NOT_SUPPORTED
(6012)

PROTOCOL_ELEMENT_ATTRIBUTE_VALUE_NOT_SUPPORTED

public static final int PROTOCOL_ELEMENT_ATTRIBUTE_VALUE_NOT_SUPPORTED
(6013)

QOP_NOT_ATTAINABLE

public static final int QOP_NOT_ATTAINABLE
(6014) The requested Quality of Position could not be provided.

POSITIONING_NOT_ALLOWED

public static final int POSITIONING_NOT_ALLOWED
(6015)

DISALLOWED_BY_LOCAL_REGULATIONS

public static final int DISALLOWED_BY_LOCAL_REGULATIONS
(6016)

MISCONFIGURATION_OF_LOCATION_SERVER

public static final int MISCONFIGURATION_OF_LOCATION_SERVER
(6017)

LOCATION_NOT_ALLOWED

public static final int LOCATION_NOT_ALLOWED
(6018)


Copyright © SignalSoft Corp. All Rights Reserved.