Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <sys/types.h>
#include <sys/socket.h>
#include <unistd.h>
#include <errno.h>
#include <time.h>
#include <limits.h>
#include "gwlib/gwlib.h"
#include "smscconn.h"
#include "smscconn_p.h"
#include "bb_smscconn_cb.h"
#include "msg.h"
#include "sms.h"
#include "dlr.h"
Go to the source code of this file.
Data Structures | |
struct | privdata |
Typedefs | |
typedef struct privdata | PrivData |
Functions | |
static int | fake_open_connection (SMSCConn *conn, PrivData *privdata) |
static int | sms_to_client (Connection *client, Msg *msg) |
static void | msg_to_bb (SMSCConn *conn, Octstr *line) |
static void | main_connection_loop (SMSCConn *conn, Connection *client) |
static void | fake_listener (void *arg) |
static int | add_msg_cb (SMSCConn *conn, Msg *sms) |
static int | shutdown_cb (SMSCConn *conn, int finish_sending) |
static void | start_cb (SMSCConn *conn) |
static long | queued_cb (SMSCConn *conn) |
int | smsc_fake_create (SMSCConn *conn, CfgGroup *cfg) |
Definition at line 457 of file smsc_fake.c.
References privdata::connection_thread, smscconn::data, dlr_add(), DLR_IS_ENABLED_DEVICE, gwlist_produce(), gwthread_wakeup(), smscconn::id, msg_duplicate(), octstr_destroy(), octstr_format(), privdata::outgoing_queue, UUID_STR_LEN, and uuid_unparse().
Referenced by smsc_fake_create().
|
static |
Definition at line 364 of file smsc_fake.c.
References privdata::allow_ip, bb_smscconn_connected(), bb_smscconn_killed(), bb_smscconn_send_failed(), client(), conn_claim(), conn_wrap_fd(), smscconn::connect_time, smscconn::data, debug(), privdata::deny_ip, error(), smscconn::flow_mutex, gwlist_destroy(), gwlist_extract_first(), gwthread_pollfd(), host_ip(), info(), is_allowed_ip(), privdata::listening_socket, smscconn::log_idx, log_thread_to(), main_connection_loop(), msg, mutex_lock, mutex_unlock, octstr_destroy(), octstr_get_cstr, privdata::outgoing_queue, POLLIN, privdata::shutdown, SMSCCONN_ACTIVE, SMSCCONN_DEAD, SMSCCONN_FAILED_SHUTDOWN, SMSCCONN_FAILED_TEMPORARILY, SMSCCONN_RECONNECTING, smscconn::status, and warning().
Referenced by smsc_fake_create().
Definition at line 91 of file smsc_fake.c.
References error(), privdata::listening_socket, make_server_socket(), octstr_get_cstr, smscconn::our_host, privdata::port, and socket_set_blocking().
Referenced by smsc_fake_create().
|
static |
Definition at line 264 of file smsc_fake.c.
References bb_smscconn_receive(), bb_smscconn_send_failed(), bb_smscconn_sent(), client(), conn_destroy(), conn_eof(), conn_error(), conn_read_line(), conn_wait(), smscconn::data, debug(), delay, dlr_find(), DLR_IS_SUCCESS_OR_FAIL, DLR_SUCCESS, error(), gwlist_extract_first(), gwthread_sleep(), smscconn::id, info(), smscconn::is_stopped, msg, msg_destroy(), msg_duplicate(), msg_to_bb(), octstr_create, octstr_destroy(), privdata::outgoing_queue, privdata::shutdown, sms_to_client(), SMSCCONN_FAILED_REJECTED, smscconn::throughput, UUID_STR_LEN, and uuid_unparse().
Referenced by fake_listener().
Definition at line 163 of file smsc_fake.c.
References bb_smscconn_receive(), DC_7BIT, DC_8BIT, DC_UCS2, DC_UNDEF, debug(), error(), smscconn::id, msg, msg_create, msg_destroy(), octstr_compare(), octstr_copy, octstr_destroy(), octstr_duplicate, octstr_get_cstr, octstr_imm(), octstr_search_char(), octstr_url_decode(), type, and warning().
Referenced by main_connection_loop().
|
static |
Definition at line 526 of file smsc_fake.c.
References smscconn::data, gwlist_len(), smscconn::load, and privdata::outgoing_queue.
Referenced by smsc_fake_create().
|
static |
Definition at line 486 of file smsc_fake.c.
References bb_smscconn_send_failed(), privdata::connection_thread, smscconn::data, debug(), gwlist_extract_first(), gwthread_wakeup(), msg, privdata::outgoing_queue, privdata::shutdown, SMSCCONN_FAILED_SHUTDOWN, SMSCCONN_KILLED_SHUTDOWN, and smscconn::why_killed.
Referenced by smsc_fake_create().
|
static |
Definition at line 110 of file smsc_fake.c.
References client(), conn_write(), DC_8BIT, DC_UCS2, debug(), msg, octstr_append(), octstr_append_char(), octstr_destroy(), octstr_duplicate, octstr_imm(), octstr_len(), and octstr_url_encode().
Referenced by main_connection_loop().
Definition at line 540 of file smsc_fake.c.
References add_msg_cb(), allow_ip, privdata::allow_ip, cfg, cfg_get, cfg_get_integer(), smscconn::connect_time, privdata::connection_thread, smscconn::data, deny_ip, privdata::deny_ip, error(), fake_listener(), fake_open_connection(), gwlist_create, gwlist_destroy(), gwthread_create, privdata::listening_socket, smscconn::name, octstr_create, octstr_destroy(), octstr_format(), octstr_imm(), privdata::outgoing_queue, privdata::port, smscconn::queued, queued_cb(), smscconn::send_msg, privdata::shutdown, smscconn::shutdown, shutdown_cb(), SMSCCONN_CONNECTING, SMSCCONN_DEAD, SMSCCONN_KILLED_CANNOT_CONNECT, start_cb(), smscconn::start_conn, smscconn::status, and smscconn::why_killed.
Referenced by smscconn_create().
|
static |
Definition at line 516 of file smsc_fake.c.
References privdata::connection_thread, smscconn::data, debug(), and gwthread_wakeup().
Referenced by smsc_fake_create().