Skip to main content

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); |   |

SMPP_PDU * <var class="pdparam">pdu</var>;

Description

**Configuration Change. ** This feature is available starting from Momentum 3.2.

Retrieve the status code from submit response PDU.

Parameters

pdu

Return Values

This function returns the submit status.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?