Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / asn1 / gsm_map / MobileDomainDefinitions.asn
blobce1947eb7fcada484b010174efafef9b34ee372c
1 -- ETSI ETR 091 ed.1 http://www.etsi.org
3 MobileDomainDefinitions {ccitt (0) identified-organization (4) etsi (0)
4 mobileDomain (0) mobileDomainDefinitions (0) version1 (1)}
6 DEFINITIONS ::=
7 BEGIN
9 -- Mobile DomainId
11 mobileDomainId OBJECT IDENTIFIER ::= {ccitt (0) identified-organization (4) etsi (0) mobileDomain (0)}
13 -- Mobile Subdomains
15 gsm-NetworkId OBJECT IDENTIFIER ::= {mobileDomainId gsm-Network (1)}
16 gsm-AccessId OBJECT IDENTIFIER ::= {mobileDomainId gsm-Access (2)}
17 gsm-OperationAndMaintenanceId OBJECT IDENTIFIER ::= {mobileDomainId gsm-Operation-Maintenance (3)}
18 gsm-MessagingId OBJECT IDENTIFIER ::= {mobileDomainId gsm-Messaging (4)}
20 -- Common Component Ids for structuring Mobile Subdomains
22 CommonComponentId ::= INTEGER (0..9)
24 ac-Id CommonComponentId ::= 0
25 as-Id CommonComponentId ::= 1
26 ase-Id CommonComponentId ::= 2
27 moduleId CommonComponentId ::= 3
28 er-Id CommonComponentId ::= 4
30 END -- MobileDomainDefinitions