Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <errno.h>
#include <signal.h>
#include <sys/types.h>
#include <sys/socket.h>
#include "gwlib/gwlib.h"
#include "gw/smsc/smpp_pdu.h"
#include "gw/msg.h"
Go to the source code of this file.
Data Structures | |
struct | ESME |
Macros | |
#define | HANDLER(name) { name, handle_ ## name }, |
Functions | |
static void | quit (void) |
static ESME * | esme_create (Connection *conn) |
static void | esme_destroy (ESME *esme) |
static SMPP_PDU * | handle_bind_transmitter (ESME *esme, SMPP_PDU *pdu) |
static SMPP_PDU * | handle_bind_receiver (ESME *esme, SMPP_PDU *pdu) |
static SMPP_PDU * | handle_submit_sm (ESME *esme, SMPP_PDU *pdu) |
static SMPP_PDU * | handle_deliver_sm_resp (ESME *esme, SMPP_PDU *pdu) |
static SMPP_PDU * | handle_unbind (ESME *esme, SMPP_PDU *pdu) |
static SMPP_PDU * | handle_enquire_link (ESME *esme, SMPP_PDU *pdu) |
static SMPP_PDU * | handle_enquire_link_resp (ESME *esme, SMPP_PDU *pdu) |
static void | handle_pdu (ESME *esme, SMPP_PDU *pdu) |
static void | send_smpp_thread (void *arg) |
static void | receive_smpp_thread (void *arg) |
static void | smsbox_thread (void *arg) |
static void | accept_thread (void *arg) |
static void | handler (int signal) |
static void | help (void) |
int | main (int argc, char **argv) |
Variables | |
static int | quitting = 0 |
static Octstr * | smsc_system_id |
static Octstr * | smsc_source_addr |
static Counter * | message_id_counter |
static Octstr * | bearerbox_host |
static int | port_for_smsbox |
static Counter * | num_to_esme |
static long | max_to_esme |
static Counter * | num_from_bearerbox |
static Counter * | num_to_bearerbox |
static Counter * | num_from_esme |
static time_t | start_time = (time_t) -1 |
static time_t | first_to_esme = (time_t) -1 |
static time_t | last_to_esme = (time_t) -1 |
static time_t | last_from_esme = (time_t) -1 |
static time_t | first_from_bb = (time_t) -1 |
static time_t | last_to_bb = (time_t) -1 |
static long | enquire_interval = 1 |
struct { | |
unsigned long type | |
SMPP_PDU *(* handler )(ESME *, SMPP_PDU *) | |
} | handlers [] |
static int | num_handlers = sizeof(handlers) / sizeof(handlers[0]) |
|
static |
Definition at line 422 of file drive_smpp.c.
References conn_wrap_fd(), debug(), esme_create(), gwthread_create, gwthread_pollfd(), make_server_socket(), panic, POLLIN, port, receive_smpp_thread(), smsbox_thread(), and start_time.
Referenced by main().
|
static |
Definition at line 109 of file drive_smpp.c.
References ESME::conn, ESME::receiver, ESME::transmitter, and ESME::version.
Referenced by accept_thread().
|
static |
Definition at line 122 of file drive_smpp.c.
References ESME::conn, and conn_destroy().
Referenced by receive_smpp_thread().
Definition at line 147 of file drive_smpp.c.
References octstr_duplicate, ESME::receiver, smpp_pdu_create(), smsc_system_id, SMPP_PDU::u, and ESME::version.
Definition at line 131 of file drive_smpp.c.
References octstr_duplicate, smpp_pdu_create(), smsc_system_id, ESME::transmitter, SMPP_PDU::u, and ESME::version.
Definition at line 183 of file drive_smpp.c.
Definition at line 198 of file drive_smpp.c.
References smpp_pdu_create(), and SMPP_PDU::u.
Definition at line 205 of file drive_smpp.c.
Definition at line 228 of file drive_smpp.c.
References ESME::conn, conn_write(), debug(), error(), handlers, num_handlers, octstr_destroy(), octstr_imm(), smpp_pdu_destroy(), smpp_pdu_dump(), smpp_pdu_pack(), SMPP_PDU::type, type, and SMPP_PDU::type_name.
Referenced by receive_smpp_thread().
Definition at line 162 of file drive_smpp.c.
References counter_increase(), debug(), info(), last_from_esme, max_to_esme, message_id_counter, num_from_esme, octstr_format(), octstr_get_cstr, smpp_pdu_create(), and SMPP_PDU::u.
Definition at line 189 of file drive_smpp.c.
References smpp_pdu_create(), and SMPP_PDU::u.
|
static |
|
static |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 466 of file drive_smpp.c.
References accept_thread(), bearerbox_host, cfg, cfg_create(), cfg_destroy(), cfg_read(), counter_create(), counter_destroy(), counter_value(), debug(), error(), first_from_bb, first_to_esme, getopt(), GW_DEBUG, GW_NON_EXCL, gwlib_init(), gwlib_shutdown(), gwthread_create, gwthread_join_all(), handler, help(), info(), last_from_esme, last_to_bb, last_to_esme, log_open(), log_set_output_level(), max_to_esme, message_id_counter, num_from_bearerbox, num_from_esme, num_to_bearerbox, num_to_esme, octstr_create, octstr_destroy(), optarg, panic, port, port_for_smsbox, smpp_pdu_init(), smsc_source_addr, smsc_system_id, and start_time.
|
static |
Definition at line 94 of file drive_smpp.c.
References gwthread_wakeup_all(), and quitting.
Referenced by receive_smpp_thread().
|
static |
Definition at line 300 of file drive_smpp.c.
References ESME::conn, conn_eof(), conn_error(), conn_wait(), debug(), error(), esme_destroy(), gw_assert(), gwthread_create, gwthread_join(), handle_pdu(), octstr_destroy(), octstr_dump, quit(), quitting, ESME::receiver, send_smpp_thread(), smpp_pdu_destroy(), smpp_pdu_read_data(), smpp_pdu_read_len(), and smpp_pdu_unpack().
Referenced by accept_thread().
|
static |
Definition at line 253 of file drive_smpp.c.
References ESME::conn, conn_write(), counter_increase(), counter_value(), debug(), enquire_interval, first_to_esme, gwthread_sleep(), info(), last_to_esme, max_to_esme, message_id_counter, num_from_esme, num_to_esme, octstr_create, octstr_destroy(), octstr_format(), quitting, smpp_pdu_create(), smpp_pdu_destroy(), smpp_pdu_pack(), SMPP_PDU::u, and ESME::version.
Referenced by receive_smpp_thread().
|
static |
Definition at line 360 of file drive_smpp.c.
References bearerbox_host, conn_destroy(), conn_eof(), conn_error(), conn_open_tcp(), conn_read_withlen(), conn_wait(), conn_write_withlen(), counter_increase(), debug(), error(), first_from_bb, gwthread_sleep(), info(), last_to_bb, max_to_esme, msg, msg_create, msg_destroy(), msg_pack(), msg_unpack, num_from_bearerbox, num_to_bearerbox, octstr_create, octstr_destroy(), octstr_get_cstr, panic, port_for_smsbox, and quitting.
Referenced by accept_thread().
|
static |
Definition at line 78 of file drive_smpp.c.
Referenced by main(), and smsbox_thread().
|
static |
Definition at line 91 of file drive_smpp.c.
Referenced by send_smpp_thread().
|
static |
Definition at line 89 of file drive_smpp.c.
Referenced by main(), and smsbox_thread().
|
static |
Definition at line 86 of file drive_smpp.c.
Referenced by main(), and send_smpp_thread().
Definition at line 213 of file drive_smpp.c.
Referenced by charset_from_utf8(), charset_to_utf8(), and main().
struct { ... } handlers[] |
Referenced by handle_pdu().
|
static |
Definition at line 88 of file drive_smpp.c.
Referenced by handle_submit_sm(), and main().
|
static |
Definition at line 90 of file drive_smpp.c.
Referenced by main(), and smsbox_thread().
|
static |
Definition at line 87 of file drive_smpp.c.
Referenced by main(), and send_smpp_thread().
|
static |
Definition at line 81 of file drive_smpp.c.
Referenced by handle_submit_sm(), main(), send_smpp_thread(), and smsbox_thread().
|
static |
Definition at line 77 of file drive_smpp.c.
Referenced by handle_submit_sm(), main(), and send_smpp_thread().
|
static |
Definition at line 82 of file drive_smpp.c.
Referenced by main(), and smsbox_thread().
|
static |
Definition at line 84 of file drive_smpp.c.
Referenced by handle_submit_sm(), main(), and send_smpp_thread().
Definition at line 225 of file drive_smpp.c.
Referenced by handle_pdu().
|
static |
Definition at line 83 of file drive_smpp.c.
Referenced by main(), and smsbox_thread().
|
static |
Definition at line 80 of file drive_smpp.c.
Referenced by main(), and send_smpp_thread().
|
static |
Definition at line 79 of file drive_smpp.c.
Referenced by main(), and smsbox_thread().
|
static |
Definition at line 74 of file drive_smpp.c.
Referenced by quit(), receive_smpp_thread(), send_smpp_thread(), and smsbox_thread().
|
static |
Definition at line 76 of file drive_smpp.c.
Referenced by main().
|
static |
Definition at line 75 of file drive_smpp.c.
Referenced by handle_bind_receiver(), handle_bind_transmitter(), and main().
|
static |
Definition at line 85 of file drive_smpp.c.
Referenced by accept_thread(), and main().
unsigned long type |
Definition at line 212 of file drive_smpp.c.
Referenced by handle_pdu().