Skip to main content

Name

smpp_get_deliver_mo_msg — Retrieve the text message in received MO request

Synopsis

#include "modules/mobility/smpp/smpp_util.h"

| string * **smpp_get_deliver_mo_msg** ( | p); |   |

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

Description

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

Retrieve the text message in a received MO request.

Parameters

p

The SMPP_PDU struct. For a definition of this struct see “SMPP_PDU”.

Return Values

This function returns the text message string (data_sm.message_payload field).

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?