~ubuntu-branches/ubuntu/trusty/erlang/trusty

« back to all changes in this revision

Viewing changes to lib/asn1/test/asn1_SUITE_data/Mvrasn-Constants-1.asn

  • Committer: Bazaar Package Importer
  • Author(s): Clint Byrum
  • Date: 2011-05-05 15:48:43 UTC
  • mfrom: (3.5.13 sid)
  • Revision ID: james.westby@ubuntu.com-20110505154843-0om6ekzg6m7ugj27
Tags: 1:14.b.2-dfsg-3ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Drop libwxgtk2.8-dev build dependency. Wx isn't in main, and not
    supposed to.
  - Drop erlang-wx binary.
  - Drop erlang-wx dependency from -megaco, -common-test, and -reltool, they
    do not really need wx. Also drop it from -debugger; the GUI needs wx,
    but it apparently has CLI bits as well, and is also needed by -megaco,
    so let's keep the package for now.
  - debian/patches/series: Do what I meant, and enable build-options.patch
    instead.
* Additional changes:
  - Drop erlang-wx from -et
* Dropped Changes:
  - patches/pcre-crash.patch: CVE-2008-2371: outer level option with
    alternatives caused crash. (Applied Upstream)
  - fix for ssl certificate verification in newSSL: 
    ssl_cacertfile_fix.patch (Applied Upstream)
  - debian/patches/series: Enable native.patch again, to get stripped beam
    files and reduce the package size again. (build-options is what
    actually accomplished this)
  - Remove build-options.patch on advice from upstream and because it caused
    odd build failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
-- module(Mvrasn-Constants-1).
 
2
-- vsn('%CCaseRev: %').
 
3
-- date('%CCaseDate: %').
 
4
-- author('eedkbu').    
 
5
-- =============================================================================
 
6
 
 
7
-- =============================================================================
 
8
--
 
9
-- Title       : "MAP Constants".
 
10
--
 
11
-- ASN.1 module: "MAP-Constants"
 
12
-- 
 
13
-- =============================================================================
 
14
 
 
15
-- =============================================================================
 
16
--
 
17
-- NOTE:
 
18
--
 
19
-- In GSM 09.02 v. 6.1.0 all ASN.1 modules have 'Object Identifier' included 
 
20
-- to indicate these modules uniquely. To have a same kind of definite naming
 
21
-- convention, parts of the these 'Object Identifier' have been included in 
 
22
-- the file names that store the respective ASN.1 modules.
 
23
-- 
 
24
-- Therefore, the file name "Mvrasn-20-4.asn" indicates moduls '20' in
 
25
-- version '4' (PHASE 3).
 
26
--
 
27
-- As there is no such 'Object Identifier' in GSM 09.02 v. 3.11.0,
 
28
-- the names for the ASN.1 files of the ASN.1 modules from
 
29
-- this standard version are selected by the author. They are chosen the way 
 
30
-- that they are indicating the relation to those modules 
 
31
-- from GSM 09.02 v. 3.11.0
 
32
--
 
33
-- =============================================================================
 
34
 
 
35
-- ==============================================================
 
36
-- #1.    REVISION LOG
 
37
-- ==============================================================
 
38
-- Rev   Date    Name     What
 
39
-- .... ....... .......  ........................................
 
40
-- PA1  981015   eedkbu  First draft. Based on GSM 09.02 v. 3.11.0)
 
41
-- ..............................................................
 
42
 
 
43
 
 
44
Mvrasn-Constants-1
 
45
 
 
46
DEFINITIONS
 
47
 
 
48
::=
 
49
 
 
50
BEGIN
 
51
 
 
52
EXPORTS
 
53
 
 
54
maxNumberOfTeleServices,
 
55
maxNumberOfBearerServices,
 
56
maxNumberOfSupplServices,
 
57
 
 
58
maxNumberOfCUG,
 
59
maxNumberOfForwardingFeatures,
 
60
maxNumberOfCallBarringFeatures,
 
61
maxNumberOfHlrId,
 
62
maxAddressLength,
 
63
maxNumberOfSentParameters
 
64
 
 
65
;
 
66
 
 
67
-- value assignment
 
68
 
 
69
maxNumberOfTeleServices      INTEGER ::= 20
 
70
maxNumberOfBearerServices    INTEGER ::= 50
 
71
maxNumberOfSupplServices     INTEGER ::= 30
 
72
 
 
73
maxNumberOfCUG               INTEGER ::= 10
 
74
maxNumberOfForwardingFeatures  INTEGER ::= 13
 
75
maxNumberOfCallBarringFeatures  INTEGER ::= 13
 
76
maxNumberOfHlrId             INTEGER ::= 50
 
77
maxAddressLength             INTEGER ::= 20
 
78
 
 
79
 
 
80
maxNumberOfSentParameters       INTEGER ::=  10
 
81
-- this named value should correspond to the maximum of
 
82
-- the maxNumberOfCUG and the maximum number of authentication
 
83
-- set which may be returned by a HLR plus 1.
 
84
 
 
85
END