add GPRS attach case

This commit is contained in:
Harald Welte 2010-07-09 12:28:42 +02:00
parent bddb3aa1c2
commit ef3058d2c3
1 changed files with 20 additions and 0 deletions

20
gprs_attach.lad Normal file
View File

@ -0,0 +1,20 @@
[entities]
# define the entities in the system (in order)
ms
sgsn
hlr
[messages]
# define the protocol messages in-order
ms sgsn "GMM GPRS ATTACH REQ (TMSI)"
sgsn ms "GMM IDENTITY req (IMSI)" dashed
ms sgsn "GMM IDENTITY resp (IMSI)" dashed
sgsn hlr "MAP SEND AUTH INFO req"
hlr sgsn "MAP SEND AUTH INFO resp"
sgsn ms "GMM AUTH AND CIPH req"
ms sgsn "GMM AUTH AND CIPH resp"
sgsn hlr "MAP UPDATE GPRS LOCATION req"
hlr sgsn "MAP INSERT SUBSCRIBER DATA req"
sgsn hlr "MAP INSERT SUBSCRIBER DATA resp"
hlr sgsn "MAP UPDATE GPRS LOCATION resp"
sgsn ms "GMM GPRS ATTACH ACCEPT"