aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/test/asn1_bin_v2_SUITE_data/Mvrasn-21-4.asn
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2010-03-11 09:19:58 +0000
committerErlang/OTP <[email protected]>2010-03-11 09:19:58 +0000
commita3202b05d648732b7d2afe3ad952782e5376a18d (patch)
treea9607987555b3ab1217f38fa06e6ce0d1bd57282 /lib/asn1/test/asn1_bin_v2_SUITE_data/Mvrasn-21-4.asn
parent356c33b6063de632f9c98c66260603e6edbc3ee5 (diff)
downloadotp-a3202b05d648732b7d2afe3ad952782e5376a18d.tar.gz
otp-a3202b05d648732b7d2afe3ad952782e5376a18d.tar.bz2
otp-a3202b05d648732b7d2afe3ad952782e5376a18d.zip
OTP-8516 asn1: clean up test suite
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