blob: 1e72063243bde91a8b2f690584470d38f21f90ec [file] [log] [blame]
Harald Welteb61d0bc2011-03-25 23:56:56 +01001-- $Id: MAP-ShortMessageServiceOperations.asn 34814 2010-11-08 23:15:16Z etxrab $
2-- 3GPP TS 29.002 V9.3.0 (2010-09)
3-- 17.6.5 Short message service operations
Harald Welte7a23af32011-02-07 21:24:26 +01004
5MAP-ShortMessageServiceOperations {
6 itu-t identified-organization (4) etsi (0) mobileDomain (0)
7 gsm-Network (1) modules (3) map-ShortMessageServiceOperations (9)
Harald Welteb61d0bc2011-03-25 23:56:56 +01008 version12 (12)}
Harald Welte7a23af32011-02-07 21:24:26 +01009
10DEFINITIONS
11
12::=
13
14BEGIN
15
16EXPORTS
17 sendRoutingInfoForSM,
18 mo-ForwardSM,
19 mt-ForwardSM,
20 reportSM-DeliveryStatus,
21 alertServiceCentre,
22 informServiceCentre,
Harald Welteb61d0bc2011-03-25 23:56:56 +010023 readyForSM,
24 mt-ForwardSM-VGCS
Harald Welte7a23af32011-02-07 21:24:26 +010025;
26
27IMPORTS
28 OPERATION
29FROM Remote-Operations-Information-Objects {
30joint-iso-itu-t remote-operations(4)
31 informationObjects(5) version1(0)}
32
33 systemFailure,
34 dataMissing,
35 unexpectedDataValue,
36 facilityNotSupported,
37 unknownSubscriber,
38 unidentifiedSubscriber,
39 illegalSubscriber,
40 illegalEquipment,
41 teleserviceNotProvisioned,
42 callBarred,
43 subscriberBusyForMT-SMS,
44 sm-DeliveryFailure,
45 messageWaitingListFull,
46 absentSubscriberSM
47FROM MAP-Errors {
48 itu-t identified-organization (4) etsi (0) mobileDomain (0)
Harald Welteb61d0bc2011-03-25 23:56:56 +010049 gsm-Network (1) modules (3) map-Errors (10) version12 (12)}
Harald Welte7a23af32011-02-07 21:24:26 +010050
51 RoutingInfoForSM-Arg,
52 RoutingInfoForSM-Res,
53 MO-ForwardSM-Arg,
54 MO-ForwardSM-Res,
55 MT-ForwardSM-Arg,
56 MT-ForwardSM-Res,
57 ReportSM-DeliveryStatusArg,
58 ReportSM-DeliveryStatusRes,
59 AlertServiceCentreArg,
60 InformServiceCentreArg,
61 ReadyForSM-Arg,
Harald Welteb61d0bc2011-03-25 23:56:56 +010062 ReadyForSM-Res,
63 MT-ForwardSM-VGCS-Arg,
64 MT-ForwardSM-VGCS-Res
Harald Welte7a23af32011-02-07 21:24:26 +010065FROM MAP-SM-DataTypes {
66 itu-t identified-organization (4) etsi (0) mobileDomain (0)
Harald Welteb61d0bc2011-03-25 23:56:56 +010067 gsm-Network (1) modules (3) map-SM-DataTypes (16) version12 (12)}
Harald Welte7a23af32011-02-07 21:24:26 +010068
69;
70
71sendRoutingInfoForSM OPERATION ::= { --Timer m
72 ARGUMENT
73 RoutingInfoForSM-Arg
74 RESULT
75 RoutingInfoForSM-Res
76 ERRORS {
77 systemFailure |
78 dataMissing |
79 unexpectedDataValue |
80 facilityNotSupported |
81 unknownSubscriber |
82 teleserviceNotProvisioned |
83 callBarred |
84 absentSubscriberSM}
85 CODE local:45 }
86
87mo-ForwardSM OPERATION ::= { --Timer ml
88 ARGUMENT
89 MO-ForwardSM-Arg
90 RESULT
91 MO-ForwardSM-Res
92 -- optional
93 ERRORS {
94 systemFailure |
95 unexpectedDataValue |
96 facilityNotSupported |
97 sm-DeliveryFailure}
98 CODE local:46 }
99
100mt-ForwardSM OPERATION ::= { --Timer ml
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 }
118
119reportSM-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 }
131
Harald Welte6a49a2d2011-03-26 16:40:24 +0100132--- Imported from GSM TS 09.02 Version 4.19.1 (December 2000) [HW]
133noteSubscriberPresent OPERATION ::= {
134 ARGUMENT
135 NoteSubscriberPresentArg
136 CODE local:48 }
137
138alertServiceCentreWithoutResult OPERATION ::= {
139 ARGUMENT
140 AlertServiceCentreArg
141 CODE local: 49 }
142--- End of import [HW]
143
Harald Welte7a23af32011-02-07 21:24:26 +0100144alertServiceCentre OPERATION ::= { --Timer s
145 ARGUMENT
146 AlertServiceCentreArg
147 RETURN RESULT TRUE
148 ERRORS {
149 systemFailure |
150 dataMissing |
151 unexpectedDataValue}
152 CODE local:64 }
153
154informServiceCentre OPERATION ::= { --Timer s
155 ARGUMENT
156 InformServiceCentreArg
157 CODE local:63 }
158
159readyForSM OPERATION ::= { --Timer m
160 ARGUMENT
161 ReadyForSM-Arg
162 RESULT
163 ReadyForSM-Res
164 -- optional
165 ERRORS {
166 dataMissing |
167 unexpectedDataValue |
168 facilityNotSupported |
169 unknownSubscriber}
170 CODE local:66 }
171
Harald Welteb61d0bc2011-03-25 23:56:56 +0100172mt-ForwardSM-VGCS OPERATION ::= { --Timer ml
173 ARGUMENT
174 MT-ForwardSM-VGCS-Arg
175 RESULT
176 MT-ForwardSM-VGCS-Res
177 -- optional
178 ERRORS {
179 systemFailure |
180 unexpectedDataValue }
181 CODE local:21 }
182
183
Harald Welte7a23af32011-02-07 21:24:26 +0100184END