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-19-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-19-4.asn')
-rw-r--r-- | lib/asn1/test/asn1_SUITE_data/Mvrasn-19-4.asn | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/lib/asn1/test/asn1_SUITE_data/Mvrasn-19-4.asn b/lib/asn1/test/asn1_SUITE_data/Mvrasn-19-4.asn new file mode 100644 index 0000000000..3cb60d7131 --- /dev/null +++ b/lib/asn1/test/asn1_SUITE_data/Mvrasn-19-4.asn @@ -0,0 +1,53 @@ +-- module(Mvrasn-19-4). +-- vsn('%CCaseRev: %'). +-- date('%CCaseDate: %'). +-- author('eedkbu'). +-- ============================================================================= + +-- ============================================================================= +-- +-- Title : "Teleservice Codes". +-- +-- ASN.1 module: "MAP-TS-Code". +-- +-- ============================================================================= + +-- ============================================================== +-- #1. REVISION LOG +-- ============================================================== +-- Rev Date Name What +-- .... ....... ....... ........................................ +-- PA1 981014 eedkbu First draft, based on GSM 09.02 v. 6.1.0. +-- .............................................................. + +Mvrasn-19-4 + +DEFINITIONS + +::= + +BEGIN + +Ext-TeleserviceCode ::= OCTET STRING (SIZE (1..5)) + -- This type is used to represent the code identifying a single + -- teleservice, a group of teleservices, or all teleservices. The + -- services are defined in TS GSM 02.03. + -- The internal structure is defined as follows: + + -- OCTET 1: + -- bits 87654321: group (bits 8765) and specific service + -- (bits 4321) + + -- OCTETS 2-5: reserved for future use. If received the + -- Ext-TeleserviceCode shall be + -- treated according to the exception handling defined for the + -- operation that uses this type. + + -- Ext-TeleserviceCode includes all values defined for TeleserviceCode. + + +allShortMessageServices Ext-TeleserviceCode ::= '00100000'B +shortMessageMT-PP Ext-TeleserviceCode ::= '00100001'B +shortMessageMO-PP Ext-TeleserviceCode ::= '00100010'B + +END |