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