comparison cdg3/sap/gsmcom.sap @ 16:c15047b3d00d

cdg3: import from freecalypso-citrine/cdg
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 27 Sep 2016 16:27:34 +0000
parents
children
comparison
equal deleted inserted replaced
15:c8bdae60fcb1 16:c15047b3d00d
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- edited with SAPE SAP Editor -->
3 <SAP xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="sap.xsd">
4 <DocInfoSection>
5 <DocName DocType="SAP">gsmcom</DocName>
6 <DocNum Number="100" Project="8443"/>
7 <Description>
8 <Section>This Service Access Point (SAP) makes definitions common to several SAPs.</Section>
9 </Description>
10 <DocHistory>
11 <DocVersion Number="001" Year="02"/>
12 <Date Day="7" Month="2" Year="2002"/>
13 <Author>SBK</Author>
14 <DocStatus State="BEING_PROCESSED"/>
15 <Comment>Initial version.</Comment>
16 </DocHistory>
17 <DocHistory>
18 <DocVersion Number="002" Year="02"/>
19 <Date Day="13" Month="5" Year="2002"/>
20 <Author>SLO</Author>
21 <DocStatus State="BEING_PROCESSED"/>
22 <Comment>RLP as originating entity added</Comment>
23 </DocHistory>
24 <DocHistory>
25 <DocVersion Number="003" Year="02"/>
26 <Date Day="14" Month="5" Year="2002"/>
27 <Author>KJF</Author>
28 <DocStatus State="BEING_PROCESSED"/>
29 <Comment>FAD and T30 as originating entities added</Comment>
30 </DocHistory>
31 <DocHistory>
32 <DocVersion Number="004" Year="02"/>
33 <Date Day="17" Month="7" Year="2002"/>
34 <Author>SBK</Author>
35 <DocStatus State="BEING_PROCESSED"/>
36 <Comment>Switched to 32bit opcode for pseudo primitive. Editorials.</Comment>
37 </DocHistory>
38 <DocHistory>
39 <DocVersion Number="005" Year="02"/>
40 <Date Day="16" Month="8" Year="2002"/>
41 <Author>ID</Author>
42 <DocStatus State="BEING_PROCESSED"/>
43 <Comment>GRR as originating entity added</Comment>
44 </DocHistory>
45 <DocHistory>
46 <DocVersion Number="006" Year="02"/>
47 <Date Day="2" Month="9" Year="2002"/>
48 <Author>STW</Author>
49 <DocStatus State="BEING_PROCESSED"/>
50 <Comment>PPP as originating entity added</Comment>
51 </DocHistory>
52 <DocHistory>
53 <DocVersion Number="007" Year="02"/>
54 <Date Day="10" Month="9" Year="2002"/>
55 <Author>SBK</Author>
56 <DocStatus State="BEING_PROCESSED"/>
57 <Comment>Added originating entities LLC, SNDCP.</Comment>
58 </DocHistory>
59 <DocHistory>
60 <DocVersion Number="008" Year="02"/>
61 <Date Day="4" Month="10" Year="2002"/>
62 <Author>HM</Author>
63 <DocStatus State="BEING_PROCESSED"/>
64 <Comment>Added PKTIO entity. TUCT_TECH template location changed</Comment>
65 </DocHistory>
66 </DocInfoSection>
67 <ConstantsSection>
68 <Description>
69 <Section>This section contains all constants that are defined for the GSMCOM SAP</Section>
70 </Description>
71 <Constant>
72 <Alias>SIM_ORIGINATING_ENTITY</Alias>
73 <Value ValueType="BIN">000000</Value>
74 <Comment>mask for indicating the originating entity of a cause is SIM</Comment>
75 </Constant>
76 <Constant>
77 <Alias>ACI_ORIGINATING_ENTITY</Alias>
78 <Value ValueType="BIN">000001</Value>
79 <Comment>mask for indicating the originating entity of a cause is ACI</Comment>
80 </Constant>
81 <Constant>
82 <Alias>RLP_ORIGINATING_ENTITY</Alias>
83 <Value ValueType="BIN">000010</Value>
84 <Comment>mask for indicating the originating entity of a cause is RLP</Comment>
85 </Constant>
86 <Constant>
87 <Alias>RR_ORIGINATING_ENTITY</Alias>
88 <Value ValueType="BIN">000011</Value>
89 <Comment>mask for indicating the originating entity of a cause is RR</Comment>
90 </Constant>
91 <Constant>
92 <Alias>MM_ORIGINATING_ENTITY</Alias>
93 <Value ValueType="BIN">000100</Value>
94 <Comment>mask for indicating the originating entity of a cause is MM</Comment>
95 </Constant>
96 <Constant>
97 <Alias>CC_ORIGINATING_ENTITY</Alias>
98 <Value ValueType="BIN">000101</Value>
99 <Comment>mask for indicating the originating entity of a cause is CC</Comment>
100 </Constant>
101 <Constant>
102 <Alias>SS_ORIGINATING_ENTITY</Alias>
103 <Value ValueType="BIN">000110</Value>
104 <Comment>mask for indicating the originating entity of a cause is SS</Comment>
105 </Constant>
106 <Constant>
107 <Alias>SMSCP_ORIGINATING_ENTITY</Alias>
108 <Value ValueType="BIN">000111</Value>
109 <Comment>mask for indicating the originating entity of a cause is SMS-CP</Comment>
110 </Constant>
111 <Constant>
112 <Alias>SMSRP_ORIGINATING_ENTITY</Alias>
113 <Value ValueType="BIN">001000</Value>
114 <Comment>mask for indicating the originating entity of a cause is SMS-RP</Comment>
115 </Constant>
116 <Constant>
117 <Alias>SMSTP_ORIGINATING_ENTITY</Alias>
118 <Value ValueType="BIN">001001</Value>
119 <Comment>mask for indicating the originating entity of a cause is SMS-TP</Comment>
120 </Constant>
121 <Constant>
122 <Alias>GMM_ORIGINATING_ENTITY</Alias>
123 <Value ValueType="BIN">001010</Value>
124 <Comment>mask for indicating the originating entity of a cause is GMM</Comment>
125 </Constant>
126 <Constant>
127 <Alias>SM_ORIGINATING_ENTITY</Alias>
128 <Value ValueType="BIN">001011</Value>
129 <Comment>mask for indicating the originating entity of a cause is SM</Comment>
130 </Constant>
131 <Constant>
132 <Alias>FAD_ORIGINATING_ENTITY</Alias>
133 <Value ValueType="BIN">001100</Value>
134 <Comment>mask for indicating the originating entity of a cause is FAD</Comment>
135 </Constant>
136 <Constant>
137 <Alias>T30_ORIGINATING_ENTITY</Alias>
138 <Value ValueType="BIN">001101</Value>
139 <Comment>mask for indicating the originating entity of a cause is T30</Comment>
140 </Constant>
141 <Constant>
142 <Alias>GRR_ORIGINATING_ENTITY</Alias>
143 <Value ValueType="BIN">001110</Value>
144 <Comment>mask for indicating the originating entity of a cause is GRR</Comment>
145 </Constant>
146 <Constant>
147 <Alias>PPP_ORIGINATING_ENTITY</Alias>
148 <Value ValueType="BIN">001111</Value>
149 <Comment>mask for indicating the originating entity of a cause is PPP</Comment>
150 </Constant>
151 <Constant>
152 <Alias>LLC_ORIGINATING_ENTITY</Alias>
153 <Value ValueType="BIN">010000</Value>
154 <Comment>mask for indicating the originating entity of a cause is LLC</Comment>
155 </Constant>
156 <Constant>
157 <Alias>SNDCP_ORIGINATING_ENTITY</Alias>
158 <Value ValueType="BIN">010001</Value>
159 <Comment>mask for indicating the originating entity of a cause is SNDCP</Comment>
160 </Constant>
161 <Constant>
162 <Alias>PKTIO_ORIGINATING_ENTITY</Alias>
163 <Value ValueType="BIN">010010</Value>
164 <Comment>mask for indicating the originating entity of a cause is PKTIO</Comment>
165 </Constant>
166 <Constant>
167 <Alias>PSI_ORIGINATING_ENTITY</Alias>
168 <Value ValueType="BIN">010011</Value>
169 <Comment>mask for indicating the originating entity of a cause is PSI</Comment>
170 </Constant>
171 <History>
172 <Date Day="7" Month="2" Year="2002"/>
173 <Author>SBK</Author>
174 <Comment>Initial</Comment>
175 </History>
176 <History>
177 <Date Day="13" Month="5" Year="2002"/>
178 <Author>SLO</Author>
179 <Comment>RLP added</Comment>
180 </History>
181 <History>
182 <Date Day="14" Month="5" Year="2002"/>
183 <Author>KJF</Author>
184 <Comment>FAD &amp; T30 added</Comment>
185 </History>
186 <History>
187 <Date Day="14" Month="5" Year="2002"/>
188 <Author>ID</Author>
189 <Comment>GRR added</Comment>
190 </History>
191 <History>
192 <Date Day="2" Month="9" Year="2002"/>
193 <Author>STW</Author>
194 <Comment>PPP added</Comment>
195 </History>
196 <History>
197 <Date Day="10" Month="9" Year="2002"/>
198 <Author>SBK</Author>
199 <Comment>added originating entities LLC, SNDCP</Comment>
200 </History>
201 <History>
202 <Date Day="4" Month="10" Year="2002"/>
203 <Author>HM</Author>
204 <Comment>added originating entity PKTIO</Comment>
205 </History>
206 <History>
207 <Date Day="04" Month="03" Year="2004"/>
208 <Author>RM</Author>
209 <Comment>added originating entity PSI</Comment>
210 </History>
211 </ConstantsSection>
212 <PrimitivesSection PrimIDType="BIT32" SAPid="0">
213 <Description>
214 <Section>This section contains all primitives that are defined for the GSMCOM SAP</Section>
215 </Description>
216 <Primitive>
217 <Description>
218 <Section>Dummy to fulfil tool requirements to have section 3 of an SAP. The primitive is not used for anything by anybody.</Section>
219 </Description>
220 <PrimDef>
221 <Name>GSMCOM_DUMMY_REQ</Name>
222 <PrimID Direction="UPLINK" Number="0"/>
223 <PrimUsage>
224 <Sender>MMI</Sender>
225 <Receiver>SS</Receiver>
226 </PrimUsage>
227 </PrimDef>
228 <PrimItem Presentation="MANDATORY">
229 <ItemLink>
230 <DocName DocType="SAP">gsmcom</DocName>
231 <Name>gsmcom_dummy</Name>
232 </ItemLink>
233 <Comment>dummy</Comment>
234 </PrimItem>
235 <History>
236 <Date Day="7" Month="2" Year="2002"/>
237 <Author>SBK</Author>
238 <Comment>Initial</Comment>
239 </History>
240 </Primitive>
241 </PrimitivesSection>
242 <PrimBasicElementsSection>
243 <Description>
244 <Section>This section contains all basic elements that are defined for the GSMCOM SAP</Section>
245 </Description>
246 <PrimBasicElem>
247 <Description>
248 <Section>Dummy to fulfil tool requirements to have section 4 of an SAP. The parameters is not used for anything by anybody.</Section>
249 </Description>
250 <PrimBasicElemDef>
251 <Name>gsmcom_dummy</Name>
252 <Type>U8</Type>
253 <Comment>dummy, not used</Comment>
254 </PrimBasicElemDef>
255 <ValuesLink>
256 <DocName DocType="SAP">gsmcom</DocName>
257 <Name>VAL_gsmcom_dummy</Name>
258 </ValuesLink>
259 <History>
260 <Date Day="7" Month="2" Year="2002"/>
261 <Author>SBK</Author>
262 <Comment>Initial</Comment>
263 </History>
264 </PrimBasicElem>
265 </PrimBasicElementsSection>
266 <ValuesSection>
267 <Description>
268 <Section>This section contains all sets of values that are defined for the GSMCOM SAP</Section>
269 </Description>
270 <Values>
271 <Description>
272 <Section>This former local values table was generated by the doc2XML converter tool. Please exchange this description by a more meaningful one !!!</Section>
273 </Description>
274 <ValuesDef>
275 <Name>VAL_gsmcom_dummy</Name>
276 <Comment>values for gsmcom_dummy</Comment>
277 </ValuesDef>
278 <ValuesRange ValueType="DEC">
279 <MinValue>0</MinValue>
280 <MaxValue>6</MaxValue>
281 <Comment>ms originated identifier</Comment>
282 </ValuesRange>
283 <History>
284 <Date Day="4" Month="11" Year="2003"/>
285 <Author>doc2XML</Author>
286 <Comment>Initial</Comment>
287 </History>
288 </Values>
289 </ValuesSection>
290 </SAP>