Update to V9.0.0 (2009-12)
[obnox/wireshark/wip.git] / asn1 / gsm_map / MAP-OperationAndMaintenanceOperations.asn
1 -- $Id$
2 -- 3GPP TS 29.002 V9.0.0 (2009-12) 
3 --17.6.2        Operation and Maintenance Operations
4 MAP-OperationAndMaintenanceOperations {
5    itu-t identified-organization (4) etsi (0) mobileDomain (0)
6    gsm-Network (1) modules (3) map-OperationAndMaintenanceOperations (6)
7    version11 (11)}
8
9 DEFINITIONS
10
11 ::=
12
13 BEGIN
14
15 EXPORTS
16         activateTraceMode,
17         deactivateTraceMode,
18         sendIMSI
19 ;
20
21 IMPORTS
22         OPERATION
23 FROM Remote-Operations-Information-Objects {
24 joint-iso-itu-t remote-operations(4)
25   informationObjects(5) version1(0)}
26
27         systemFailure,
28         dataMissing,
29         unexpectedDataValue,
30         facilityNotSupported,
31         unknownSubscriber,
32         unidentifiedSubscriber,
33         tracingBufferFull
34 FROM MAP-Errors {
35    itu-t identified-organization (4) etsi (0) mobileDomain (0)
36    gsm-Network (1) modules (3) map-Errors (10) version11 (11)}
37
38         ActivateTraceModeArg,
39         ActivateTraceModeRes,
40         DeactivateTraceModeArg,
41         DeactivateTraceModeRes
42 FROM MAP-OM-DataTypes {
43    itu-t identified-organization (4) etsi (0) mobileDomain (0)
44    gsm-Network (1) modules (3) map-OM-DataTypes (12) version11 (11)}
45
46         ISDN-AddressString,
47         IMSI
48 FROM MAP-CommonDataTypes {
49    itu-t identified-organization (4) etsi (0) mobileDomain (0)
50    gsm-Network (1) modules (3) map-CommonDataTypes (18) version11 (11)}
51 ;
52
53
54 activateTraceMode  OPERATION ::= {                              --Timer m
55         ARGUMENT
56                 ActivateTraceModeArg
57         RESULT
58                 ActivateTraceModeRes
59                 -- optional
60         ERRORS {
61                 systemFailure |
62                 dataMissing |
63                 unexpectedDataValue |
64                 facilityNotSupported |
65                 unidentifiedSubscriber |
66                 tracingBufferFull}
67         CODE    local:50 }
68
69 deactivateTraceMode  OPERATION ::= {                            --Timer m
70         ARGUMENT
71                 DeactivateTraceModeArg
72         RESULT
73                 DeactivateTraceModeRes
74                 -- optional
75         ERRORS {
76                 systemFailure |
77                 dataMissing |
78                 unexpectedDataValue |
79                 facilityNotSupported |
80                 unidentifiedSubscriber}
81         CODE    local:51 }
82
83 sendIMSI  OPERATION ::= {                               --Timer m
84         ARGUMENT
85                 ISDN-AddressString
86         RESULT
87                 IMSI
88         ERRORS {
89                 dataMissing |
90                 unexpectedDataValue |
91                 unknownSubscriber}
92         CODE    local:58 }
93
94 END