libosmogsm  UNKNOWN
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 /* TS 24.008 Table 10.5.155/3GPP */
302 };
309 };
310 /* TS 24.008 10.5.6.4 "Packet data protocol address" value
311  * Note: This can be reused for 3GPP TS 29.060 7.7.27 "End User Address"
312  * with minor changes in the values, like spare being 1111 instead.
313 */
315 #if OSMO_IS_LITTLE_ENDIAN
316 uint8_t organization:4, /* enum gsm48_pdp_type_org */
317  spare:4; /* 0000 */
318 #elif OSMO_IS_BIG_ENDIAN
319 /* auto-generated from the little endian part above (libosmocore/contrib/struct_endianness.py) */
320 uint8_t spare:4, organization:4;
321 #endif
322 uint8_t type; /* enum gsm48_pdp_type_nr */
323  union {
324  /* PDP_TYPE_ORG_ETSI */
325  union {
326  } etsi;
327  /* PDP_TYPE_ORG_IETF */
328  union {
329  /* PDP_TYPE_N_IETF_IPv4 */
330  uint32_t v4;
331 
332  /* PDP_TYPE_N_IETF_IPv6 */
333  uint8_t v6[16];
335  /* PDP_TYPE_N_IETF_IPv4v6 */
336  struct {
337  uint32_t v4;
338  uint8_t v6[16];
339  } __attribute__ ((packed)) v4v6;
340  } ietf;
341  };
342 } __attribute__ ((packed));
343 
344 /* Figure 10.5.138/24.008 / Chapter 10.5.6.5 */
350 };
351 
352 /* Figure 10.5.138/24.008 / Chapter 10.5.6.5 */
357 };
358 
359 /* Figure 10.5.138/24.008 / Chapter 10.5.6.5 */
370 };
371 
372 /* Figure 10.5.138/24.008 / Chapter 10.5.6.5 */
393 };
394 
395 /* Figure 10.5.138/24.008 / Chapter 10.5.6.5 */
400 };
401 
402 /* Figure 10.5.138/24.008 / Chapter 10.5.6.5 */
406 };
407 
408 /* Figure 10.5.138/24.008 / Chapter 10.5.6.5 */
414 };
415 
416 /* Figure 10.5.138/24.008 / Chapter 10.5.6.5 */
418  /* values below in 10 octet granularity */
422 };
423 
424 /* Figure 10.5.138/24.008 / Chapter 10.5.6.5 */
433 };
434 
435 /* Figure 10.5.138/24.008 / Chapter 10.5.6.5 */
446 };
447 
448 /* Figure 10.5.138/24.008 / Chapter 10.5.6.5 */
457 };
458 
459 /* 3GPP 24.008 / Chapter 10.5.5.20 / Table 10.5.153a */
466 };
467 
468 extern const struct value_string *gprs_service_t_strs;
469 
470 bool gprs_ms_net_cap_gea_supported(const uint8_t *ms_net_cap, uint8_t cap_len,
471  enum gprs_ciph_algo gea);
472 
473 /* Figure 10.5.138/24.008 / Chapter 10.5.6.5 */
474 struct gsm48_qos {
475  /* octet 3 */
476  uint8_t reliab_class:3;
477  uint8_t delay_class:3;
478  uint8_t spare:2;
479  /* octet 4 */
480  uint8_t preced_class:3;
481  uint8_t spare2:1;
482  uint8_t peak_tput:4;
483  /* octet 5 */
484  uint8_t mean_tput:5;
485  uint8_t spare3:3;
486  /* octet 6 */
487  uint8_t deliv_err_sdu:3;
488  uint8_t deliv_order:2;
489  uint8_t traf_class:3;
490  /* octet 7 */
491  uint8_t max_sdu_size;
492  /* octet 8 */
493  uint8_t max_bitrate_up;
494  /* octet 9 */
496  /* octet 10 */
497  uint8_t sdu_err_ratio:4;
498  uint8_t resid_ber:4;
499  /* octet 11 */
500  uint8_t handling_prio:2;
501  uint8_t xfer_delay:6;
502  /* octet 12 */
504  /* octet 13 */
506  /* octet 14 */
507  uint8_t src_stats_desc:4;
508  uint8_t sig_ind:1;
509  uint8_t spare5:3;
510  /* octet 15 */
512  /* octet 16 */
514 };
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:412
Definition: gsm_04_08_gprs.h:241
Definition: gsm_04_08_gprs.h:390
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:497
Definition: gsm_04_08_gprs.h:109
Definition: gsm_04_08_gprs.h:362
Definition: gsm_04_08_gprs.h:431
Definition: gsm_04_08_gprs.h:397
Definition: gsm_04_08_gprs.h:261
Definition: gsm_04_08_gprs.h:389
Definition: gsm_04_08_gprs.h:304
Definition: gsm_04_08_gprs.h:387
Definition: gsm_04_08_gprs.h:392
uint8_t sig_ind
Definition: gsm_04_08_gprs.h:508
Definition: gsm_04_08_gprs.h:130
Definition: gsm_04_08_gprs.h:456
Definition: gsm_04_08_gprs.h:347
Definition: gsm_04_08_gprs.h:445
gsm48_pdp_state
Definition: gsm_04_08_gprs.h:289
gsm48_qos_resid_ber
Definition: gsm_04_08_gprs.h:436
Definition: gsm_04_08_gprs.h:92
uint8_t spare
Definition: gsm_04_08_gprs.h:478
uint8_t traf_class
Definition: gsm_04_08_gprs.h:489
Definition: gsm_04_08_gprs.h:224
Definition: gsm_04_08_gprs.h:355
gsm48_qos_traf_class
Definition: gsm_04_08_gprs.h:409
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:495
Definition: gsm_04_08_gprs.h:87
Definition: gsm_04_08_gprs.h:305
Definition: gsm_04_08_gprs.h:247
Definition: gsm_04_08_gprs.h:465
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:513
Definition: gsm_04_08_gprs.h:426
Definition: gsm_04_08_gprs.h:246
Definition: gsm_04_08_gprs.h:294
uint8_t mean_tput
Definition: gsm_04_08_gprs.h:484
Definition: gsm_04_08_gprs.h:112
Definition: gsm_04_08_gprs.h:97
uint8_t resid_ber
Definition: gsm_04_08_gprs.h:498
uint8_t spare2
Definition: gsm_04_08_gprs.h:481
Definition: gsm_04_08_gprs.h:413
union gsm48_pdp_address::@71::@74 ietf
Definition: gsm_04_08_gprs.h:120
Definition: gsm_04_08_gprs.h:85
enum gsm48_gprs_ie_mm __attribute__
Definition: gsm_04_08_gprs.h:428
Definition: gsm_04_08_gprs.h:111
Definition: gsm_04_08_gprs.h:308
Definition: gsm_04_08_gprs.h:290
Definition: gsm_04_08_gprs.h:240
Definition: gsm_04_08_gprs.h:450
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:511
Definition: gsm_04_08_gprs.h:441
Definition: gsm_04_08_gprs.h:96
Definition: gsm_04_08_gprs.h:100
Definition: gsm_04_08_gprs.h:102
uint8_t ra_id[6]
Definition: gsm_04_08.h:807
Definition: gsm_04_08_gprs.h:376
Definition: gsm_04_08_gprs.h:385
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:476
const struct value_string * gsm48_gmm_cause_names
Definition: gsm_04_08_gprs.c:80
Definition: gsm_04_08_gprs.h:440
Definition: gsm_04_08_gprs.h:369
gsm48_qos_peak_tput
Definition: gsm_04_08_gprs.h:360
Definition: gsm_04_08_gprs.h:249
Definition: gsm_04_08_gprs.h:443
Definition: gsm_04_08_gprs.h:229
Definition: gsm_04_08_gprs.h:356
uint8_t peak_tput
Definition: gsm_04_08_gprs.h:482
Definition: gsm_04_08_gprs.h:388
Definition: gsm_04_08_gprs.h:225
Definition: gsm_04_08_gprs.h:133
Definition: gsm_04_08_gprs.h:379
uint8_t xfer_delay
Definition: gsm_04_08_gprs.h:501
Definition: gsm_04_08_gprs.h:131
Definition: gsm_04_08_gprs.h:375
Definition: gsm_04_08_gprs.h:257
gsm48_qos_reliab_class
Definition: gsm_04_08_gprs.h:345
Definition: gsm_04_08_gprs.h:213
Definition: gsm_04_08_gprs.h:462
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
uint8_t v6[16]
Definition: gsm_04_08_gprs.h:333
Definition: gsm_04_08_gprs.h:451
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:2255
Definition: gsm_04_08_gprs.h:248
Definition: gsm_04_08_gprs.h:437
gsm48_qos_max_sdu_size
Definition: gsm_04_08_gprs.h:417
Definition: gsm_04_08_gprs.h:101
gsm48_gprs_ie_mm
Definition: gsm_04_08_gprs.h:83
uint8_t data[0]
Definition: gsm_04_08_gprs.h:216
Definition: gsm_04_08_gprs.h:454
gsm48_pdp_type_nr
Definition: gsm_04_08_gprs.h:303
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:373
uint8_t delay_class
Definition: gsm_04_08_gprs.h:477
Definition: gsm_04_08_gprs.h:405
Definition: gsm_04_08_gprs.h:157
uint8_t handling_prio
Definition: gsm_04_08_gprs.h:500
Definition: gsm_04_08_gprs.h:377
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:480
Definition: gsm_04_08_gprs.h:301
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:410
gsm48_gmm_service_type
Definition: gsm_04_08_gprs.h:460
Definition: gsm_04_08_gprs.h:386
Definition: gsm_04_08_gprs.h:271
Definition: gsm_04_08_gprs.h:263
uint8_t type
Definition: gsm_04_08_gprs.h:322
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:427
Definition: gsm_04_08_gprs.h:226
Definition: gsm_04_08_gprs.h:122
Definition: gsm_04_08_gprs.h:419
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:383
Definition: gsm_04_08_gprs.h:432
Definition: gsm_04_08_gprs.h:474
Definition: gsm_04_08_gprs.h:265
uint32_t v4
Definition: gsm_04_08_gprs.h:330
union gsm48_pdp_address::@71::@73 etsi
uint8_t max_bitrate_up
Definition: gsm_04_08_gprs.h:493
Definition: gsm_04_08_gprs.h:378
gsm48_gmm_cause
Definition: gsm_04_08_gprs.h:220
uint8_t spare5
Definition: gsm_04_08_gprs.h:509
Definition: gsm_04_08_gprs.h:363
Definition: gsm_04_08_gprs.h:439
Definition: gsm_04_08_gprs.h:442
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:364
Definition: gsm_04_08_gprs.h:200
gsm48_qos_max_bitrate
Definition: gsm_04_08_gprs.h:425
Definition: gsm_04_08_gprs.h:346
Definition: gsm_04_08_gprs.h:243
Definition: gsm_04_08_gprs.h:367
Definition: gsm_04_08_gprs.h:273
Definition: gsm_04_08_gprs.h:307
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:464
Definition: gsm_04_08_gprs.h:380
Definition: gsm_04_08_gprs.h:463
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:382
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:421
Definition: gsm_04_08_gprs.h:384
Definition: gsm_04_08_gprs.h:349
Definition: gsm_04_08_gprs.h:268
Definition: gsm_04_08_gprs.h:461
Definition: gsm_04_08_gprs.h:444
Definition: gsm_04_08_gprs.h:368
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:366
uint8_t spare3
Definition: gsm_04_08_gprs.h:485
Definition: gsm_04_08_gprs.h:354
Definition: gsm_04_08_gprs.h:374
Definition: gsm_04_08_gprs.h:455
Definition: gsm_04_08_gprs.h:279
Definition: gsm_04_08_gprs.h:306
Definition: gsm_04_08_gprs.h:282
Definition: gsm_04_08_gprs.h:430
const struct value_string * gprs_service_t_strs
Definition: gsm_04_08_gprs.c:225
Definition: gsm_04_08_gprs.h:361
Definition: gsm_04_08_gprs.h:126
uint8_t src_stats_desc
Definition: gsm_04_08_gprs.h:507
Definition: gsm_04_08_gprs.h:234
Definition: gsm_04_08_gprs.h:91
gsm48_qos_preced_class
Definition: gsm_04_08_gprs.h:353
Definition: gsm_04_08_gprs.h:184
Definition: gsm_04_08_gprs.h:365
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:452
Definition: gsm_04_08_gprs.h:137
uint8_t max_sdu_size
Definition: gsm_04_08_gprs.h:491
gsm48_qos_err_sdu
Definition: gsm_04_08_gprs.h:396
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:488
Definition: gsm_04_08_gprs.h:398
Definition: gsm_04_08_gprs.h:391
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:487
Definition: gsm_04_08_gprs.h:314
Definition: gsm_04_08_gprs.h:274
Definition: gsm_04_08_gprs.h:381
Definition: gsm_04_08_gprs.h:123
Definition: gsm_04_08_gprs.h:404
Definition: gsm_04_08_gprs.h:276
Definition: gsm_04_08_gprs.h:237
gsm48_qos_sdu_err
Definition: gsm_04_08_gprs.h:449
Definition: gsm_04_08_gprs.h:113
Definition: gsm_04_08_gprs.h:399
Definition: gsm_04_08_gprs.h:348
Definition: gsm_04_08_gprs.h:411
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:429
Definition: gsm_04_08_gprs.h:453
Definition: gsm_04_08_gprs.h:438
Definition: gsm_04_08_gprs.h:420
Definition: gsm_04_08_gprs.h:110
uint8_t guar_bitrate_up
Definition: gsm_04_08_gprs.h:503
gsm48_qos_deliv_order
Definition: gsm_04_08_gprs.h:403
uint8_t guar_bitrate_down
Definition: gsm_04_08_gprs.h:505