Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Go to the source code of this file.
Data Structures | |
struct | Event |
struct | smsc_emu_arg |
struct | smpp_emu_arg |
struct | httpd_emu_arg |
Macros | |
#define | TYPE(name) case name: return #name; |
Typedefs | |
typedef List | EventQueue |
typedef struct Event | Event |
Enumerations | |
enum | { MAX_THREADS = 2 } |
enum | { SMPP_MAX_QUEUE = 10 } |
enum | { MAX_IN_AVERAGE = 100 } |
enum | { MAX_RTT = 1 } |
enum | { MAX_WAITING = 100 } |
enum | { MAX_IN_QUEUE = 1000 } |
Functions | |
static const char * | eq_type (Event *e) |
static Event * | eq_create_event (enum event_type type) |
static Event * | eq_create_submit (Connection *conn, long sequence_number, Octstr *body) |
static Event * | eq_create_http_request (HTTPClient *client, Octstr *body) |
static void | eq_destroy_event (Event *e) |
static EventQueue * | eq_create (void) |
static void | eq_add_producer (EventQueue *eq) |
static void | eq_remove_producer (EventQueue *eq) |
static void | eq_destroy (EventQueue *eq) |
static void | eq_append (EventQueue *eq, Event *e) |
static Event * | eq_extract (EventQueue *eq) |
static void | eq_log (Event *e) |
static void | eq_init (void) |
static void | eq_shutdown (void) |
static long | eq_round_trip_time (Event *e) |
static void | smpp_emu_writer (void *arg) |
static void | smpp_emu_handle_pdu (struct smpp_emu_arg *p, SMPP_PDU *pdu) |
static void | smpp_emu_reader (void *arg) |
static void | smpp_emu (void *arg) |
static void | smsc_emu_create (EventQueue *eq) |
static void | smsc_emu_destroy (void) |
static void | smsc_emu_deliver (void) |
static void | smsc_emu_submit_ack (Event *e) |
static void | smsc_emu_init (void) |
static void | smsc_emu_shutdown (void) |
static void | httpd_emu (void *arg) |
static void | httpd_emu_create (EventQueue *eq) |
static void | httpd_emu_destroy (void) |
static void | httpd_emu_reply (Event *e) |
static void | httpd_emu_init (void) |
static void | httpd_emu_shutdown (void) |
static void | kill_kannel (void) |
static void | sustained_level_benchmark (void) |
static void | n_messages_benchmark (void) |
int | main (int argc, char **argv) |
Variables | |
static long | http_port = 8080 |
static long | admin_port = 13000 |
static char * | admin_password = "bar" |
static long | smpp_port = 2345 |
static long | num_messages = 1 |
static Counter * | event_id_counter = NULL |
static EventQueue * | undelivered_messages = NULL |
static Counter * | smpp_emu_counter = NULL |
static long | smpp_emu_id = -1 |
static List * | httpd_emu_headers = NULL |
static long | httpd_emu_tid = -1 |
typedef List EventQueue |
Definition at line 97 of file test_smsc.c.
anonymous enum |
anonymous enum |
anonymous enum |
anonymous enum |
anonymous enum |
anonymous enum |
|
static |
Definition at line 201 of file test_smsc.c.
References gwlist_add_producer().
Referenced by httpd_emu(), smpp_emu(), and smsc_emu_init().
|
static |
Definition at line 219 of file test_smsc.c.
References gwlist_produce().
Referenced by httpd_emu(), smpp_emu_handle_pdu(), and smsc_emu_deliver().
|
static |
Definition at line 195 of file test_smsc.c.
References gwlist_create.
Referenced by n_messages_benchmark(), smsc_emu_init(), and sustained_level_benchmark().
|
static |
Definition at line 142 of file test_smsc.c.
References Event::body, Event::client, Event::conn, counter_increase(), date_universal_now(), event_id_counter, Event::id, Event::sequence_number, Event::time, Event::type, and type.
Referenced by eq_create_http_request(), eq_create_submit(), smpp_emu_handle_pdu(), and smsc_emu_deliver().
|
static |
Definition at line 174 of file test_smsc.c.
References Event::body, client(), Event::client, eq_create_event(), gw_assert(), and octstr_duplicate.
Referenced by httpd_emu().
|
static |
Definition at line 158 of file test_smsc.c.
References Event::body, Event::conn, eq_create_event(), gw_assert(), octstr_duplicate, and Event::sequence_number.
Referenced by smpp_emu_handle_pdu().
|
static |
Definition at line 213 of file test_smsc.c.
References gwlist_destroy().
Referenced by n_messages_benchmark(), smsc_emu_shutdown(), and sustained_level_benchmark().
|
static |
Definition at line 188 of file test_smsc.c.
References Event::body, and octstr_destroy().
Referenced by n_messages_benchmark(), smpp_emu_writer(), and sustained_level_benchmark().
|
static |
Definition at line 225 of file test_smsc.c.
References gwlist_consume().
Referenced by n_messages_benchmark(), smpp_emu_writer(), and sustained_level_benchmark().
|
static |
Definition at line 237 of file test_smsc.c.
References counter_create(), and event_id_counter.
Referenced by main().
|
static |
Definition at line 231 of file test_smsc.c.
References eq_type(), Event::id, info(), and Event::time.
Referenced by n_messages_benchmark(), smpp_emu_writer(), and sustained_level_benchmark().
|
static |
Definition at line 207 of file test_smsc.c.
References gwlist_remove_producer().
Referenced by httpd_emu(), smpp_emu(), and smsc_emu_destroy().
|
static |
Definition at line 249 of file test_smsc.c.
References Event::body, date_universal_now(), and octstr_parse_long().
Referenced by n_messages_benchmark(), and sustained_level_benchmark().
|
static |
Definition at line 243 of file test_smsc.c.
References counter_destroy(), and event_id_counter.
Referenced by main().
|
static |
Definition at line 125 of file test_smsc.c.
References Event::type, and TYPE.
Referenced by eq_log(), n_messages_benchmark(), and sustained_level_benchmark().
|
static |
Definition at line 584 of file test_smsc.c.
References client(), httpd_emu_arg::eq, eq_add_producer(), eq_append(), eq_create_http_request(), eq_remove_producer(), http_accept_request(), http_cgi_variable(), http_destroy_cgiargs(), http_destroy_headers(), octstr_destroy(), httpd_emu_arg::port, httpd_emu_arg::sema, semaphore_up(), and url.
Referenced by httpd_emu_create().
|
static |
Definition at line 630 of file test_smsc.c.
References httpd_emu_arg::eq, gw_assert(), gwthread_create, http_open_port(), http_port, httpd_emu(), httpd_emu_tid, panic, httpd_emu_arg::port, httpd_emu_arg::sema, semaphore_create(), semaphore_destroy(), semaphore_down(), and ssl.
Referenced by n_messages_benchmark(), and sustained_level_benchmark().
|
static |
Definition at line 655 of file test_smsc.c.
References gw_assert(), gwthread_join(), http_close_all_ports(), and httpd_emu_tid.
Referenced by n_messages_benchmark(), and sustained_level_benchmark().
|
static |
Definition at line 673 of file test_smsc.c.
References http_create_empty_headers(), http_header_add(), and httpd_emu_headers.
Referenced by main().
|
static |
Definition at line 667 of file test_smsc.c.
References Event::body, Event::client, HTTP_OK, http_send_reply(), and httpd_emu_headers.
Referenced by n_messages_benchmark(), and sustained_level_benchmark().
|
static |
Definition at line 680 of file test_smsc.c.
References http_destroy_headers(), and httpd_emu_headers.
Referenced by main().
|
static |
Definition at line 691 of file test_smsc.c.
References admin_password, admin_port, http_create_empty_headers(), http_destroy_headers(), http_get_real(), http_header_add(), HTTP_METHOD_GET, octstr_destroy(), octstr_format(), and url.
Referenced by n_messages_benchmark(), and sustained_level_benchmark().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 902 of file test_smsc.c.
References eq_init(), eq_shutdown(), getopt(), gwlib_init(), gwlib_shutdown(), httpd_emu_init(), httpd_emu_shutdown(), n_messages_benchmark(), name, num_messages, optarg, smsc_emu_init(), smsc_emu_shutdown(), and sustained_level_benchmark().
|
static |
Definition at line 822 of file test_smsc.c.
References debug(), httpd_emu_arg::eq, eq_create(), eq_destroy(), eq_destroy_event(), eq_extract(), eq_log(), eq_round_trip_time(), eq_type(), httpd_emu_create(), httpd_emu_destroy(), httpd_emu_reply(), kill_kannel(), MAX_IN_QUEUE, num_messages, smsc_emu_create(), smsc_emu_deliver(), smsc_emu_destroy(), smsc_emu_submit_ack(), and Event::type.
Referenced by main().
|
static |
Definition at line 433 of file test_smsc.c.
References smpp_emu_arg::conn, conn_destroy(), conn_wrap_fd(), smsc_emu_arg::eq, smpp_emu_arg::eq, eq_add_producer(), eq_remove_producer(), gw_accept(), gwthread_create, gwthread_join(), gwthread_wakeup(), smpp_emu_arg::id, make_server_socket(), MAX_THREADS, octstr_destroy(), smpp_emu_arg::ok_to_send, panic, smpp_emu_arg::quit, smsc_emu_arg::sema, semaphore_create(), semaphore_destroy(), semaphore_up(), smpp_emu_reader(), SMPP_MAX_QUEUE, smpp_port, warning(), and smpp_emu_arg::writer_id.
Referenced by smsc_emu_create().
|
static |
Definition at line 325 of file test_smsc.c.
References smpp_emu_arg::conn, conn_write(), smpp_emu_arg::eq, eq_append(), eq_create_event(), eq_create_submit(), error(), gw_assert(), gwthread_create, octstr_destroy(), smpp_emu_arg::ok_to_send, panic, semaphore_up(), smpp_emu_writer(), smpp_pdu_create(), smpp_pdu_destroy(), smpp_pdu_pack(), SMPP_PDU::type, SMPP_PDU::type_name, SMPP_PDU::u, and smpp_emu_arg::writer_id.
Referenced by smpp_emu_reader().
|
static |
Definition at line 383 of file test_smsc.c.
References smpp_emu_arg::conn, conn_eof(), conn_error(), conn_wait(), error(), gw_assert(), gwthread_join(), octstr_destroy(), octstr_dump, smpp_emu_arg::quit, smpp_emu_handle_pdu(), smpp_pdu_destroy(), smpp_pdu_read_data(), smpp_pdu_read_len(), smpp_pdu_unpack(), and smpp_emu_arg::writer_id.
Referenced by smpp_emu().
|
static |
Definition at line 296 of file test_smsc.c.
References smpp_emu_arg::conn, conn_write(), counter_increase(), date_universal_now(), eq_destroy_event(), eq_extract(), eq_log(), octstr_create, octstr_destroy(), octstr_format(), smpp_emu_arg::ok_to_send, semaphore_down(), smpp_emu_counter, smpp_pdu_create(), smpp_pdu_destroy(), smpp_pdu_pack(), Event::time, SMPP_PDU::u, and undelivered_messages.
Referenced by smpp_emu_handle_pdu().
|
static |
Definition at line 505 of file test_smsc.c.
References smsc_emu_arg::eq, gw_assert(), gwthread_create, panic, smsc_emu_arg::sema, semaphore_create(), semaphore_destroy(), semaphore_down(), smpp_emu(), and smpp_emu_id.
Referenced by n_messages_benchmark(), and sustained_level_benchmark().
|
static |
Definition at line 532 of file test_smsc.c.
References eq_append(), eq_create_event(), and undelivered_messages.
Referenced by n_messages_benchmark(), and sustained_level_benchmark().
|
static |
Definition at line 523 of file test_smsc.c.
References eq_remove_producer(), gw_assert(), gwthread_join(), gwthread_wakeup(), smpp_emu_id, and undelivered_messages.
Referenced by n_messages_benchmark(), and sustained_level_benchmark().
|
static |
Definition at line 551 of file test_smsc.c.
References counter_create(), eq_add_producer(), eq_create(), smpp_emu_counter, and undelivered_messages.
Referenced by main().
|
static |
Definition at line 559 of file test_smsc.c.
References counter_destroy(), eq_destroy(), smpp_emu_counter, and undelivered_messages.
Referenced by main().
|
static |
Definition at line 538 of file test_smsc.c.
References Event::conn, conn_write(), octstr_destroy(), Event::sequence_number, smpp_pdu_create(), smpp_pdu_destroy(), and smpp_pdu_pack().
Referenced by n_messages_benchmark(), and sustained_level_benchmark().
|
static |
Definition at line 724 of file test_smsc.c.
References debug(), httpd_emu_arg::eq, eq_create(), eq_destroy(), eq_destroy_event(), eq_extract(), eq_log(), eq_round_trip_time(), eq_type(), httpd_emu_create(), httpd_emu_destroy(), httpd_emu_reply(), kill_kannel(), MAX_IN_AVERAGE, MAX_RTT, MAX_WAITING, num_messages, smsc_emu_create(), smsc_emu_deliver(), smsc_emu_destroy(), smsc_emu_submit_ack(), and Event::type.
Referenced by main().
|
static |
Definition at line 77 of file test_smsc.c.
Referenced by kill_kannel().
|
static |
Definition at line 76 of file test_smsc.c.
Referenced by kill_kannel().
|
static |
Definition at line 122 of file test_smsc.c.
Referenced by eq_create_event(), eq_init(), and eq_shutdown().
|
static |
Definition at line 70 of file test_smsc.c.
Referenced by httpd_emu_create().
|
static |
Definition at line 571 of file test_smsc.c.
Referenced by httpd_emu_init(), httpd_emu_reply(), and httpd_emu_shutdown().
|
static |
Definition at line 623 of file test_smsc.c.
Referenced by httpd_emu_create(), and httpd_emu_destroy().
|
static |
Definition at line 90 of file test_smsc.c.
Referenced by main(), n_messages_benchmark(), prepend_catenation_udh(), and sustained_level_benchmark().
|
static |
Definition at line 293 of file test_smsc.c.
Referenced by smpp_emu_writer(), smsc_emu_init(), and smsc_emu_shutdown().
|
static |
Definition at line 499 of file test_smsc.c.
Referenced by smsc_emu_create(), and smsc_emu_destroy().
|
static |
Definition at line 83 of file test_smsc.c.
Referenced by smpp_emu().
|
static |
Definition at line 271 of file test_smsc.c.
Referenced by smpp_emu_writer(), smsc_emu_deliver(), smsc_emu_destroy(), smsc_emu_init(), and smsc_emu_shutdown().