aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/isdn-sup/Basic-Service-Elements.asn
blob: 7f11a6cba0d9be4cf1d7d2167f74a104f29d486a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
--
-- EN 300 196-1 Ver. 1.3.2
--
Basic-Service-Elements {itu-t identified-organization etsi(0) 196 basic-service-elements(8)}

DEFINITIONS EXPLICIT TAGS ::=

BEGIN

EXPORTS                 BasicService;

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 Basic-Service-Elements