From bddb3aa1c2627647cffaa80fc2b07f265bd9cbb0 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 9 Jul 2010 09:51:38 +0200 Subject: add more complete example for location area update --- location_update.lad | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 location_update.lad diff --git a/location_update.lad b/location_update.lad new file mode 100644 index 0000000..2da0769 --- /dev/null +++ b/location_update.lad @@ -0,0 +1,31 @@ +[entities] +# define the entities in the system (in order) +ms +bts +bsc +# msc means MSC + VLR +msc +hlr + +[messages] +# define the protocol messages in-order +ms bts "L1 RACH burst" +bts bsc "RSL CHAN RQD" +bsc bts "RSL CHAN ACT REQ" +bts bsc "RSL CHAN ACT ACK" +bsc bts "RSL IMM ASS CMD" +bts ms "IMMEDIATE ASSIGN" +ms bsc "MM LOC UPD REQ" +bsc msc "COMPL L3 INFO (LOC UPD REQ)" +msc ms "MM IDENTITY REQUEST" +ms msc "MM IDENTITY RESPONSE" +msc hlr "MAP SEND AUTH INFO req" +hlr msc "MAP SEND AUTH INFO resp" +msc ms "MM AUTH REQ" +ms msc "MM AUTH RESP" +msc hlr "MAP UPD LOC AREA req" +hlr msc "MAP INSERT SUBSCR DATA req" +msc hlr "MAP INSERT SUBSCR DATA resp" +hlr msc "MAP UPD LOC AREA resp" + +ms msc "Dedicated Channel" both dashed -- cgit v1.2.3