FreeCalypso > hg > freecalypso-citrine
comparison cdg/cdginc-conservative/p_dti2.val @ 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_dti2.val | | |
| 5 | SOURCE : "sap\dti2.pdf" | | |
| 6 | LastModified : "2001-09-19" | | |
| 7 | IdAndVersion : "8411.111.01.002" | | |
| 8 | SrcFileTime : "Thu Nov 29 09:40: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 : 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_DTI2_VAL | |
| 24 #define P_DTI2_VAL | |
| 25 | |
| 26 | |
| 27 #define CDG_ENTER__P_DTI2_VAL | |
| 28 | |
| 29 #define CDG_ENTER__FILENAME _P_DTI2_VAL | |
| 30 #define CDG_ENTER__P_DTI2_VAL__FILE_TYPE CDGINC | |
| 31 #define CDG_ENTER__P_DTI2_VAL__LAST_MODIFIED _2001_09_19 | |
| 32 #define CDG_ENTER__P_DTI2_VAL__ID_AND_VERSION _8411_111_01_002 | |
| 33 | |
| 34 #define CDG_ENTER__P_DTI2_VAL__SRC_FILE_TIME _Thu_Nov_29_09_40_38_2007 | |
| 35 | |
| 36 #include "CDG_ENTER.h" | |
| 37 | |
| 38 #undef CDG_ENTER__P_DTI2_VAL | |
| 39 | |
| 40 #undef CDG_ENTER__FILENAME | |
| 41 | |
| 42 | |
| 43 /* | |
| 44 * Value constants for VAL_version | |
| 45 */ | |
| 46 #define DTI_VERSION_10 (0x1) /* version 1.0 */ | |
| 47 | |
| 48 /* | |
| 49 * Value constants for VAL_cause | |
| 50 */ | |
| 51 #define DTI_CAUSE_NORMAL_CLOSE (0x0) /* connection is closed by the entity */ | |
| 52 #define DTI_CAUSE_UNEXPECTED_PRIMITIVE (0x1) /* unexpected primitive received */ | |
| 53 #define DTI_CAUSE_UNSUPPORTED_VERSION (0x2) /* negotiated version is not supported */ | |
| 54 | |
| 55 /* | |
| 56 * Value constants for VAL_p_id | |
| 57 */ | |
| 58 #define DTI_PID_IP (0x21) /* simple ip packet */ | |
| 59 #define DTI_PID_CTCP (0x2d) /* Van Jacobson compressed TCP/IP header */ | |
| 60 #define DTI_PID_UTCP (0x2f) /* Van Jacobson uncompressed TCP/IP header */ | |
| 61 #define DTI_PID_UOS (0x0) /* unstructured octet stream */ | |
| 62 | |
| 63 /* | |
| 64 * Value constants for VAL_st_break_len | |
| 65 */ | |
| 66 #define DTI_BREAK_OFF (0x0) /* No break detected */ | |
| 67 | |
| 68 /* | |
| 69 * Value constants for VAL_st_flow | |
| 70 */ | |
| 71 #define DTI_FLOW_ON (0x0) /* flow control is inactive */ | |
| 72 #define DTI_FLOW_OFF (0x1) /* flow control is active */ | |
| 73 | |
| 74 /* | |
| 75 * Value constants for VAL_st_line_sa | |
| 76 */ | |
| 77 #define DTI_SA_ON (0x0) /* SA is inactive */ | |
| 78 #define DTI_SA_OFF (0x1) /* SA is active */ | |
| 79 | |
| 80 /* | |
| 81 * Value constants for VAL_st_line_sb | |
| 82 */ | |
| 83 #define DTI_SB_ON (0x0) /* SB is inactive */ | |
| 84 #define DTI_SB_OFF (0x1) /* SB is active */ | |
| 85 | |
| 86 #include "CDG_LEAVE.h" | |
| 87 | |
| 88 | |
| 89 #endif |
