Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <ctype.h>
#include <time.h>
#include <errno.h>
#include <limits.h>
#include <string.h>
#include <unistd.h>
#include "gwlib/gwlib.h"
#include "smscconn.h"
#include "smscconn_p.h"
#include "bb_smscconn_cb.h"
#include "shared.h"
#include "sms.h"
#include "dlr.h"
Go to the source code of this file.
Data Structures | |
struct | privdata |
struct | packet |
Macros | |
#define | RESPONSE_TIMEOUT (10 * 1000000) |
#define | RESULT_SUCCESS 0 |
#define | BOGUS_SEQUENCE 0 |
Typedefs | |
typedef struct privdata | PrivData |
Enumerations | |
enum | { INVOKE = 0, RESULT = 1 } |
enum | { SUBMIT_SM = 0, STATUS_REPORT = 4, DELIVER_SM = 9, RETRIEVE_REQUEST = 11, RESPONSE = 50 } |
Functions | |
static int | isphonedigit (int c) |
static int | parm_valid_address (Octstr *value) |
static int | operation_find (int operation) |
static Octstr * | operation_name (int operation) |
static int | operation_can_send (int operation) |
static int | operation_can_receive (int operation) |
static Msg * | oisd_accept_delivery_report_message (struct packet *request, SMSCConn *conn) |
static void | packet_parse_header (struct packet *packet) |
static struct packet * | packet_parse (Octstr *packet_data) |
static void | packet_destroy (struct packet *packet) |
static struct packet * | packet_extract (Octstr *in, SMSCConn *conn) |
static void | packet_check_can_receive (struct packet *packet, SMSCConn *conn) |
static int | oisd_expand_gsm7_to_bits (char *bits, Octstr *raw7) |
static char | oisd_expand_gsm7_from_bits (const char *bits, int pos) |
static Octstr * | oisd_expand_gsm7 (Octstr *raw7) |
static void | oisd_shrink_gsm7 (Octstr *str) |
static struct packet * | packet_create (int operation, unsigned long opref) |
static void | packet_set_data_size (struct packet *packet) |
static void | packet_set_sequence (struct packet *packet, unsigned long opref) |
static struct packet * | packet_encode_message (Msg *msg, SMSCConn *conn) |
static void | packet_set_send_sequence (struct packet *packet, PrivData *pdata) |
static struct packet * | oisd_get_packet (PrivData *pdata, Octstr **ts) |
static void | oisd_send_response (struct packet *request, PrivData *pdata) |
static Msg * | oisd_accept_message (struct packet *request, SMSCConn *conn) |
static void | oisd_handle_request (struct packet *request, SMSCConn *conn) |
static int | oisd_request (struct packet *request, SMSCConn *conn, Octstr **ts) |
static void | oisd_close_socket (PrivData *pdata) |
static int | oisd_login (SMSCConn *conn) |
static int | oisd_send_delivery_request (SMSCConn *conn) |
static void | oisd_destroy (PrivData *pdata) |
static int | oisd_submit_msg (SMSCConn *conn, Msg *msg) |
static int | oisd_receive_msg (SMSCConn *conn, Msg **msg) |
static Msg * | sms_receive (SMSCConn *conn) |
static void | io_thread (void *arg) |
static int | oisd_add_msg_cb (SMSCConn *conn, Msg *sms) |
static int | oisd_shutdown_cb (SMSCConn *conn, int finish_sending) |
static void | oisd_start_cb (SMSCConn *conn) |
static void | oisd_stop_cb (SMSCConn *conn) |
static long | oisd_queued_cb (SMSCConn *conn) |
int | smsc_oisd_create (SMSCConn *conn, CfgGroup *grp) |
Variables | |
struct { | |
char * name | |
int code | |
int can_send | |
int can_receive | |
} | operations [] |
#define BOGUS_SEQUENCE 0 |
Definition at line 249 of file smsc_oisd.c.
Referenced by oisd_send_delivery_request(), and packet_encode_message().
#define RESPONSE_TIMEOUT (10 * 1000000) |
Definition at line 116 of file smsc_oisd.c.
Referenced by oisd_get_packet().
#define RESULT_SUCCESS 0 |
Definition at line 117 of file smsc_oisd.c.
Referenced by oisd_send_response().
anonymous enum |
Enumerator | |
---|---|
INVOKE | |
RESULT |
Definition at line 119 of file smsc_oisd.c.
anonymous enum |
Enumerator | |
---|---|
SUBMIT_SM | |
STATUS_REPORT | |
DELIVER_SM | |
RETRIEVE_REQUEST | |
RESPONSE |
Definition at line 126 of file smsc_oisd.c.
|
static |
Definition at line 1344 of file smsc_oisd.c.
References bb_smscconn_connected(), bb_smscconn_receive(), smscconn::connect_time, smscconn::data, debug(), error(), smscconn::flow_mutex, gwlist_consume(), gwlist_extract_first(), gwthread_sleep(), smscconn::id, smscconn::log_idx, log_thread_to(), msg, mutex_lock, mutex_unlock, octstr_get_cstr, oisd_login(), oisd_submit_msg(), privdata::outgoing_queue, privdata::quitting, smscconn::reconnect_delay, sms_receive(), SMSCCONN_ACTIVE, SMSCCONN_RECONNECTING, smscconn::status, and privdata::stopped.
Referenced by smsc_oisd_create().
|
static |
Definition at line 136 of file smsc_oisd.c.
Referenced by oisd_send_delivery_request(), packet_encode_message(), and parm_valid_address().
|
static |
Definition at line 1277 of file smsc_oisd.c.
References code, packet::data, DLR_FAIL, dlr_find(), DLR_SUCCESS, msg, smscconn::name, octstr_copy, octstr_destroy(), and octstr_get_char().
Referenced by oisd_handle_request().
Definition at line 777 of file smsc_oisd.c.
References charset_gsm_to_utf8(), packet::data, DC_7BIT, dcs_to_fields(), debug(), error(), smscconn::id, info(), msg, msg_create, msg_destroy(), octstr_copy, octstr_create, octstr_get_char(), octstr_get_cstr, octstr_len(), oisd_expand_gsm7(), and warning().
Referenced by oisd_handle_request().
Definition at line 1418 of file smsc_oisd.c.
References smscconn::data, gwlist_produce(), gwthread_wakeup(), privdata::io_thread, msg_duplicate(), and privdata::outgoing_queue.
Referenced by smsc_oisd_create().
|
static |
Definition at line 1043 of file smsc_oisd.c.
References privdata::conn, gw_assert(), smscconn::id, octstr_get_cstr, privdata::socket, and warning().
Referenced by oisd_login(), oisd_shutdown_cb(), oisd_submit_msg(), and sms_receive().
|
static |
Definition at line 1128 of file smsc_oisd.c.
References privdata::conn, gwlist_destroy(), gwlist_len(), privdata::host, smscconn::id, privdata::inbuffer, msg_destroy_item(), privdata::my_number, octstr_destroy(), octstr_get_cstr, privdata::outgoing_queue, privdata::received, privdata::stopped, and warning().
Referenced by oisd_shutdown_cb(), and smsc_oisd_create().
Definition at line 387 of file smsc_oisd.c.
References octstr_append_char(), octstr_create, octstr_len(), oisd_expand_gsm7_from_bits(), and oisd_expand_gsm7_to_bits().
Referenced by oisd_accept_message().
|
static |
Definition at line 372 of file smsc_oisd.c.
Referenced by oisd_expand_gsm7().
|
static |
Definition at line 353 of file smsc_oisd.c.
References octstr_get_char(), and octstr_len().
Referenced by oisd_expand_gsm7().
Definition at line 711 of file smsc_oisd.c.
References privdata::conn, packet::data, debug(), error(), gw_assert(), smscconn::id, privdata::inbuffer, privdata::keepalive, privdata::next_ping, octstr_append_from_socket(), octstr_copy, octstr_dump, octstr_get_cstr, packet::operation, packet_check_can_receive(), packet_extract(), read_available(), RESPONSE, RESPONSE_TIMEOUT, RETRIEVE_REQUEST, privdata::socket, and warning().
Referenced by oisd_request().
Definition at line 911 of file smsc_oisd.c.
References smscconn::data, DELIVER_SM, gwlist_append(), msg, oisd_accept_delivery_report_message(), oisd_accept_message(), oisd_send_response(), packet::operation, privdata::received, and STATUS_REPORT.
Referenced by oisd_receive_msg(), and oisd_request().
|
static |
Definition at line 1062 of file smsc_oisd.c.
References smscconn::data, error(), gw_assert(), privdata::host, smscconn::id, info(), octstr_get_cstr, oisd_close_socket(), smscconn::our_host, packet_destroy(), privdata::port, privdata::socket, tcpip_connect_to_server(), and warning().
Referenced by io_thread().
|
static |
Definition at line 1490 of file smsc_oisd.c.
References smscconn::data, gwlist_len(), smscconn::load, privdata::outgoing_queue, SMSCCONN_DEAD, and smscconn::status.
Referenced by smsc_oisd_create().
Definition at line 1198 of file smsc_oisd.c.
References privdata::conn, smscconn::data, packet::data, debug(), error(), gw_assert(), gwlist_consume(), gwlist_len(), smscconn::id, privdata::inbuffer, privdata::keepalive, msg, privdata::next_ping, octstr_append_from_socket(), octstr_dump, octstr_get_cstr, oisd_handle_request(), oisd_send_delivery_request(), packet::operation, packet_check_can_receive(), packet_destroy(), packet_extract(), read_available(), privdata::received, RESPONSE, privdata::socket, and warning().
Referenced by sms_receive().
Definition at line 940 of file smsc_oisd.c.
References smscconn::data, packet::data, debug(), error(), gw_assert(), smscconn::id, octstr_destroy(), octstr_dump, octstr_get_char(), octstr_get_cstr, octstr_write_to_socket(), oisd_get_packet(), oisd_handle_request(), packet::operation, operation_can_send(), operation_name(), packet::opref, packet_destroy(), packet_set_data_size(), packet_set_send_sequence(), reply(), RESPONSE, RETRIEVE_REQUEST, privdata::socket, and warning().
Referenced by oisd_send_delivery_request(), and oisd_submit_msg().
|
static |
Definition at line 1091 of file smsc_oisd.c.
References BOGUS_SEQUENCE, smscconn::data, packet::data, gw_assert(), smscconn::id, isphonedigit(), privdata::my_number, octstr_append(), octstr_append_char(), octstr_check_range(), octstr_get_cstr, octstr_len(), oisd_request(), packet_create(), packet_destroy(), RETRIEVE_REQUEST, and warning().
Referenced by oisd_receive_msg().
Definition at line 753 of file smsc_oisd.c.
References privdata::conn, debug(), gw_assert(), smscconn::id, octstr_append_char(), octstr_dump, octstr_get_cstr, octstr_write_to_socket(), packet::operation, packet::opref, packet_create(), packet_destroy(), packet_set_data_size(), RESPONSE, response(), RESULT_SUCCESS, and privdata::socket.
Referenced by oisd_handle_request().
|
static |
Definition at line 408 of file smsc_oisd.c.
References octstr_append(), octstr_append_char(), octstr_create, octstr_delete(), octstr_destroy(), octstr_get_char(), and octstr_len().
Referenced by packet_encode_message().
|
static |
Definition at line 1430 of file smsc_oisd.c.
References bb_smscconn_killed(), bb_smscconn_send_failed(), smscconn::data, debug(), gwlist_extract_first(), gwlist_remove_producer(), gwthread_join(), gwthread_wakeup(), smscconn::id, privdata::io_thread, smscconn::is_stopped, msg, octstr_get_cstr, oisd_close_socket(), oisd_destroy(), privdata::outgoing_queue, privdata::quitting, SMSCCONN_DEAD, SMSCCONN_FAILED_SHUTDOWN, SMSCCONN_KILLED_SHUTDOWN, smscconn::status, privdata::stopped, and smscconn::why_killed.
Referenced by smsc_oisd_create().
|
static |
Definition at line 1471 of file smsc_oisd.c.
References smscconn::data, debug(), gwlist_remove_producer(), gwthread_wakeup(), smscconn::id, privdata::io_thread, octstr_get_cstr, and privdata::stopped.
Referenced by smsc_oisd_create().
|
static |
Definition at line 1482 of file smsc_oisd.c.
References smscconn::data, debug(), gwlist_add_producer(), smscconn::id, octstr_get_cstr, and privdata::stopped.
Referenced by smsc_oisd_create().
Definition at line 1152 of file smsc_oisd.c.
References bb_smscconn_send_failed(), bb_smscconn_sent(), smscconn::data, debug(), dlr_add(), DLR_IS_SUCCESS_OR_FAIL, smscconn::flow_mutex, gw_assert(), smscconn::id, msg, mutex_lock, mutex_unlock, smscconn::name, privdata::no_dlr, octstr_create, octstr_destroy(), octstr_get_cstr, oisd_close_socket(), oisd_request(), packet_destroy(), packet_encode_message(), SMSCCONN_DISCONNECTED, SMSCCONN_FAILED_MALFORMED, SMSCCONN_FAILED_REJECTED, SMSCCONN_FAILED_TEMPORARILY, and smscconn::status.
Referenced by io_thread().
|
static |
Definition at line 222 of file smsc_oisd.c.
References operation_can_send(), operation_find(), operations, and RESPONSE.
Referenced by operation_can_send(), and packet_check_can_receive().
|
static |
Definition at line 206 of file smsc_oisd.c.
References operation_can_receive(), operation_find(), operations, and RESPONSE.
Referenced by oisd_request(), and operation_can_receive().
|
static |
Definition at line 171 of file smsc_oisd.c.
References code, and operations.
Referenced by operation_can_receive(), operation_can_send(), and operation_name().
|
static |
Definition at line 184 of file smsc_oisd.c.
References name, octstr_append_cstr(), octstr_create, operation_find(), operations, and RESPONSE.
Referenced by oisd_request(), and packet_check_can_receive().
Definition at line 340 of file smsc_oisd.c.
References gw_assert(), smscconn::id, name, octstr_destroy(), octstr_get_cstr, packet::operation, operation_can_receive(), operation_name(), and warning().
Referenced by oisd_get_packet(), and oisd_receive_msg().
|
static |
Definition at line 440 of file smsc_oisd.c.
References packet::data, INVOKE, octstr_create_from_data, packet::operation, packet::opref, RESPONSE, and RESULT.
Referenced by oisd_send_delivery_request(), oisd_send_response(), and packet_encode_message().
|
static |
Definition at line 286 of file smsc_oisd.c.
References packet::data, and octstr_destroy().
Referenced by oisd_login(), oisd_receive_msg(), oisd_request(), oisd_send_delivery_request(), oisd_send_response(), and oisd_submit_msg().
Definition at line 500 of file smsc_oisd.c.
References BOGUS_SEQUENCE, charset_utf8_to_gsm(), smscconn::data, packet::data, DC_7BIT, DC_8BIT, DC_UNDEF, debug(), DLR_IS_SUCCESS_OR_FAIL, fields_to_dcs(), gw_assert(), smscconn::id, isphonedigit(), msg, privdata::no_dlr, octstr_append(), octstr_append_char(), octstr_check_range(), octstr_create, octstr_destroy(), octstr_duplicate, octstr_get_cstr, octstr_len(), oisd_shrink_gsm7(), packet_create(), parm_valid_address(), SMS_PARAM_UNDEFINED, SUBMIT_SM, privdata::validityperiod, and warning().
Referenced by oisd_submit_msg().
Definition at line 299 of file smsc_oisd.c.
References error(), smscconn::id, octstr_copy, octstr_delete(), octstr_dump, octstr_get_char(), octstr_get_cstr, octstr_get_many_chars(), octstr_len(), packet_parse(), and size.
Referenced by oisd_get_packet(), and oisd_receive_msg().
Definition at line 272 of file smsc_oisd.c.
References packet::data, and packet_parse_header().
Referenced by packet_extract().
|
static |
Definition at line 254 of file smsc_oisd.c.
References packet::data, octstr_get_char(), packet::operation, packet::opref, and RESPONSE.
Referenced by packet_parse().
|
static |
Definition at line 477 of file smsc_oisd.c.
References packet::data, gw_assert(), octstr_len(), and octstr_set_char().
Referenced by oisd_request(), and oisd_send_response().
Definition at line 703 of file smsc_oisd.c.
References gw_assert(), packet_set_sequence(), and privdata::send_seq.
Referenced by oisd_request().
|
static |
Definition at line 489 of file smsc_oisd.c.
References packet::data, gw_assert(), octstr_set_char(), and packet::opref.
Referenced by packet_set_send_sequence().
|
static |
Definition at line 141 of file smsc_oisd.c.
References isphonedigit(), octstr_check_range(), and octstr_len().
Referenced by packet_encode_message().
Definition at line 1320 of file smsc_oisd.c.
References smscconn::data, smscconn::flow_mutex, smscconn::id, msg_destroy(), mutex_lock, mutex_unlock, octstr_duplicate, oisd_close_socket(), oisd_receive_msg(), SMSCCONN_DISCONNECTED, and smscconn::status.
Referenced by io_thread().
Definition at line 1498 of file smsc_oisd.c.
References cfg_get, cfg_get_bool(), cfg_get_integer(), privdata::conn, smscconn::data, debug(), error(), gwlist_add_producer(), gwlist_create, gwthread_create, gwthread_join(), gwthread_wakeup(), privdata::host, smscconn::id, privdata::inbuffer, privdata::io_thread, io_thread(), smscconn::is_stopped, privdata::keepalive, privdata::my_number, smscconn::name, privdata::next_ping, privdata::no_dlr, octstr_create, octstr_format(), octstr_get_cstr, octstr_imm(), oisd_add_msg_cb(), oisd_destroy(), oisd_queued_cb(), oisd_shutdown_cb(), oisd_start_cb(), oisd_stop_cb(), ok, privdata::outgoing_queue, privdata::port, smscconn::queued, privdata::quitting, privdata::received, smscconn::send_msg, privdata::send_seq, smscconn::shutdown, SMS_PARAM_UNDEFINED, privdata::socket, smscconn::start_conn, smscconn::stop_conn, privdata::stopped, and privdata::validityperiod.
Referenced by smscconn_create().
int can_receive |
Definition at line 160 of file smsc_oisd.c.
int can_send |
Definition at line 159 of file smsc_oisd.c.
int code |
Definition at line 158 of file smsc_oisd.c.
Referenced by oisd_accept_delivery_report_message(), and operation_find().
char* name |
Definition at line 157 of file smsc_oisd.c.
Referenced by operation_name(), and packet_check_can_receive().
const { ... } operations[] |
Referenced by operation_can_receive(), operation_can_send(), operation_find(), and operation_name().