Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <string.h>
#include "gwlib/gwlib.h"
#include "wmlscript/ws.h"
#include "xml_shared.h"
#include "wml_compiler.h"
#include "mime_decompiler.h"
#include "wap/wap.h"
#include "wap-appl.h"
#include "wap_push_ppg.h"
#include "wap/wsp_strings.h"
#include "wap/wsp_caps.h"
#include "wap/wsp.h"
#include "radius/radius_acct.h"
#include "wap-error.h"
#include "wap-maps.h"
Go to the source code of this file.
Data Structures | |
struct | content |
struct | request_data |
Macros | |
#define | ENABLE_NOT_ACCEPTED |
#define | NUM_CONVERTERS ((long)(sizeof(converters) / sizeof(converters[0]))) |
#define | NUM_DECONVERTERS ((long)(sizeof(deconverters) / sizeof(deconverters[0]))) |
#define | HEALTH_DECK |
Enumerations | |
enum | { limbo, running, terminating } |
Functions | |
static void | main_thread (void *) |
static void | start_fetch (WAPEvent *) |
static void | return_replies_thread (void *) |
static void | dev_null (const char *data, size_t len, void *context) |
static Octstr * | convert_wml_to_wmlc (struct content *content) |
static Octstr * | convert_wmlscript_to_wmlscriptc (struct content *content) |
static Octstr * | deconvert_multipart_formdata (struct content *content) |
static List * | negotiate_capabilities (List *req_caps) |
static void | indicate_push_connection (WAPEvent *e) |
static void | indicate_push_disconnect (WAPEvent *e) |
static void | indicate_push_suspend (WAPEvent *e) |
static void | indicate_push_resume (WAPEvent *e) |
static void | confirm_push (WAPEvent *e) |
static void | indicate_push_abort (WAPEvent *e) |
static void | split_header_list (List **headers, List **new_headers, char *name) |
static void | check_application_headers (List **headers, List **app_headers) |
static void | decode_bearer_indication (List **headers, List **bearer_headers) |
static void | response_push_connection (WAPEvent *e) |
void | wap_appl_init (Cfg *cfg) |
void | wap_appl_shutdown (void) |
void | wap_appl_dispatch (WAPEvent *event) |
long | wap_appl_get_load (void) |
static int | convert_content (struct content *content, List *request_headers, int allow_empty) |
static int | deconvert_content (struct content *content) |
static void | add_kannel_version (List *headers) |
static void | add_charset_headers (List *headers) |
static void | add_accept_headers (List *headers) |
static void | add_network_info (List *headers, WAPAddrTuple *addr_tuple) |
static void | add_session_id (List *headers, long session_id) |
static void | add_client_sdu_size (List *headers, long sdu_size) |
static void | add_via (List *headers) |
static void | add_x_wap_tod (List *headers) |
static void | add_msisdn (List *headers, WAPAddrTuple *addr_tuple, Octstr *send_msisdn_header) |
static void | set_referer_url (Octstr *url, WSPMachine *sm) |
static Octstr * | get_referer_url (const WSPMachine *sm) |
static void | return_session_reply (long server_transaction_id, long status, List *headers, Octstr *body, long session_id) |
static void | return_unit_reply (WAPAddrTuple *tuple, long transaction_id, long status, List *headers, Octstr *body) |
static void | normalize_charset (struct content *content, List *device_headers) |
static void | return_reply (int status, Octstr *content_body, List *headers, long sdu_size, WAPEvent *orig_event, long session_id, Octstr *method, Octstr *url, int x_wap_tod, List *request_headers, Octstr *msisdn) |
Variables | |
static enum { ... } | run_status = limbo |
static List * | queue = NULL |
static HTTPCaller * | caller = NULL |
static Counter * | fetches = NULL |
static List * | charsets = NULL |
int | wsp_smart_errors |
Octstr * | device_home |
static int | have_ppg = 0 |
struct { | |
char * type | |
char * result_type | |
Octstr *(* convert )(struct content *) | |
} | converters [] |
struct { | |
char * type | |
char * result_type | |
Octstr *(* deconvert )(struct content *) | |
} | deconverters [] |
#define ENABLE_NOT_ACCEPTED |
Definition at line 105 of file wap-appl.c.
#define HEALTH_DECK |
Definition at line 1097 of file wap-appl.c.
Referenced by start_fetch().
#define NUM_CONVERTERS ((long)(sizeof(converters) / sizeof(converters[0]))) |
Definition at line 212 of file wap-appl.c.
Referenced by add_accept_headers(), and convert_content().
#define NUM_DECONVERTERS ((long)(sizeof(deconverters) / sizeof(deconverters[0]))) |
Definition at line 228 of file wap-appl.c.
Referenced by deconvert_content().
anonymous enum |
Enumerator | |
---|---|
limbo | |
running | |
terminating |
Definition at line 117 of file wap-appl.c.
|
static |
Definition at line 523 of file wap-appl.c.
References converters, http_header_add(), http_type_accepted(), NUM_CONVERTERS, result_type, and type.
Referenced by start_fetch().
|
static |
Definition at line 515 of file wap-appl.c.
References http_charset_accepted(), and http_header_add().
Referenced by start_fetch().
|
static |
Definition at line 559 of file wap-appl.c.
References http_header_add(), octstr_destroy(), octstr_format(), and octstr_get_cstr.
Referenced by start_fetch().
|
static |
Definition at line 505 of file wap-appl.c.
References http_header_add().
Referenced by start_fetch().
|
static |
Definition at line 608 of file wap-appl.c.
References addr_tuple, http_header_add(), http_header_remove_all(), http_header_value(), octstr_destroy(), octstr_get_cstr, octstr_len(), radius_acct_get_msisdn(), and warning().
Referenced by start_fetch().
|
static |
Definition at line 538 of file wap-appl.c.
References addr_tuple, http_header_add(), octstr_get_cstr, and octstr_len().
Referenced by start_fetch().
|
static |
Definition at line 548 of file wap-appl.c.
References http_header_add().
Referenced by start_fetch().
|
static |
Definition at line 571 of file wap-appl.c.
References get_official_name(), http_header_add(), http_header_value(), octstr_destroy(), octstr_format(), octstr_get_cstr, octstr_imm(), and content::version.
Referenced by start_fetch().
|
static |
Definition at line 592 of file wap-appl.c.
References date_format_http(), http_header_add(), octstr_destroy(), octstr_get_cstr, and warning().
Referenced by return_reply().
Definition at line 1462 of file wap-appl.c.
References debug(), error(), GW_ERROR, gwlist_len(), http_destroy_headers(), http_header_add(), http_header_dump(), http_header_get(), octstr_destroy(), octstr_dump, octstr_get_cstr, and split_header_list().
Referenced by indicate_push_connection().
|
static |
Definition at line 1644 of file wap-appl.c.
References debug(), WAPEvent::u, wap_event_create, and wap_push_ppg_dispatch_event().
Referenced by main_thread().
|
static |
Definition at line 421 of file wap-appl.c.
References content::body, converters, debug(), http_type_accepted(), NUM_CONVERTERS, octstr_create, octstr_destroy(), octstr_dump, octstr_get_cstr, octstr_len(), octstr_str_compare(), result_type, and content::type.
Referenced by return_reply().
Definition at line 1316 of file wap-appl.c.
References content::body, content::charset, octstr_destroy(), content::version, warning(), and wml_compile().
Definition at line 1335 of file wap-appl.c.
References content::body, dev_null(), WsCompilerParamsRec::meta_http_equiv_cb, WsCompilerParamsRec::meta_http_equiv_cb_context, WsCompilerParamsRec::meta_name_cb, WsCompilerParamsRec::meta_name_cb_context, octstr_create_from_data, octstr_get_cstr, octstr_len(), panic, WsCompilerParamsRec::print_assembler, WsCompilerParamsRec::print_symbolic_assembler, WsCompilerParamsRec::stderr_cb, WsCompilerParamsRec::stdout_cb, content::url, WsCompilerParamsRec::use_latin1_strings, warning(), ws_compile_data(), ws_create(), WS_OK, and ws_result_to_string().
Definition at line 1522 of file wap-appl.c.
References debug(), error(), GW_ERROR, gwlist_len(), http_destroy_headers(), http_header_add(), http_header_dump(), http_header_get(), name, octstr_dump, octstr_get_char(), and split_header_list().
Referenced by indicate_push_connection(), and indicate_push_resume().
|
static |
Definition at line 469 of file wap-appl.c.
References content::body, debug(), deconverters, NUM_DECONVERTERS, octstr_create, octstr_destroy(), octstr_dump, octstr_get_cstr, octstr_len(), octstr_str_compare(), result_type, and content::type.
Referenced by start_fetch().
Definition at line 1399 of file wap-appl.c.
References content::body, and mime_decompile().
|
static |
Definition at line 1310 of file wap-appl.c.
Referenced by convert_wmlscript_to_wmlscriptc().
|
static |
Definition at line 685 of file wap-appl.c.
Referenced by return_reply().
|
static |
Definition at line 1659 of file wap-appl.c.
References debug(), WAPEvent::u, wap_event_create, and wap_push_ppg_dispatch_event().
Referenced by main_thread().
|
static |
Definition at line 1589 of file wap-appl.c.
References check_application_headers(), debug(), decode_bearer_indication(), gwlist_len(), http_create_empty_headers(), http_destroy_headers(), http_header_duplicate(), WAPEvent::u, wap_addr_tuple_duplicate(), wap_event_create, wap_push_ppg_dispatch_event(), and wsp_cap_duplicate_list().
Referenced by main_thread().
|
static |
Definition at line 1623 of file wap-appl.c.
References octstr_duplicate, WAPEvent::u, wap_event_create, and wap_push_ppg_dispatch_event().
Referenced by main_thread().
|
static |
Definition at line 1690 of file wap-appl.c.
References decode_bearer_indication(), gwlist_len(), http_create_empty_headers(), http_destroy_headers(), http_header_duplicate(), WAPEvent::u, wap_addr_tuple_duplicate(), wap_event_create, and wap_push_ppg_dispatch_event().
Referenced by main_thread().
|
static |
Definition at line 1674 of file wap-appl.c.
References WAPEvent::u, wap_event_create, and wap_push_ppg_dispatch_event().
Referenced by main_thread().
|
static |
Definition at line 314 of file wap-appl.c.
References confirm_push(), gwlist_consume(), have_ppg, indicate_push_abort(), indicate_push_connection(), indicate_push_disconnect(), indicate_push_resume(), indicate_push_suspend(), negotiate_capabilities(), panic, queue, response_push_connection(), run_status, running, start_fetch(), WAPEvent::type, WAPEvent::u, wap_event_create, wap_event_destroy(), wap_event_name(), wap_push_ppg_have_push_session_for(), wap_push_ppg_have_push_session_for_sid(), and wsp_session_dispatch_event().
Referenced by wap_appl_init(), and wap_appl_shutdown().
Definition at line 729 of file wap-appl.c.
References content::body, charset, content::charset, charset_convert(), debug(), find_charset_encoding(), http_charset_accepted(), octstr_case_compare(), octstr_create, octstr_destroy(), octstr_duplicate, octstr_get_cstr, octstr_imm(), octstr_len(), and warning().
Referenced by return_reply().
|
static |
Definition at line 1721 of file wap-appl.c.
References debug(), gw_assert(), WAPEvent::type, WAPEvent::u, wap_event_create, wsp_cap_duplicate_list(), and wsp_session_dispatch_event().
Referenced by main_thread().
|
static |
Definition at line 1066 of file wap-appl.c.
References content::body, caller, request_data::client_SDU_size, request_data::event, http_destroy_headers(), http_receive_result, request_data::method, request_data::msisdn, octstr_destroy(), request_data::request_headers, return_reply(), run_status, running, request_data::session_id, request_data::url, wap_event_destroy(), and request_data::x_wap_tod.
Referenced by wap_appl_init(), and wap_appl_shutdown().
|
static |
Definition at line 764 of file wap-appl.c.
References add_x_wap_tod(), addr_tuple, alog(), content::body, content::charset, convert_content(), counter_decrease(), debug(), device_home, error(), error_converting(), error_requesting(), error_requesting_back(), fetches, find_session_machine_by_id(), get_cookies(), get_referer_url(), gwlist_create, HTTP_BAD_GATEWAY, http_create_empty_headers(), http_destroy_headers(), http_header_combine(), http_header_get_content_type(), http_header_mark_transformation(), http_header_remove_all(), http_header_value(), HTTP_NOT_ACCEPTABLE, HTTP_OK, http_remove_hop_headers(), http_status_class(), HTTP_STATUS_SUCCESSFUL, http_type_accepted(), method, normalize_charset(), octstr_compare(), octstr_create, octstr_destroy(), octstr_get_cstr, octstr_imm(), octstr_len(), octstr_search(), return_session_reply(), return_unit_reply(), server(), set_referer_url(), WAPEvent::type, content::type, WAPEvent::u, url, content::url, content::version, warning(), and wsp_smart_errors.
Referenced by return_replies_thread(), and start_fetch().
|
static |
Definition at line 694 of file wap-appl.c.
References content::body, WAPEvent::u, wap_event_create, and wsp_session_dispatch_event().
Referenced by return_reply().
|
static |
Definition at line 713 of file wap-appl.c.
References content::body, WAPEvent::u, wap_addr_tuple_duplicate(), wap_event_create, and wsp_unit_dispatch_event().
Referenced by return_reply().
|
static |
Definition at line 675 of file wap-appl.c.
References gw_assert(), octstr_destroy(), octstr_duplicate, and url.
Referenced by return_reply().
Definition at line 1575 of file wap-appl.c.
References http_header_find_all(), http_header_remove_all(), and name.
Referenced by check_application_headers(), and decode_bearer_indication().
|
static |
Definition at line 1103 of file wap-appl.c.
References add_accept_headers(), add_charset_headers(), add_client_sdu_size(), add_kannel_version(), add_msisdn(), add_network_info(), add_session_id(), add_via(), addr_tuple, content::body, caller, content::charset, request_data::client_SDU_size, counter_increase(), deconvert_content(), error(), request_data::event, fetches, find_session_machine_by_id(), gwlist_create, HEALTH_DECK, http_create_empty_headers(), http_destroy_headers(), http_header_add(), http_header_combine(), http_header_get_content_type(), http_header_mark_transformation(), http_header_pack(), http_header_remove_all(), http_name2method(), HTTP_NOT_IMPLEMENTED, HTTP_OK, http_remove_hop_headers(), http_start_request(), info(), method, request_data::method, request_data::msisdn, octstr_compare(), octstr_create, octstr_destroy(), octstr_duplicate, octstr_get_cstr, octstr_imm(), octstr_len(), octstr_str_compare(), radius_acct_get_msisdn(), request_data::request_headers, return_reply(), request_data::session_id, set_cookies(), WAPEvent::type, content::type, url, request_data::url, wap_event_destroy(), wap_map_url(), and request_data::x_wap_tod.
Referenced by main_thread().
void wap_appl_dispatch | ( | WAPEvent * | event | ) |
Definition at line 288 of file wap-appl.c.
References gw_assert(), gwlist_produce(), queue, run_status, and running.
Referenced by main().
long wap_appl_get_load | ( | void | ) |
Definition at line 295 of file wap-appl.c.
References counter_value(), fetches, gw_assert(), gwlist_len(), queue, run_status, and running.
Referenced by main().
void wap_appl_init | ( | Cfg * | cfg | ) |
Definition at line 249 of file wap-appl.c.
References caller, cfg, charsets, counter_create(), fetches, gw_assert(), gwlist_add_producer(), gwlist_create, gwthread_create, have_ppg, http_caller_create(), limbo, main_thread(), queue, return_replies_thread(), run_status, running, and wml_charsets().
Referenced by main().
void wap_appl_shutdown | ( | void | ) |
Definition at line 268 of file wap-appl.c.
References caller, charsets, counter_destroy(), fetches, gw_assert(), gwlist_destroy(), gwlist_remove_producer(), gwthread_join_every(), http_caller_destroy(), http_caller_signal_shutdown(), main_thread(), octstr_destroy_item(), queue, return_replies_thread(), run_status, running, terminating, wap_event_destroy_item(), wap_map_destroy(), and wap_map_user_destroy().
Referenced by main().
|
static |
Definition at line 129 of file wap-appl.c.
Referenced by return_replies_thread(), start_fetch(), wap_appl_init(), and wap_appl_shutdown().
|
static |
Definition at line 141 of file wap-appl.c.
Referenced by wap_appl_init(), and wap_appl_shutdown().
Definition at line 198 of file wap-appl.c.
struct { ... } converters[] |
Referenced by add_accept_headers(), and convert_content().
Definition at line 217 of file wap-appl.c.
struct { ... } deconverters[] |
Referenced by deconvert_content().
Octstr* device_home |
Definition at line 112 of file wapbox.c.
Referenced by config_reload(), main(), and return_reply().
|
static |
Definition at line 135 of file wap-appl.c.
Referenced by return_reply(), start_fetch(), wap_appl_get_load(), wap_appl_init(), and wap_appl_shutdown().
|
static |
Definition at line 176 of file wap-appl.c.
Referenced by main_thread(), and wap_appl_init().
|
static |
Definition at line 123 of file wap-appl.c.
Referenced by downheap(), gw_prioqueue_add_producer(), gw_prioqueue_consume(), gw_prioqueue_destroy(), gw_prioqueue_foreach(), gw_prioqueue_get(), gw_prioqueue_insert(), gw_prioqueue_len(), gw_prioqueue_producer_count(), gw_prioqueue_remove(), gw_prioqueue_remove_producer(), main(), main_thread(), make_bigger(), queue_lock(), queue_unlock(), upheap(), wap_appl_dispatch(), wap_appl_get_load(), wap_appl_init(), and wap_appl_shutdown().
char* result_type |
Definition at line 197 of file wap-appl.c.
Referenced by add_accept_headers(), convert_content(), and deconvert_content().
enum { ... } run_status |
Referenced by main_thread(), return_replies_thread(), wap_appl_dispatch(), wap_appl_get_load(), wap_appl_init(), and wap_appl_shutdown().
char* type |
Definition at line 196 of file wap-appl.c.
Referenced by add_accept_headers().
int wsp_smart_errors |
Definition at line 111 of file wapbox.c.
Referenced by config_reload(), and return_reply().