gen_ladder/mo_sms.lad

23 lines
560 B
Plaintext
Raw Normal View History

2011-10-07 19:22:40 +00:00
[global]
title "MT SMS in CN"
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"
iwmsc "IW-MSC"
smsc "SMSC"
2010-11-21 17:46:36 +00:00
[messages]
# define the protocol messages in-order
ms msc "Establish Connection via BTS/BSC" dashed
ms msc "Optional authentication + ciphering" both
2011-10-07 18:38:27 +00:00
ms msc "CP-DATA (RP-DATA (SMS SUBMIT))"
2010-11-21 17:46:36 +00:00
msc ms "CP-ACK for previous CP-DATA"
2011-10-07 18:38:27 +00:00
msc iwmsc "MAP MO FWD SM req"
iwmsc smsc "MNSMS-EST-IND (RP-DATA)"
smsc iwmsc "MNSMS-DATA-REQ (RP-ACK)"
iwmsc msc "MAP MO FWD SM resp"
msc ms "CP-DATA (RP-ACK)"
2010-11-21 17:46:36 +00:00
ms msc "CP-ACK for previous CP-DATA"