FreeCalypso > hg > freecalypso-citrine
comparison cdg/cdginc-conservative/p_cl.h @ 0:75a11d740a02
initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Thu, 09 Jun 2016 00:02:41 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:75a11d740a02 |
|---|---|
| 1 /* | |
| 2 +--------------------------------------------------------------------------+ | |
| 3 | PROJECT : PROTOCOL STACK | | |
| 4 | FILE : p_cl.h | | |
| 5 | SOURCE : "sap\cl.pdf" | | |
| 6 | LastModified : "2004-06-08" | | |
| 7 | IdAndVersion : "8010.149.04.012" | | |
| 8 | SrcFileTime : "Thu Nov 29 09:38:38 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 : CL | |
| 16 * COMPATIBILITY_DEFINES : NO | |
| 17 * ALWAYS_ENUM_IN_VAL_FILE: NO | |
| 18 * ENABLE_GROUP: NO | |
| 19 * CAPITALIZE_TYPENAME: NO | |
| 20 */ | |
| 21 | |
| 22 | |
| 23 #ifndef P_CL_H | |
| 24 #define P_CL_H | |
| 25 | |
| 26 | |
| 27 #define CDG_ENTER__P_CL_H | |
| 28 | |
| 29 #define CDG_ENTER__FILENAME _P_CL_H | |
| 30 #define CDG_ENTER__P_CL_H__FILE_TYPE CDGINC | |
| 31 #define CDG_ENTER__P_CL_H__LAST_MODIFIED _2004_06_08 | |
| 32 #define CDG_ENTER__P_CL_H__ID_AND_VERSION _8010_149_04_012 | |
| 33 | |
| 34 #define CDG_ENTER__P_CL_H__SRC_FILE_TIME _Thu_Nov_29_09_38_38_2007 | |
| 35 | |
| 36 #include "CDG_ENTER.h" | |
| 37 | |
| 38 #undef CDG_ENTER__P_CL_H | |
| 39 | |
| 40 #undef CDG_ENTER__FILENAME | |
| 41 | |
| 42 | |
| 43 #include "p_cl.val" | |
| 44 | |
| 45 #include "p_8010_152_ps_include.h" | |
| 46 | |
| 47 | |
| 48 /* | |
| 49 * End of substructure section, begin of primitive definition section | |
| 50 */ | |
| 51 | |
| 52 #ifndef __T_CL_NWRL_SET_SGSN_RELEASE_REQ__ | |
| 53 #define __T_CL_NWRL_SET_SGSN_RELEASE_REQ__ | |
| 54 /* | |
| 55 * | |
| 56 * CCDGEN:WriteStruct_Count==1675 | |
| 57 */ | |
| 58 typedef struct | |
| 59 { | |
| 60 U8 sgsn_rel; /*< 0: 1> sgsn release version */ | |
| 61 U8 _align0; /*< 1: 1> alignment */ | |
| 62 U8 _align1; /*< 2: 1> alignment */ | |
| 63 U8 _align2; /*< 3: 1> alignment */ | |
| 64 } T_CL_NWRL_SET_SGSN_RELEASE_REQ; | |
| 65 #endif | |
| 66 | |
| 67 #ifndef __T_CL_NWRL_SET_SGSN_RELEASE_CNF__ | |
| 68 #define __T_CL_NWRL_SET_SGSN_RELEASE_CNF__ | |
| 69 /* | |
| 70 * | |
| 71 * CCDGEN:WriteStruct_Count==1676 | |
| 72 */ | |
| 73 typedef struct | |
| 74 { | |
| 75 U8 dummy; /*< 0: 1> no parameters */ | |
| 76 } T_CL_NWRL_SET_SGSN_RELEASE_CNF; | |
| 77 #endif | |
| 78 | |
| 79 #ifndef __T_CL_NWRL_GET_SGSN_RELEASE_REQ__ | |
| 80 #define __T_CL_NWRL_GET_SGSN_RELEASE_REQ__ | |
| 81 /* | |
| 82 * | |
| 83 * CCDGEN:WriteStruct_Count==1677 | |
| 84 */ | |
| 85 typedef struct | |
| 86 { | |
| 87 U8 dummy; /*< 0: 1> no parameters */ | |
| 88 } T_CL_NWRL_GET_SGSN_RELEASE_REQ; | |
| 89 #endif | |
| 90 | |
| 91 #ifndef __T_CL_NWRL_GET_SGSN_RELEASE_CNF__ | |
| 92 #define __T_CL_NWRL_GET_SGSN_RELEASE_CNF__ | |
| 93 /* | |
| 94 * | |
| 95 * CCDGEN:WriteStruct_Count==1678 | |
| 96 */ | |
| 97 typedef struct | |
| 98 { | |
| 99 U8 sgsn_rel; /*< 0: 1> sgsn release version */ | |
| 100 U8 _align0; /*< 1: 1> alignment */ | |
| 101 U8 _align1; /*< 2: 1> alignment */ | |
| 102 U8 _align2; /*< 3: 1> alignment */ | |
| 103 } T_CL_NWRL_GET_SGSN_RELEASE_CNF; | |
| 104 #endif | |
| 105 | |
| 106 | |
| 107 #include "CDG_LEAVE.h" | |
| 108 | |
| 109 | |
| 110 #endif |
