aboutsummaryrefslogtreecommitdiffstats
path: root/gtp/pdp.h
diff options
context:
space:
mode:
authorjjako <jjako>2003-11-10 12:31:41 +0000
committerjjako <jjako>2003-11-10 12:31:41 +0000
commit193e8b1b01ed3e4065d4a300fddbf51a2980844b (patch)
treef1cb9920ca8e0845b5e949c49ad950db40ddff33 /gtp/pdp.h
parent0b076a331e1e7f955580313a5da416c170b3b4ce (diff)
Added --net, --nsapi, --gtpversion options
Diffstat (limited to 'gtp/pdp.h')
-rw-r--r--gtp/pdp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtp/pdp.h b/gtp/pdp.h
index 4ef63b3..62175ef 100644
--- a/gtp/pdp.h
+++ b/gtp/pdp.h
@@ -212,6 +212,12 @@ struct pdp_t {
/* Secondary contexts of this primary context */
uint32_t secondary_tei[PDP_MAXNSAPI];
+
+ /* IP address used for Create and Update PDP Context Requests */
+ struct in_addr hisaddr0; /* Server address */
+ struct in_addr hisaddr1; /* Server address */
+
+
};