Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <string.h>
#include "gwlib/gwlib.h"
#include "wsp.h"
#include "wsp_pdu.h"
#include "wsp_headers.h"
#include "wap_events.h"
#include "wsp_strings.h"
#include "wap.h"
Go to the source code of this file.
Enumerations | |
enum | { limbo, running, terminating } |
Functions | |
static void | main_thread (void *) |
static WAPEvent * | pack_into_result_datagram (WAPEvent *event) |
static WAPEvent * | pack_into_push_datagram (WAPEvent *event) |
void | wsp_unit_init (wap_dispatch_func_t *datagram_dispatch, wap_dispatch_func_t *application_dispatch) |
void | wsp_unit_shutdown (void) |
void | wsp_unit_dispatch_event (WAPEvent *event) |
static WAPEvent * | unpack_datagram (WAPEvent *datagram) |
Variables | |
static enum { ... } | run_status = limbo |
static wap_dispatch_func_t * | dispatch_to_wdp |
static wap_dispatch_func_t * | dispatch_to_appl |
static List * | queue = NULL |
anonymous enum |
Enumerator | |
---|---|
limbo | |
running | |
terminating |
Definition at line 84 of file wsp_unit.c.
|
static |
Definition at line 217 of file wsp_unit.c.
References debug(), dispatch_to_appl, dispatch_to_wdp, gwlist_consume(), pack_into_push_datagram(), pack_into_result_datagram(), queue, run_status, running, WAPEvent::type, unpack_datagram(), wap_event_assert(), wap_event_destroy(), and warning().
Referenced by wsp_unit_init(), and wsp_unit_shutdown().
Definition at line 298 of file wsp_unit.c.
References debug(), gw_assert(), http_header_add(), octstr_duplicate, octstr_insert_data(), WAPEvent::type, WAPEvent::u, wsp_pdu::u, wap_addr_tuple_duplicate(), wap_event_create, WSP_1_3, wsp_headers_pack(), wsp_pdu_create(), wsp_pdu_destroy(), wsp_pdu_dump(), and wsp_pdu_pack().
Referenced by main_thread().
Definition at line 261 of file wsp_unit.c.
References gw_assert(), http_header_add(), octstr_duplicate, octstr_insert_data(), WAPEvent::type, WAPEvent::u, wsp_pdu::u, wap_addr_tuple_duplicate(), wap_event_create, WSP_1_3, wsp_convert_http_status_to_wsp_status(), wsp_headers_pack(), wsp_pdu_create(), wsp_pdu_destroy(), and wsp_pdu_pack().
Referenced by main_thread().
Definition at line 131 of file wsp_unit.c.
References debug(), error(), GET_METHODS, gw_assert(), method, method_name, octstr_delete(), octstr_destroy(), octstr_duplicate, octstr_format(), octstr_get_char(), octstr_len(), POST_METHODS, wsp_pdu::type, WAPEvent::type, WAPEvent::u, wsp_pdu::u, wap_addr_tuple_duplicate(), wap_event_create, wap_event_destroy(), warning(), wsp_headers_unpack(), wsp_pdu_destroy(), and wsp_pdu_unpack().
Referenced by main_thread().
void wsp_unit_dispatch_event | ( | WAPEvent * | event | ) |
Definition at line 124 of file wsp_unit.c.
References gwlist_produce(), queue, and wap_event_assert().
Referenced by main(), return_unit_reply(), and wap_dispatch_datagram().
void wsp_unit_init | ( | wap_dispatch_func_t * | datagram_dispatch, |
wap_dispatch_func_t * | application_dispatch | ||
) |
Definition at line 100 of file wsp_unit.c.
References dispatch_to_appl, dispatch_to_wdp, gwlist_add_producer(), gwlist_create, gwthread_create, main_thread(), queue, run_status, running, and wsp_strings_init().
Referenced by main().
void wsp_unit_shutdown | ( | void | ) |
Definition at line 113 of file wsp_unit.c.
References gw_assert(), gwlist_destroy(), gwlist_remove_producer(), gwthread_join_every(), main_thread(), queue, run_status, running, terminating, wap_event_destroy_item(), and wsp_strings_shutdown().
Referenced by main().
|
static |
Definition at line 87 of file wsp_unit.c.
Referenced by main_thread(), and wsp_unit_init().
|
static |
Definition at line 86 of file wsp_unit.c.
Referenced by main_thread(), and wsp_unit_init().
|
static |
Definition at line 89 of file wsp_unit.c.
Referenced by main_thread(), wsp_unit_dispatch_event(), wsp_unit_init(), and wsp_unit_shutdown().
enum { ... } run_status |
Referenced by main_thread(), wsp_unit_init(), and wsp_unit_shutdown().