| /* |
| /////////////////////////////////////////////////////////////////////////////// |
| // |
| // Copyright (c) 2000-2019 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_Basic_Service_Elements.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-Basic-Service-Elements {itu-t identified-organization etsi(0) 196 revised-basic-service-elements(16)} |
| |
| DEFINITIONS EXPLICIT TAGS ::= |
| |
| BEGIN |
| |
| EXPORTS BasicService; |
| |
| IMPORTS; |
| |
| BasicService ::= ENUMERATED { |
| allServices (0), |
| speech (1), |
| unrestrictedDigitalInformation (2), |
| audio3k1Hz (3), |
| unrestrictedDigitalInformationWithTonesAndAnnouncements (4), |
| multirate(5), |
| telephony3k1Hz (32), |
| teletex (33), |
| telefaxGroup4Class1 (34), |
| videotexSyntaxBased (35), |
| videotelephony (36), |
| telefaxGroup2-3 (37), |
| telephony7kHz (38), |
| euroFileTransfer (39), |
| fileTransferAndAccessManagement (40), |
| videoconference (41), |
| audioGraphicConference (42) |
| } |
| |
| END -- of Revised-Basic-Service-Elements |