comparison cdg211/cdginc/p_grlc.val @ 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_grlc.val |
5 | SOURCE : "__out__\g23m_dfile\prim\grlc.pdf" |
6 | LastModified : "2003-06-06" |
7 | IdAndVersion : "8010.126.02.009" |
8 | SrcFileTime : "Thu Jul 15 16:12:04 2004" |
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 : GRLC
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_GRLC_VAL
24 #define P_GRLC_VAL
25
26
27 #define CDG_ENTER__P_GRLC_VAL
28
29 #define CDG_ENTER__FILENAME _P_GRLC_VAL
30 #define CDG_ENTER__P_GRLC_VAL__FILE_TYPE CDGINC
31 #define CDG_ENTER__P_GRLC_VAL__LAST_MODIFIED _2003_06_06
32 #define CDG_ENTER__P_GRLC_VAL__ID_AND_VERSION _8010_126_02_009
33
34 #define CDG_ENTER__P_GRLC_VAL__SRC_FILE_TIME _Thu_Jul_15_16_12_04_2004
35
36 #include "CDG_ENTER.h"
37
38 #undef CDG_ENTER__P_GRLC_VAL
39
40 #undef CDG_ENTER__FILENAME
41
42
43 /*
44 * Value constants for VAL_sapi
45 */
46 #define GRLC_SAPI_1 (0x1) /* SAP for GMM */
47 #define GRLC_SAPI_3 (0x3) /* SAP 1 for SNDCP */
48 #define GRLC_SAPI_5 (0x5) /* SAP 2 for SNDCP */
49 #define GRLC_SAPI_7 (0x7) /* SAP for SMS */
50 #define GRLC_SAPI_9 (0x9) /* SAP 3 for SNDCP */
51 #define GRLC_SAPI_11 (0xb) /* SAP 4 for SNDCP */
52 #define GRLC_SAPI_TEST_MODE (0xff) /* This signs a primitive as GRLC-self generated for test purposes */
53
54 /*
55 * Value constants for VAL_peak
56 */
57 #define GRLC_PEAK_SUB (0x0) /* Subscribed peak throughput */
58 #define GRLC_PEAK_1K (0x1) /* Up to 1 000 octet/s */
59 #define GRLC_PEAK_2K (0x2) /* Up to 2 000 octet/s */
60 #define GRLC_PEAK_4K (0x3) /* Up to 4 000 octet/s */
61 #define GRLC_PEAK_8K (0x4) /* Up to 8 000 octet/s */
62 #define GRLC_PEAK_16K (0x5) /* Up to 16 000 octet/s */
63 #define GRLC_PEAK_32K (0x6) /* Up to 32 000 octet/s */
64 #define GRLC_PEAK_64K (0x7) /* Up to 64 000 octet/s */
65 #define GRLC_PEAK_128K (0x8) /* Up to 128 000 octet/s */
66 #define GRLC_PEAK_256K (0x9) /* Up to 256 000 octet/s */
67
68 /*
69 * Value constants for VAL_relclass
70 */
71 #define GRLC_RELCLASS_SUB (0x0) /* Subscribed reliability class */
72 #define GRLC_GTP_LLC_RLC_PROT (0x1) /* Acknowledged GTP, LLC, and RLC; Protected data */
73 #define GRLC_LLC_RLC_PROT (0x2) /* Unacknowledged GTP; Acknowledged LLC and RLC, Protected data */
74 #define GRLC_RLC_PROT (0x3) /* Unacknowledged GTP and LLC; Acknowledged RLC, Protected data */
75 #define GRLC_PROT (0x4) /* Unacknowledged GTP, LLC, and RLC, Protected data */
76 #define GRLC_NO_REL (0x5) /* Unacknowledged GTP, LLC, and RLC, Unprotected data */
77
78 /*
79 * Value constants for VAL_delay
80 */
81 #define GRLC_DELAY_SUB (0x0) /* Subscribed delay class */
82 #define GRLC_DELAY_1 (0x1) /* Delay class 1 */
83 #define GRLC_DELAY_2 (0x2) /* Delay class 2 */
84 #define GRLC_DELAY_3 (0x3) /* Delay class 3 */
85 #define GRLC_DELAY_4 (0x4) /* Delay class 4 (best effort) */
86
87 /*
88 * Value constants for VAL_mean
89 */
90 #define GRLC_MEAN_SUB (0x0) /* Subscribed mean throughput */
91 #define GRLC_MEAN_100 (0x1) /* 100 octet/h */
92 #define GRLC_MEAN_200 (0x2) /* 200 octet/h */
93 #define GRLC_MEAN_500 (0x3) /* 500 octet/h */
94 #define GRLC_MEAN_1K (0x4) /* 1 000 octet/h */
95 #define GRLC_MEAN_2K (0x5) /* 2 000 octet/h */
96 #define GRLC_MEAN_5K (0x6) /* 5 000 octet/h */
97 #define GRLC_MEAN_10K (0x7) /* 10 000 octet/h */
98 #define GRLC_MEAN_20K (0x8) /* 20 000 octet/h */
99 #define GRLC_MEAN_50K (0x9) /* 50 000 octet/h */
100 #define GRLC_MEAN_100K (0xa) /* 100 000 octet/h */
101 #define GRLC_MEAN_200K (0xb) /* 200 000 octet/h */
102 #define GRLC_MEAN_500K (0xc) /* 500 000 octet/h */
103 #define GRLC_MEAN_1M (0xd) /* 1 000 000 octet/h */
104 #define GRLC_MEAN_2M (0xe) /* 2 000 000 octet/h */
105 #define GRLC_MEAN_5M (0xf) /* 5 000 000 octet/h */
106 #define GRLC_MEAN_10M (0x10) /* 10 000 000 octet/h */
107 #define GRLC_MEAN_20M (0x11) /* 20 000 000 octet/h */
108 #define GRLC_MEAN_50M (0x12) /* 50 000 000 octet/h */
109 #define GRLC_MEAN_BEST (0x1f) /* Best effort */
110
111 /*
112 * Value constants for VAL_preced
113 */
114 #define GRLC_PRECED_SUB (0x0) /* Subscribed precedence */
115 #define GRLC_PRIO_HIGH (0x1) /* High priority */
116 #define GRLC_PRIO_NORM (0x2) /* Normal priority */
117 #define GRLC_PRIO_LOW (0x3) /* Low priority */
118
119 /*
120 * Value constants for VAL_radio_prio
121 */
122 #define GRLC_RADIO_PRIO_1 (0x0) /* Radio Priority Level 1 (highest) */
123 #define GRLC_RADIO_PRIO_2 (0x1) /* Radio Priority Level 2 */
124 #define GRLC_RADIO_PRIO_3 (0x2) /* Radio Priority Level 3 */
125 #define GRLC_RADIO_PRIO_4 (0x3) /* Radio Priority Level 4 (lowest) */
126
127 /*
128 * Value constants for VAL_cause
129 */
130 #define GRLC_DTACS_DEF (0x0) /* any other reason */
131 #define GRLC_DTACS_PAGE_RESPONSE (0x1) /* data is sent due to a page response */
132 #define GRLC_DTACS_MOBILITY_MANAGEMENT (0x2) /* mobility management data is sent */
133 #define GRLC_DTACS_EMPTY_FRAME (0x3) /* data is sent due to a cell update */
134 #define GRLC_DTACS_CELL_NOTIFI_NULL_FRAME (0x4) /* data is send due to cell notification using LLC unnumbered NULL command. */
135
136 #include "CDG_LEAVE.h"
137
138
139 #endif