Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <time.h>
#include <ctype.h>
#include "wap_push_ppg.h"
#include "wap/wap_events.h"
#include "wap/wsp_caps.h"
#include "wml_compiler.h"
#include "wap-appl.h"
#include "wap/wsp.h"
#include "wap/wsp_strings.h"
#include "wap_push_si_compiler.h"
#include "wap_push_sl_compiler.h"
#include "wap_push_pap_compiler.h"
#include "wap_push_pap_mime.h"
#include "wap_push_ppg_pushuser.h"
#include "wap_ppg_session_machine.def"
#include "wap_ppg_push_machine.def"
Go to the source code of this file.
Data Structures | |
struct | content |
struct | PAPEvent |
struct | description_t |
Macros | |
#define | DEFAULT_PPG_URL "/wappush" |
#define | INTEGER(name) m->name = 0; |
#define | OCTSTR(name) m->name = NULL; |
#define | ADDRTUPLE(name) m->name = NULL; |
#define | PUSHMACHINES(name) m->name = gwlist_create(); |
#define | CAPABILITIES(name) m->name = NULL; |
#define | MACHINE(fields) fields |
#define | OCTSTR(name) octstr_destroy(sm->name); |
#define | ADDRTUPLE(name) wap_addr_tuple_destroy(sm->name); |
#define | INTEGER(name) sm->name = 0; |
#define | PUSHMACHINES(name) push_machines_list_destroy(sm->name); |
#define | CAPABILITIES(name) wsp_cap_destroy_list(sm->name); |
#define | MACHINE(fields) fields |
#define | INTEGER(name) m->name = 0; |
#define | OCTSTR(name) m->name = NULL; |
#define | OPTIONAL_OCTSTR(name) m->name = NULL; |
#define | ADDRTUPLE(name) m->name = NULL; |
#define | CAPABILITIES m->name = NULL; |
#define | HTTPHEADER(name) m->name = NULL; |
#define | MACHINE(fields) fields |
#define | OCTSTR(name) octstr_destroy(pm->name); |
#define | OPTIONAL_OCTSTR(name) octstr_destroy(pm->name); |
#define | INTEGER(name) |
#define | ADDRTUPLE(name) wap_addr_tuple_destroy(pm->name); |
#define | CAPABILITIES(name) wap_cap_destroy_list(pm->name); |
#define | HTTPHEADER(name) http_destroy_headers(pm->name); |
#define | MACHINE(fields) fields |
#define | NUM_CONVERTERS ((long) (sizeof(converters) / sizeof(converters[0]))) |
#define | NUM_EXTRACTORS ((long) (sizeof(extractors) / sizeof(extractors[0]))) |
#define | NUMBER_OF_BEARERS sizeof(bearers)/sizeof(bearers[0]) |
#define | NUMBER_OF_NETWORKS sizeof(networks)/sizeof(networks[0]) |
#define | NUMBER_OF_WINA_URIS sizeof(wina_uri)/sizeof(wina_uri[0]) |
Typedefs | |
typedef struct PAPEvent | PAPEvent |
typedef struct description_t | description_t |
Enumerations | |
enum | { TIME_EXPIRED = 0, TIME_TOO_EARLY = 1, NO_CONSTRAINTS = 2 } |
enum | { DEFAULT_HTTP_PORT = 8080, NO_HTTPS_PORT = -1, DEFAULT_NUMBER_OF_PUSHES = 100, PI_TRUSTED = 1, SSL_CONNECTION_OFF = 0, DEFAULT_NUMBER_OF_USERS = 1024, USER_CONFIGURATION_NOT_ADDED = 0 } |
enum | { USER_CONFIGURATION_ADDED = 1 } |
enum | { limbo, running, terminating } |
enum | { TYPE_HTTP = 0, TYPE_HTTPS = 1 } |
#define ADDRTUPLE | ( | name | ) | wap_addr_tuple_destroy(sm->name); |
#define ADDRTUPLE | ( | name | ) | wap_addr_tuple_destroy(pm->name); |
#define CAPABILITIES | ( | name | ) | wsp_cap_destroy_list(sm->name); |
#define CAPABILITIES m->name = NULL; |
#define DEFAULT_PPG_URL "/wappush" |
Definition at line 113 of file wap_push_ppg.c.
#define HTTPHEADER | ( | name | ) | http_destroy_headers(pm->name); |
#define INTEGER | ( | name | ) |
#define MACHINE | ( | fields | ) | fields |
#define MACHINE | ( | fields | ) | fields |
#define MACHINE | ( | fields | ) | fields |
#define MACHINE | ( | fields | ) | fields |
#define NUM_CONVERTERS ((long) (sizeof(converters) / sizeof(converters[0]))) |
Definition at line 1991 of file wap_push_ppg.c.
Referenced by pap_convert_content().
#define NUM_EXTRACTORS ((long) (sizeof(extractors) / sizeof(extractors[0]))) |
Definition at line 2001 of file wap_push_ppg.c.
Referenced by pap_get_content().
Definition at line 2070 of file wap_push_ppg.c.
Referenced by select_bearer_network().
Definition at line 2084 of file wap_push_ppg.c.
Referenced by select_bearer_network().
Definition at line 2834 of file wap_push_ppg.c.
Referenced by parse_appid_header().
#define OCTSTR | ( | name | ) | octstr_destroy(sm->name); |
#define OCTSTR | ( | name | ) | octstr_destroy(pm->name); |
#define OPTIONAL_OCTSTR | ( | name | ) | octstr_destroy(pm->name); |
#define PUSHMACHINES | ( | name | ) | m->name = gwlist_create(); |
#define PUSHMACHINES | ( | name | ) | push_machines_list_destroy(sm->name); |
typedef struct description_t description_t |
Definition at line 2206 of file wap_push_ppg.c.
Definition at line 216 of file wap_push_ppg.c.
anonymous enum |
Enumerator | |
---|---|
TIME_EXPIRED | |
TIME_TOO_EARLY | |
NO_CONSTRAINTS |
Definition at line 92 of file wap_push_ppg.c.
anonymous enum |
Enumerator | |
---|---|
DEFAULT_HTTP_PORT | |
NO_HTTPS_PORT | |
DEFAULT_NUMBER_OF_PUSHES | |
PI_TRUSTED | |
SSL_CONNECTION_OFF | |
DEFAULT_NUMBER_OF_USERS | |
USER_CONFIGURATION_NOT_ADDED |
Definition at line 101 of file wap_push_ppg.c.
anonymous enum |
Enumerator | |
---|---|
USER_CONFIGURATION_ADDED |
Definition at line 111 of file wap_push_ppg.c.
anonymous enum |
Enumerator | |
---|---|
limbo | |
running | |
terminating |
Definition at line 128 of file wap_push_ppg.c.
anonymous enum |
Enumerator | |
---|---|
TYPE_HTTP | |
TYPE_HTTPS |
Definition at line 392 of file wap_push_ppg.c.
|
static |
Definition at line 2385 of file wap_push_ppg.c.
References code, gwlist_get(), gwlist_len(), PAP_ABORT_USERPND, PAP_ABORTED, PAP_CAPABILITIES_MISMATCH, push_machine_assert(), description_t::reason, remove_push_data(), response_push_message(), session_machine_assert(), and update_push_data_with_attribute().
Referenced by handle_internal_event().
|
static |
Definition at line 2882 of file wap_push_ppg.c.
References WAPAddr::address, WAPAddrTuple::local, WAPAddr::port, WAPAddrTuple::remote, and wap_addr_tuple_create().
Referenced by create_session().
|
static |
Definition at line 2991 of file wap_push_ppg.c.
References http_header_add(), http_header_remove_all(), and name.
Referenced by pap_request_thread(), and transform_message().
Definition at line 1691 of file wap_push_ppg.c.
Referenced by response_push_connection().
|
static |
Definition at line 1858 of file wap_push_ppg.c.
References http_header_add(), http_header_find_first, http_header_remove_all(), octstr_destroy(), octstr_format(), octstr_get_cstr, and parse_appid_header().
Referenced by handle_push_message().
|
static |
Definition at line 2659 of file wap_push_ppg.c.
References gw_assert(), PAP_NOT_SPECIFIED, PAP_UNCONFIRMED, WAPEvent::type, and WAPEvent::u.
Referenced by handle_push_message(), and transform_message().
|
static |
Definition at line 2483 of file wap_push_ppg.c.
References gw_assert(), PAP_CONFIRMED, PAP_PREFERCONFIRMED, WAPEvent::type, and WAPEvent::u.
Referenced by handle_push_message().
|
static |
Definition at line 1899 of file wap_push_ppg.c.
References gw_assert(), gwlist_len(), http_destroy_headers(), http_header_find_all(), http_header_get(), octstr_compare(), octstr_destroy(), and octstr_imm().
Referenced by transform_message().
Definition at line 1947 of file wap_push_ppg.c.
References content::body, content::charset, si_compile(), and warning().
Definition at line 1957 of file wap_push_ppg.c.
References content::body, content::charset, sl_compile(), and warning().
Definition at line 1937 of file wap_push_ppg.c.
References content::body, content::charset, warning(), and wml_compile().
|
static |
Definition at line 2670 of file wap_push_ppg.c.
Referenced by handle_push_message().
|
static |
Definition at line 1476 of file wap_push_ppg.c.
References addr_tuple_change_cliport(), CONNECTIONLESS_PUSH_CLIPORT, dispatch_to_ota, dlr_url, gw_assert(), http_header_duplicate(), octstr_duplicate, PAPEvent::push_headers, push_machine_assert(), service_name, smsbox_id, smsc_id, WAPEvent::type, WAPEvent::u, and wap_event_create.
Referenced by handle_push_message().
|
static |
Definition at line 2692 of file wap_push_ppg.c.
References octstr_parse_long().
Referenced by deliver_after_test_cleared(), and deliver_before_test_cleared().
|
static |
Definition at line 2741 of file wap_push_ppg.c.
References date_item_compare(), initialize_time_item_array(), and octstr_len().
Referenced by delivery_time_constraints().
|
static |
Definition at line 2713 of file wap_push_ppg.c.
References date_item_compare(), initialize_time_item_array(), and octstr_len().
Referenced by delivery_time_constraints().
|
static |
Definition at line 2322 of file wap_push_ppg.c.
References request_confirmed_push().
Referenced by handle_push_message().
|
static |
Definition at line 2356 of file wap_push_ppg.c.
References gw_assert(), gwlist_get(), gwlist_len(), PAP_DELIVERED1, PAP_UNCONFIRMED, push_machine_assert(), remove_push_data(), request_confirmed_push(), request_push(), session_machine_assert(), and update_push_data_with_attribute().
Referenced by handle_internal_event().
|
static |
Definition at line 2335 of file wap_push_ppg.c.
References info(), PAP_DELIVERED1, PAP_UNCONFIRMED, push_machine_assert(), request_push(), request_unit_push(), and update_push_data_with_attribute().
Referenced by handle_push_message().
|
static |
Definition at line 2171 of file wap_push_ppg.c.
References debug(), deliver_after_test_cleared(), deliver_before_test_cleared(), gw_assert(), gw_gmtime(), info(), WAPEvent::type, and WAPEvent::u.
Referenced by handle_push_message().
|
static |
Definition at line 2238 of file wap_push_ppg.c.
References code, desc_tab_size, description, octstr_create, octstr_imm(), pap_desc, and description_t::reason.
Referenced by response_push_message(), tell_fatal_error(), and update_push_data_with_attribute().
Definition at line 3223 of file wap_push_ppg.c.
References octstr_get_char(), octstr_imm(), octstr_len(), and replace_octstr_char().
Referenced by send_bad_message_response().
Definition at line 1968 of file wap_push_ppg.c.
References content::body, octstr_base64_to_binary(), and octstr_duplicate.
|
static |
Definition at line 2526 of file wap_push_ppg.c.
References gw_assert(), gwlist_search(), push_has_pi_push_id(), and session_machine_assert().
Referenced by store_push_data().
|
static |
Definition at line 2502 of file wap_push_ppg.c.
References gw_assert(), gwlist_search(), push_has_pid(), and session_machine_assert().
Referenced by handle_internal_event().
|
static |
Definition at line 2539 of file wap_push_ppg.c.
References gw_assert(), gwlist_search(), ppg_unit_pushes, and push_has_pi_push_id().
Referenced by store_push_data().
|
static |
Definition at line 2959 of file wap_push_ppg.c.
References boundary, content_header, octstr_case_search(), octstr_copy, octstr_get_char(), octstr_imm(), octstr_len(), and warning().
Referenced by pap_request_thread().
|
static |
Definition at line 1199 of file wap_push_ppg.c.
References abort_delivery(), debug(), deliver_pending_pushes(), find_ppg_push_machine_using_pid(), HTTP_OK, NOT_LAST, PAP_ABORTED, PAP_CONFIRMED, PAP_DELIVERED2, WAPAddr::port, port, push_machine_assert(), WAPAddrTuple::remote, remove_push_data(), remove_session_data(), response_push_connection(), session_machine_assert(), WAPEvent::type, WAPEvent::u, update_push_data_with_attribute(), update_session_data(), wap_event_destroy(), wap_event_dump(), wap_push_ppg_have_push_session_for(), and wap_push_ppg_have_push_session_for_sid().
Referenced by ota_read_thread().
|
static |
Definition at line 1054 of file wap_push_ppg.c.
References check_x_wap_application_id_header(), cless_accepted(), confirmation_requested(), coriented_deliverable(), create_session(), deliver_confirmed_push(), deliver_unit_push(), delivery_time_constraints(), http_header_mark_transformation(), http_header_remove_all(), info(), NO_CONSTRAINTS, NOT_LAST, octstr_destroy(), PAP_ACCEPTED_FOR_PROCESSING, PAP_ADDRESS_ERROR, PAP_BAD_REQUEST, PAP_DUPLICATE_PUSH_ID, PAP_EXPIRED, PAP_FORBIDDEN, PAP_PENDING, PAP_REQUIRED_BEARER_NOT_AVAILABLE, PAP_TRANSFORMATION_FAILURE, PAP_UNDELIVERABLE1, PAP_UNDELIVERABLE2, PAPEvent::push_headers, remove_push_data(), remove_pushless_session(), response_push_message(), select_bearer_network(), session_find_using_pi_client_address(), store_push_data(), store_session_data(), TIME_EXPIRED, TIME_TOO_EARLY, transform_message(), type, WAPEvent::u, update_push_data_with_attribute(), update_session_data_with_headers(), wap_addr_tuple_destroy(), wap_event_destroy(), and warning().
Referenced by pap_request_thread().
Definition at line 2904 of file wap_push_ppg.c.
References content_header, error(), gw_assert(), http_header_find_first, octstr_format(), type_is(), and warning().
Referenced by pap_request_thread().
|
static |
Definition at line 688 of file wap_push_ppg.c.
References PAPEvent::cgivars, client(), gwlist_produce(), http_accept_request(), PAPEvent::ip, PAPEvent::mime_content, pap_event_create(), pap_queue, ppg_port, PAPEvent::push_headers, run_status, running, and url.
Referenced by wap_push_ppg_init(), and wap_push_ppg_shutdown().
|
static |
Definition at line 2682 of file wap_push_ppg.c.
Referenced by deliver_after_test_cleared(), and deliver_before_test_cleared().
|
static |
Definition at line 586 of file wap_push_ppg.c.
References debug(), error(), PAPEvent::ip, octstr_compare(), octstr_imm(), panic, ppg_allow_ip, ppg_deny_ip, trusted_pi, wap_push_ppg_pushuser_search_ip_from_wildcarded_list(), and warning().
Referenced by pap_request_thread().
|
static |
Definition at line 3245 of file wap_push_ppg.c.
References ADDR_PLMN, and address_type().
Referenced by pap_request_thread().
|
static |
Definition at line 2645 of file wap_push_ppg.c.
References description_t::reason.
Referenced by update_push_data_with_attribute().
|
static |
Definition at line 634 of file wap_push_ppg.c.
References gwlist_consume(), handle_internal_event(), ppg_queue, run_status, and running.
Referenced by wap_push_ppg_init(), and wap_push_ppg_shutdown().
|
static |
Definition at line 2007 of file wap_push_ppg.c.
References content::body, converters, NUM_CONVERTERS, octstr_compare(), octstr_create, octstr_destroy(), octstr_imm(), result_type, content::type, and type.
Referenced by transform_message().
|
static |
Definition at line 646 of file wap_push_ppg.c.
References PAPEvent::cgivars, client(), PAPEvent::client, PAPEvent::ip, PAPEvent::mime_content, PAPEvent::push_headers, url, and PAPEvent::url.
Referenced by http_read_thread().
|
static |
Definition at line 663 of file wap_push_ppg.c.
Referenced by pap_event_destroy_item(), and pap_request_thread().
|
static |
Definition at line 671 of file wap_push_ppg.c.
References pap_event_destroy().
Referenced by wap_push_ppg_shutdown().
|
static |
Definition at line 676 of file wap_push_ppg.c.
References PAPEvent::cgivars, client(), PAPEvent::client, PAPEvent::ip, PAPEvent::mime_content, PAPEvent::push_headers, url, and PAPEvent::url.
Referenced by pap_request_thread().
|
static |
Definition at line 2034 of file wap_push_ppg.c.
References content::body, extractors, NUM_EXTRACTORS, octstr_case_compare(), octstr_destroy(), octstr_imm(), transfer_encoding, and content::type.
Referenced by transform_message().
|
static |
Definition at line 746 of file wap_push_ppg.c.
References boundary, PAPEvent::cgivars, change_header_value(), client(), content_header, debug(), dict_put(), dict_put_once(), dlr_url, error(), get_mime_boundary(), gw_assert(), gwlist_consume(), handle_push_message(), headers_acceptable(), HTTP_ACCEPTED, http_append_headers(), http_clients, http_close_client(), http_destroy_cgiargs(), http_destroy_headers(), http_header_duplicate(), http_header_remove_all(), HTTP_NOT_FOUND, http_remove_hop_headers(), http_send_reply(), HTTP_UNAUTHORIZED, info(), PAPEvent::ip, ip_allowed_by_ppg(), is_phone_number(), PAPEvent::mime_content, mime_parse(), octstr_compare(), octstr_destroy(), octstr_duplicate, octstr_format(), octstr_get_cstr, octstr_imm(), octstr_len(), PAP_BAD_REQUEST, pap_compile(), PAP_DUPLICATE_PUSH_ID, pap_event_destroy(), pap_event_unpack(), PAP_FORBIDDEN, pap_queue, ppg_url, push_data, PAPEvent::push_headers, remove_link_headers(), remove_mime_headers(), remove_x_kannel_headers(), run_status, running, send_bad_message_response(), set_dlr_mask(), set_dlr_url(), set_service_name(), set_smsbox_id(), set_smsc_id(), tell_fatal_error(), trusted_pi, WAPEvent::u, url, urls, user_configuration, username, wap_push_ppg_pushuser_authenticate(), wap_push_ppg_pushuser_client_phone_number_acceptable(), and warning().
Referenced by wap_push_ppg_init(), and wap_push_ppg_shutdown().
|
static |
Definition at line 2845 of file wap_push_ppg.c.
References NUMBER_OF_WINA_URIS, octstr_case_search(), octstr_delete(), octstr_destroy(), octstr_format(), octstr_imm(), octstr_len(), octstr_search(), and wina_uri.
Referenced by check_x_wap_application_id_header().
|
static |
Definition at line 2515 of file wap_push_ppg.c.
References octstr_compare().
Referenced by find_ppg_push_machine_using_pi_push_id(), and find_unit_ppg_push_machine_using_pi_push_id().
|
static |
Definition at line 2491 of file wap_push_ppg.c.
Referenced by find_ppg_push_machine_using_pid(), update_push_data_with_attribute(), and update_session_data_with_headers().
|
static |
Definition at line 1727 of file wap_push_ppg.c.
References gw_assert().
Referenced by abort_delivery(), create_session(), deliver_pending_pushes(), deliver_unit_push(), handle_internal_event(), remove_push_data(), request_confirmed_push(), request_push(), request_unit_push(), response_push_message(), and update_push_data_with_attribute().
|
static |
Definition at line 1362 of file wap_push_ppg.c.
References counter_increase(), debug(), http_header_duplicate(), octstr_duplicate, push_id_counter, WAPEvent::u, and wap_addr_tuple_duplicate().
Referenced by store_push_data().
|
static |
Definition at line 1417 of file wap_push_ppg.c.
References debug().
Referenced by push_machines_list_destroy(), remove_push_data(), and wap_push_ppg_shutdown().
|
static |
Definition at line 1440 of file wap_push_ppg.c.
References gwlist_destroy(), and push_machine_destroy().
|
static |
Definition at line 523 of file wap_push_ppg.c.
References cfg, cfg_destroy(), cfg_get, cfg_get_bool(), cfg_get_integer(), cfg_get_multi_group(), cfg_get_single_group(), global_sender, gwlist_destroy(), NO_HTTPS_PORT, number_of_pushes, number_of_users, octstr_destroy(), octstr_format(), octstr_imm(), panic, ppg_allow_ip, ppg_default_smsc, ppg_deny_ip, ppg_dlr_url, ppg_port, ppg_smsbox_id, ppg_url, service_name, trusted_pi, USER_CONFIGURATION_ADDED, USER_CONFIGURATION_NOT_ADDED, and wap_push_ppg_pushuser_list_add().
Referenced by wap_push_ppg_init().
|
static |
Definition at line 3009 of file wap_push_ppg.c.
References http_header_remove_all().
Referenced by pap_request_thread().
|
static |
Definition at line 3001 of file wap_push_ppg.c.
References http_header_remove_all().
Referenced by pap_request_thread().
|
static |
Definition at line 2257 of file wap_push_ppg.c.
References gwlist_delete_equal(), ppg_unit_pushes, push_machine_assert(), push_machine_destroy(), and session_machine_assert().
Referenced by abort_delivery(), deliver_pending_pushes(), handle_internal_event(), handle_push_message(), and remove_session_data().
|
static |
Definition at line 2437 of file wap_push_ppg.c.
References gwlist_delete_equal(), gwlist_len(), ppg_machines, session_machine_assert(), and session_machine_destroy().
Referenced by handle_push_message().
|
static |
Definition at line 2415 of file wap_push_ppg.c.
References code, gwlist_delete_equal(), gwlist_get(), gwlist_len(), PAP_ABORT_USERPND, ppg_machines, remove_push_data(), response_push_message(), session_machine_assert(), and session_machine_destroy().
Referenced by handle_internal_event().
|
static |
Definition at line 3017 of file wap_push_ppg.c.
References http_header_remove_all().
Referenced by pap_request_thread().
Definition at line 3250 of file wap_push_ppg.c.
References octstr_delete(), octstr_insert(), and octstr_len().
Referenced by escape_fragment().
|
static |
Definition at line 1523 of file wap_push_ppg.c.
References debug(), dispatch_to_ota, gw_assert(), http_header_duplicate(), octstr_duplicate, PAPEvent::push_headers, push_machine_assert(), session_machine_assert(), WAPEvent::u, and wap_event_create.
Referenced by deliver_confirmed_push(), and deliver_pending_pushes().
|
static |
Definition at line 1600 of file wap_push_ppg.c.
References debug(), dispatch_to_ota, gw_assert(), http_header_duplicate(), octstr_duplicate, PAPEvent::push_headers, push_machine_assert(), WAPEvent::u, and wap_event_create.
Referenced by deliver_pending_pushes(), and deliver_unit_push().
|
static |
Definition at line 1558 of file wap_push_ppg.c.
References debug(), dispatch_to_ota, gw_assert(), http_header_duplicate(), octstr_duplicate, PAPEvent::push_headers, push_machine_assert(), WAPEvent::u, wap_addr_tuple_duplicate(), and wap_event_create.
Referenced by deliver_unit_push().
|
static |
Definition at line 1645 of file wap_push_ppg.c.
References check_capabilities(), dispatch_to_appl, gw_assert(), WAPEvent::type, WAPEvent::u, wap_event_create, and wsp_cap_duplicate_list().
Referenced by handle_internal_event().
|
static |
Definition at line 1671 of file wap_push_ppg.c.
References code, describe_code(), octstr_duplicate, push_machine_assert(), send_push_response(), set_time(), tell_ppg_name(), WAPEvent::u, and wap_event_create.
Referenced by abort_delivery(), handle_push_message(), and remove_session_data().
|
static |
Definition at line 2092 of file wap_push_ppg.c.
References bearers, gw_assert(), networks, NUMBER_OF_BEARERS, NUMBER_OF_NETWORKS, octstr_case_compare(), and octstr_imm().
Referenced by handle_push_message().
|
static |
Definition at line 3030 of file wap_push_ppg.c.
References code, debug(), escape_fragment(), octstr_destroy(), octstr_format(), octstr_format_append(), octstr_len(), and send_to_pi().
Referenced by pap_request_thread().
|
static |
Definition at line 3070 of file wap_push_ppg.c.
References debug(), dict_get(), dict_remove(), gw_assert(), http_clients, octstr_destroy(), octstr_format(), octstr_format_append(), send_to_pi(), WAPEvent::type, WAPEvent::u, url, urls, and wap_event_destroy().
Referenced by response_push_message().
|
static |
Definition at line 3205 of file wap_push_ppg.c.
References http_create_empty_headers(), http_destroy_headers(), http_header_add(), http_send_reply(), and octstr_destroy().
Referenced by send_bad_message_response(), send_push_response(), and tell_fatal_error().
|
static |
Definition at line 2145 of file wap_push_ppg.c.
References gwlist_search(), ppg_machines, and session_has_pi_client_address().
Referenced by handle_push_message().
|
static |
Definition at line 1448 of file wap_push_ppg.c.
References octstr_compare().
Referenced by wap_push_ppg_have_push_session_for().
|
static |
Definition at line 2130 of file wap_push_ppg.c.
References octstr_compare().
Referenced by session_find_using_pi_client_address().
|
static |
Definition at line 1459 of file wap_push_ppg.c.
Referenced by wap_push_ppg_have_push_session_for_sid().
|
static |
Definition at line 1719 of file wap_push_ppg.c.
References gw_assert().
Referenced by abort_delivery(), deliver_pending_pushes(), find_ppg_push_machine_using_pi_push_id(), find_ppg_push_machine_using_pid(), handle_internal_event(), remove_push_data(), remove_pushless_session(), remove_session_data(), request_confirmed_push(), and update_session_data().
|
static |
Definition at line 1307 of file wap_push_ppg.c.
References debug(), gw_assert(), gwlist_append(), octstr_duplicate, PAP_CONFIRMED, ppg_machines, WAPEvent::type, WAPEvent::u, wap_addr_tuple_duplicate(), and wsp_cap_duplicate_list().
Referenced by store_session_data().
|
static |
Definition at line 1337 of file wap_push_ppg.c.
References debug().
Referenced by remove_pushless_session(), remove_session_data(), and wap_push_ppg_shutdown().
|
static |
Definition at line 2771 of file wap_push_ppg.c.
References ADDR_PLMN, address_type(), from, global_sender, gw_assert(), http_header_remove_all(), http_header_value(), octstr_destroy(), octstr_imm(), and wap_addr_tuple_create().
Referenced by transform_message().
Definition at line 3314 of file wap_push_ppg.c.
References dlr_mask, http_header_value(), octstr_destroy(), octstr_imm(), octstr_len(), octstr_parse_long(), and warning().
Referenced by pap_request_thread().
Definition at line 3291 of file wap_push_ppg.c.
References dlr_url, http_header_value(), octstr_duplicate, octstr_imm(), ppg_dlr_url, trusted_pi, username, and wap_push_ppg_pushuser_dlr_url_get().
Referenced by pap_request_thread().
|
static |
Definition at line 3368 of file wap_push_ppg.c.
References octstr_duplicate, and service_name.
Referenced by pap_request_thread().
Definition at line 3346 of file wap_push_ppg.c.
References http_header_value(), octstr_duplicate, octstr_imm(), ppg_smsbox_id, smsbox_id, trusted_pi, username, and wap_push_ppg_pushuser_smsbox_id_get().
Referenced by pap_request_thread().
Definition at line 3265 of file wap_push_ppg.c.
References http_header_value(), octstr_duplicate, octstr_imm(), ppg_default_smsc, smsc_id, trusted_pi, username, and wap_push_ppg_pushuser_smsc_id_get().
Referenced by pap_request_thread().
|
static |
Definition at line 1705 of file wap_push_ppg.c.
References gw_gmtime(), and octstr_format().
Referenced by response_push_message(), tell_fatal_error(), and update_push_data_with_attribute().
|
static |
Definition at line 2282 of file wap_push_ppg.c.
References debug(), find_ppg_push_machine_using_pi_push_id(), find_unit_ppg_push_machine_using_pi_push_id(), gw_assert(), gwlist_append(), ppg_unit_pushes, push_machine_create(), WAPEvent::type, and WAPEvent::u.
Referenced by handle_push_message().
|
static |
Definition at line 2454 of file wap_push_ppg.c.
References gw_assert(), session_machine_create(), and WAPEvent::type.
Referenced by handle_push_message().
|
static |
Definition at line 3145 of file wap_push_ppg.c.
References code, debug(), describe_code(), gw_assert(), octstr_destroy(), octstr_format(), octstr_format_append(), octstr_get_cstr, send_to_pi(), set_time(), tell_ppg_name(), WAPEvent::type, WAPEvent::u, url, and wap_event_destroy().
Referenced by pap_request_thread().
|
static |
Definition at line 2157 of file wap_push_ppg.c.
References get_official_name(), and octstr_format().
Referenced by response_push_message(), and tell_fatal_error().
|
static |
Definition at line 1761 of file wap_push_ppg.c.
References address_type(), content::body, change_header_value(), content::charset, cless_accepted(), CONNECTED_CLIPORT, CONNECTED_SERVPORT, CONNECTIONLESS_PUSH_CLIPORT, CONNECTIONLESS_SERVPORT, content_transformable(), debug(), error(), gw_assert(), http_header_find_first, http_header_get_content_type(), octstr_destroy(), octstr_get_cstr, octstr_strip_blanks(), pap_convert_content(), pap_get_content(), set_addr_tuple(), content::type, type, and warning().
Referenced by handle_push_message().
|
static |
Definition at line 2935 of file wap_push_ppg.c.
References content_header, name, octstr_case_search(), octstr_destroy(), octstr_format(), and octstr_imm().
Referenced by headers_acceptable().
|
static |
Definition at line 2557 of file wap_push_ppg.c.
References describe_code(), error(), gwlist_append(), gwlist_delete_equal(), gwlist_delete_matching(), ota_abort_to_pap(), PAP_ABORTED, PAP_BAD_REQUEST, PAP_CONFIRMED, PAP_DELIVERED, PAP_DELIVERED1, PAP_DELIVERED2, PAP_EXPIRED, PAP_PENDING, PAP_UNCONFIRMED, PAP_UNDELIVERABLE, PAP_UNDELIVERABLE1, PAP_UNDELIVERABLE2, ppg_machines, ppg_unit_pushes, push_has_pid(), push_machine_assert(), description_t::reason, and set_time().
Referenced by abort_delivery(), deliver_pending_pushes(), deliver_unit_push(), handle_internal_event(), and handle_push_message().
|
static |
Definition at line 2625 of file wap_push_ppg.c.
References gw_assert(), gwlist_append(), gwlist_delete_equal(), port, ppg_machines, session_machine_assert(), and wsp_cap_duplicate_list().
Referenced by handle_internal_event().
|
static |
Definition at line 2468 of file wap_push_ppg.c.
References gwlist_append(), gwlist_delete_matching(), and push_has_pid().
Referenced by handle_push_message().
void wap_push_ppg_dispatch_event | ( | WAPEvent * | e | ) |
Definition at line 476 of file wap_push_ppg.c.
References gw_assert(), gwlist_produce(), ppg_queue, run_status, and running.
Referenced by confirm_push(), indicate_push_abort(), indicate_push_connection(), indicate_push_disconnect(), indicate_push_resume(), indicate_push_suspend(), and main().
PPGSessionMachine* wap_push_ppg_have_push_session_for | ( | WAPAddrTuple * | tuple | ) |
Definition at line 488 of file wap_push_ppg.c.
References WAPAddr::address, gw_assert(), gwlist_search(), ppg_machines, WAPAddrTuple::remote, and session_has_addr().
Referenced by handle_internal_event(), and main_thread().
PPGSessionMachine* wap_push_ppg_have_push_session_for_sid | ( | long | sid | ) |
Definition at line 503 of file wap_push_ppg.c.
References gw_assert(), gwlist_search(), ppg_machines, and session_has_sid().
Referenced by handle_internal_event(), and main_thread().
void wap_push_ppg_init | ( | wap_dispatch_func_t * | ota_dispatch, |
wap_dispatch_func_t * | appl_dispatch, | ||
Cfg * | cfg | ||
) |
Definition at line 397 of file wap_push_ppg.c.
References cfg, counter_create(), dict_create(), dispatch_to_appl, dispatch_to_ota, gw_assert(), gwlist_add_producer(), gwlist_create, gwthread_create, http_clients, http_open_port(), http_read_thread(), limbo, NO_HTTPS_PORT, number_of_pushes, ota_read_thread(), pap_queue, pap_request_thread(), ppg_machines, ppg_port, ppg_queue, ppg_unit_pushes, push_id_counter, read_ppg_config(), run_status, running, TYPE_HTTP, TYPE_HTTPS, urls, user_configuration, and USER_CONFIGURATION_NOT_ADDED.
Referenced by main().
void wap_push_ppg_shutdown | ( | void | ) |
Definition at line 433 of file wap_push_ppg.c.
References counter_destroy(), debug(), dict_destroy(), global_sender, gw_assert(), gwlist_destroy(), gwlist_len(), gwlist_remove_producer(), gwthread_join_every(), http_clients, http_close_all_ports(), http_read_thread(), NO_HTTPS_PORT, octstr_destroy(), ota_read_thread(), pap_event_destroy_item(), pap_queue, pap_request_thread(), ppg_allow_ip, ppg_default_smsc, ppg_deny_ip, ppg_dlr_url, ppg_machines, ppg_queue, ppg_smsbox_id, ppg_unit_pushes, ppg_url, push_id_counter, push_machine_destroy(), run_status, running, service_name, session_machine_destroy(), terminating, urls, user_configuration, USER_CONFIGURATION_NOT_ADDED, wap_event_destroy_item(), and wap_push_ppg_pushuser_list_destroy().
Referenced by main().
|
static |
Definition at line 2061 of file wap_push_ppg.c.
Referenced by select_bearer_network().
Definition at line 1978 of file wap_push_ppg.c.
struct { ... } converters[] |
Referenced by pap_convert_content().
Definition at line 2236 of file wap_push_ppg.c.
Referenced by describe_code().
|
static |
Definition at line 177 of file wap_push_ppg.c.
Referenced by response_push_connection(), and wap_push_ppg_init().
|
static |
Definition at line 176 of file wap_push_ppg.c.
Referenced by create_session(), request_confirmed_push(), request_push(), request_unit_push(), and wap_push_ppg_init().
Definition at line 1995 of file wap_push_ppg.c.
struct { ... } extractors[] |
Referenced by pap_get_content().
|
static |
Definition at line 197 of file wap_push_ppg.c.
Referenced by read_ppg_config(), set_addr_tuple(), and wap_push_ppg_shutdown().
|
static |
Definition at line 160 of file wap_push_ppg.c.
Referenced by pap_request_thread(), send_push_response(), wap_push_ppg_init(), and wap_push_ppg_shutdown().
|
static |
Definition at line 2072 of file wap_push_ppg.c.
Referenced by select_bearer_network().
|
static |
Definition at line 191 of file wap_push_ppg.c.
Referenced by read_ppg_config(), wap_push_ppg_init(), and wap_push_ppg_pushuser_list_add().
|
static |
Definition at line 193 of file wap_push_ppg.c.
Referenced by pushusers_create(), read_ppg_config(), and wap_push_ppg_pushuser_list_add().
|
static |
Definition at line 2208 of file wap_push_ppg.c.
Referenced by describe_code().
|
static |
Definition at line 138 of file wap_push_ppg.c.
Referenced by http_read_thread(), pap_request_thread(), wap_push_ppg_init(), and wap_push_ppg_shutdown().
|
static |
Definition at line 195 of file wap_push_ppg.c.
Referenced by ip_allowed_by_ppg(), read_ppg_config(), and wap_push_ppg_shutdown().
|
static |
Definition at line 198 of file wap_push_ppg.c.
Referenced by read_ppg_config(), set_smsc_id(), and wap_push_ppg_shutdown().
|
static |
Definition at line 194 of file wap_push_ppg.c.
Referenced by ip_allowed_by_ppg(), read_ppg_config(), and wap_push_ppg_shutdown().
|
static |
Definition at line 203 of file wap_push_ppg.c.
Referenced by read_ppg_config(), set_dlr_url(), and wap_push_ppg_shutdown().
|
static |
Definition at line 143 of file wap_push_ppg.c.
Referenced by remove_pushless_session(), remove_session_data(), session_find_using_pi_client_address(), session_machine_create(), update_push_data_with_attribute(), update_session_data(), wap_push_ppg_have_push_session_for(), wap_push_ppg_have_push_session_for_sid(), wap_push_ppg_init(), and wap_push_ppg_shutdown().
|
static |
Definition at line 185 of file wap_push_ppg.c.
Referenced by http_read_thread(), read_ppg_config(), and wap_push_ppg_init().
|
static |
Definition at line 133 of file wap_push_ppg.c.
Referenced by ota_read_thread(), wap_push_ppg_dispatch_event(), wap_push_ppg_init(), and wap_push_ppg_shutdown().
|
static |
Definition at line 204 of file wap_push_ppg.c.
Referenced by read_ppg_config(), set_smsbox_id(), and wap_push_ppg_shutdown().
|
static |
Definition at line 149 of file wap_push_ppg.c.
Referenced by find_unit_ppg_push_machine_using_pi_push_id(), remove_push_data(), store_push_data(), update_push_data_with_attribute(), wap_push_ppg_init(), and wap_push_ppg_shutdown().
|
static |
Definition at line 184 of file wap_push_ppg.c.
Referenced by pap_request_thread(), read_ppg_config(), and wap_push_ppg_shutdown().
|
static |
Definition at line 154 of file wap_push_ppg.c.
Referenced by push_machine_create(), wap_push_ppg_init(), and wap_push_ppg_shutdown().
char* result_type |
Definition at line 1977 of file wap_push_ppg.c.
Referenced by pap_convert_content().
enum { ... } run_status |
|
static |
Definition at line 205 of file wap_push_ppg.c.
Referenced by create_session(), make_unit_push_request(), read_ppg_config(), set_service_name(), and wap_push_ppg_shutdown().
char* transfer_encoding |
Definition at line 1994 of file wap_push_ppg.c.
Referenced by pap_get_content().
|
static |
Definition at line 192 of file wap_push_ppg.c.
Referenced by ip_allowed_by_ppg(), pap_request_thread(), read_ppg_config(), set_dlr_url(), set_smsbox_id(), and set_smsc_id().
char* type |
Definition at line 1976 of file wap_push_ppg.c.
Referenced by handle_push_message(), pap_convert_content(), and transform_message().
|
static |
Definition at line 165 of file wap_push_ppg.c.
Referenced by pap_request_thread(), send_push_response(), wap_push_ppg_init(), and wap_push_ppg_shutdown().
|
static |
Definition at line 196 of file wap_push_ppg.c.
Referenced by pap_request_thread(), wap_push_ppg_init(), and wap_push_ppg_shutdown().
|
static |
Definition at line 2805 of file wap_push_ppg.c.
Referenced by parse_appid_header().