Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include "wsp_push_client.h"
#include "wsp.h"
#include "wtp.h"
#include "wsp_pdu.h"
#include "wsp_headers.h"
#include "wap.h"
#include "wsp_push_client_states.def"
#include "wsp_push_client_machine.def"
Go to the source code of this file.
Macros | |
#define | PUSH_CLIENT_STATE_NAME(state) case state : return (unsigned char *)#state; |
#define | ROW(state, event, condition, action, new_state) |
#define | PUSH_CLIENT_STATE_NAME(state) |
#define | ROW(push_state, event_type, condition, action, next_state) |
#define | INTEGER(name) m->name = 0; |
#define | HTTPHEADERS(name) m->name = NULL; |
#define | MACHINE(fields) fields |
#define | INTEGER(name) m->name = 0; |
#define | HTTPHEADERS(name) http_destroy_headers(m->name); |
#define | MACHINE(fields) fields; |
Enumerations | |
enum | { limbo, running, terminating } |
Variables | |
static List * | push_client_machines = NULL |
static Counter * | push_client_machine_id_counter = NULL |
static enum { ... } | push_client_run_status = limbo |
static List * | push_client_queue = NULL |
wap_dispatch_func_t * | dispatch_to_self |
wap_dispatch_func_t * | dispatch_to_wtp_resp |
#define HTTPHEADERS | ( | name | ) | http_destroy_headers(m->name); |
#define MACHINE | ( | fields | ) | fields |
#define MACHINE | ( | fields | ) | fields; |
#define PUSH_CLIENT_STATE_NAME | ( | state | ) | case state : return (unsigned char *)#state; |
#define PUSH_CLIENT_STATE_NAME | ( | state | ) |
#define ROW | ( | state, | |
event, | |||
condition, | |||
action, | |||
new_state | |||
) |
#define ROW | ( | push_state, | |
event_type, | |||
condition, | |||
action, | |||
next_state | |||
) |
anonymous enum |
Enumerator | |
---|---|
limbo | |
running | |
terminating |
Definition at line 94 of file wsp_push_client.c.
|
static |
Definition at line 416 of file wsp_push_client.c.
References http_header_duplicate(), octstr_duplicate, WAPEvent::u, and wap_event_create.
|
static |
Definition at line 430 of file wsp_push_client.c.
References WAPEvent::u, and wap_event_create.
|
static |
Definition at line 188 of file wsp_push_client.c.
References gwlist_consume(), push_client_event_handle(), push_client_machine_find_or_create(), push_client_queue, push_client_run_status, running, and wap_event_destroy().
Referenced by wsp_push_client_init(), and wsp_push_client_shutdown().
|
static |
|
static |
Definition at line 221 of file wsp_push_client.c.
References debug(), error(), gw_assert(), name_push_client_state(), PROTOERR, push_client_machine_destroy(), send_abort_to_responder(), wsp_pdu::type, WAPEvent::type, WAPEvent::u, wap_event_assert(), wap_event_destroy(), wap_event_dump(), wap_event_name(), wsp_pdu_destroy(), wsp_pdu_unpack(), and wtp_resp_dispatch_event().
Referenced by main_thread().
|
static |
Definition at line 377 of file wsp_push_client.c.
References counter_increase(), debug(), gwlist_append(), push_client_machine_id_counter, and push_client_machines.
Referenced by push_client_machine_find_or_create().
|
static |
Definition at line 399 of file wsp_push_client.c.
References debug(), gwlist_delete_equal(), and push_client_machines.
Referenced by push_client_event_handle(), and wsp_push_client_shutdown().
|
static |
Definition at line 305 of file wsp_push_client.c.
References debug(), error(), gw_assert(), push_client_machine_create(), push_client_machine_find_using_transid(), WAPEvent::type, WAPEvent::u, wap_event_destroy(), wap_event_dump(), and wap_event_name().
Referenced by main_thread().
|
static |
Definition at line 287 of file wsp_push_client.c.
References gwlist_search(), push_client_machine_has_transid(), and push_client_machines.
Referenced by push_client_machine_find_or_create().
|
static |
Definition at line 277 of file wsp_push_client.c.
Referenced by push_client_machine_find_using_transid().
|
static |
Definition at line 446 of file wsp_push_client.c.
References WAPEvent::u, and wap_event_create.
|
static |
Definition at line 470 of file wsp_push_client.c.
References WAPEvent::u, and wap_event_create.
|
static |
Definition at line 456 of file wsp_push_client.c.
References WAPEvent::u, USER, and wap_event_create.
Referenced by push_client_event_handle().
void wsp_push_client_dispatch_event | ( | WAPEvent * | e | ) |
Definition at line 177 of file wsp_push_client.c.
References gwlist_produce(), and push_client_queue.
Referenced by main().
void wsp_push_client_init | ( | wap_dispatch_func_t * | dispatch_self, |
wap_dispatch_func_t * | dispatch_wtp_resp | ||
) |
Definition at line 145 of file wsp_push_client.c.
References counter_create(), dispatch_to_self, dispatch_to_wtp_resp, gw_assert(), gwlist_add_producer(), gwlist_create, gwthread_create, limbo, main_thread(), push_client_machine_id_counter, push_client_machines, push_client_queue, push_client_run_status, and running.
Referenced by main().
void wsp_push_client_shutdown | ( | void | ) |
Definition at line 162 of file wsp_push_client.c.
References counter_destroy(), debug(), gw_assert(), gwlist_destroy(), gwlist_len(), gwlist_remove_producer(), gwthread_join_every(), main_thread(), push_client_machine_destroy(), push_client_machine_id_counter, push_client_machines, push_client_queue, push_client_run_status, running, terminating, and wap_event_destroy_item().
Referenced by main().
wap_dispatch_func_t* dispatch_to_self |
Definition at line 101 of file wsp_push_client.c.
Referenced by wsp_push_client_init().
wap_dispatch_func_t* dispatch_to_wtp_resp |
Definition at line 102 of file wsp_push_client.c.
Referenced by wsp_push_client_init().
|
static |
Definition at line 82 of file wsp_push_client.c.
Referenced by push_client_machine_create(), wsp_push_client_init(), and wsp_push_client_shutdown().
|
static |
Definition at line 76 of file wsp_push_client.c.
Referenced by push_client_machine_create(), push_client_machine_destroy(), push_client_machine_find_using_transid(), wsp_push_client_init(), and wsp_push_client_shutdown().
|
static |
Definition at line 99 of file wsp_push_client.c.
Referenced by main_thread(), wsp_push_client_dispatch_event(), wsp_push_client_init(), and wsp_push_client_shutdown().
enum { ... } push_client_run_status |
Referenced by main_thread(), wsp_push_client_init(), and wsp_push_client_shutdown().