gen_ladder/location_update_2nd_core.lad

37 lines
753 B
Plaintext
Raw Normal View History

2011-10-07 19:22:40 +00:00
[global]
title "GSM Location Update (2nd with cancel)"
2011-10-07 18:38:27 +00:00
[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)"