aboutsummaryrefslogtreecommitdiffstats
path: root/gprs_pdp_ctx_act.lad
blob: 6d8f64cc22ff710308b582e35d857a8d8be3f977 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[global]
title	"GPRS PDP Context Activation (L3 only)"

[entities]
# define the entities in the system (in order)
ms	"MS"
bss	"BSS"
sgsn	"SGSN"
dns	"DNS"
ggsn	"GGSN"
inet	"Internet"

[messages]
# define the protocol messages in-order
ms	bss	"L1 RACH burst"
bss	ms	"RLC/MAC establishment"
ms	sgsn	"LLC (SM PDP CONTEXT ACT REQ)"
sgsn	dns	"DNS query A record of APN"
dns	sgsn	"DNS response IP address of GGSN"
sgsn	ggsn	"GTP-C (PDP CONTEXT ACT REQ)"
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))"