Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / asn1 / gsm_map / MAP-ShortMessageServiceOperations.asn
blobf07ee7e842760cd3cbd39eb23755ff10211c4a7e
1 -- 3GPP TS 29.002 V18.0.0 (2023-09)
2 -- 17.6.5       Short message service operations
4 MAP-ShortMessageServiceOperations {
5    itu-t identified-organization (4) etsi (0) mobileDomain (0)
6    gsm-Network (1) modules (3) map-ShortMessageServiceOperations (9)
7    version21 (21)}
9 DEFINITIONS
11 ::=
13 BEGIN
15 EXPORTS
16         sendRoutingInfoForSM,
17         mo-ForwardSM,
18         mt-ForwardSM,
19         reportSM-DeliveryStatus,
20         alertServiceCentre,
21         informServiceCentre,
22         readyForSM,
23         mt-ForwardSM-VGCS
26 IMPORTS
27         OPERATION
28 FROM Remote-Operations-Information-Objects {
29 joint-iso-itu-t remote-operations(4)
30   informationObjects(5) version1(0)}
32         systemFailure,
33         dataMissing,
34         unexpectedDataValue,
35         facilityNotSupported,
36         unknownSubscriber,
37         unidentifiedSubscriber,
38         illegalSubscriber,
39         illegalEquipment,
40         teleserviceNotProvisioned,
41         callBarred,
42         subscriberBusyForMT-SMS,
43         sm-DeliveryFailure,
44         messageWaitingListFull,
45         absentSubscriberSM
46 FROM MAP-Errors {
47    itu-t identified-organization (4) etsi (0) mobileDomain (0)
48    gsm-Network (1) modules (3) map-Errors (10) version21 (21)}
50         RoutingInfoForSM-Arg,
51         RoutingInfoForSM-Res,
52         MO-ForwardSM-Arg,
53         MO-ForwardSM-Res,
54         MT-ForwardSM-Arg,
55         MT-ForwardSM-Res,
56         ReportSM-DeliveryStatusArg,
57         ReportSM-DeliveryStatusRes,
58         AlertServiceCentreArg,
59         InformServiceCentreArg,
60         ReadyForSM-Arg,
61         ReadyForSM-Res,
62         MT-ForwardSM-VGCS-Arg,
63         MT-ForwardSM-VGCS-Res
64 FROM MAP-SM-DataTypes {
65    itu-t identified-organization (4) etsi (0) mobileDomain (0)
66    gsm-Network (1) modules (3) map-SM-DataTypes (16) version21 (21)}
70 sendRoutingInfoForSM  OPERATION ::= {   --Timer m
71         ARGUMENT
72         RoutingInfoForSM-Arg
73         RESULT
74         RoutingInfoForSM-Res
75         ERRORS {
76         systemFailure |
77         dataMissing |
78         unexpectedDataValue |
79         facilityNotSupported |
80         unknownSubscriber |
81         teleserviceNotProvisioned |
82         callBarred |
83         absentSubscriberSM}
84         CODE    local:45 }
86 mo-ForwardSM  OPERATION ::= {   --Timer ml
87         ARGUMENT
88         MO-ForwardSM-Arg
89         RESULT
90         MO-ForwardSM-Res
91         -- optional
92         ERRORS {
93         systemFailure |
94         unexpectedDataValue |
95         facilityNotSupported |
96         sm-DeliveryFailure}
97         CODE    local:46 }
99 mt-ForwardSM  OPERATION ::= {   --Timer ml
100         -- the timer value may be subject to negotiation between GMSC and IP-SM-GW
101         ARGUMENT
102         MT-ForwardSM-Arg
103         RESULT
104         MT-ForwardSM-Res
105         -- optional
106         ERRORS {
107         systemFailure |
108         dataMissing |
109         unexpectedDataValue |
110         facilityNotSupported |
111         unidentifiedSubscriber |
112         illegalSubscriber |
113         illegalEquipment |
114         subscriberBusyForMT-SMS |
115         sm-DeliveryFailure |
116         absentSubscriberSM}
117         CODE    local:44 }
119 reportSM-DeliveryStatus  OPERATION ::= {        --Timer s
120         ARGUMENT
121         ReportSM-DeliveryStatusArg
122         RESULT
123         ReportSM-DeliveryStatusRes
124         -- optional
125         ERRORS {
126         dataMissing |
127         unexpectedDataValue |
128         unknownSubscriber |
129         messageWaitingListFull}
130         CODE    local:47 }
132 alertServiceCentre  OPERATION ::= {     --Timer s
133         ARGUMENT
134         AlertServiceCentreArg
135         RETURN RESULT TRUE
136         ERRORS {
137         systemFailure |
138         dataMissing |
139         unexpectedDataValue}
140         CODE    local:64 }
142 informServiceCentre  OPERATION ::= {    --Timer s
143         ARGUMENT
144         InformServiceCentreArg
145         CODE    local:63 }
147 readyForSM  OPERATION ::= {     --Timer m
148         ARGUMENT
149         ReadyForSM-Arg
150         RESULT
151         ReadyForSM-Res
152         -- optional
153         ERRORS {
154         dataMissing |
155         unexpectedDataValue |
156         facilityNotSupported |
157         unknownSubscriber}
158         CODE    local:66 }
160 mt-ForwardSM-VGCS  OPERATION ::= {      --Timer ml
161         ARGUMENT
162         MT-ForwardSM-VGCS-Arg
163         RESULT
164         MT-ForwardSM-VGCS-Res
165         -- optional
166         ERRORS {
167         systemFailure |
168         unexpectedDataValue }
169         CODE    local:21 }