4 /* General GTP protocol related definitions. */
7 #define GTP1U_PORT 2152
11 struct gtp0_header { /* According to GSM TS 09.60. */
20 } __attribute__ ((packed));
22 struct gtp1_header { /* According to 3GPP TS 29.060. */
27 } __attribute__ ((packed));
29 #define GTP1_F_NPDU 0x01
30 #define GTP1_F_SEQ 0x02
31 #define GTP1_F_EXTHDR 0x04
32 #define GTP1_F_MASK 0x07