FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/cdg/sap/cl.pdf @ 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 ;******************************************************************************** | |
2 ;*** File : cl.pdf | |
3 ;*** Creation : Wed Mar 11 09:58:08 CST 2009 | |
4 ;*** XSLT Processor : Apache Software Foundation / http://xml.apache.org/xalan-j / supports XSLT-Ver: 1 | |
5 ;*** Copyright : (c) Texas Instruments AG, Berlin Germany 2002 | |
6 ;******************************************************************************** | |
7 ;*** Document Type : Service Access Point Specification | |
8 ;*** Document Name : cl | |
9 ;*** Document No. : 8010.149.04.012 | |
10 ;*** Document Date : 2004-06-08 | |
11 ;*** Document Status: SUBMITTED | |
12 ;*** Document Author: rpk | |
13 ;******************************************************************************** | |
14 | |
15 | |
16 | |
17 PRAGMA SRC_FILE_TIME "Thu Nov 29 09:38:38 2007" | |
18 PRAGMA LAST_MODIFIED "2004-06-08" | |
19 PRAGMA ID_AND_VERSION "8010.149.04.012" | |
20 PRAGMA PREFIX CL ; Prefix for this document | |
21 PRAGMA ALLWAYS_ENUM_IN_VAL_FILE NO ; Adds enumerations in the .val file. | |
22 PRAGMA ENABLE_GROUP NO ; Enable h-file grouping | |
23 PRAGMA COMPATIBILITY_DEFINES NO ; Compatible to the old #defines | |
24 | |
25 | |
26 | |
27 CONST DUMMY 0xFF ; Just for avoiding error | |
28 | |
29 | |
30 | |
31 VALTAB VAL_qos_conv_res | |
32 VAL 0x01 CONV_OK "Conversion successful." | |
33 VAL 0x00 CONV_FAILED "Conversion failed" | |
34 | |
35 | |
36 | |
37 | |
38 VAR qos_conv_res "Result of qos conversion " B | |
39 | |
40 VAL @p_cl - VAL_qos_conv_res@ | |
41 | |
42 | |
43 | |
44 | |
45 | |
46 | |
47 | |
48 ; CL_NWRL_SET_SGSN_RELEASE_REQ 0x8000009C | |
49 ; CL_NWRL_SET_SGSN_RELEASE_CNF 0x8000409C | |
50 ; CL_NWRL_GET_SGSN_RELEASE_REQ 0x8001009C | |
51 ; CL_NWRL_GET_SGSN_RELEASE_CNF 0x8001409C | |
52 | |
53 | |
54 | |
55 PRIM CL_NWRL_SET_SGSN_RELEASE_REQ 0x8000009C | |
56 { | |
57 EXTERN @p_8010_152_ps_include - sgsn_rel@ sgsn_rel ; Input: SGSN release | |
58 } | |
59 | |
60 | |
61 | |
62 | |
63 | |
64 | |
65 PRIM CL_NWRL_SET_SGSN_RELEASE_CNF 0x8000409C | |
66 { | |
67 } | |
68 | |
69 | |
70 | |
71 | |
72 | |
73 | |
74 PRIM CL_NWRL_GET_SGSN_RELEASE_REQ 0x8001009C | |
75 { | |
76 } | |
77 | |
78 | |
79 | |
80 | |
81 | |
82 | |
83 PRIM CL_NWRL_GET_SGSN_RELEASE_CNF 0x8001409C | |
84 { | |
85 EXTERN @p_8010_152_ps_include - sgsn_rel@ sgsn_rel ; Output: SGSN Release | |
86 } | |
87 | |
88 | |
89 | |
90 | |
91 | |
92 | |
93 | |
94 | |
95 |