smpp_get_submit_status_from_pdu
Last updated March 2020
Name
smpp_get_submit_status_from_pdu — Retrieve the status code from submit response PDU
Synopsis
#include "modules/mobility/smpp/smpp_util.h"
| u_int64_t **smpp_get_submit_status_from_pdu** (
| pdu)
; | |
Description
**Configuration Change. ** This feature is available starting from Momentum 3.2.
Retrieve the status code from submit response PDU.
- pdu
-
The SMPP_PDU.
This function returns the submit status.
It is legal to call this function in any thread.
See Also
Was this page helpful?