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

« back to all changes in this revision

Viewing changes to lib/asn1/test/asn1_SUITE_data/Octetstr.py

  • 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
Octetstr DEFINITIONS ::=
 
2
BEGIN
 
3
 
 
4
-- F.2.6.1      
 
5
-- Use an octet string type to model binary data whose format and length are 
 
6
-- unspecified, or specified elsewhere, and whose length in bits is a 
 
7
-- multiple of eight.
 
8
-- EXAMPLE
 
9
 
 
10
G4FacsimileImage ::= OCTET STRING
 
11
--  a sequence of octets conforming to
 
12
--  Recommendations T.5 and T.6
 
13
image G4FacsimileImage ::= '3FE2EBAD471005'H
 
14
 
 
15
END