Commit 0055b0ab authored by Lionel Gauthier's avatar Lionel Gauthier

To do later MTU dynamic parameter

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6118 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 5109cd00
...@@ -48,7 +48,7 @@ struct gtpuhdr ...@@ -48,7 +48,7 @@ struct gtpuhdr
u_int32_t tunid; u_int32_t tunid;
}; };
#define MTU 1500 #define MTU 1564
#define GTPU_HDR_PNBIT 1 #define GTPU_HDR_PNBIT 1
#define GTPU_HDR_SBIT 1 << 1 #define GTPU_HDR_SBIT 1 << 1
#define GTPU_HDR_EBIT 1 << 2 #define GTPU_HDR_EBIT 1 << 2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment