gen_ladder/mt_sms.lad

24 lines
645 B
Plaintext
Raw Normal View History

2010-11-21 17:46:36 +00:00
[entities]
# define the entities in the system (in order)
2011-10-07 18:38:27 +00:00
ms "MS"
msc "MSC"
hlr "HLR"
gmsc "SMS GW-MSC"
smsc "SMSC"
2010-11-21 17:46:36 +00:00
[messages]
# define the protocol messages in-order
2011-10-07 18:38:27 +00:00
smsc gmsc "NMSMS-EST-REQ (RP-DATA)"
gmsc hlr "MAP SRI SM req"
hlr gmsc "MAP SRI SM resp"
gmsc msc "MAP MT FORWARD SM req"
2010-11-21 17:46:36 +00:00
msc ms "Paging procedure via BSC/BTS" dashed
ms msc "Establish Connection via BTS/BSC" dashed
2011-10-07 18:38:27 +00:00
msc ms "Authentication / Ciperhing" dashed both
msc ms "CP-DATA (RP-DATA (SMS DELIVER))"
2010-11-21 17:46:36 +00:00
ms msc "CP-ACK for previous CP-DATA"
2011-10-07 18:38:27 +00:00
ms msc "CP-DATA (RP-ACK)"
msc gmsc "MAP MT FORWARD SMS resp"
2010-11-21 17:46:36 +00:00
msc ms "CP-ACK for previous CP-DATA"
2011-10-07 18:38:27 +00:00
gmsc smsc "NMSMS-DATA-IND (RP-DATA)"