FreeCalypso > hg > fc-magnetite
comparison cdg211/cdginc/p_mnlc.h @ 4:56abf6cf8a0b
cdg211: cdginc/mdf/pdf files from TCS211-20070608
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Mon, 26 Sep 2016 01:11:35 +0000 | 
| parents | |
| children | 
   comparison
  equal
  deleted
  inserted
  replaced
| 3:93999a60b835 | 4:56abf6cf8a0b | 
|---|---|
| 1 /* | |
| 2 +--------------------------------------------------------------------------+ | |
| 3 | PROJECT : PROTOCOL STACK | | |
| 4 | FILE : p_mnlc.h | | |
| 5 | SOURCE : "__out__\g23m_dfile\prim\mnlc.pdf" | | |
| 6 | LastModified : "2002-10-25" | | |
| 7 | IdAndVersion : "8443.104.02.003" | | |
| 8 | SrcFileTime : "Mon Nov 24 15:50:46 2003" | | |
| 9 | Generated by CCDGEN_2.5.5 on Fri Jun 08 13:59:15 2007 | | |
| 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 _Mon_Nov_24_15_50_46_2003 | |
| 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==1539 | |
| 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==1540 | |
| 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==1541 | |
| 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 | 
