aboutsummaryrefslogtreecommitdiffstats
path: root/location_update_2nd_core.lad
blob: ac11e6a068e876d837b064ccd635f5909fdb920c (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
29
30
31
32
33
34
35
36
[global]
title	"GSM Location Update (2nd with cancel)"

[entities]
# define the entities in the system (in order)
ms	"MS"
msc	"MSC/VLR (New)"
hlr	"HLR/AUC"
msc_old	"MSC/VLR (Old)"

[messages]
# define the protocol messages in-order
ms	msc	"Channel Establishment" both
ms	msc	"MM LOC UPD REQ [TMSI]"

msc	msc_old	"MAP SEND IDENTIFICATION req [TMSI]"
msc_old	msc	"MAP SEND IDENTIFICATION resp [IMSI,Auth]"

msc	ms	"MM AUTH REQ"
ms	msc	"MM AUTH RESP"

msc	hlr	"MAP UPD LOC AREA req"

hlr	msc_old	"MAP CANCEL LOCATION req"
msc_old	hlr	"MAP CANCEL LOCATION resp"

hlr	msc	"MAP INSERT SUBSCR DATA req"
msc	hlr	"MAP INSERT SUBSCR DATA resp"

hlr	msc	"MAP UPD LOC AREA resp"


msc	ms	"RR CIPH MOD CMD"
ms	msc	"RR CIPH MOD COMPL"

msc	ms	"DTAP(MM LOC UPD RESP)"