aboutsummaryrefslogtreecommitdiffstats
path: root/location_update_2nd_core.lad
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-10-07 20:38:27 +0200
committerHarald Welte <laforge@gnumonks.org>2011-10-07 20:38:27 +0200
commit8b4e8cc5b4af773300372716f016fac1d0ec295f (patch)
treec3bab0d90d00e82c5516851cf9c7b56554befc90 /location_update_2nd_core.lad
parent5bad9007084a954a6ec025cef70bf24be7eaf75b (diff)
more ladder diagrams
Diffstat (limited to 'location_update_2nd_core.lad')
-rw-r--r--location_update_2nd_core.lad33
1 files changed, 33 insertions, 0 deletions
diff --git a/location_update_2nd_core.lad b/location_update_2nd_core.lad
new file mode 100644
index 0000000..5730a9c
--- /dev/null
+++ b/location_update_2nd_core.lad
@@ -0,0 +1,33 @@
+[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)"