blob: 0685484c9741abfbdaee28855810bec18ca3011e [file] [log] [blame]
Harald Welteac359802017-04-12 12:13:44 +02001-- *******************************************************************************
2-- * Copyright (c) 2004, 2014 Ericsson AB
3-- * All rights reserved. This program and the accompanying materials
4-- * are made available under the terms of the Eclipse Public License v1.0
5-- * which accompanies this distribution, and is available at
6-- * http://www.eclipse.org/legal/epl-v10.html
7-- *
8-- * Contributors:
9-- * Zoltan Jasz - initial implementation and initial documentation
10-- * Abhishek Gupta
11-- * Attila Balasko
12-- * Endre Kulcsar
13-- * Gabor Bettesch
14-- * Gabor Szalai
15-- * Janos Kovesdi
16-- * Sandor Palugyai
17-- * Tibor Csondes
18-- *******************************************************************************
19--
20-- File: MobileDomainDefinitions.asn
21-- Rev: R9A
22-- Prodnr: CNL 113 368
23-- Reference:
24
25MobileDomainDefinitions {ccitt (0) identified-organization (4) etsi (0)
26 mobileDomain (0) mobileDomainDefinitions (0) version1 (1)}
27
28DEFINITIONS ::=
29BEGIN
30
31IMPORTS ;
32
33-- Mobile DomainId
34
35mobileDomainId OBJECT IDENTIFIER ::= {ccitt (0) identified-organization (4) etsi (0) mobileDomain (0)}
36
37-- Mobile Subdomains
38
39gsm-NetworkId OBJECT IDENTIFIER ::= {mobileDomainId gsm-Network (1)}
40gsm-AccessId OBJECT IDENTIFIER ::= {mobileDomainId gsm-Access (2)}
41gsm-OperationAndMaintenanceId OBJECT IDENTIFIER ::= {mobileDomainId gsm-Operation-Maintenance (3)}
42gsm-MessagingId OBJECT IDENTIFIER ::= {mobileDomainId gsm-Messaging (4)}
43
44-- Common Component Ids for structuring Mobile Subdomains
45
46CommonComponentId ::= INTEGER (0..9)
47
48ac-Id CommonComponentId ::= 0
49as-Id CommonComponentId ::= 1
50ase-Id CommonComponentId ::= 2
51moduleId CommonComponentId ::= 3
52er-Id CommonComponentId ::= 4
53
54END -- MobileDomainDefinitions