From 18bd1239bee04427340a44f57f993ea92c264e41 Mon Sep 17 00:00:00 2001 From: Kenneth Lundin Date: Fri, 19 Feb 2010 14:01:57 +0000 Subject: OTP-8463 Support for EXTENSIBILITY IMPLIED and SET/SEQ OF NamedType is added. --- lib/asn1/test/asn1_SUITE_data/Mvrasn-20-4.asn | 54 +++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 lib/asn1/test/asn1_SUITE_data/Mvrasn-20-4.asn (limited to 'lib/asn1/test/asn1_SUITE_data/Mvrasn-20-4.asn') diff --git a/lib/asn1/test/asn1_SUITE_data/Mvrasn-20-4.asn b/lib/asn1/test/asn1_SUITE_data/Mvrasn-20-4.asn new file mode 100644 index 0000000000..8b74c07b5a --- /dev/null +++ b/lib/asn1/test/asn1_SUITE_data/Mvrasn-20-4.asn @@ -0,0 +1,54 @@ +-- module(Mvrasn-20-4). +-- vsn('%CCaseRev: %'). +-- date('%CCaseDate: %'). +-- author('eedkbu'). +-- ============================================================================= + +-- ============================================================================= +-- +-- Title : "Bearer Service Codes". +-- +-- ASN.1 module: "MAP-BS-Code". +-- +-- ============================================================================= + +-- ============================================================== +-- #1. REVISION LOG +-- ============================================================== +-- Rev Date Name What +-- .... ....... ....... ........................................ +-- PA1 981014 eedkbu First draft, based on GSM 09.02 v. 6.1.0. +-- .............................................................. + +Mvrasn-20-4 + +DEFINITIONS + +::= + +BEGIN + +Ext-BearerServiceCode ::= OCTET STRING (SIZE (1..5)) + -- This type is used to represent the code identifying a single + -- bearer service, a group of bearer services, or all bearer + -- services. The services are defined in TS GSM 02.02. + -- The internal structure is defined as follows: + -- + -- OCTET 1: + -- plmn-specific bearer services: + -- bits 87654321: defined by the HPLMN operator + -- + -- rest of bearer services: + -- bit 8: 0 (unused) + -- bits 7654321: group (bits 7654), and rate, if applicable + -- (bits 321) + + -- 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-BearerServiceCode includes all values defined for BearerServiceCode. + +END -- cgit v1.2.3