diff options
author | Kenneth Lundin <[email protected]> | 2010-02-19 14:01:57 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-02-19 14:01:57 +0000 |
commit | 18bd1239bee04427340a44f57f993ea92c264e41 (patch) | |
tree | dbb3031dcd2e446eb457ff7ac5229949517d7557 /lib/asn1/test/asn1_SUITE_data/Mvrasn-15-4.asn | |
parent | 729565dc3f8bcf8829508136498aef6a542840f4 (diff) | |
download | otp-18bd1239bee04427340a44f57f993ea92c264e41.tar.gz otp-18bd1239bee04427340a44f57f993ea92c264e41.tar.bz2 otp-18bd1239bee04427340a44f57f993ea92c264e41.zip |
OTP-8463 Support for EXTENSIBILITY IMPLIED and SET/SEQ OF NamedType is
added.
Diffstat (limited to 'lib/asn1/test/asn1_SUITE_data/Mvrasn-15-4.asn')
-rw-r--r-- | lib/asn1/test/asn1_SUITE_data/Mvrasn-15-4.asn | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/lib/asn1/test/asn1_SUITE_data/Mvrasn-15-4.asn b/lib/asn1/test/asn1_SUITE_data/Mvrasn-15-4.asn new file mode 100644 index 0000000000..fed9f38d1a --- /dev/null +++ b/lib/asn1/test/asn1_SUITE_data/Mvrasn-15-4.asn @@ -0,0 +1,42 @@ +-- module(Mvrasn-15-4). +-- vsn('%CCaseRev: %'). +-- date('%CCaseDate: %'). +-- author('eedkbu'). +-- ============================================================================= + +-- ============================================================================= +-- +-- Title : "Supplementary service codes". +-- +-- ASN.1 module: "MAP-SS-Code". +-- +-- ============================================================================= + + +-- ============================================================== +-- #1. REVISION LOG +-- ============================================================== +-- Rev Date Name What +-- .... ....... ....... ........................................ +-- PA1 981014 eedkbu First draft, based on GSM 09.02 v. 6.1.0. +-- .............................................................. + +Mvrasn-15-4 + +DEFINITIONS + +::= + +BEGIN + +SS-Code ::= OCTET STRING (SIZE (1)) + -- This type is used to represent the code identifying a single + -- supplementary service, a group of supplementary services, or + -- all supplementary services. The services and abbreviations + -- used are defined in TS GSM 02.04. The internal structure is + -- defined as follows: + -- + -- bits 87654321: group (bits 8765), and specific service + -- (bits 4321) + +END |