You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
529 B
20 lines
529 B
[entities]
|
|
# define the entities in the system (in order)
|
|
ms "MS"
|
|
msc "MSC"
|
|
iwmsc "IW-MSC"
|
|
smsc "SMSC"
|
|
|
|
[messages]
|
|
# define the protocol messages in-order
|
|
ms msc "Establish Connection via BTS/BSC" dashed
|
|
ms msc "Optional authentication + ciphering" both
|
|
ms msc "CP-DATA (RP-DATA (SMS SUBMIT))"
|
|
msc ms "CP-ACK for previous CP-DATA"
|
|
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)"
|
|
ms msc "CP-ACK for previous CP-DATA"
|