From 89e1abcb18349e0b1b925c4634679e25b914209c Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 8 Oct 2017 07:50:20 +0800 Subject: Allow Common flags 0x94 and ignore them in PDP activation extended from https://github.com/osmocom/openggsn/pull/2 Change-Id: I31b3e4b378e74bb5a0a2f54af6d2a15b629876cf --- gtp/gtpie.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gtp/gtpie.h') diff --git a/gtp/gtpie.h b/gtp/gtpie.h index 754382e..8ea19ea 100644 --- a/gtp/gtpie.h +++ b/gtp/gtpie.h @@ -104,6 +104,7 @@ static __inline uint64_t hton64(uint64_t q) #define GTPIE_EXT_HEADER_T 141 /* Extension Header Type List */ #define GTPIE_TRIGGER_ID 142 /* Trigger Id */ #define GTPIE_OMC_ID 143 /* OMC Identity */ +#define GTPIE_COMMON_FLAGS 148 /* Common Flags */ #define GTPIE_RAT_TYPE 151 /* Radio Access Technology Type */ #define GTPIE_USER_LOC 152 /* User Location Information */ #define GTPIE_MS_TZ 153 /* MS Time Zone */ -- cgit v1.2.3