blob: a32c7f21f49836486db4365bd5bd63777efc95fa [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_Set_Operations_and_Errors.asn
// Description: Functional protocol for ISDN
//
// References: ETSI EN 301 002-1
// Integrated Services Digital Network (ISDN);
// Generic functional protocol for the support
// of supplementary services;
// Rev: R3C
// Prodnr: CNL 113 435
// Updated: 2012.04.19.
// Contact: http://ttcn.ericsson.se
*/
Revised-Set-Operations-and-Errors {itu-t identified-organization etsi(0) 1002 operations-and-errors(1)}
DEFINITIONS EXPLICIT TAGS ::=
BEGIN
EXPORTS
Pin,
invalidPin,
userControlBlocked,
changeOfPinRequired;
IMPORTS
OPERATION,
ERROR
FROM Remote-Operations-Information-Objects
{joint-iso-itu-t remote-operations (4) notation (0)}
PartyNumber
FROM Revised-Addressing-Data-Elements
{itu-t identified-organization etsi (0) 196 addressing-data-elements (6)}
invalidServedUserNr
FROM Revised-General-Errors
{itu-t identified-organization etsi (0) 196 general-errors (2)};
Pin ::= NumericString (SIZE(4..12))
-- Pin ::= IA5String (SIZE(4..12)) (FROM ("0"!"1"!"2"!"3"!"4"
-- !"5"!"6"!"7"!"8"!"9"
-- !"A"!"B"!"C"!"D"!"E"!"F"
-- !"G"!"H"!"I"!"J"!"K"
-- !"L"!"M"!"N"!"O"!"P"
-- !"Q"!"R"!"S"!"T"!"U"
-- !"V"!"W"!"X"!"Y"!"Z"
-- !"a"!"b"!"c"!"d"!"e"!"f"
-- !"g"!"h"!"i"!"j"!"k"
-- !"l"!"m"!"n"!"o"!"p"
-- !"q"!"r"!"s"!"t"!"u"
-- !"v"!"w"!"x"!"y"!"z"))
sETOID OBJECT IDENTIFIER ::= {itu-t identified-organization etsi(0)
1002 operations-and-errors(1)}
invalidPin ERROR ::= {CODE global:{sETOID 10}}
userControlBlocked ERROR ::= {CODE global:{sETOID 13}}
changeOfPinRequired ERROR ::= {CODE global:{sETOID 14}}
END --of Set-Operations-and-Errors