aboutsummaryrefslogtreecommitdiffstats
path: root/gprs_pdp_ctx_act.lad
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-12-08 18:03:10 +0100
committerHarald Welte <laforge@gnumonks.org>2012-12-08 18:03:35 +0100
commitca05d75ce7d9a90d07161068e216e3b990c95b02 (patch)
tree18ce4338a5bc9987e1c9555cd1bfd3cef2bed408 /gprs_pdp_ctx_act.lad
parent63d8dbbaa307821542ecbc565ccfc54cbf53692e (diff)
GRPS PDP context activation: ADD "internet" as node
Diffstat (limited to 'gprs_pdp_ctx_act.lad')
-rw-r--r--gprs_pdp_ctx_act.lad3
1 files changed, 3 insertions, 0 deletions
diff --git a/gprs_pdp_ctx_act.lad b/gprs_pdp_ctx_act.lad
index d59d91e..6d8f64c 100644
--- a/gprs_pdp_ctx_act.lad
+++ b/gprs_pdp_ctx_act.lad
@@ -8,6 +8,7 @@ bss "BSS"
sgsn "SGSN"
dns "DNS"
ggsn "GGSN"
+inet "Internet"
[messages]
# define the protocol messages in-order
@@ -21,5 +22,7 @@ ggsn sgsn "GTP-C (PDP CONTEXT ACT ACK)"
sgsn ms "LLC (SM PDP CONTEXT ACT ACK)"
ms sgsn "LLC (SNDCP (encapsulated IPv4))"
sgsn ggsn "GTP-U (encapsulated IPv4)"
+ggsn inet "IPv4 packet"
+inet ggsn "IPv4 packet"
ggsn sgsn "GTP-U (encapsulated IPv4)"
sgsn ms "LLC (SNDCP (encapsulated IPv4))"