UNPKG

@wildboar/copp

Version:

Connection-oriented presentation protocol (COPP) data structures and business logic in TypeScript

89 lines (88 loc) 2.81 kB
import * as $ from '@wildboar/asn1/functional'; /** * @summary Abort_reason_reason_not_specified * @constant * @type {number} */ export const Abort_reason_reason_not_specified = 0; /* LONG_NAMED_INTEGER_VALUE */ /** * @summary Abort_reason_reason_not_specified * @constant * @type {number} */ export const reason_not_specified = Abort_reason_reason_not_specified; /* SHORT_NAMED_INTEGER_VALUE */ /** * @summary Abort_reason_unrecognized_ppdu * @constant * @type {number} */ export const Abort_reason_unrecognized_ppdu = 1; /* LONG_NAMED_INTEGER_VALUE */ /** * @summary Abort_reason_unrecognized_ppdu * @constant * @type {number} */ export const unrecognized_ppdu = Abort_reason_unrecognized_ppdu; /* SHORT_NAMED_INTEGER_VALUE */ /** * @summary Abort_reason_unexpected_ppdu * @constant * @type {number} */ export const Abort_reason_unexpected_ppdu = 2; /* LONG_NAMED_INTEGER_VALUE */ /** * @summary Abort_reason_unexpected_ppdu * @constant * @type {number} */ export const unexpected_ppdu = Abort_reason_unexpected_ppdu; /* SHORT_NAMED_INTEGER_VALUE */ /** * @summary Abort_reason_unexpected_session_service_primitive * @constant * @type {number} */ export const Abort_reason_unexpected_session_service_primitive = 3; /* LONG_NAMED_INTEGER_VALUE */ /** * @summary Abort_reason_unexpected_session_service_primitive * @constant * @type {number} */ export const unexpected_session_service_primitive = Abort_reason_unexpected_session_service_primitive; /* SHORT_NAMED_INTEGER_VALUE */ /** * @summary Abort_reason_unrecognized_ppdu_parameter * @constant * @type {number} */ export const Abort_reason_unrecognized_ppdu_parameter = 4; /* LONG_NAMED_INTEGER_VALUE */ /** * @summary Abort_reason_unrecognized_ppdu_parameter * @constant * @type {number} */ export const unrecognized_ppdu_parameter = Abort_reason_unrecognized_ppdu_parameter; /* SHORT_NAMED_INTEGER_VALUE */ /** * @summary Abort_reason_unexpected_ppdu_parameter * @constant * @type {number} */ export const Abort_reason_unexpected_ppdu_parameter = 5; /* LONG_NAMED_INTEGER_VALUE */ /** * @summary Abort_reason_unexpected_ppdu_parameter * @constant * @type {number} */ export const unexpected_ppdu_parameter = Abort_reason_unexpected_ppdu_parameter; /* SHORT_NAMED_INTEGER_VALUE */ /** * @summary Abort_reason_invalid_ppdu_parameter_value * @constant * @type {number} */ export const Abort_reason_invalid_ppdu_parameter_value = 6; /* LONG_NAMED_INTEGER_VALUE */ /** * @summary Abort_reason_invalid_ppdu_parameter_value * @constant * @type {number} */ export const invalid_ppdu_parameter_value = Abort_reason_invalid_ppdu_parameter_value; /* SHORT_NAMED_INTEGER_VALUE */ export const _decode_Abort_reason = $._decodeInteger; export const _encode_Abort_reason = $._encodeInteger; /* eslint-enable */