libosmogsm  1.7.0.61-0d9b6.202211030053
Osmocom GSM library
gsm_04_08_gprs.h
Go to the documentation of this file.
1 
3 #pragma once
4 
5 #include <stdint.h>
6 #include <stdbool.h>
9 #include <osmocom/core/endian.h>
10 
11 /* Table 10.4 / 10.4a, GPRS Mobility Management (GMM) */
12 #define GSM48_MT_GMM_ATTACH_REQ 0x01
13 #define GSM48_MT_GMM_ATTACH_ACK 0x02
14 #define GSM48_MT_GMM_ATTACH_COMPL 0x03
15 #define GSM48_MT_GMM_ATTACH_REJ 0x04
16 #define GSM48_MT_GMM_DETACH_REQ 0x05
17 #define GSM48_MT_GMM_DETACH_ACK 0x06
18 
19 #define GSM48_MT_GMM_RA_UPD_REQ 0x08
20 #define GSM48_MT_GMM_RA_UPD_ACK 0x09
21 #define GSM48_MT_GMM_RA_UPD_COMPL 0x0a
22 #define GSM48_MT_GMM_RA_UPD_REJ 0x0b
23 
24 #define GSM48_MT_GMM_PTMSI_REALL_CMD 0x10
25 #define GSM48_MT_GMM_PTMSI_REALL_COMPL 0x11
26 #define GSM48_MT_GMM_AUTH_CIPH_REQ 0x12
27 #define GSM48_MT_GMM_AUTH_CIPH_RESP 0x13
28 #define GSM48_MT_GMM_AUTH_CIPH_REJ 0x14
29 #define GSM48_MT_GMM_AUTH_CIPH_FAIL 0x1C
30 #define GSM48_MT_GMM_ID_REQ 0x15
31 #define GSM48_MT_GMM_ID_RESP 0x16
32 #define GSM48_MT_GMM_STATUS 0x20
33 #define GSM48_MT_GMM_INFO 0x21
34 
35 /* Table 10.4a, GPRS Session Management (GSM) */
36 #define GSM48_MT_GSM_ACT_PDP_REQ 0x41
37 #define GSM48_MT_GSM_ACT_PDP_ACK 0x42
38 #define GSM48_MT_GSM_ACT_PDP_REJ 0x43
39 #define GSM48_MT_GSM_REQ_PDP_ACT 0x44
40 #define GSM48_MT_GSM_REQ_PDP_ACT_REJ 0x45
41 #define GSM48_MT_GSM_DEACT_PDP_REQ 0x46
42 #define GSM48_MT_GSM_DEACT_PDP_ACK 0x47
43 #define GSM48_MT_GSM_ACT_AA_PDP_REQ 0x50
44 #define GSM48_MT_GSM_ACT_AA_PDP_ACK 0x51
45 #define GSM48_MT_GSM_ACT_AA_PDP_REJ 0x52
46 #define GSM48_MT_GSM_DEACT_AA_PDP_REQ 0x53
47 #define GSM48_MT_GSM_DEACT_AA_PDP_ACK 0x54
48 #define GSM48_MT_GSM_STATUS 0x55
49 
50 /* Chapter 10.5.5.2 / Table 10.5.135 */
51 #define GPRS_ATT_T_ATTACH 1
52 #define GPRS_ATT_T_ATT_WHILE_IMSI 2
53 #define GPRS_ATT_T_COMBINED 3
54 
55 extern const struct value_string *gprs_att_t_strs;
56 extern const struct value_string gprs_msgt_gmm_names[];
57 
58 /* Chapter 10.5.5.5 / Table 10.5.138 */
59 #define GPRS_DET_T_MO_GPRS 1
60 #define GPRS_DET_T_MO_IMSI 2
61 #define GPRS_DET_T_MO_COMBINED 3
62 /* Network to MS direction */
63 #define GPRS_DET_T_MT_REATT_REQ 1
64 #define GPRS_DET_T_MT_REATT_NOTREQ 2
65 #define GPRS_DET_T_MT_IMSI 3
66 
67 extern const struct value_string *gprs_det_t_mo_strs;
68 extern const struct value_string *gprs_det_t_mt_strs;
69 
70 /* Chapter 10.5.5.18 / Table 105.150 */
71 #define GPRS_UPD_T_RA 0
72 #define GPRS_UPD_T_RA_LA 1
73 #define GPRS_UPD_T_RA_LA_IMSI_ATT 2
74 #define GPRS_UPD_T_PERIODIC 3
75 
76 extern const struct value_string *gprs_upd_t_strs;
77 
78 /* Table 10.4 in 3GPP TS 24.008 (successor to 04.08) */
79 #define GSM48_MT_GMM_SERVICE_REQ 0x0c
80 #define GSM48_MT_GMM_SERVICE_ACK 0x0d
81 #define GSM48_MT_GMM_SERVICE_REJ 0x0e
82 
84  GSM48_IE_GMM_CIPH_CKSN = 0x08, /* 10.5.1.2 */
85  GSM48_IE_GMM_TIMER_READY = 0x17, /* 10.5.7.3 */
86  GSM48_IE_GMM_ALLOC_PTMSI = 0x18, /* 10.5.1.4 */
87  GSM48_IE_GMM_PTMSI_SIG = 0x19, /* 10.5.5.8 */
88  GSM48_IE_GMM_AUTH_RAND = 0x21, /* 10.5.3.1 */
89  GSM48_IE_GMM_AUTH_SRES = 0x22, /* 10.5.3.2 */
90  GSM48_IE_GMM_IMEISV = 0x23, /* 10.5.1.4 */
91  GSM48_IE_GMM_CAUSE = 0x25, /* 10.5.5.14 */
92  GSM48_IE_GMM_DRX_PARAM = 0x27, /* 10.5.5.6 */
93  GSM48_IE_GMM_AUTN = 0x28, /* 10.5.3.1.1 */
94  GSM48_IE_GMM_AUTH_RES_EXT = 0x29, /* 10.5.3.2.1 */
95  GSM48_IE_GMM_AUTH_FAIL_PAR = 0x30, /* 10.5.3.2.2 */
96  GSM48_IE_GMM_MS_NET_CAPA = 0x31, /* 10.5.5.12 */
97  GSM48_IE_GMM_PDP_CTX_STATUS = 0x32, /* 10.5.7.1 */
98  GSM48_IE_GMM_PS_LCS_CAPA = 0x33, /* 10.5.5.22 */
99  GSM48_IE_GMM_GMM_MBMS_CTX_ST = 0x35, /* 10.5.7.6 */
100  GSM48_IE_GMM_NET_FEAT_SUPPORT = 0xB0, /* 10.5.5.23 */
101 };
102 
104  GSM48_IE_GSM_APN = 0x28, /* 10.5.6.1 */
105  GSM48_IE_GSM_PROTO_CONF_OPT = 0x27, /* 10.5.6.3 */
106  GSM48_IE_GSM_PDP_ADDR = 0x2b, /* 10.5.6.4 */
107  GSM48_IE_GSM_AA_TMR = 0x29, /* 10.5.7.3 */
108  GSM48_IE_GSM_NAME_FULL = 0x43, /* 10.5.3.5a */
109  GSM48_IE_GSM_NAME_SHORT = 0x45, /* 10.5.3.5a */
110  GSM48_IE_GSM_TIMEZONE = 0x46, /* 10.5.3.8 */
111  GSM48_IE_GSM_UTC_AND_TZ = 0x47, /* 10.5.3.9 */
112  GSM48_IE_GSM_LSA_ID = 0x48, /* 10.5.3.11 */
113 
114  /* Fake IEs that are not present on the Layer3 air interface,
115  * but which we use to simplify internal APIs */
120 };
121 
122 /* Chapter 9.4.15 / Table 9.4.15 */
124 #if OSMO_IS_LITTLE_ENDIAN
125  uint8_t force_stby:4, /* 10.5.5.7 */
126  upd_result:4; /* 10.5.5.17 */
127  uint8_t ra_upd_timer; /* 10.5.7.3 */
128  struct gsm48_ra_id ra_id; /* 10.5.5.15 */
129  uint8_t data[0];
130 #elif OSMO_IS_BIG_ENDIAN
131 /* auto-generated from the little endian part above (libosmocore/contrib/struct_endianess.py) */
132  uint8_t upd_result:4, force_stby:4;
133  uint8_t ra_upd_timer;
134  struct gsm48_ra_id ra_id;
135  uint8_t data[0];
136 #endif
137 } __attribute__((packed));
138 
139 /* Chapter 10.5.7.3 */
142  GPRS_TMR_MINUTE = 1 << 5,
145 };
146 
147 #define GPRS_TMR_UNIT_MASK (7 << 5)
148 #define GPRS_TMR_FACT_MASK ((1 << 5)-1)
149 
150 /* Chapter 9.4.2 / Table 9.4.2 */
152 #if OSMO_IS_LITTLE_ENDIAN
153  uint8_t att_result:4, /* 10.5.5.7 */
154  force_stby:4; /* 10.5.5.1 */
155  uint8_t ra_upd_timer; /* 10.5.7.3 */
156  uint8_t radio_prio; /* 10.5.7.2 */
157  struct gsm48_ra_id ra_id; /* 10.5.5.15 */
158  uint8_t data[0];
159 #elif OSMO_IS_BIG_ENDIAN
160 /* auto-generated from the little endian part above (libosmocore/contrib/struct_endianess.py) */
161  uint8_t force_stby:4, att_result:4;
162  uint8_t ra_upd_timer;
163  uint8_t radio_prio;
164  struct gsm48_ra_id ra_id;
165  uint8_t data[0];
166 #endif
167 } __attribute__((packed));
168 
169 /* Chapter 9.4.9 / Table 9.4.9 */
171 #if OSMO_IS_LITTLE_ENDIAN
172  uint8_t ciph_alg:4, /* 10.5.5.3 */
173  imeisv_req:4; /* 10.5.5.10 */
174  uint8_t force_stby:4, /* 10.5.5.7 */
175  ac_ref_nr:4; /* 10.5.5.19 */
176  uint8_t data[0];
177 #elif OSMO_IS_BIG_ENDIAN
178 /* auto-generated from the little endian part above (libosmocore/contrib/struct_endianess.py) */
179  uint8_t imeisv_req:4, ciph_alg:4;
180  uint8_t ac_ref_nr:4, force_stby:4;
181  uint8_t data[0];
182 #endif
183 } __attribute__((packed));
184 /* optional: TV RAND, TV CKSN */
185 
187 #if OSMO_IS_LITTLE_ENDIAN
188  uint8_t ac_ref_nr:4,
189  spare:4;
190  uint8_t data[0];
191 #elif OSMO_IS_BIG_ENDIAN
192 /* auto-generated from the little endian part above (libosmocore/contrib/struct_endianess.py) */
193  uint8_t spare:4, ac_ref_nr:4;
194  uint8_t data[0];
195 #endif
196 } __attribute__((packed));
197 
198 /* Chapter 9.5.1 / Table 9.5.1 */
200  uint8_t req_nsapi;
201  uint8_t req_llc_sapi;
202  uint8_t data[0];
203 } __attribute__((packed));
204 
205 /* Chapter 10.5.5.14 / Table 10.5.147 */
237 };
238 
239 extern const struct value_string *gsm48_gmm_cause_names;
240 
241 /* 3GPP TS 24.008 10.5.6.6 / Table 10.5.157 */
270 };
271 
272 extern const struct value_string *gsm48_gsm_cause_names;
273 
274 /* Section 6.1.2.2: Session management states on the network side */
281 };
282 
283 /* Table 10.5.155/3GPP TS 24.008 */
287 };
294 };
295 
296 /* Figure 10.5.138/24.008 / Chapter 10.5.6.5 */
302 };
303 
304 /* Figure 10.5.138/24.008 / Chapter 10.5.6.5 */
309 };
310 
311 /* Figure 10.5.138/24.008 / Chapter 10.5.6.5 */
322 };
323 
324 /* Figure 10.5.138/24.008 / Chapter 10.5.6.5 */
345 };
346 
347 /* Figure 10.5.138/24.008 / Chapter 10.5.6.5 */
352 };
353 
354 /* Figure 10.5.138/24.008 / Chapter 10.5.6.5 */
358 };
359 
360 /* Figure 10.5.138/24.008 / Chapter 10.5.6.5 */
366 };
367 
368 /* Figure 10.5.138/24.008 / Chapter 10.5.6.5 */
370  /* values below in 10 octet granularity */
374 };
375 
376 /* Figure 10.5.138/24.008 / Chapter 10.5.6.5 */
385 };
386 
387 /* Figure 10.5.138/24.008 / Chapter 10.5.6.5 */
398 };
399 
400 /* Figure 10.5.138/24.008 / Chapter 10.5.6.5 */
409 };
410 
411 /* 3GPP 24.008 / Chapter 10.5.5.20 / Table 10.5.153a */
418 };
419 
420 extern const struct value_string *gprs_service_t_strs;
421 
422 bool gprs_ms_net_cap_gea_supported(const uint8_t *ms_net_cap, uint8_t cap_len,
423  enum gprs_ciph_algo gea);
424 
425 /* Figure 10.5.138/24.008 / Chapter 10.5.6.5 */
426 struct gsm48_qos {
427  /* octet 3 */
428  uint8_t reliab_class:3;
429  uint8_t delay_class:3;
430  uint8_t spare:2;
431  /* octet 4 */
432  uint8_t preced_class:3;
433  uint8_t spare2:1;
434  uint8_t peak_tput:4;
435  /* octet 5 */
436  uint8_t mean_tput:5;
437  uint8_t spare3:3;
438  /* octet 6 */
439  uint8_t deliv_err_sdu:3;
440  uint8_t deliv_order:2;
441  uint8_t traf_class:3;
442  /* octet 7 */
443  uint8_t max_sdu_size;
444  /* octet 8 */
445  uint8_t max_bitrate_up;
446  /* octet 9 */
448  /* octet 10 */
449  uint8_t sdu_err_ratio:4;
450  uint8_t resid_ber:4;
451  /* octet 11 */
452  uint8_t handling_prio:2;
453  uint8_t xfer_delay:6;
454  /* octet 12 */
456  /* octet 13 */
458  /* octet 14 */
459  uint8_t src_stats_desc:4;
460  uint8_t sig_ind:1;
461  uint8_t spare5:3;
462  /* octet 15 */
464  /* octet 16 */
466 };
Definition: gsm_04_08_gprs.h:269
Definition: gsm_04_08_gprs.h:231
Definition: gsm_04_08_gprs.h:99
Definition: gsm_04_08_gprs.h:84
Definition: gsm_04_08_gprs.h:246
Definition: gsm_04_08_gprs.h:207
Definition: gsm_04_08_gprs.h:248
Definition: gsm_04_08_gprs.h:364
Definition: gsm_04_08_gprs.h:227
Definition: gsm_04_08_gprs.h:342
const struct value_string gprs_msgt_gmm_names[]
String names of GMM message types.
Definition: gsm_04_08_gprs.c:150
uint8_t sdu_err_ratio
Definition: gsm_04_08_gprs.h:449
Definition: gsm_04_08_gprs.h:314
Definition: gsm_04_08_gprs.h:383
Definition: gsm_04_08_gprs.h:349
Definition: gsm_04_08_gprs.h:247
Definition: gsm_04_08_gprs.h:341
Definition: gsm_04_08_gprs.h:289
Definition: gsm_04_08_gprs.h:339
Definition: gsm_04_08_gprs.h:344
uint8_t sig_ind
Definition: gsm_04_08_gprs.h:460
Definition: gsm_04_08_gprs.h:116
Definition: gsm_04_08_gprs.h:408
Definition: gsm_04_08_gprs.h:299
Definition: gsm_04_08_gprs.h:397
gsm48_pdp_state
Definition: gsm_04_08_gprs.h:275
gsm48_qos_resid_ber
Definition: gsm_04_08_gprs.h:388
Definition: gsm_04_08_gprs.h:90
uint8_t spare
Definition: gsm_04_08_gprs.h:430
uint8_t traf_class
Definition: gsm_04_08_gprs.h:441
Definition: gsm_04_08_gprs.h:210
Definition: gsm_04_08_gprs.h:307
gsm48_qos_traf_class
Definition: gsm_04_08_gprs.h:361
uint8_t data[0]
Definition: gsm_04_08_gprs.h:79
Definition: gsm_04_08_gprs.h:250
uint8_t max_bitrate_down
Definition: gsm_04_08_gprs.h:447
Definition: gsm_04_08_gprs.h:85
Definition: gsm_04_08_gprs.h:290
Definition: gsm_04_08_gprs.h:233
Definition: gsm_04_08_gprs.h:417
const struct value_string * gprs_att_t_strs
Definition: gsm_04_08_gprs.c:182
gsm48_gprs_ie_sm
Definition: gsm_04_08_gprs.h:103
Definition: gsm_04_08_gprs.h:112
Definition: gsm_04_08_gprs.h:253
Definition: gsm_04_08_gprs.h:267
Definition: gsm_04_08_gprs.h:245
bool gprs_ms_net_cap_gea_supported(const uint8_t *ms_net_cap, uint8_t cap_len, enum gprs_ciph_algo gea)
Check if MS supports particular version of GEA by inspecting MS network capability IE specified in 3G...
Definition: gsm_04_08_gprs.c:130
uint8_t guar_bitrate_down_ext
Definition: gsm_04_08_gprs.h:465
Definition: gsm_04_08_gprs.h:378
Definition: gsm_04_08_gprs.h:232
Definition: gsm_04_08_gprs.h:280
uint8_t mean_tput
Definition: gsm_04_08_gprs.h:436
Definition: gsm_04_08_gprs.h:105
Definition: gsm_04_08_gprs.h:94
uint8_t resid_ber
Definition: gsm_04_08_gprs.h:450
uint8_t spare2
Definition: gsm_04_08_gprs.h:433
Definition: gsm_04_08_gprs.h:365
Definition: gsm_04_08_gprs.h:108
Definition: gsm_04_08_gprs.h:380
Definition: gsm_04_08_gprs.h:104
Definition: gsm_04_08_gprs.h:293
Definition: gsm_04_08_gprs.h:276
Definition: gsm_04_08_gprs.h:226
Definition: gsm_04_08_gprs.h:402
Definition: gsm_04_08_gprs.h:261
Definition: gsm_04_08_gprs.h:87
uint8_t max_bitrate_down_ext
Definition: gsm_04_08_gprs.h:463
Definition: gsm_04_08_gprs.h:393
Definition: gsm_04_08_gprs.h:93
Definition: gsm_04_08_gprs.h:96
Definition: gsm_04_08_gprs.h:98
Definition: gsm_04_08_gprs.h:328
Definition: gsm_04_08_gprs.h:337
gsm48_gprs_tmr_unit
Definition: gsm_04_08_gprs.h:140
Definition: gsm_04_08_gprs.h:213
uint8_t reliab_class
Definition: gsm_04_08_gprs.h:428
const struct value_string * gsm48_gmm_cause_names
Definition: gsm_04_08_gprs.c:80
Definition: gsm_04_08_gprs.h:392
Definition: gsm_04_08_gprs.h:321
gsm48_qos_peak_tput
Definition: gsm_04_08_gprs.h:312
Definition: gsm_04_08_gprs.h:235
Definition: gsm_04_08_gprs.h:395
Definition: gsm_04_08_gprs.h:215
Definition: gsm_04_08_gprs.h:308
uint8_t peak_tput
Definition: gsm_04_08_gprs.h:434
Definition: gsm_04_08_gprs.h:340
Definition: gsm_04_08_gprs.h:211
Definition: gsm_04_08_gprs.h:119
Definition: gsm_04_08_gprs.h:331
uint8_t xfer_delay
Definition: gsm_04_08_gprs.h:453
Definition: gsm_04_08_gprs.h:117
Definition: gsm_04_08_gprs.h:327
Definition: gsm_04_08_gprs.h:243
gsm48_qos_reliab_class
Definition: gsm_04_08_gprs.h:297
Definition: gsm_04_08_gprs.h:199
Definition: gsm_04_08_gprs.h:414
Definition: gsm_04_08_gprs.h:86
Definition: gsm_04_08_gprs.h:228
Definition: gsm_04_08_gprs.h:266
Definition: gsm_04_08_gprs.h:141
Definition: gsm_04_08_gprs.h:403
Definition: gsm_04_08_gprs.h:208
const struct value_string * gprs_det_t_mt_strs
Definition: gsm_04_08_gprs.c:213
Definition: gsm_04_08.h:2114
Definition: gsm_04_08_gprs.h:234
Definition: gsm_04_08_gprs.h:389
gsm48_qos_max_sdu_size
Definition: gsm_04_08_gprs.h:369
Definition: gsm_04_08_gprs.h:97
gsm48_gprs_ie_mm
Definition: gsm_04_08_gprs.h:83
Definition: gsm_04_08_gprs.h:406
gsm48_pdp_type_nr
Definition: gsm_04_08_gprs.h:288
Definition: gsm_04_08_gprs.h:222
GSM TS 04.08 definitions.
Definition: gsm_04_08_gprs.h:236
Definition: gsm_04_08_gprs.h:279
gsm48_qos_mean_tput
Definition: gsm_04_08_gprs.h:325
uint8_t delay_class
Definition: gsm_04_08_gprs.h:429
Definition: gsm_04_08_gprs.h:357
Definition: gsm_04_08_gprs.h:143
uint8_t handling_prio
Definition: gsm_04_08_gprs.h:452
Definition: gsm_04_08_gprs.h:329
Definition: gsm_04_08_gprs.h:252
Definition: gsm_04_08_gprs.h:258
Definition: gsm_04_08_gprs.h:216
Definition: gsm_04_08_gprs.h:217
Definition: gsm_04_08_gprs.h:142
uint8_t preced_class
Definition: gsm_04_08_gprs.h:432
gsm48_pdp_type_org
Definition: gsm_04_08_gprs.h:284
Definition: gsm_04_08_gprs.h:286
Definition: gsm_04_08_gprs.h:285
Definition: gsm_04_08_gprs.h:362
gsm48_gmm_service_type
Definition: gsm_04_08_gprs.h:412
Definition: gsm_04_08_gprs.h:338
Definition: gsm_04_08_gprs.h:257
Definition: gsm_04_08_gprs.h:249
gsm48_gsm_cause
Definition: gsm_04_08_gprs.h:242
Definition: gsm_04_08_gprs.h:151
const struct value_string * gprs_upd_t_strs
Definition: gsm_04_08_gprs.c:193
Definition: gsm_04_08_gprs.h:221
Definition: gsm_04_08_gprs.h:264
Definition: gsm_04_08_gprs.h:379
Definition: gsm_04_08_gprs.h:212
Definition: gsm_04_08_gprs.h:110
Definition: gsm_04_08_gprs.h:371
Definition: gsm_04_08_gprs.h:88
Definition: gsm_04_08_gprs.h:118
Definition: gsm_04_08_gprs.h:225
const struct value_string * gsm48_gsm_cause_names
Definition: gsm_04_08_gprs.c:120
Definition: gsm_04_08_gprs.h:107
Definition: gsm_04_08_gprs.h:335
enum gsm48_gprs_ie_mm __attribute__
Definition: gsm_04_08_gprs.h:384
Definition: gsm_04_08_gprs.h:426
Definition: gsm_04_08_gprs.h:251
uint8_t max_bitrate_up
Definition: gsm_04_08_gprs.h:445
Definition: gsm_04_08_gprs.h:330
gsm48_gmm_cause
Definition: gsm_04_08_gprs.h:206
uint8_t spare5
Definition: gsm_04_08_gprs.h:461
Definition: gsm_04_08_gprs.h:315
Definition: gsm_04_08_gprs.h:391
Definition: gsm_04_08_gprs.h:394
Definition: gsm_04_08_gprs.h:255
Definition: gsm_04_08_gprs.h:256
Definition: gsm_04_08_gprs.h:95
Definition: gsm_04_08_gprs.h:144
Definition: gsm_04_08_gprs.h:92
Definition: gsm_04_08_gprs.h:263
Definition: gsm_04_08_gprs.h:316
Definition: gsm_04_08_gprs.h:186
gsm48_qos_max_bitrate
Definition: gsm_04_08_gprs.h:377
Definition: gsm_04_08_gprs.h:298
Definition: gsm_04_08_gprs.h:229
Definition: gsm_04_08_gprs.h:319
Definition: gsm_04_08_gprs.h:259
Definition: gsm_04_08_gprs.h:292
Definition: gsm_04_08_gprs.h:109
gprs_ciph_algo
Definition: gprs_cipher.h:13
Definition: gsm_04_08_gprs.h:209
Definition: gsm_04_08_gprs.h:416
Definition: gsm_04_08_gprs.h:332
Definition: gsm_04_08_gprs.h:415
Definition: gsm_04_08_gprs.h:278
Definition: gsm_04_08_gprs.h:218
Definition: gsm_04_08_gprs.h:334
Definition: gsm_04_08_gprs.h:100
uint8_t req_llc_sapi
Definition: gsm_04_08_gprs.h:201
Definition: gsm_04_08_gprs.h:373
Definition: gsm_04_08_gprs.h:336
Definition: gsm_04_08_gprs.h:301
Definition: gsm_04_08_gprs.h:254
Definition: gsm_04_08_gprs.h:413
Definition: gsm_04_08_gprs.h:396
Definition: gsm_04_08_gprs.h:320
Definition: gsm_04_08_gprs.h:214
Definition: gsm_04_08_gprs.h:244
Definition: gsm_04_08_gprs.h:318
uint8_t spare3
Definition: gsm_04_08_gprs.h:437
Definition: gsm_04_08_gprs.h:306
Definition: gsm_04_08_gprs.h:326
Definition: gsm_04_08_gprs.h:407
Definition: gsm_04_08_gprs.h:265
Definition: gsm_04_08_gprs.h:291
Definition: gsm_04_08_gprs.h:268
Definition: gsm_04_08_gprs.h:382
const struct value_string * gprs_service_t_strs
Definition: gsm_04_08_gprs.c:225
Definition: gsm_04_08_gprs.h:313
uint8_t src_stats_desc
Definition: gsm_04_08_gprs.h:459
Definition: gsm_04_08_gprs.h:220
Definition: gsm_04_08_gprs.h:89
gsm48_qos_preced_class
Definition: gsm_04_08_gprs.h:305
Definition: gsm_04_08_gprs.h:170
Definition: gsm_04_08_gprs.h:317
uint8_t req_nsapi
Definition: gsm_04_08_gprs.h:200
Definition: gsm_04_08_gprs.h:224
Definition: gsm_04_08_gprs.h:404
Definition: gsm_04_08_gprs.h:123
uint8_t max_sdu_size
Definition: gsm_04_08_gprs.h:443
gsm48_qos_err_sdu
Definition: gsm_04_08_gprs.h:348
const struct value_string * gprs_det_t_mo_strs
Definition: gsm_04_08_gprs.c:203
uint8_t deliv_order
Definition: gsm_04_08_gprs.h:440
Definition: gsm_04_08_gprs.h:350
Definition: gsm_04_08_gprs.h:343
Definition: gsm_04_08_gprs.h:91
Definition: gsm_04_08_gprs.h:230
uint8_t deliv_err_sdu
Definition: gsm_04_08_gprs.h:439
Definition: gsm_04_08_gprs.h:260
Definition: gsm_04_08_gprs.h:333
Definition: gsm_04_08_gprs.h:111
Definition: gsm_04_08_gprs.h:356
Definition: gsm_04_08_gprs.h:262
Definition: gsm_04_08_gprs.h:223
gsm48_qos_sdu_err
Definition: gsm_04_08_gprs.h:401
Definition: gsm_04_08_gprs.h:106
Definition: gsm_04_08_gprs.h:351
Definition: gsm_04_08_gprs.h:300
Definition: gsm_04_08_gprs.h:363
Definition: gsm_04_08_gprs.h:277
Definition: gsm_04_08_gprs.h:219
Definition: gsm_04_08_gprs.h:381
Definition: gsm_04_08_gprs.h:405
Definition: gsm_04_08_gprs.h:390
Definition: gsm_04_08_gprs.h:372
uint8_t guar_bitrate_up
Definition: gsm_04_08_gprs.h:455
gsm48_qos_deliv_order
Definition: gsm_04_08_gprs.h:355
uint8_t guar_bitrate_down
Definition: gsm_04_08_gprs.h:457