[Automatic manuf, services and enterprise-numbers update for 2011-02-20]
[obnox/wireshark/wip.git] / asn1 / x420 / IPMSExtendedVoiceBodyPartType.asn
1 -- $Id$
2 -- http://www.itu.int/ITU-T/asn1/database/itu-t/x/x420/1999/index.html
3 -- Module IPMSExtendedVoiceBodyPartType (X.420:06/1999)
4 IPMSExtendedVoiceBodyPartType {joint-iso-itu-t mhs(6) ipms(1) modules(0)
5   extended-voice-body-part-type(11)} DEFINITIONS IMPLICIT TAGS ::=
6 BEGIN
7
8 -- Prologue
9 -- Exports everything.
10 IMPORTS
11   -- IPMS Information Objects
12   EXTENDED-BODY-PART-TYPE
13     --==
14     FROM IPMSInformationObjects {joint-iso-itu-t mhs(6) ipms(1) modules(0)
15       information-objects(2) version-1999(1)}
16   -- IPMS Object Identifiers
17   id-ep-voice, id-et-voice
18     --==
19     FROM IPMSObjectIdentifiers {joint-iso-itu-t mhs(6) ipms(1) modules(0)
20       object-identifiers(0) version-1999(1)};
21
22 -- Extended Voice body part
23 voice-body-part EXTENDED-BODY-PART-TYPE ::= {
24   PARAMETERS  {VoiceParameters
25                IDENTIFIED BY  id-ep-voice},
26   DATA        {VoiceData
27                IDENTIFIED BY  id-et-voice}
28 }
29
30 VoiceParameters ::= SEQUENCE {
31   voice-message-duration     [0]  INTEGER OPTIONAL, -- In seconds
32   voice-encoding-type        [1]  OBJECT IDENTIFIER,
33   supplementary-information  [2]  IA5String OPTIONAL
34 }
35
36 VoiceData ::= OCTET STRING
37
38 END -- of IPMSExtendedVoiceBodyPartType
39
40 -- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D
41