blob: 346764ef3925c2a708256c2456d68103accb28de [file] [log] [blame]
/*
///////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2000-2018 Ericsson Telecom AB
//
// All rights reserved. This program and the accompanying materials
// are made available under the terms of the Eclipse Public License v2.0
// which accompanies this distribution, and is available at
// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
///////////////////////////////////////////////////////////////////////////////
//
// File: Revised_General_Errors.asn
// Description: Functional protocol for ISDN
//
// References: ETSI EN 300 196-1 V1.3.2 (2001-06)
// Integrated Services Digital Network (ISDN);
// Generic functional protocol for the support
// of supplementary services;
// Rev: R3C
// Prodnr: CNL 113 435
// Updated: 2006.01.10.
// Contact: http://ttcn.ericsson.se
*/
Revised-General-Errors {itu-t identified-organization etsi(0) 196 revised-general-errors(10)}
DEFINITIONS EXPLICIT TAGS ::=
BEGIN
EXPORTS notSubscribed, notAvailable, notImplemented, invalidServedUserNr, invalidCallState, basicServiceNotProvided, notIncomingCall, supplementaryServiceInteractionNotAllowed, resourceUnavailable;
IMPORTS ERROR
FROM Remote-Operations-Information-Objects {joint-iso-itu-t remote-operations(4) informationObjects(5) version1(0)};
notSubscribed ERROR ::= {CODE local:0}
-- The requested service or function has not been subscribed for the basic service, and
-- optionally the served user's ISDN number, included in the activation invoke component.
-- Alternatively the basic service may not have been subscribed.
notAvailable ERROR ::= {CODE local:3}
-- The requested supplementary service or function is not available for the basic service,
-- and optionally the served user's ISDN number (e.g. temporary fault).
notImplemented ERROR ::= {CODE local:4}
-- The supplementary service or function requested is not implemented for the basic
-- service, and optionally the served user's ISDN number (e.g. service not provided).
invalidServedUserNr ERROR ::= {CODE local:6}
-- The served user's number provided is not a valid number.
invalidCallState ERROR ::= {CODE local:7}
-- The supplementary service or function cannot be requested in the current basic call state
-- or auxiliary state.
basicServiceNotProvided ERROR ::= {CODE local:8}
-- The served user has not subscribed to the basic service (bearer and/or teleservice) for
-- which the supplementary service or function was requested.
notIncomingCall ERROR ::= {CODE local:9}
-- The supplementary service or function was not requested for an incoming call.
supplementaryServiceInteractionNotAllowed ERROR ::= {CODE local:10}
-- The performance of the requested supplementary service or function is prohibited
-- by another supplementary service or function.
resourceUnavailable ERROR ::= {CODE local:11}
-- The resources required to perform adequately the requested supplementary service or
-- function are not available.
END -- of Revised-General-Errors