Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <stdlib.h>
#include <time.h>
#include <unistd.h>
#include <signal.h>
#include "gwlib/gwlib.h"
#include "shared.h"
#include "wml_compiler.h"
#include "heartbeat.h"
#include "wap/wap.h"
#include "wap-appl.h"
#include "wap-maps.h"
#include "wap_push_ota.h"
#include "wap_push_ppg.h"
#include "gw/msg.h"
#include "bb.h"
#include "sms.h"
#include "radius/radius_acct.h"
Go to the source code of this file.
Enumerations | |
enum | { CONNECTIONLESS_PORT = 9200, CONNECTION_ORIENTED_PORT = 9201, WTLS_CONNECTIONLESS_PORT = 9202, WTLS_CONNECTION_ORIENTED_PORT = 9203 } |
enum | { DEFAULT_TIMER_FREQ = 1 } |
enum | { ADDR_IPV4 = 0, ADDR_PLMN = 1, ADDR_USER = 2, ADDR_IPV6 = 3, ADDR_WINA = 4 } |
Functions | |
static void | config_reload (int reload) |
static Cfg * | init_wapbox (Cfg *cfg) |
static void | signal_handler (int signum) |
static void | setup_signal_handlers (void) |
static Msg * | pack_ip_datagram (WAPEvent *dgram) |
static Octstr * | pack_udhdata (WAPAddrTuple *tuple) |
static Msg * | pack_sms_datagram (WAPEvent *dgram) |
static void | dispatch_datagram (WAPEvent *dgram) |
static void | reload_int (int reload, Octstr *desc, long *o, long *n) |
static void | reload_bool (int reload, Octstr *desc, int *o, int *n) |
int | main (int argc, char **argv) |
Variables | |
static long | logfilelevel =-1 |
static Octstr * | bearerbox_host |
static long | bearerbox_port = BB_DEFAULT_WAPBOX_PORT |
static int | bearerbox_ssl = 0 |
static Counter * | sequence_counter = NULL |
static long | timer_freq = DEFAULT_TIMER_FREQ |
static Octstr * | config_filename |
static int | wml_xml_strict = 1 |
int | wsp_smart_errors = 0 |
Octstr * | device_home = NULL |
int | concatenation = 1 |
long | max_messages = 10 |
anonymous enum |
Enumerator | |
---|---|
CONNECTIONLESS_PORT | |
CONNECTION_ORIENTED_PORT | |
WTLS_CONNECTIONLESS_PORT | |
WTLS_CONNECTION_ORIENTED_PORT |
anonymous enum |
anonymous enum |
Enumerator | |
---|---|
ADDR_IPV4 | |
ADDR_PLMN | |
ADDR_USER | |
ADDR_IPV6 | |
ADDR_WINA |
Definition at line 424 of file wapbox.c.
|
static |
Definition at line 507 of file wapbox.c.
References cfg, cfg_create(), cfg_destroy(), cfg_get, cfg_get_bool(), cfg_get_integer(), cfg_get_list(), cfg_get_multi_group(), cfg_get_single_group(), cfg_read(), concatenation, config_filename, debug(), device_home, gwlist_destroy(), gwlist_extract_first(), http_set_interface(), http_use_proxy(), info(), log_set_log_level(), logfilelevel, max_messages, name, octstr_destroy(), octstr_destroy_item(), octstr_format(), octstr_get_cstr, octstr_imm(), reload_bool(), reload_int(), url, wap_map_add_url(), wap_map_add_user(), wap_map_destroy(), wap_map_url_config(), wap_map_url_config_device_home(), wap_map_user_destroy(), warning(), wml_xml_strict, and wsp_smart_errors.
Referenced by init_wapbox(), and signal_handler().
|
static |
Definition at line 435 of file wapbox.c.
References ADDR_IPV4, concatenation, counter_increase(), debug(), error(), gwlist_destroy(), gwlist_extract_first(), gwlist_len(), max_messages, MAX_SMS_OCTETS, msg, msg_destroy(), pack_ip_datagram(), pack_sms_datagram(), sequence_counter, sms_split(), WAPEvent::type, WAPEvent::u, wap_event_destroy(), wap_event_dump(), warning(), write_to_bearerbox(), WTLS_CONNECTIONLESS_PORT, and wtls_dispatch_resp().
Referenced by main().
Definition at line 124 of file wapbox.c.
References alog_open(), bearerbox_host, bearerbox_port, bearerbox_ssl, cfg, cfg_destroy(), cfg_dump(), cfg_get, cfg_get_bool(), cfg_get_integer(), cfg_get_single_group(), config_reload(), conn_config_ssl(), debug(), DEFAULT_TIMER_FREQ, get_cert_from_file(), get_privkey_from_file(), gw_assert(), GW_NON_EXCL, http_set_client_timeout(), info(), lf, log_open(), log_set_syslog(), log_set_syslog_facility(), logfilelevel, octstr_case_compare(), octstr_compare(), octstr_destroy(), octstr_get_cstr, octstr_imm(), octstr_parse_long(), panic, password, radius_acct_init(), and timer_freq.
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 698 of file wapbox.c.
References ALL_HEARTBEATS, alog_close(), BB_DEFAULT_HOST, bearerbox_host, bearerbox_port, bearerbox_ssl, cfg, cfg_create(), cfg_read(), close_connection_to_bearerbox(), cmd_restart, cmd_shutdown, config_filename, connect_to_bearerbox(), CONNECTION_ORIENTED_PORT, CONNECTIONLESS_PORT, counter_create(), counter_destroy(), DEFAULT_HEARTBEAT, device_home, dispatch_datagram(), error(), get_and_set_debugs(), gwlib_init(), gwlib_shutdown(), gwthread_sleep(), heartbeat_start(), heartbeat_stop(), INFINITE_TIME, info(), init_wapbox(), log_close_all(), msg, msg_destroy(), octstr_create, octstr_destroy(), octstr_get_cstr, panic, radius_acct_shutdown(), read_from_bearerbox(), report_versions(), restart, restart_box(), running, sequence_counter, setup_signal_handlers(), shutting_down, timer_freq, WAPEvent::u, wap_addr_tuple_create(), wap_appl_dispatch(), wap_appl_get_load(), wap_appl_init(), wap_appl_shutdown(), wap_dispatch_datagram(), wap_event_create, wap_map_destroy(), wap_map_user_destroy(), wap_push_ota_bb_address_set(), wap_push_ota_dispatch_event(), wap_push_ota_init(), wap_push_ota_shutdown(), wap_push_ppg_dispatch_event(), wap_push_ppg_init(), wap_push_ppg_shutdown(), warning(), wml_init(), wml_shutdown(), wml_xml_strict, write_to_bearerbox(), wsp_push_client_dispatch_event(), wsp_push_client_init(), wsp_push_client_shutdown(), wsp_session_dispatch_event(), wsp_session_init(), wsp_session_shutdown(), wsp_unit_dispatch_event(), wsp_unit_init(), wsp_unit_shutdown(), WTLS_CONNECTION_ORIENTED_PORT, WTLS_CONNECTIONLESS_PORT, wtls_dispatch_event(), wtls_init(), wtls_unpack_wdp_datagram(), wtp_initiator_dispatch_event(), wtp_initiator_init(), wtp_initiator_shutdown(), wtp_resp_dispatch_event(), wtp_resp_init(), and wtp_resp_shutdown().
Definition at line 329 of file wapbox.c.
References WAPAddr::address, WAPAddrTuple::local, msg, msg_create, octstr_duplicate, WAPAddrTuple::remote, and WAPEvent::u.
Referenced by dispatch_datagram().
Definition at line 383 of file wapbox.c.
References WAPAddr::address, DC_8BIT, WAPAddrTuple::local, MC_UNDEF, msg, msg_create, mt_push, MWI_UNDEF, octstr_duplicate, pack_udhdata(), WAPAddrTuple::remote, SMS_PARAM_UNDEFINED, and WAPEvent::u.
Referenced by dispatch_datagram().
|
static |
Definition at line 355 of file wapbox.c.
References WAPAddrTuple::local, octstr_create, octstr_format_append(), WAPAddr::port, and WAPAddrTuple::remote.
Referenced by pack_sms_datagram().
|
static |
Definition at line 493 of file wapbox.c.
References info(), and octstr_get_cstr.
Referenced by config_reload().
|
static |
Definition at line 484 of file wapbox.c.
References info(), and octstr_get_cstr.
Referenced by config_reload().
|
static |
|
static |
Definition at line 274 of file wapbox.c.
References alog_reopen(), config_reload(), error(), gwthread_shouldhandlesignal(), log_reopen(), shutting_down, and warning().
Referenced by setup_signal_handlers().
|
static |
Definition at line 100 of file wapbox.c.
Referenced by init_wapbox(), and main().
|
static |
Definition at line 101 of file wapbox.c.
Referenced by init_wapbox(), and main().
|
static |
Definition at line 102 of file wapbox.c.
Referenced by init_wapbox(), and main().
int concatenation = 1 |
Definition at line 115 of file wapbox.c.
Referenced by config_reload(), and dispatch_datagram().
|
static |
Definition at line 105 of file wapbox.c.
Referenced by config_reload(), and main().
Octstr* device_home = NULL |
Definition at line 112 of file wapbox.c.
Referenced by config_reload(), main(), and return_reply().
|
static |
Definition at line 89 of file wapbox.c.
Referenced by config_reload(), and init_wapbox().
long max_messages = 10 |
Definition at line 116 of file wapbox.c.
Referenced by config_reload(), dispatch_datagram(), and sms_split().
|
static |
Definition at line 103 of file wapbox.c.
Referenced by dispatch_datagram(), and main().
|
static |
Definition at line 104 of file wapbox.c.
Referenced by init_wapbox(), main(), wtp_initiator_init(), and wtp_resp_init().
|
static |
Definition at line 108 of file wapbox.c.
Referenced by config_reload(), main(), and wml_init().
int wsp_smart_errors = 0 |
Definition at line 111 of file wapbox.c.
Referenced by config_reload(), and return_reply().