FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/cdg/sap/mnlc.sap @ 652:a39ec5bb5549
gsm-fw/cdg: imported MDF and PDF files from LoCosto, along with XML sources
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Thu, 25 Sep 2014 08:46:13 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
651:806828641b21 | 652:a39ec5bb5549 |
---|---|
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">mnlc</DocName> | |
6 <DocNum Number="104" Project="8443"/> | |
7 <Description> | |
8 <Section>This section contains general information on MNLC SAP</Section> | |
9 </Description> | |
10 <DocHistory> | |
11 <DocVersion Number="001" Year="02"/> | |
12 <Date Day="8" Month="10" Year="2002"/> | |
13 <Author>MNC</Author> | |
14 <DocStatus State="SUBMITTED"/> | |
15 <Comment>Initial version.</Comment> | |
16 </DocHistory> | |
17 <DocHistory> | |
18 <DocVersion Number="002" Year="02"/> | |
19 <Date Day="8" Month="10" Year="2002"/> | |
20 <Author>MNC</Author> | |
21 <DocStatus State="SUBMITTED"/> | |
22 <Comment>Prepared for review</Comment> | |
23 </DocHistory> | |
24 <DocHistory> | |
25 <DocVersion Number="003" Year="02"/> | |
26 <Date Day="25" Month="10" Year="2002"/> | |
27 <Author>TML</Author> | |
28 <DocStatus State="SUBMITTED"/> | |
29 <Comment>Made constant MAX_CALLED_BCD_NO_LENGTH unique</Comment> | |
30 </DocHistory> | |
31 </DocInfoSection> | |
32 <ConstantsSection> | |
33 <Description> | |
34 <Section>This section contains all constants that are defined for the MNLC SAP</Section> | |
35 </Description> | |
36 <Constant> | |
37 <Alias>L_MAX_CALLED_BCD_NO_LENGTH</Alias> | |
38 <Value ValueType="DEC">10</Value> | |
39 <Comment>Max Bcd number length (digits)</Comment> | |
40 </Constant> | |
41 <Constant> | |
42 <Alias>CURSOR_SMS_TEXT_140</Alias> | |
43 <Value ValueType="DEC">140</Value> | |
44 <Comment>Position SMS Message</Comment> | |
45 </Constant> | |
46 <History> | |
47 <Date Day="16" Month="9" Year="2002"/> | |
48 <Author>MNC</Author> | |
49 <Comment>Initial</Comment> | |
50 </History> | |
51 </ConstantsSection> | |
52 <PrimitivesSection PrimIDType="BIT32" SAPid="68"> | |
53 <Description> | |
54 <Section>This section contains all primitives that are defined for the MNLC SAP</Section> | |
55 </Description> | |
56 <Primitive> | |
57 <Description> | |
58 <Section>The MNLC_SMS_MEAS_REQ primitive is used to start a position request to the LC controller.</Section> | |
59 </Description> | |
60 <PrimDef> | |
61 <Name>MNLC_SMS_MEAS_REQ</Name> | |
62 <PrimID Direction="UPLINK" Number="0"/> | |
63 <PrimUsage> | |
64 <Sender>ACI</Sender> | |
65 <Receiver>LC</Receiver> | |
66 </PrimUsage> | |
67 </PrimDef> | |
68 <PrimItem Presentation="MANDATORY"> | |
69 <ItemLink> | |
70 <DocName DocType="SAP">mnlc</DocName> | |
71 <Name>reference</Name> | |
72 </ItemLink> | |
73 <Comment>Reference SMS request</Comment> | |
74 </PrimItem> | |
75 <PrimItem Presentation="MANDATORY"> | |
76 <ItemLink> | |
77 <DocName DocType="SAP">mnlc</DocName> | |
78 <Name>called_party_bcd_num</Name> | |
79 </ItemLink> | |
80 <Comment>Called Bcd Number</Comment> | |
81 </PrimItem> | |
82 <History> | |
83 <Date Day="16" Month="9" Year="2002"/> | |
84 <Author>MNC</Author> | |
85 <Comment>Initial</Comment> | |
86 </History> | |
87 </Primitive> | |
88 <Primitive> | |
89 <Description> | |
90 <Section>The MNLC_SMS_MEAS_CNF primitive transport the position data from the LC controller to ACI.</Section> | |
91 </Description> | |
92 <PrimDef> | |
93 <Name>MNLC_SMS_MEAS_CNF</Name> | |
94 <PrimID Direction="DOWNLINK" Number="0"/> | |
95 <PrimUsage> | |
96 <Sender>LC</Sender> | |
97 <Receiver>ACI</Receiver> | |
98 </PrimUsage> | |
99 </PrimDef> | |
100 <PrimItem Presentation="MANDATORY"> | |
101 <ItemLink> | |
102 <DocName DocType="SAP">mnlc</DocName> | |
103 <Name>reference</Name> | |
104 </ItemLink> | |
105 <Comment>Reference SMS request</Comment> | |
106 </PrimItem> | |
107 <PrimItem Presentation="MANDATORY"> | |
108 <ItemLink> | |
109 <DocName DocType="SAP">mnlc</DocName> | |
110 <Name>data_valid</Name> | |
111 </ItemLink> | |
112 <Comment>Cursor Data Valid</Comment> | |
113 </PrimItem> | |
114 <PrimItem Presentation="MANDATORY"> | |
115 <ItemLink> | |
116 <DocName DocType="SAP">mnlc</DocName> | |
117 <Name>sms_text</Name> | |
118 </ItemLink> | |
119 <Control>[CURSOR_SMS_TEXT_140]</Control> | |
120 <Comment>Cursor SMS</Comment> | |
121 </PrimItem> | |
122 <History> | |
123 <Date Day="16" Month="9" Year="2002"/> | |
124 <Author>MNC</Author> | |
125 <Comment>Initial</Comment> | |
126 </History> | |
127 </Primitive> | |
128 </PrimitivesSection> | |
129 <PrimStructElementsSection> | |
130 <Description> | |
131 <Section>This section contains all structured elements that are defined for the MNLC SAP</Section> | |
132 </Description> | |
133 <PrimStructElem> | |
134 <Description> | |
135 <Section>The parameter defines the called Bcd number.</Section> | |
136 </Description> | |
137 <PrimStructElemDef Type="STRUCT"> | |
138 <Name>called_party_bcd_num</Name> | |
139 <Comment>called Party Bcd number</Comment> | |
140 </PrimStructElemDef> | |
141 <PrimStructElemItem Presentation="MANDATORY"> | |
142 <ItemLink> | |
143 <DocName DocType="SAP">mnlc</DocName> | |
144 <Name>number_length</Name> | |
145 </ItemLink> | |
146 <Comment>Number Length</Comment> | |
147 </PrimStructElemItem> | |
148 <PrimStructElemItem Presentation="MANDATORY"> | |
149 <ItemLink> | |
150 <DocName DocType="SAP">mnlc</DocName> | |
151 <Name>bcd</Name> | |
152 </ItemLink> | |
153 <Control>[L_MAX_CALLED_BCD_NO_LENGTH]</Control> | |
154 <Comment>Bcd Number</Comment> | |
155 </PrimStructElemItem> | |
156 <History> | |
157 <Date Day="16" Month="9" Year="2002"/> | |
158 <Author>MNC</Author> | |
159 <Comment>Initial</Comment> | |
160 </History> | |
161 </PrimStructElem> | |
162 </PrimStructElementsSection> | |
163 <PrimBasicElementsSection> | |
164 <Description> | |
165 <Section>This section contains all basic elements that are defined for the MNLC SAP</Section> | |
166 </Description> | |
167 <PrimBasicElem> | |
168 <Description> | |
169 <Section>This parameter specifies the identification number for call.</Section> | |
170 </Description> | |
171 <PrimBasicElemDef> | |
172 <Name>reference</Name> | |
173 <Type>U16</Type> | |
174 <Comment>Reference</Comment> | |
175 </PrimBasicElemDef> | |
176 <History> | |
177 <Date Day="16" Month="9" Year="2002"/> | |
178 <Author>MNC</Author> | |
179 <Comment>Initial</Comment> | |
180 </History> | |
181 </PrimBasicElem> | |
182 <PrimBasicElem> | |
183 <Description> | |
184 <Section>The parameter defines the called Bcd number.</Section> | |
185 </Description> | |
186 <PrimBasicElemDef> | |
187 <Name>bcd</Name> | |
188 <Type>U8</Type> | |
189 <Comment>Bcd Number</Comment> | |
190 </PrimBasicElemDef> | |
191 <History> | |
192 <Date Day="16" Month="9" Year="2002"/> | |
193 <Author>MNC</Author> | |
194 <Comment>Initial</Comment> | |
195 </History> | |
196 </PrimBasicElem> | |
197 <PrimBasicElem> | |
198 <Description> | |
199 <Section>The parameter defines if the calculated data is valid or not.</Section> | |
200 </Description> | |
201 <PrimBasicElemDef> | |
202 <Name>data_valid</Name> | |
203 <Type>U8</Type> | |
204 <Comment>Cursor Data Valid</Comment> | |
205 </PrimBasicElemDef> | |
206 <ValuesLink> | |
207 <DocName DocType="SAP">mnlc</DocName> | |
208 <Name>VAL_data_valid</Name> | |
209 </ValuesLink> | |
210 <History> | |
211 <Date Day="16" Month="9" Year="2002"/> | |
212 <Author>MNC</Author> | |
213 <Comment>Initial</Comment> | |
214 </History> | |
215 </PrimBasicElem> | |
216 <PrimBasicElem> | |
217 <Description> | |
218 <Section>The parameter defines the number of decimal digits in the Bcd number</Section> | |
219 </Description> | |
220 <PrimBasicElemDef> | |
221 <Name>number_length</Name> | |
222 <Type>U8</Type> | |
223 <Comment>Number of decimal digits in the Bcd number</Comment> | |
224 </PrimBasicElemDef> | |
225 <History> | |
226 <Date Day="16" Month="9" Year="2002"/> | |
227 <Author>MNC</Author> | |
228 <Comment>Initial</Comment> | |
229 </History> | |
230 </PrimBasicElem> | |
231 <PrimBasicElem> | |
232 <Description> | |
233 <Section>The parameter defines the SMS text</Section> | |
234 </Description> | |
235 <PrimBasicElemDef> | |
236 <Name>sms_text</Name> | |
237 <Type>U8</Type> | |
238 <Comment>SMS text</Comment> | |
239 </PrimBasicElemDef> | |
240 <History> | |
241 <Date Day="16" Month="9" Year="2002"/> | |
242 <Author>MNC</Author> | |
243 <Comment>Initial</Comment> | |
244 </History> | |
245 </PrimBasicElem> | |
246 </PrimBasicElementsSection> | |
247 <ValuesSection> | |
248 <Description> | |
249 <Section>This section contains all sets of values that are defined for the MNLC SAP</Section> | |
250 </Description> | |
251 <Values> | |
252 <Description> | |
253 <Section>This former local values table was generated by the doc2XML converter tool. Please exchange this description by a more meaningful one !!!</Section> | |
254 </Description> | |
255 <ValuesDef> | |
256 <Name>VAL_data_valid</Name> | |
257 <Comment>values for data_valid</Comment> | |
258 </ValuesDef> | |
259 <ValuesItem> | |
260 <Value ValueType="DEC">0</Value> | |
261 <Alias>DATA_VALID</Alias> | |
262 <Comment/> | |
263 </ValuesItem> | |
264 <ValuesItem> | |
265 <Value ValueType="DEC">1</Value> | |
266 <Alias>DATA_INVALID</Alias> | |
267 <Comment/> | |
268 </ValuesItem> | |
269 <History> | |
270 <Date Day="4" Month="11" Year="2003"/> | |
271 <Author>doc2XML</Author> | |
272 <Comment>Initial</Comment> | |
273 </History> | |
274 </Values> | |
275 </ValuesSection> | |
276 </SAP> |