comparison cdg-hybrid/cdginc/p_8010_157_upm_sap.h @ 212:e7a67accfad9

cdg-hybrid cdginc headers created
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 14 Oct 2016 21:52:58 +0000
parents
children
comparison
equal deleted inserted replaced
211:02269c474131 212:e7a67accfad9
1 /*
2 +--------------------------------------------------------------------------+
3 | PROJECT : PROTOCOL STACK |
4 | FILE : p_8010_157_upm_sap.h |
5 | SOURCE : "sap\8010_157_upm_sap.pdf" |
6 | LastModified : "2004-01-19" |
7 | IdAndVersion : "8010.157.04.003" |
8 | SrcFileTime : "Thu Nov 29 09:29:28 2007" |
9 | Generated by CCDGEN_2.5.5A on Fri Oct 14 21:41:52 2016 |
10 | !!DO NOT MODIFY!!DO NOT MODIFY!!DO NOT MODIFY!! |
11 +--------------------------------------------------------------------------+
12 */
13
14 /* PRAGMAS
15 * PREFIX : UPM
16 * COMPATIBILITY_DEFINES : NO
17 * ALWAYS_ENUM_IN_VAL_FILE: YES
18 * ENABLE_GROUP: NO
19 * CAPITALIZE_TYPENAME: NO
20 */
21
22
23 #ifndef P_8010_157_UPM_SAP_H
24 #define P_8010_157_UPM_SAP_H
25
26
27 #define CDG_ENTER__P_8010_157_UPM_SAP_H
28
29 #define CDG_ENTER__FILENAME _P_8010_157_UPM_SAP_H
30 #define CDG_ENTER__P_8010_157_UPM_SAP_H__FILE_TYPE CDGINC
31 #define CDG_ENTER__P_8010_157_UPM_SAP_H__LAST_MODIFIED _2004_01_19
32 #define CDG_ENTER__P_8010_157_UPM_SAP_H__ID_AND_VERSION _8010_157_04_003
33
34 #define CDG_ENTER__P_8010_157_UPM_SAP_H__SRC_FILE_TIME _Thu_Nov_29_09_29_28_2007
35
36 #include "CDG_ENTER.h"
37
38 #undef CDG_ENTER__P_8010_157_UPM_SAP_H
39
40 #undef CDG_ENTER__FILENAME
41
42
43 #include "p_8010_157_upm_sap.val"
44
45 #include "p_8010_137_nas_include.h"
46
47
48 /*
49 * End of substructure section, begin of primitive definition section
50 */
51
52 #ifndef __T_UPM_DTI_REQ__
53 #define __T_UPM_DTI_REQ__
54 /*
55 *
56 * CCDGEN:WriteStruct_Count==1390
57 */
58 typedef struct
59 {
60 U8 nsapi; /*< 0: 1> T_NAS_nsapi, network layer service access point identifier */
61 U8 dti_conn; /*< 1: 1> T_NAS_dti_conn, DTI connect */
62 U8 dti_direction; /*< 2: 1> T_NAS_dti_direction, direction of DTI connection */
63 U8 _align0; /*< 3: 1> alignment */
64 U32 dti_linkid; /*< 4: 4> DTI link identifier */
65 T_NAS_dti_neighbor dti_neighbor; /*< 8: 8> DTI neighbor entity name (type defined in "p_8010_137_nas_include.h") */
66 } T_UPM_DTI_REQ;
67 #endif
68
69 #ifndef __T_UPM_DTI_CNF__
70 #define __T_UPM_DTI_CNF__
71 /*
72 *
73 * CCDGEN:WriteStruct_Count==1391
74 */
75 typedef struct
76 {
77 U32 dti_linkid; /*< 0: 4> DTI link identifier */
78 U8 dti_conn; /*< 4: 1> T_NAS_dti_conn, DTI connect */
79 U8 _align0; /*< 5: 1> alignment */
80 U8 _align1; /*< 6: 1> alignment */
81 U8 _align2; /*< 7: 1> alignment */
82 } T_UPM_DTI_CNF;
83 #endif
84
85 #ifndef __T_UPM_COUNT_REQ__
86 #define __T_UPM_COUNT_REQ__
87 /*
88 *
89 * CCDGEN:WriteStruct_Count==1392
90 */
91 typedef struct
92 {
93 U8 nsapi; /*< 0: 1> T_NAS_nsapi, network layer service access point identifier */
94 U8 reset; /*< 1: 1> T_NAS_reset, reset flag */
95 U8 _align0; /*< 2: 1> alignment */
96 U8 _align1; /*< 3: 1> alignment */
97 } T_UPM_COUNT_REQ;
98 #endif
99
100 #ifndef __T_UPM_COUNT_CNF__
101 #define __T_UPM_COUNT_CNF__
102 /*
103 *
104 * CCDGEN:WriteStruct_Count==1393
105 */
106 typedef struct
107 {
108 U8 nsapi; /*< 0: 1> T_NAS_nsapi, network layer service access point identifier */
109 U8 _align0; /*< 1: 1> alignment */
110 U8 _align1; /*< 2: 1> alignment */
111 U8 _align2; /*< 3: 1> alignment */
112 U32 octets_uplink; /*< 4: 4> octets uplink */
113 U32 octets_downlink; /*< 8: 4> octets downlink */
114 U32 packets_uplink; /*< 12: 4> packets uplink */
115 U32 packets_downlink; /*< 16: 4> packets downlink */
116 } T_UPM_COUNT_CNF;
117 #endif
118
119
120 #include "CDG_LEAVE.h"
121
122
123 #endif