summaryrefslogtreecommitdiffstats
path: root/output/3.10.0/MAP-Constants.asn
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-04-12 16:49:35 +0200
committerHarald Welte <laforge@gnumonks.org>2011-04-12 16:49:35 +0200
commit85f384dd92194330bf44c1ef073e61c00c7803dc (patch)
tree31cd78b99d19ca38e8e555ced9073e43dc9f4582 /output/3.10.0/MAP-Constants.asn
parent06accfbbf4dcb9f70cd9ef346004f7a567f7ae5c (diff)
Add MAPv1 from TS 09.02 3.10.0 converted to work with modern ASN.1
The conversions that have been made include * port from OPERATION MACRO to OPERATION Class * port from old TCAP to modern-day TCAP * various spelling fixes This ASN.1 source can successfully validate using the Erlang/OTP asn1ct
Diffstat (limited to 'output/3.10.0/MAP-Constants.asn')
-rw-r--r--output/3.10.0/MAP-Constants.asn50
1 files changed, 50 insertions, 0 deletions
diff --git a/output/3.10.0/MAP-Constants.asn b/output/3.10.0/MAP-Constants.asn
new file mode 100644
index 0000000..b9dd011
--- /dev/null
+++ b/output/3.10.0/MAP-Constants.asn
@@ -0,0 +1,50 @@
+MAP-Constants DEFINITIONS ::=
+
+BEGIN
+
+EXPORTS
+ maxSignalInfoLength,
+ maxNumberOfTeleServices,
+ maxNumberOfBearerServices,
+ maxNumberOfSupplServices,
+
+ maxNumberOfCUG,
+ maxNumberOfBasicServices,
+ maxNumberOfForwardingFeatures,
+ maxNumberOfCallBarringFeatures,
+ maxNumberOfHlrId,
+ maxPacketDataVolume,
+ maxNumberOfChargingUnit,
+ maxCallDuration,
+ maxAddressLength,
+ maxNumberOfSentParameters;
+
+-- value assignment
+
+maxSignalInfoLength INTEGER ::= 200
+-- this NamedValue represent the theoretical maximum number
+-- of octets which available to carry a single data type, without
+-- requiring segmentation to cope with the network layer service.
+-- may be lower, especially when other information elements have
+-- to be included in the same component
+
+
+-- value assignment continuation
+
+maxNumberOfTeleServices INTEGER ::= 20
+maxNumberOfBearerServices INTEGER ::= 50
+maxNumberOfSupplServices INTEGER ::= 30
+maxNumberOfCUG INTEGER ::= 10
+maxNumberOfBasicServices INTEGER ::= 70
+maxNumberOfForwardingFeatures INTEGER ::= 13
+maxNumberOfCallBarringFeatures INTEGER ::= 13
+maxNumberOfHlrId INTEGER ::= 50
+maxPacketDataVolume INTEGER ::= 100
+maxNumberOfChargingUnit INTEGER ::= 16777215
+maxCallDuration INTEGER ::= 16777215
+maxAddressLength INTEGER ::= 20
+
+maxNumberOfSentParameters INTEGER ::= 10
+-- this named value should correspond to the maximum of
+-- set which may be returned by a HLR plus 1.
+END