aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/test/asn1_bin_v2_SUITE_data/Mvrasn-21-4.asn
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2010-08-27 11:45:30 +0200
committerErlang/OTP <[email protected]>2010-08-27 11:45:30 +0200
commit4a54b4ac3d9324e760c2839d5a224a461fd3f970 (patch)
tree7427fcfde941f50b7f1cf14454dbcd1a1001230d /lib/asn1/test/asn1_bin_v2_SUITE_data/Mvrasn-21-4.asn
parent087b863947f6689ea9d47300b24528015e579dc0 (diff)
parent57f41f6da3945547436e32ef22765add14902d03 (diff)
downloadotp-4a54b4ac3d9324e760c2839d5a224a461fd3f970.tar.gz
otp-4a54b4ac3d9324e760c2839d5a224a461fd3f970.tar.bz2
otp-4a54b4ac3d9324e760c2839d5a224a461fd3f970.zip
Merge branch 'bjorn/asn1/eliminate-duplicate-data-dir' of ../bjorn_otp into HEAD
* 'bjorn/asn1/eliminate-duplicate-data-dir' of ../bjorn_otp: asn1 tests: Remove duplicated SUITE data directories
Diffstat (limited to 'lib/asn1/test/asn1_bin_v2_SUITE_data/Mvrasn-21-4.asn')
-rw-r--r--lib/asn1/test/asn1_bin_v2_SUITE_data/Mvrasn-21-4.asn66
1 files changed, 0 insertions, 66 deletions
diff --git a/lib/asn1/test/asn1_bin_v2_SUITE_data/Mvrasn-21-4.asn b/lib/asn1/test/asn1_bin_v2_SUITE_data/Mvrasn-21-4.asn
deleted file mode 100644
index 44e77a559d..0000000000
--- a/lib/asn1/test/asn1_bin_v2_SUITE_data/Mvrasn-21-4.asn
+++ /dev/null
@@ -1,66 +0,0 @@
--- module(Mvrasn-21-4).
--- vsn('%CCaseRev: %').
--- date('%CCaseDate: %').
--- author('eedkbu').
--- =============================================================================
-
--- =============================================================================
---
--- Title : "Extension data types".
---
--- ASN.1 module: "MAP-ExtensionDataTypes".
---
--- =============================================================================
-
--- ==============================================================
--- #1. REVISION LOG
--- ==============================================================
--- Rev Date Name What
--- .... ....... ....... ........................................
--- PA1 981014 eedkbu First draft including changes due to
--- incompatibilities of the ASN.1-ERLANG
--- compiler from OTP.
--- Based on GSM 09.02 v. 6.1.0.
--- ..............................................................
-
-
--- =============================================================================
---
--- NOTE:
---
--- This module was changed compared to the original in the ETSI
--- standard GSM 09.02 v. 6.1.0. The reason for this change was an
--- incompatibility of the used ASN.1-ERLANG compiler from OTP.
---
--- In GSM 09.02 v. 6.1.0 the data type 'ExtensionContainer' is partly
--- defined by the ASN.1 type 'CLASS', but the ASN.1-ERLANG compiler is
--- not able to handle such a 'CLASS' construct correctly. Therefore, and
--- since the content of a received 'ExtensionContainer' is not of further
--- interest at this stage of the project, the data type 'ExtensionContainer'
--- has been changed here.
---
--- The new definition of 'ExtensionContainer' is simply an ASN.1 'Extension'
--- ('...'). This definition allows to receive any kind of information
--- within the 'ExtensionContainer' without causing a crash of the
--- decoder when handling the respective message.
---
--- =============================================================================
-
-Mvrasn-21-4
-
-DEFINITIONS
-
-IMPLICIT TAGS
-
-::=
-
-BEGIN
-
-EXPORTS
-
- ExtensionContainer;
-
-ExtensionContainer ::= SEQUENCE {
- ...}
-
-END