add title to manny .lad files
parent
3c185e97f1
commit
ee5299e7bb
|
@ -1,3 +1,6 @@
|
|||
[global]
|
||||
title "CAMEL: Unconditional MT Call Forwarding"
|
||||
|
||||
[entities]
|
||||
a "A-party"
|
||||
gmsc "GMSC/gsmSSF"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[global]
|
||||
title "CAMEL: User-determined busy on MT call"
|
||||
|
||||
[entities]
|
||||
a "A-party"
|
||||
gmsc "GMSC/gsmSSF"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[global]
|
||||
title "CAMEL: MT Call (t-CSI) example"
|
||||
|
||||
[entities]
|
||||
# define the entities in the system (in order)
|
||||
a "A"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[global]
|
||||
title "GPRS ATTACH / LOCATION UPDATE"
|
||||
|
||||
[entities]
|
||||
# define the entities in the system (in order)
|
||||
ms "MS"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[global]
|
||||
title "GSM Location Update"
|
||||
|
||||
[entities]
|
||||
# define the entities in the system (in order)
|
||||
ms "MS"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[global]
|
||||
title "GSM Location Update (2nd with cancel)"
|
||||
|
||||
[entities]
|
||||
# define the entities in the system (in order)
|
||||
ms "MS"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[global]
|
||||
title "Basic examlpe of a TCAP/MAP client/server"
|
||||
|
||||
[entities]
|
||||
# define the entities in the system (in order)
|
||||
client
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[global]
|
||||
title "Mobile Originated (MO) call in RAN and CN"
|
||||
|
||||
[entities]
|
||||
ms "MS"
|
||||
bts "BTS"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[global]
|
||||
title "Mobile Originated (MO) call: Roaming case"
|
||||
|
||||
[entities]
|
||||
ms "MS (Caller)"
|
||||
bts "BTS"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[global]
|
||||
title "MT SMS in CN"
|
||||
|
||||
[entities]
|
||||
# define the entities in the system (in order)
|
||||
ms "MS"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[global]
|
||||
title "Mobile Originated (MO) SMS accross layers"
|
||||
|
||||
[entities]
|
||||
ms-rl "MS SM-RL"
|
||||
ms-cm "MS SM-CM"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[global]
|
||||
title "Mobile Terminated (MT) Call in GERAN and CN"
|
||||
|
||||
[entities]
|
||||
ms "MS"
|
||||
bts "BTS"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[global]
|
||||
title "Mobile Terminated(MT) Call: GERAN + CN view"
|
||||
|
||||
[entities]
|
||||
ms "MS (Called)"
|
||||
bts "BTS (VPLMN)"
|
||||
|
|
|
@ -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)"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[global]
|
||||
title "Mobile Terminated (MT) SMS in CN"
|
||||
|
||||
[entities]
|
||||
# define the entities in the system (in order)
|
||||
ms "MS"
|
||||
|
|
3
rach.lad
3
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"
|
||||
|
|
Loading…
Reference in New Issue