smpp_config_fetch_using_connection
Last updated March 2020
Name
smpp_config_fetch_using_connection — Fetch the specified SMPP configuration option
Synopsis
#include "modules/mobility/smpp/smpp_util.h"
| ec_config_value * **smpp_config_fetch_using_connection** (
| option_slot, | |
| | conn)
; | |
Description
**Configuration Change. ** This feature is available starting from Momentum 3.2.
Fetch the specified configuration option value using the smpp_conn.
- option_slot
-
The configuration option slot number.
- conn
-
A pointer to the SMPP connection.
This function returns an ec_config_value.
This function should be called in the scheduler thread. Since SMPP does not support multiple event loops, the master scheduler should handle the connection.
See Also
Was this page helpful?