smpp_get_deliver_mo_msg
Last updated March 2020
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)
; | |
Description
**Configuration Change. ** This feature is available starting from Momentum 3.2.
Retrieve the text message in a received MO request.
- p
-
The SMPP_PDU struct. For a definition of this struct see “SMPP_PDU”.
This function returns the text message string (data_sm.message_payload field).
It is legal to call this function in any thread.
See Also
Was this page helpful?