@wildboar/copp
Version:
Connection-oriented presentation protocol (COPP) data structures and business logic in TypeScript
101 lines (100 loc) • 3.29 kB
JavaScript
import * as $ from '@wildboar/asn1/functional';
/**
* @summary Provider_reason_reason_not_specified
* @constant
* @type {number}
*/
export const Provider_reason_reason_not_specified = 0; /* LONG_NAMED_INTEGER_VALUE */
/**
* @summary Provider_reason_reason_not_specified
* @constant
* @type {number}
*/
export const reason_not_specified = Provider_reason_reason_not_specified; /* SHORT_NAMED_INTEGER_VALUE */
/**
* @summary Provider_reason_temporary_congestion
* @constant
* @type {number}
*/
export const Provider_reason_temporary_congestion = 1; /* LONG_NAMED_INTEGER_VALUE */
/**
* @summary Provider_reason_temporary_congestion
* @constant
* @type {number}
*/
export const temporary_congestion = Provider_reason_temporary_congestion; /* SHORT_NAMED_INTEGER_VALUE */
/**
* @summary Provider_reason_local_limit_exceeded
* @constant
* @type {number}
*/
export const Provider_reason_local_limit_exceeded = 2; /* LONG_NAMED_INTEGER_VALUE */
/**
* @summary Provider_reason_local_limit_exceeded
* @constant
* @type {number}
*/
export const local_limit_exceeded = Provider_reason_local_limit_exceeded; /* SHORT_NAMED_INTEGER_VALUE */
/**
* @summary Provider_reason_called_presentation_address_unknown
* @constant
* @type {number}
*/
export const Provider_reason_called_presentation_address_unknown = 3; /* LONG_NAMED_INTEGER_VALUE */
/**
* @summary Provider_reason_called_presentation_address_unknown
* @constant
* @type {number}
*/
export const called_presentation_address_unknown = Provider_reason_called_presentation_address_unknown; /* SHORT_NAMED_INTEGER_VALUE */
/**
* @summary Provider_reason_protocol_version_not_supported
* @constant
* @type {number}
*/
export const Provider_reason_protocol_version_not_supported = 4; /* LONG_NAMED_INTEGER_VALUE */
/**
* @summary Provider_reason_protocol_version_not_supported
* @constant
* @type {number}
*/
export const protocol_version_not_supported = Provider_reason_protocol_version_not_supported; /* SHORT_NAMED_INTEGER_VALUE */
/**
* @summary Provider_reason_default_context_not_supported
* @constant
* @type {number}
*/
export const Provider_reason_default_context_not_supported = 5; /* LONG_NAMED_INTEGER_VALUE */
/**
* @summary Provider_reason_default_context_not_supported
* @constant
* @type {number}
*/
export const default_context_not_supported = Provider_reason_default_context_not_supported; /* SHORT_NAMED_INTEGER_VALUE */
/**
* @summary Provider_reason_user_data_not_readable
* @constant
* @type {number}
*/
export const Provider_reason_user_data_not_readable = 6; /* LONG_NAMED_INTEGER_VALUE */
/**
* @summary Provider_reason_user_data_not_readable
* @constant
* @type {number}
*/
export const user_data_not_readable = Provider_reason_user_data_not_readable; /* SHORT_NAMED_INTEGER_VALUE */
/**
* @summary Provider_reason_no_PSAP_available
* @constant
* @type {number}
*/
export const Provider_reason_no_PSAP_available = 7; /* LONG_NAMED_INTEGER_VALUE */
/**
* @summary Provider_reason_no_PSAP_available
* @constant
* @type {number}
*/
export const no_PSAP_available = Provider_reason_no_PSAP_available; /* SHORT_NAMED_INTEGER_VALUE */
export const _decode_Provider_reason = $._decodeInteger;
export const _encode_Provider_reason = $._encodeInteger;
/* eslint-enable */