FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/cdg/cdginc-conservative/p_mnlc.h @ 656:9ba088a875bd
gsm-fw/cdg: "conservative" version created
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Thu, 25 Sep 2014 10:00:35 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
655:6c363c453db2 | 656:9ba088a875bd |
---|---|
1 /* | |
2 +--------------------------------------------------------------------------+ | |
3 | PROJECT : PROTOCOL STACK | | |
4 | FILE : p_mnlc.h | | |
5 | SOURCE : "sap\mnlc.pdf" | | |
6 | LastModified : "2002-10-25" | | |
7 | IdAndVersion : "8443.104.02.003" | | |
8 | SrcFileTime : "Thu Nov 29 09:48:12 2007" | | |
9 | Generated by CCDGEN_2.5.5A on Thu Sep 25 09:52:55 2014 | | |
10 | !!DO NOT MODIFY!!DO NOT MODIFY!!DO NOT MODIFY!! | | |
11 +--------------------------------------------------------------------------+ | |
12 */ | |
13 | |
14 /* PRAGMAS | |
15 * PREFIX : NONE | |
16 * COMPATIBILITY_DEFINES : NO (require PREFIX) | |
17 * ALWAYS_ENUM_IN_VAL_FILE: NO | |
18 * ENABLE_GROUP: NO | |
19 * CAPITALIZE_TYPENAME: NO | |
20 */ | |
21 | |
22 | |
23 #ifndef P_MNLC_H | |
24 #define P_MNLC_H | |
25 | |
26 | |
27 #define CDG_ENTER__P_MNLC_H | |
28 | |
29 #define CDG_ENTER__FILENAME _P_MNLC_H | |
30 #define CDG_ENTER__P_MNLC_H__FILE_TYPE CDGINC | |
31 #define CDG_ENTER__P_MNLC_H__LAST_MODIFIED _2002_10_25 | |
32 #define CDG_ENTER__P_MNLC_H__ID_AND_VERSION _8443_104_02_003 | |
33 | |
34 #define CDG_ENTER__P_MNLC_H__SRC_FILE_TIME _Thu_Nov_29_09_48_12_2007 | |
35 | |
36 #include "CDG_ENTER.h" | |
37 | |
38 #undef CDG_ENTER__P_MNLC_H | |
39 | |
40 #undef CDG_ENTER__FILENAME | |
41 | |
42 | |
43 #include "p_mnlc.val" | |
44 | |
45 #ifndef __T_called_party_bcd_num__ | |
46 #define __T_called_party_bcd_num__ | |
47 /* | |
48 * called Party Bcd number | |
49 * CCDGEN:WriteStruct_Count==1977 | |
50 */ | |
51 typedef struct | |
52 { | |
53 U8 number_length; /*< 0: 1> Number of decimal digits in the Bcd number */ | |
54 U8 bcd[L_MAX_CALLED_BCD_NO_LENGTH]; /*< 1: 10> Bcd Number */ | |
55 U8 _align0; /*< 11: 1> alignment */ | |
56 } T_called_party_bcd_num; | |
57 #endif | |
58 | |
59 | |
60 /* | |
61 * End of substructure section, begin of primitive definition section | |
62 */ | |
63 | |
64 #ifndef __T_MNLC_SMS_MEAS_REQ__ | |
65 #define __T_MNLC_SMS_MEAS_REQ__ | |
66 /* | |
67 * | |
68 * CCDGEN:WriteStruct_Count==1978 | |
69 */ | |
70 typedef struct | |
71 { | |
72 U16 reference; /*< 0: 2> Reference */ | |
73 U8 _align0; /*< 2: 1> alignment */ | |
74 U8 _align1; /*< 3: 1> alignment */ | |
75 T_called_party_bcd_num called_party_bcd_num; /*< 4: 12> called Party Bcd number */ | |
76 } T_MNLC_SMS_MEAS_REQ; | |
77 #endif | |
78 | |
79 #ifndef __T_MNLC_SMS_MEAS_CNF__ | |
80 #define __T_MNLC_SMS_MEAS_CNF__ | |
81 /* | |
82 * | |
83 * CCDGEN:WriteStruct_Count==1979 | |
84 */ | |
85 typedef struct | |
86 { | |
87 U16 reference; /*< 0: 2> Reference */ | |
88 U8 data_valid; /*< 2: 1> Cursor Data Valid */ | |
89 U8 sms_text[CURSOR_SMS_TEXT_140]; /*< 3:140> SMS text */ | |
90 U8 _align0; /*<143: 1> alignment */ | |
91 } T_MNLC_SMS_MEAS_CNF; | |
92 #endif | |
93 | |
94 | |
95 #include "CDG_LEAVE.h" | |
96 | |
97 | |
98 #endif |