From ee5299e7bb8025a1fdc14d67ed60961536939240 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 7 Oct 2011 21:22:40 +0200 Subject: [PATCH] add title to manny .lad files --- call_forwarding_uncond_camel.lad | 3 +++ call_forwarding_user_busy_camel.lad | 3 +++ camel_mt_control.lad | 3 +++ gprs_attach.lad | 3 +++ location_update.lad | 3 +++ location_update_2nd_core.lad | 3 +++ map_client_server.lad | 3 +++ map_loc_upd.lad | 3 +++ mo_call.lad | 3 +++ mo_call_roaming.lad | 3 +++ mo_sms.lad | 3 +++ mo_sms_logical.lad | 3 +++ mt_call.lad | 3 +++ mt_call_roaming.lad | 3 +++ mt_call_roaming_core.lad | 3 +++ mt_sms.lad | 3 +++ rach.lad | 3 +++ test.lad | 3 +++ 18 files changed, 54 insertions(+) diff --git a/call_forwarding_uncond_camel.lad b/call_forwarding_uncond_camel.lad index 7194995..cf52449 100644 --- a/call_forwarding_uncond_camel.lad +++ b/call_forwarding_uncond_camel.lad @@ -1,3 +1,6 @@ +[global] +title "CAMEL: Unconditional MT Call Forwarding" + [entities] a "A-party" gmsc "GMSC/gsmSSF" diff --git a/call_forwarding_user_busy_camel.lad b/call_forwarding_user_busy_camel.lad index 14379a0..a81e42a 100644 --- a/call_forwarding_user_busy_camel.lad +++ b/call_forwarding_user_busy_camel.lad @@ -1,3 +1,6 @@ +[global] +title "CAMEL: User-determined busy on MT call" + [entities] a "A-party" gmsc "GMSC/gsmSSF" diff --git a/camel_mt_control.lad b/camel_mt_control.lad index ed2330a..b4610b1 100644 --- a/camel_mt_control.lad +++ b/camel_mt_control.lad @@ -1,3 +1,6 @@ +[global] +title "CAMEL: MT Call (t-CSI) example" + [entities] # define the entities in the system (in order) a "A" diff --git a/gprs_attach.lad b/gprs_attach.lad index 55e1ed9..2ca0897 100644 --- a/gprs_attach.lad +++ b/gprs_attach.lad @@ -1,3 +1,6 @@ +[global] +title "GPRS ATTACH / LOCATION UPDATE" + [entities] # define the entities in the system (in order) ms "MS" diff --git a/location_update.lad b/location_update.lad index 6904739..2a236e2 100644 --- a/location_update.lad +++ b/location_update.lad @@ -1,3 +1,6 @@ +[global] +title "GSM Location Update" + [entities] # define the entities in the system (in order) ms "MS" diff --git a/location_update_2nd_core.lad b/location_update_2nd_core.lad index 5730a9c..ac11e6a 100644 --- a/location_update_2nd_core.lad +++ b/location_update_2nd_core.lad @@ -1,3 +1,6 @@ +[global] +title "GSM Location Update (2nd with cancel)" + [entities] # define the entities in the system (in order) ms "MS" diff --git a/map_client_server.lad b/map_client_server.lad index 66afb44..5aacfc5 100644 --- a/map_client_server.lad +++ b/map_client_server.lad @@ -1,3 +1,6 @@ +[global] +title "Basic examlpe of a TCAP/MAP client/server" + [entities] # define the entities in the system (in order) client diff --git a/map_loc_upd.lad b/map_loc_upd.lad index 6a4086e..5442828 100644 --- a/map_loc_upd.lad +++ b/map_loc_upd.lad @@ -1,4 +1,7 @@ # Flow of primitives between SGSN/MSC and HLR in case of location update +[global] +title "Flow of primitives between SGSN/MSC and HLR in LU" + [entities] # define the entities in the system (in order) sgsn_msc diff --git a/mo_call.lad b/mo_call.lad index e413b08..c8e6d00 100644 --- a/mo_call.lad +++ b/mo_call.lad @@ -1,3 +1,6 @@ +[global] +title "Mobile Originated (MO) call in RAN and CN" + [entities] ms "MS" bts "BTS" diff --git a/mo_call_roaming.lad b/mo_call_roaming.lad index d693846..e95ad2c 100644 --- a/mo_call_roaming.lad +++ b/mo_call_roaming.lad @@ -1,3 +1,6 @@ +[global] +title "Mobile Originated (MO) call: Roaming case" + [entities] ms "MS (Caller)" bts "BTS" diff --git a/mo_sms.lad b/mo_sms.lad index 04311df..947a1d3 100644 --- a/mo_sms.lad +++ b/mo_sms.lad @@ -1,3 +1,6 @@ +[global] +title "MT SMS in CN" + [entities] # define the entities in the system (in order) ms "MS" diff --git a/mo_sms_logical.lad b/mo_sms_logical.lad index e097ec5..d38a072 100644 --- a/mo_sms_logical.lad +++ b/mo_sms_logical.lad @@ -1,3 +1,6 @@ +[global] +title "Mobile Originated (MO) SMS accross layers" + [entities] ms-rl "MS SM-RL" ms-cm "MS SM-CM" diff --git a/mt_call.lad b/mt_call.lad index 5a3370c..95f3458 100644 --- a/mt_call.lad +++ b/mt_call.lad @@ -1,3 +1,6 @@ +[global] +title "Mobile Terminated (MT) Call in GERAN and CN" + [entities] ms "MS" bts "BTS" diff --git a/mt_call_roaming.lad b/mt_call_roaming.lad index 84766b9..ae01043 100644 --- a/mt_call_roaming.lad +++ b/mt_call_roaming.lad @@ -1,3 +1,6 @@ +[global] +title "Mobile Terminated(MT) Call: GERAN + CN view" + [entities] ms "MS (Called)" bts "BTS (VPLMN)" diff --git a/mt_call_roaming_core.lad b/mt_call_roaming_core.lad index ceabcd0..296187b 100644 --- a/mt_call_roaming_core.lad +++ b/mt_call_roaming_core.lad @@ -1,3 +1,6 @@ +[global] +title "Mobile Terminated (MT) call: Core network view" + [entities] # define the entities in the system (in order) a "A (Caller)" diff --git a/mt_sms.lad b/mt_sms.lad index b2747ed..d724394 100644 --- a/mt_sms.lad +++ b/mt_sms.lad @@ -1,3 +1,6 @@ +[global] +title "Mobile Terminated (MT) SMS in CN" + [entities] # define the entities in the system (in order) ms "MS" diff --git a/rach.lad b/rach.lad index 99fcce2..c928b31 100644 --- a/rach.lad +++ b/rach.lad @@ -1,3 +1,6 @@ +[global] +title "RACH request and channel allocation in GSM RAN" + [entities] # define the entities in the system (in order) ms "MS" diff --git a/test.lad b/test.lad index 360b091..d984bc4 100644 --- a/test.lad +++ b/test.lad @@ -1,3 +1,6 @@ +[global] +title "this is a test" + [entities] # define the entities in the system (in order) ms