add GPRS procedure .lad files
parent
ee5299e7bb
commit
307d787cfe
|
@ -0,0 +1,25 @@
|
|||
[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"
|
||||
|
||||
[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 sgsn "GTP-U (encapsulated IPv4)"
|
||||
sgsn ms "LLC (SNDCP (encapsulated IPv4))"
|
|
@ -0,0 +1,27 @@
|
|||
[global]
|
||||
title "GPRS Routeing Area Update (L3 only)"
|
||||
|
||||
[entities]
|
||||
# define the entities in the system (in order)
|
||||
ms "MS"
|
||||
bss "BSS"
|
||||
# msc means MSC + VLR
|
||||
sgsn "SGSN"
|
||||
hlr "HLR/AUC"
|
||||
|
||||
[messages]
|
||||
# define the protocol messages in-order
|
||||
ms bss "L1 RACH burst"
|
||||
bss ms "RLC/MAC establishment"
|
||||
ms sgsn "LLC (GMM ROUTEING AREA UPDATE REQ)"
|
||||
sgsn ms "LLC (GMM IDENTITY REQUEST)"
|
||||
ms sgsn "LLC (GMM IDENTITY RESPONSE)"
|
||||
sgsn hlr "MAP SEND AUTH INFO req"
|
||||
hlr sgsn "MAP SEND AUTH INFO resp"
|
||||
sgsn ms "LLC (GMM AUTH REQ)"
|
||||
ms sgsn "LLC (GMM AUTH RESP)"
|
||||
sgsn hlr "MAP UPD GPRS LOC AREA req"
|
||||
hlr sgsn "MAP INSERT SUBSCR DATA req"
|
||||
sgsn hlr "MAP INSERT SUBSCR DATA resp"
|
||||
hlr sgsn "MAP UPD GPRS LOC AREA resp"
|
||||
sgsn ms "LLC (GMM ROUTEING AREA UPD RESP)"
|
Loading…
Reference in New Issue