FreeCalypso > hg > fc-magnetite
comparison cdg3/cdginc-conservative/m_tst.h @ 16:c15047b3d00d
cdg3: import from freecalypso-citrine/cdg
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Tue, 27 Sep 2016 16:27:34 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 15:c8bdae60fcb1 | 16:c15047b3d00d |
|---|---|
| 1 /* | |
| 2 +--------------------------------------------------------------------------+ | |
| 3 | PROJECT : PROTOCOL STACK | | |
| 4 | FILE : m_tst.h | | |
| 5 | SOURCE : "msg\tst.mdf" | | |
| 6 | LastModified : "2000-10-23" | | |
| 7 | IdAndVersion : "8441.603.99.005" | | |
| 8 | SrcFileTime : "Wed Nov 28 10:21:30 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 M_TST_H | |
| 24 #define M_TST_H | |
| 25 | |
| 26 | |
| 27 #define CDG_ENTER__M_TST_H | |
| 28 | |
| 29 #define CDG_ENTER__FILENAME _M_TST_H | |
| 30 #define CDG_ENTER__M_TST_H__FILE_TYPE CDGINC | |
| 31 #define CDG_ENTER__M_TST_H__LAST_MODIFIED _2000_10_23 | |
| 32 #define CDG_ENTER__M_TST_H__ID_AND_VERSION _8441_603_99_005 | |
| 33 | |
| 34 #define CDG_ENTER__M_TST_H__SRC_FILE_TIME _Wed_Nov_28_10_21_30_2007 | |
| 35 | |
| 36 #include "CDG_ENTER.h" | |
| 37 | |
| 38 #undef CDG_ENTER__M_TST_H | |
| 39 | |
| 40 #undef CDG_ENTER__FILENAME | |
| 41 | |
| 42 | |
| 43 #include "m_tst.val" | |
| 44 | |
| 45 #ifndef __T_pdu_description__ | |
| 46 #define __T_pdu_description__ | |
| 47 /* | |
| 48 * PDU Description | |
| 49 * CCDGEN:WriteStruct_Count==772 | |
| 50 */ | |
| 51 typedef struct | |
| 52 { | |
| 53 U16 no_of_pdus; /*< 0: 2> Number of PDUs */ | |
| 54 U8 _align0; /*< 2: 1> alignment */ | |
| 55 U8 _align1; /*< 3: 1> alignment */ | |
| 56 } T_pdu_description; | |
| 57 #endif | |
| 58 | |
| 59 #ifndef __T_pdu_description_ie__ | |
| 60 #define __T_pdu_description_ie__ | |
| 61 /* | |
| 62 * PDU Description IE | |
| 63 * CCDGEN:WriteStruct_Count==773 | |
| 64 */ | |
| 65 typedef struct | |
| 66 { | |
| 67 U8 _align0; /*< 0: 1> alignment */ | |
| 68 U8 _align1; /*< 1: 1> alignment */ | |
| 69 U8 _align2; /*< 2: 1> alignment */ | |
| 70 U8 v_pdu_description; /*< 3: 1> valid-flag */ | |
| 71 T_pdu_description pdu_description; /*< 4: 4> PDU Description */ | |
| 72 } T_pdu_description_ie; | |
| 73 #endif | |
| 74 | |
| 75 #ifndef __T_mode_flag__ | |
| 76 #define __T_mode_flag__ | |
| 77 /* | |
| 78 * Mode Flag | |
| 79 * CCDGEN:WriteStruct_Count==774 | |
| 80 */ | |
| 81 typedef struct | |
| 82 { | |
| 83 U8 dl_timeslot_offset; /*< 0: 1> Downlink Timeslot Offset */ | |
| 84 U8 mode_flag_val; /*< 1: 1> Mode Flag Value */ | |
| 85 U8 _align0; /*< 2: 1> alignment */ | |
| 86 U8 _align1; /*< 3: 1> alignment */ | |
| 87 } T_mode_flag; | |
| 88 #endif | |
| 89 | |
| 90 | |
| 91 /* | |
| 92 * End of substructure section, begin of message definition section | |
| 93 */ | |
| 94 | |
| 95 #ifndef __T_GPRS_TEST_MODE_CMD__ | |
| 96 #define __T_GPRS_TEST_MODE_CMD__ | |
| 97 /* | |
| 98 * | |
| 99 * CCDGEN:WriteStruct_Count==775 | |
| 100 */ | |
| 101 typedef struct | |
| 102 { | |
| 103 U8 msg_type; /*< 0: 1> Message Type */ | |
| 104 U8 _align0; /*< 1: 1> alignment */ | |
| 105 U8 _align1; /*< 2: 1> alignment */ | |
| 106 U8 _align2; /*< 3: 1> alignment */ | |
| 107 T_pdu_description_ie pdu_description_ie; /*< 4: 8> PDU Description IE */ | |
| 108 T_mode_flag mode_flag; /*< 12: 4> Mode Flag */ | |
| 109 } T_GPRS_TEST_MODE_CMD; | |
| 110 #endif | |
| 111 | |
| 112 | |
| 113 #include "CDG_LEAVE.h" | |
| 114 | |
| 115 | |
| 116 #endif |
