~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to lib/asn1/test/asn1_SUITE_data/x420/IPMSExtendedVoiceBodyPartType.asn

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2010-03-09 17:34:57 UTC
  • mfrom: (10.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100309173457-4yd6hlcb2osfhx31
Tags: 1:13.b.4-dfsg-3
Manpages in section 1 are needed even if only arch-dependent packages are
built. So, re-enabled them.

Show diffs side-by-side

added added

removed removed

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