Testing
Monitoring System Test
It is a hard code of around 100 - 150 messages hit that specific route will be going to run the system test automatically.
Read More Here.
New Route Test
1. Testing -> New Route Test
• Sender Format: numeric (long code), alpha, shortcode
• Insert into routing after tested successfully or insert into routing without test.
• Mark a route as a backup or IW route.
• ct: net cost, if the net cost is unavailable, will be inserted by this net cost.
• M-S: no. of passed message will be added to route.
• M-I: test interval, i.e: M-I = 20 - test is running every 20 minutes.
Go to Testing -> Route Test List to view the list after done.

2. Number Pool
In Route Test Number Pool you can manage tests numbers by your own, this means you can add / delete them by your own.

Number Lookup
A database helps you to find the MNC-MCC based on the Phone Number.

Send Message
It is a manual test feature to perform for the current routes.
It is only support 153 character utmost and does not do concatenation automatically. Since they have the UDH (User Datagram header) option we can simulate long messages via setting different UDH for each message .
UDH: The maximum length of an uncompressed concatenated short message is 39015 (255*153) default alphabet characters, 34170 (255*134) octets or 17085 (255*67) UCS2 characters.
I.e:
First message : Divide the message to less than 153 character and send it with UDH : 0500035A0201
Second Message : Rest of the message less than 153 character send it with UDH : 0500035A0202
UDH field description: 05 : specifies its a concatenation message
00035A : Unique identifier
02 : How many Part of message are intended to send
01 : Current part of the message.

Go to Testing -> View Sent Message to view the list of messages after sent.
Last updated