SubmitSM sender statistics

The following statistics detail attempts to send a Notification SMS to a subscriber.

These statistics are generated at regular intervals and can be found at /tango/logs/stats/local/lbo_pl.

dialogs

Total number of attempts.

encode_failures

Number of failures due to a failure to encode the request.

submitsm_sent

Number of submitSm messages sent down on to the stack [to MAP_fwdSMSender].

map_rsp_rxed

Total number of mapResponse messages received.

map_rsp_valid

Number of mapResponse messages indicating success.

map_rsp_err_absent_sub

Number of mapResponse error messages indicating Absent Subscriber as the cause of failure.

map_rsp_err_unknown_sub

Number of mapResponse error messages indicating Unknown Subscriber as the cause of failure.

map_rsp_err_system_failure

Number of mapResponse error messages indicating System Failure as the cause of failure.

map_rsp_err_other

Number of mapResponse error messages not already counted by one of the 3 previous statistics.

timeout

Number of dialogs where we timed out awaiting a response from the stack.

map_end_call_rxed

Number of times we received a mapEndCall notification of session teardown.