1-- module(Mvrasn-19-4).
2-- vsn('%CCaseRev: %').
3-- date('%CCaseDate: %').
4-- author('eedkbu').
5-- =============================================================================
6
7-- =============================================================================
8--
9-- Title       : "Teleservice Codes".
10--
11-- ASN.1 module: "MAP-TS-Code".
12--
13-- =============================================================================
14
15-- ==============================================================
16-- #1.    REVISION LOG
17-- ==============================================================
18-- Rev   Date    Name     What
19-- .... ....... .......  ........................................
20-- PA1  981014   eedkbu   First draft, based on GSM 09.02 v. 6.1.0.
21-- ..............................................................
22
23Mvrasn-19-4
24
25DEFINITIONS
26
27::=
28
29BEGIN
30
31Ext-TeleserviceCode ::= OCTET STRING (SIZE (1..5))
32    -- This type is used to represent the code identifying a single
33    -- teleservice, a group of teleservices, or all teleservices. The
34    -- services are defined in TS GSM 02.03.
35    -- The internal structure is defined as follows:
36
37    -- OCTET 1:
38    -- bits 87654321: group (bits 8765) and specific service
39    -- (bits 4321)
40
41    -- OCTETS 2-5: reserved for future use. If received the
42    -- Ext-TeleserviceCode shall be
43    -- treated according to the exception handling defined for the
44    -- operation that uses this type.
45
46    -- Ext-TeleserviceCode includes all values defined for TeleserviceCode.
47
48
49allShortMessageServices Ext-TeleserviceCode ::= '00100000'B
50shortMessageMT-PP   Ext-TeleserviceCode ::= '00100001'B
51shortMessageMO-PP   Ext-TeleserviceCode ::= '00100010'B
52
53END
54