libosmogsm  1.9.0.23-f380.202311112026
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_PTMSI_TYPE = 0x0e, /* 10.5.5.29 */
86  GSM48_IE_GMM_TMSI_BASED_NRI_C = 0x10, /* 10.5.5.31 */
87  GSM48_IE_GMM_TIMER_READY = 0x17, /* 10.5.7.3 */
88  GSM48_IE_GMM_ALLOC_PTMSI = 0x18, /* 10.5.1.4 */
89  GSM48_IE_GMM_PTMSI_SIG = 0x19, /* 10.5.5.8 */
90  GSM48_IE_GMM_AUTH_RAND = 0x21, /* 10.5.3.1 */
91  GSM48_IE_GMM_AUTH_SRES = 0x22, /* 10.5.3.2 */
92  GSM48_IE_GMM_IMEISV = 0x23, /* 10.5.1.4 */
93  GSM48_IE_GMM_CAUSE = 0x25, /* 10.5.5.14 */
94  GSM48_IE_GMM_RX_NPDU_NUM_LIST = 0x26, /* 10.5.5.11 */
95  GSM48_IE_GMM_DRX_PARAM = 0x27, /* 10.5.5.6 */
96  GSM48_IE_GMM_AUTN = 0x28, /* 10.5.3.1.1 */
97  GSM48_IE_GMM_AUTH_RES_EXT = 0x29, /* 10.5.3.2.1 */
98  GSM48_IE_GMM_TIMER_T3302 = 0x2A, /* 10.5.7.4 */
99  GSM48_IE_GMM_AUTH_FAIL_PAR = 0x30, /* 10.5.3.2.2 */
100  GSM48_IE_GMM_MS_NET_CAPA = 0x31, /* 10.5.5.12 */
101  GSM48_IE_GMM_PDP_CTX_STATUS = 0x32, /* 10.5.7.1 */
102  GSM48_IE_GMM_PS_LCS_CAPA = 0x33, /* 10.5.5.22 */
103  GSM48_IE_GMM_GMM_MBMS_CTX_ST = 0x35, /* 10.5.7.6 */
104  GSM48_IE_GMM_TIMER_T3346 = 0x3A, /* 10.5.7.4 */
105  GSM48_IE_GMM_NET_FEAT_SUPPORT = 0xB0, /* 10.5.5.23 */
106 };
107 
109  GSM48_IE_GSM_RADIO_PRIO = 0x08, /* 10.5.7.2 */
110  GSM48_IE_GSM_DEV_PROP = 0x0C, /* 10.5.7.8 */
111  GSM48_IE_GSM_APN = 0x28, /* 10.5.6.1 */
112  GSM48_IE_GSM_PROTO_CONF_OPT = 0x27, /* 10.5.6.3 */
113  GSM48_IE_GSM_PDP_ADDR = 0x2b, /* 10.5.6.4 */
114  GSM48_IE_GSM_AA_TMR = 0x29, /* 10.5.7.3 */
115  GSM48_IE_GSM_QOS = 0x30, /* 10.5.6.5 */
116  GSM48_IE_GSM_TFT = 0x31, /* 10.5.6.12 */
117  GSM48_IE_GSM_LLC_SAPI = 0x32, /* 10.5.6.9 */
118  GSM48_IE_GSM_MBIFOM_CONT = 0x33, /* 10.5.6.21 */
119  GSM48_IE_GSM_PFI = 0x34, /* 10.5.6.11 */
120  GSM48_IE_GSM_NAME_FULL = 0x43, /* 10.5.3.5a */
121  GSM48_IE_GSM_NAME_SHORT = 0x45, /* 10.5.3.5a */
122  GSM48_IE_GSM_TIMEZONE = 0x46, /* 10.5.3.8 */
123  GSM48_IE_GSM_UTC_AND_TZ = 0x47, /* 10.5.3.9 */
124  GSM48_IE_GSM_LSA_ID = 0x48, /* 10.5.3.11 */
125  GSM48_IE_GSM_EXT_QOS = 0x5C, /* 10.5.6.5B */
126  GSM48_IE_GSM_EXT_PROTO_CONF_OPT = 0x7B, /* 10.5.6.3a */
127 
128  /* Fake IEs that are not present on the Layer3 air interface,
129  * but which we use to simplify internal APIs */
134 };
135 
136 /* Chapter 9.4.15 / Table 9.4.15 */
138 #if OSMO_IS_LITTLE_ENDIAN
139  uint8_t force_stby:4, /* 10.5.5.7 */
140  upd_result:4; /* 10.5.5.17 */
141  uint8_t ra_upd_timer; /* 10.5.7.3 */
142  struct gsm48_ra_id ra_id; /* 10.5.5.15 */
143  uint8_t data[0];
144 #elif OSMO_IS_BIG_ENDIAN
145 /* auto-generated from the little endian part above (libosmocore/contrib/struct_endianness.py) */
146  uint8_t upd_result:4, force_stby:4;
147  uint8_t ra_upd_timer;
148  struct gsm48_ra_id ra_id;
149  uint8_t data[0];
150 #endif
151 } __attribute__((packed));
152 
153 /* Chapter 10.5.7.3 */
156  GPRS_TMR_MINUTE = 1 << 5,
159 };
160 
161 #define GPRS_TMR_UNIT_MASK (7 << 5)
162 #define GPRS_TMR_FACT_MASK ((1 << 5)-1)
163 
164 /* Chapter 9.4.2 / Table 9.4.2 */
166 #if OSMO_IS_LITTLE_ENDIAN
167  uint8_t att_result:4, /* 10.5.5.7 */
168  force_stby:4; /* 10.5.5.1 */
169  uint8_t ra_upd_timer; /* 10.5.7.3 */
170  uint8_t radio_prio; /* 10.5.7.2 */
171  struct gsm48_ra_id ra_id; /* 10.5.5.15 */
172  uint8_t data[0];
173 #elif OSMO_IS_BIG_ENDIAN
174 /* auto-generated from the little endian part above (libosmocore/contrib/struct_endianness.py) */
175  uint8_t force_stby:4, att_result:4;
176  uint8_t ra_upd_timer;
177  uint8_t radio_prio;
178  struct gsm48_ra_id ra_id;
179  uint8_t data[0];
180 #endif
181 } __attribute__((packed));
182 
183 /* Chapter 9.4.9 / Table 9.4.9 */
185 #if OSMO_IS_LITTLE_ENDIAN
186  uint8_t ciph_alg:4, /* 10.5.5.3 */
187  imeisv_req:4; /* 10.5.5.10 */
188  uint8_t force_stby:4, /* 10.5.5.7 */
189  ac_ref_nr:4; /* 10.5.5.19 */
190  uint8_t data[0];
191 #elif OSMO_IS_BIG_ENDIAN
192 /* auto-generated from the little endian part above (libosmocore/contrib/struct_endianness.py) */
193  uint8_t imeisv_req:4, ciph_alg:4;
194  uint8_t ac_ref_nr:4, force_stby:4;
195  uint8_t data[0];
196 #endif
197 } __attribute__((packed));
198 /* optional: TV RAND, TV CKSN */
199 
201 #if OSMO_IS_LITTLE_ENDIAN
202  uint8_t ac_ref_nr:4,
203  spare:4;
204  uint8_t data[0];
205 #elif OSMO_IS_BIG_ENDIAN
206 /* auto-generated from the little endian part above (libosmocore/contrib/struct_endianness.py) */
207  uint8_t spare:4, ac_ref_nr:4;
208  uint8_t data[0];
209 #endif
210 } __attribute__((packed));
211 
212 /* Chapter 9.5.1 / Table 9.5.1 */
214  uint8_t req_nsapi;
215  uint8_t req_llc_sapi;
216  uint8_t data[0];
217 } __attribute__((packed));
218 
219 /* Chapter 10.5.5.14 / Table 10.5.147 */
251 };
252 
253 extern const struct value_string *gsm48_gmm_cause_names;
254 
255 /* 3GPP TS 24.008 10.5.6.6 / Table 10.5.157 */
284 };
285 
286 extern const struct value_string *gsm48_gsm_cause_names;
287 
288 /* Section 6.1.2.2: Session management states on the network side */
295 };
296 
297 /* Table 10.5.155/3GPP TS 24.008 */
301 };
308 };
309 
310 /* Figure 10.5.138/24.008 / Chapter 10.5.6.5 */
316 };
317 
318 /* Figure 10.5.138/24.008 / Chapter 10.5.6.5 */
323 };
324 
325 /* Figure 10.5.138/24.008 / Chapter 10.5.6.5 */
336 };
337 
338 /* Figure 10.5.138/24.008 / Chapter 10.5.6.5 */
359 };
360 
361 /* 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 */
372 };
373 
374 /* Figure 10.5.138/24.008 / Chapter 10.5.6.5 */
380 };
381 
382 /* Figure 10.5.138/24.008 / Chapter 10.5.6.5 */
384  /* values below in 10 octet granularity */
388 };
389 
390 /* Figure 10.5.138/24.008 / Chapter 10.5.6.5 */
399 };
400 
401 /* Figure 10.5.138/24.008 / Chapter 10.5.6.5 */
412 };
413 
414 /* Figure 10.5.138/24.008 / Chapter 10.5.6.5 */
423 };
424 
425 /* 3GPP 24.008 / Chapter 10.5.5.20 / Table 10.5.153a */
432 };
433 
434 extern const struct value_string *gprs_service_t_strs;
435 
436 bool gprs_ms_net_cap_gea_supported(const uint8_t *ms_net_cap, uint8_t cap_len,
437  enum gprs_ciph_algo gea);
438 
439 /* Figure 10.5.138/24.008 / Chapter 10.5.6.5 */
440 struct gsm48_qos {
441  /* octet 3 */
442  uint8_t reliab_class:3;
443  uint8_t delay_class:3;
444  uint8_t spare:2;
445  /* octet 4 */
446  uint8_t preced_class:3;
447  uint8_t spare2:1;
448  uint8_t peak_tput:4;
449  /* octet 5 */
450  uint8_t mean_tput:5;
451  uint8_t spare3:3;
452  /* octet 6 */
453  uint8_t deliv_err_sdu:3;
454  uint8_t deliv_order:2;
455  uint8_t traf_class:3;
456  /* octet 7 */
457  uint8_t max_sdu_size;
458  /* octet 8 */
459  uint8_t max_bitrate_up;
460  /* octet 9 */
462  /* octet 10 */
463  uint8_t sdu_err_ratio:4;
464  uint8_t resid_ber:4;
465  /* octet 11 */
466  uint8_t handling_prio:2;
467  uint8_t xfer_delay:6;
468  /* octet 12 */
470  /* octet 13 */
472  /* octet 14 */
473  uint8_t src_stats_desc:4;
474  uint8_t sig_ind:1;
475  uint8_t spare5:3;
476  /* octet 15 */
478  /* octet 16 */
480 };
Definition: gsm_04_08_gprs.h:283
Definition: gsm_04_08_gprs.h:245
Definition: gsm_04_08_gprs.h:103
Definition: gsm_04_08_gprs.h:84
Definition: gsm_04_08_gprs.h:118
Definition: gsm_04_08_gprs.h:260
Definition: gsm_04_08_gprs.h:221
Definition: gsm_04_08_gprs.h:262
Definition: gsm_04_08_gprs.h:378
Definition: gsm_04_08_gprs.h:241
Definition: gsm_04_08_gprs.h:356
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:463
Definition: gsm_04_08_gprs.h:109
Definition: gsm_04_08_gprs.h:328
Definition: gsm_04_08_gprs.h:397
Definition: gsm_04_08_gprs.h:363
Definition: gsm_04_08_gprs.h:261
Definition: gsm_04_08_gprs.h:355
Definition: gsm_04_08_gprs.h:303
Definition: gsm_04_08_gprs.h:353
Definition: gsm_04_08_gprs.h:358
uint8_t sig_ind
Definition: gsm_04_08_gprs.h:474
Definition: gsm_04_08_gprs.h:130
Definition: gsm_04_08_gprs.h:422
Definition: gsm_04_08_gprs.h:313
Definition: gsm_04_08_gprs.h:411
gsm48_pdp_state
Definition: gsm_04_08_gprs.h:289
gsm48_qos_resid_ber
Definition: gsm_04_08_gprs.h:402
Definition: gsm_04_08_gprs.h:92
uint8_t spare
Definition: gsm_04_08_gprs.h:444
uint8_t traf_class
Definition: gsm_04_08_gprs.h:455
Definition: gsm_04_08_gprs.h:224
Definition: gsm_04_08_gprs.h:321
gsm48_qos_traf_class
Definition: gsm_04_08_gprs.h:375
uint8_t data[0]
Definition: gsm_04_08_gprs.h:79
Definition: gsm_04_08_gprs.h:264
uint8_t max_bitrate_down
Definition: gsm_04_08_gprs.h:461
Definition: gsm_04_08_gprs.h:87
Definition: gsm_04_08_gprs.h:304
Definition: gsm_04_08_gprs.h:247
Definition: gsm_04_08_gprs.h:431
const struct value_string * gprs_att_t_strs
Definition: gsm_04_08_gprs.c:182
Definition: gsm_04_08_gprs.h:104
gsm48_gprs_ie_sm
Definition: gsm_04_08_gprs.h:108
Definition: gsm_04_08_gprs.h:124
Definition: gsm_04_08_gprs.h:267
Definition: gsm_04_08_gprs.h:281
Definition: gsm_04_08_gprs.h:259
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:479
Definition: gsm_04_08_gprs.h:392
Definition: gsm_04_08_gprs.h:246
Definition: gsm_04_08_gprs.h:294
uint8_t mean_tput
Definition: gsm_04_08_gprs.h:450
Definition: gsm_04_08_gprs.h:112
Definition: gsm_04_08_gprs.h:97
uint8_t resid_ber
Definition: gsm_04_08_gprs.h:464
uint8_t spare2
Definition: gsm_04_08_gprs.h:447
Definition: gsm_04_08_gprs.h:379
Definition: gsm_04_08_gprs.h:120
Definition: gsm_04_08_gprs.h:85
Definition: gsm_04_08_gprs.h:394
Definition: gsm_04_08_gprs.h:111
Definition: gsm_04_08_gprs.h:307
Definition: gsm_04_08_gprs.h:290
Definition: gsm_04_08_gprs.h:240
Definition: gsm_04_08_gprs.h:416
Definition: gsm_04_08_gprs.h:275
Definition: gsm_04_08_gprs.h:117
Definition: gsm_04_08_gprs.h:89
uint8_t max_bitrate_down_ext
Definition: gsm_04_08_gprs.h:477
Definition: gsm_04_08_gprs.h:407
Definition: gsm_04_08_gprs.h:96
Definition: gsm_04_08_gprs.h:100
Definition: gsm_04_08_gprs.h:102
Definition: gsm_04_08_gprs.h:342
Definition: gsm_04_08_gprs.h:351
gsm48_gprs_tmr_unit
Definition: gsm_04_08_gprs.h:154
Definition: gsm_04_08_gprs.h:227
uint8_t reliab_class
Definition: gsm_04_08_gprs.h:442
const struct value_string * gsm48_gmm_cause_names
Definition: gsm_04_08_gprs.c:80
Definition: gsm_04_08_gprs.h:406
Definition: gsm_04_08_gprs.h:335
gsm48_qos_peak_tput
Definition: gsm_04_08_gprs.h:326
Definition: gsm_04_08_gprs.h:249
Definition: gsm_04_08_gprs.h:409
Definition: gsm_04_08_gprs.h:229
Definition: gsm_04_08_gprs.h:322
uint8_t peak_tput
Definition: gsm_04_08_gprs.h:448
Definition: gsm_04_08_gprs.h:354
Definition: gsm_04_08_gprs.h:225
Definition: gsm_04_08_gprs.h:133
Definition: gsm_04_08_gprs.h:345
uint8_t xfer_delay
Definition: gsm_04_08_gprs.h:467
Definition: gsm_04_08_gprs.h:131
Definition: gsm_04_08_gprs.h:341
Definition: gsm_04_08_gprs.h:257
gsm48_qos_reliab_class
Definition: gsm_04_08_gprs.h:311
Definition: gsm_04_08_gprs.h:213
Definition: gsm_04_08_gprs.h:428
Definition: gsm_04_08_gprs.h:88
Definition: gsm_04_08_gprs.h:242
Definition: gsm_04_08_gprs.h:280
Definition: gsm_04_08_gprs.h:155
Definition: gsm_04_08_gprs.h:417
Definition: gsm_04_08_gprs.h:222
const struct value_string * gprs_det_t_mt_strs
Definition: gsm_04_08_gprs.c:213
Definition: gsm_04_08.h:2232
Definition: gsm_04_08_gprs.h:248
Definition: gsm_04_08_gprs.h:403
gsm48_qos_max_sdu_size
Definition: gsm_04_08_gprs.h:383
Definition: gsm_04_08_gprs.h:101
gsm48_gprs_ie_mm
Definition: gsm_04_08_gprs.h:83
Definition: gsm_04_08_gprs.h:420
gsm48_pdp_type_nr
Definition: gsm_04_08_gprs.h:302
Definition: gsm_04_08_gprs.h:236
GSM TS 04.08 definitions.
Definition: gsm_04_08_gprs.h:250
Definition: gsm_04_08_gprs.h:293
Definition: gsm_04_08_gprs.h:125
gsm48_qos_mean_tput
Definition: gsm_04_08_gprs.h:339
uint8_t delay_class
Definition: gsm_04_08_gprs.h:443
Definition: gsm_04_08_gprs.h:371
Definition: gsm_04_08_gprs.h:157
uint8_t handling_prio
Definition: gsm_04_08_gprs.h:466
Definition: gsm_04_08_gprs.h:343
Definition: gsm_04_08_gprs.h:266
Definition: gsm_04_08_gprs.h:272
Definition: gsm_04_08_gprs.h:230
Definition: gsm_04_08_gprs.h:231
Definition: gsm_04_08_gprs.h:156
uint8_t preced_class
Definition: gsm_04_08_gprs.h:446
gsm48_pdp_type_org
Definition: gsm_04_08_gprs.h:298
Definition: gsm_04_08_gprs.h:115
Definition: gsm_04_08_gprs.h:300
Definition: gsm_04_08_gprs.h:299
Definition: gsm_04_08_gprs.h:376
gsm48_gmm_service_type
Definition: gsm_04_08_gprs.h:426
Definition: gsm_04_08_gprs.h:352
Definition: gsm_04_08_gprs.h:271
Definition: gsm_04_08_gprs.h:263
gsm48_gsm_cause
Definition: gsm_04_08_gprs.h:256
Definition: gsm_04_08_gprs.h:165
const struct value_string * gprs_upd_t_strs
Definition: gsm_04_08_gprs.c:193
Definition: gsm_04_08_gprs.h:235
Definition: gsm_04_08_gprs.h:278
Definition: gsm_04_08_gprs.h:393
Definition: gsm_04_08_gprs.h:226
Definition: gsm_04_08_gprs.h:122
Definition: gsm_04_08_gprs.h:385
Definition: gsm_04_08_gprs.h:90
Definition: gsm_04_08_gprs.h:132
Definition: gsm_04_08_gprs.h:239
const struct value_string * gsm48_gsm_cause_names
Definition: gsm_04_08_gprs.c:120
Definition: gsm_04_08_gprs.h:114
Definition: gsm_04_08_gprs.h:349
enum gsm48_gprs_ie_mm __attribute__
Definition: gsm_04_08_gprs.h:398
Definition: gsm_04_08_gprs.h:440
Definition: gsm_04_08_gprs.h:265
uint8_t max_bitrate_up
Definition: gsm_04_08_gprs.h:459
Definition: gsm_04_08_gprs.h:344
gsm48_gmm_cause
Definition: gsm_04_08_gprs.h:220
uint8_t spare5
Definition: gsm_04_08_gprs.h:475
Definition: gsm_04_08_gprs.h:329
Definition: gsm_04_08_gprs.h:405
Definition: gsm_04_08_gprs.h:408
Definition: gsm_04_08_gprs.h:269
Definition: gsm_04_08_gprs.h:270
Definition: gsm_04_08_gprs.h:99
Definition: gsm_04_08_gprs.h:158
Definition: gsm_04_08_gprs.h:95
Definition: gsm_04_08_gprs.h:277
Definition: gsm_04_08_gprs.h:330
Definition: gsm_04_08_gprs.h:200
gsm48_qos_max_bitrate
Definition: gsm_04_08_gprs.h:391
Definition: gsm_04_08_gprs.h:312
Definition: gsm_04_08_gprs.h:243
Definition: gsm_04_08_gprs.h:333
Definition: gsm_04_08_gprs.h:273
Definition: gsm_04_08_gprs.h:306
Definition: gsm_04_08_gprs.h:121
gprs_ciph_algo
Definition: gprs_cipher.h:13
Definition: gsm_04_08_gprs.h:223
Definition: gsm_04_08_gprs.h:430
Definition: gsm_04_08_gprs.h:346
Definition: gsm_04_08_gprs.h:429
Definition: gsm_04_08_gprs.h:292
Definition: gsm_04_08_gprs.h:232
Definition: gsm_04_08_gprs.h:98
Definition: gsm_04_08_gprs.h:348
Definition: gsm_04_08_gprs.h:105
uint8_t req_llc_sapi
Definition: gsm_04_08_gprs.h:215
Definition: gsm_04_08_gprs.h:387
Definition: gsm_04_08_gprs.h:350
Definition: gsm_04_08_gprs.h:315
Definition: gsm_04_08_gprs.h:268
Definition: gsm_04_08_gprs.h:427
Definition: gsm_04_08_gprs.h:410
Definition: gsm_04_08_gprs.h:334
Definition: gsm_04_08_gprs.h:228
Definition: gsm_04_08_gprs.h:258
Definition: gsm_04_08_gprs.h:86
Definition: gsm_04_08_gprs.h:332
uint8_t spare3
Definition: gsm_04_08_gprs.h:451
Definition: gsm_04_08_gprs.h:320
Definition: gsm_04_08_gprs.h:340
Definition: gsm_04_08_gprs.h:421
Definition: gsm_04_08_gprs.h:279
Definition: gsm_04_08_gprs.h:305
Definition: gsm_04_08_gprs.h:282
Definition: gsm_04_08_gprs.h:396
const struct value_string * gprs_service_t_strs
Definition: gsm_04_08_gprs.c:225
Definition: gsm_04_08_gprs.h:327
Definition: gsm_04_08_gprs.h:126
uint8_t src_stats_desc
Definition: gsm_04_08_gprs.h:473
Definition: gsm_04_08_gprs.h:234
Definition: gsm_04_08_gprs.h:91
gsm48_qos_preced_class
Definition: gsm_04_08_gprs.h:319
Definition: gsm_04_08_gprs.h:184
Definition: gsm_04_08_gprs.h:331
Definition: gsm_04_08_gprs.h:116
Definition: gsm_04_08_gprs.h:94
uint8_t req_nsapi
Definition: gsm_04_08_gprs.h:214
Definition: gsm_04_08_gprs.h:238
Definition: gsm_04_08_gprs.h:418
Definition: gsm_04_08_gprs.h:137
uint8_t max_sdu_size
Definition: gsm_04_08_gprs.h:457
gsm48_qos_err_sdu
Definition: gsm_04_08_gprs.h:362
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:454
Definition: gsm_04_08_gprs.h:364
Definition: gsm_04_08_gprs.h:357
Definition: gsm_04_08_gprs.h:93
Definition: gsm_04_08_gprs.h:244
uint8_t deliv_err_sdu
Definition: gsm_04_08_gprs.h:453
Definition: gsm_04_08_gprs.h:274
Definition: gsm_04_08_gprs.h:347
Definition: gsm_04_08_gprs.h:123
Definition: gsm_04_08_gprs.h:370
Definition: gsm_04_08_gprs.h:276
Definition: gsm_04_08_gprs.h:237
gsm48_qos_sdu_err
Definition: gsm_04_08_gprs.h:415
Definition: gsm_04_08_gprs.h:113
Definition: gsm_04_08_gprs.h:365
Definition: gsm_04_08_gprs.h:314
Definition: gsm_04_08_gprs.h:377
Definition: gsm_04_08_gprs.h:119
Definition: gsm_04_08_gprs.h:291
Definition: gsm_04_08_gprs.h:233
Definition: gsm_04_08_gprs.h:395
Definition: gsm_04_08_gprs.h:419
Definition: gsm_04_08_gprs.h:404
Definition: gsm_04_08_gprs.h:386
Definition: gsm_04_08_gprs.h:110
uint8_t guar_bitrate_up
Definition: gsm_04_08_gprs.h:469
gsm48_qos_deliv_order
Definition: gsm_04_08_gprs.h:369
uint8_t guar_bitrate_down
Definition: gsm_04_08_gprs.h:471