Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include "gwlib/gwlib.h"
#include "wtp_resp.h"
#include "wtp_pack.h"
#include "wtp_tid.h"
#include "wtp.h"
#include "timers.h"
#include "wap.h"
#include "wtp_resp_states.def"
#include "wtp_resp_machine.def"
Go to the source code of this file.
Macros | |
#define | STATE_NAME(state) case state: return #state; |
#define | ROW(state, event, condition, action, new_state) |
#define | STATE_NAME(state) |
#define | ROW(wtp_state, event_type, condition, action, next_state) |
#define | ENUM(name) resp_machine->name = LISTEN; |
#define | EVENT(name) resp_machine->name = NULL; |
#define | INTEGER(name) resp_machine->name = 0; |
#define | TIMER(name) resp_machine->name = gwtimer_create(resp_queue); |
#define | ADDRTUPLE(name) resp_machine->name = NULL; |
#define | LIST(name) resp_machine->name = NULL; |
#define | SARDATA(name) resp_machine->name = NULL; |
#define | MACHINE(field) field |
#define | ENUM(name) resp_machine->name = LISTEN; |
#define | EVENT(name) wap_event_destroy(resp_machine->name); |
#define | INTEGER(name) resp_machine->name = 0; |
#define | TIMER(name) gwtimer_destroy(resp_machine->name); |
#define | ADDRTUPLE(name) wap_addr_tuple_destroy(resp_machine->name); |
#define | LIST(name) gwlist_destroy(resp_machine->name,sar_info_destroy); |
#define | SARDATA(name) sardata_destroy(resp_machine->name); |
#define | MACHINE(field) field |
Enumerations | |
enum | { limbo, running, terminating } |
Variables | |
static List * | resp_machines = NULL |
static Counter * | resp_machine_id_counter = NULL |
static enum { ... } | resp_run_status = limbo |
wap_dispatch_func_t * | dispatch_to_wdp |
wap_dispatch_func_t * | dispatch_to_wsp |
wap_dispatch_func_t * | dispatch_to_push |
static List * | resp_queue = NULL |
static long | resp_timer_freq = -1 |
#define ADDRTUPLE | ( | name | ) | wap_addr_tuple_destroy(resp_machine->name); |
#define EVENT | ( | name | ) | wap_event_destroy(resp_machine->name); |
#define LIST | ( | name | ) | gwlist_destroy(resp_machine->name,sar_info_destroy); |
#define MACHINE | ( | field | ) | field |
#define MACHINE | ( | field | ) | field |
#define ROW | ( | state, | |
event, | |||
condition, | |||
action, | |||
new_state | |||
) |
#define ROW | ( | wtp_state, | |
event_type, | |||
condition, | |||
action, | |||
next_state | |||
) |
#define SARDATA | ( | name | ) | sardata_destroy(resp_machine->name); |
#define STATE_NAME | ( | state | ) | case state: return #state; |
#define STATE_NAME | ( | state | ) |
#define TIMER | ( | name | ) | resp_machine->name = gwtimer_create(resp_queue); |
#define TIMER | ( | name | ) | gwtimer_destroy(resp_machine->name); |
anonymous enum |
Enumerator | |
---|---|
limbo | |
running | |
terminating |
Definition at line 96 of file wtp_resp.c.
|
static |
Definition at line 833 of file wtp_resp.c.
References debug(), gwlist_append(), gwlist_create, gwlist_search(), is_wanted_sar_data(), octstr_duplicate, sar_info_t::sar_data, and sar_info_t::sar_psn.
Referenced by process_sar_transaction().
|
static |
Definition at line 853 of file wtp_resp.c.
References debug(), gwlist_search(), is_wanted_sar_data(), octstr_append(), WAPEvent::RcvInvoke, sar_info_t::sar_data, WAPEvent::u, and wap_event_duplicate().
Referenced by process_sar_transaction().
|
static |
Definition at line 894 of file wtp_resp.c.
References WTPSARData::csegm, WTPSARData::data, debug(), dispatch_to_wdp, gw_assert(), WTPSARData::lsegm, WTPSARData::nsegm, octstr_duplicate, octstr_len(), SAR_SEGM_SIZE, WTPSARData::tr, WAPEvent::u, wap_event_duplicate(), and wtp_pack_sar_result().
|
static |
Definition at line 924 of file wtp_resp.c.
References WTPSARData::csegm, debug(), dispatch_to_wdp, gw_assert(), WTPSARData::lsegm, WTPSARData::nsegm, WAPEvent::RcvAck, start_timer_R(), WTPSARData::tr, WAPEvent::type, WAPEvent::u, wap_event_destroy(), wap_event_duplicate(), and wtp_pack_sar_result().
|
static |
Definition at line 682 of file wtp_resp.c.
References WTPRespMachine::mid, RESPONDER_INDICATION, wap_addr_tuple_duplicate(), and wap_event_create.
|
static |
Definition at line 649 of file wtp_resp.c.
References WTPRespMachine::mid, octstr_duplicate, wap_addr_tuple_duplicate(), and wap_event_create.
|
static |
Definition at line 667 of file wtp_resp.c.
References WTPRespMachine::mid, wap_addr_tuple_duplicate(), and wap_event_create.
|
static |
Definition at line 365 of file wtp_resp.c.
Referenced by resp_machine_find_or_create().
|
static |
Definition at line 374 of file wtp_resp.c.
References debug(), handle_wrong_version(), WAPEvent::RcvInvoke, WAPEvent::type, and WAPEvent::u.
Referenced by resp_machine_find_or_create().
|
static |
Definition at line 351 of file wtp_resp.c.
References dispatch_to_wdp, PROVIDER, WAPEvent::RcvInvoke, WAPEvent::type, WAPEvent::u, wtp_pack_abort(), and WTPVERSIONZERO.
Referenced by handle_erroneous_field_in().
|
static |
Definition at line 555 of file wtp_resp.c.
References WTPRespMachine::mid, machine_pattern::mid, machine_pattern::tid, machine_pattern::tuple, and wap_addr_tuple_same().
Referenced by resp_machine_find().
|
static |
Definition at line 815 of file wtp_resp.c.
References sar_info_t::sar_psn.
Referenced by add_sar_transaction(), and assembly_sar_event().
|
static |
Definition at line 265 of file wtp_resp.c.
References gwlist_consume(), resp_event_handle(), resp_machine_find_or_create(), resp_queue, resp_run_status, running, and wap_event_destroy().
Referenced by wtp_resp_init(), and wtp_resp_shutdown().
|
static |
|
static |
Definition at line 755 of file wtp_resp.c.
References ACKNOWLEDGEMENT, add_sar_transaction(), assembly_sar_event(), dispatch_to_wdp, gw_assert(), WAPEvent::RcvInvoke, WAPEvent::type, WAPEvent::u, wap_event_destroy(), wap_event_duplicate(), and wtp_pack_sar_ack().
Referenced by resp_event_handle().
|
static |
Definition at line 958 of file wtp_resp.c.
References WTPSARData::csegm, debug(), dispatch_to_wdp, gw_assert(), WTPSARData::lsegm, WTPSARData::nsegm, octstr_get_char(), start_timer_R(), WTPSARData::tr, WAPEvent::type, WAPEvent::u, wtp_pack_sar_result(), and wtp_pack_set_rid().
|
static |
Definition at line 302 of file wtp_resp.c.
References debug(), error(), WTPRespMachine::mid, name_resp_state(), process_sar_transaction(), resp_machine_destroy(), start_timer_W(), WAPEvent::type, wap_event_destroy(), wap_event_dump(), and wap_event_name().
Referenced by main_thread().
|
static |
Definition at line 589 of file wtp_resp.c.
References counter_increase(), debug(), gwlist_append(), WTPRespMachine::mid, resp_machine_id_counter, resp_machines, and wap_addr_tuple_duplicate().
Referenced by resp_machine_find_or_create().
|
static |
Definition at line 624 of file wtp_resp.c.
References debug(), gwlist_delete_equal(), WTPRespMachine::mid, and resp_machines.
Referenced by resp_event_handle(), and wtp_resp_shutdown().
|
static |
Definition at line 574 of file wtp_resp.c.
References gwlist_search(), is_wanted_resp_machine(), machine_pattern::mid, resp_machines, machine_pattern::tid, and machine_pattern::tuple.
Referenced by resp_machine_find_or_create().
|
static |
Definition at line 397 of file wtp_resp.c.
References debug(), erroneous_field_in(), error(), gw_assert(), handle_erroneous_field_in(), info(), WAPEvent::RcvInvoke, resp_machine_create(), resp_machine_find(), WAPEvent::type, WAPEvent::u, and wap_event_dump().
Referenced by main_thread().
|
static |
Definition at line 873 of file wtp_resp.c.
References octstr_destroy(), and sar_info_t::sar_data.
|
static |
Definition at line 883 of file wtp_resp.c.
References WTPSARData::data, and octstr_destroy().
|
static |
Definition at line 736 of file wtp_resp.c.
References dispatch_to_wdp, type, and wtp_pack_abort().
|
static |
Definition at line 744 of file wtp_resp.c.
References dispatch_to_wdp, and wtp_pack_ack().
|
static |
Definition at line 699 of file wtp_resp.c.
References gwtimer_start(), L_A_WITH_USER_ACK, WTPRespMachine::mid, resp_timer_freq, WAPEvent::u, and wap_event_create.
|
static |
Definition at line 712 of file wtp_resp.c.
References gwtimer_start(), L_R_WITH_USER_ACK, WTPRespMachine::mid, resp_timer_freq, WAPEvent::u, and wap_event_create.
Referenced by continue_sar_result(), and resend_sar_result().
|
static |
Definition at line 726 of file wtp_resp.c.
References gwtimer_start(), WTPRespMachine::mid, resp_timer_freq, WAPEvent::u, W_WITH_USER_ACK, and wap_event_create.
Referenced by resp_event_handle().
void wtp_resp_dispatch_event | ( | WAPEvent * | event | ) |
Definition at line 253 of file wtp_resp.c.
References gwlist_produce(), and resp_queue.
Referenced by main(), push_client_event_handle(), and wap_dispatch_datagram().
void wtp_resp_init | ( | wap_dispatch_func_t * | datagram_dispatch, |
wap_dispatch_func_t * | session_dispatch, | ||
wap_dispatch_func_t * | push_dispatch, | ||
long | timer_freq | ||
) |
Definition at line 211 of file wtp_resp.c.
References counter_create(), dispatch_to_push, dispatch_to_wdp, dispatch_to_wsp, gw_assert(), gwlist_add_producer(), gwlist_create, gwthread_create, limbo, main_thread(), resp_machine_id_counter, resp_machines, resp_queue, resp_run_status, resp_timer_freq, running, timer_freq, timers_init(), and wtp_tid_cache_init().
Referenced by main().
void wtp_resp_shutdown | ( | void | ) |
Definition at line 235 of file wtp_resp.c.
References counter_destroy(), debug(), gw_assert(), gwlist_destroy(), gwlist_len(), gwlist_remove_producer(), gwthread_join_every(), main_thread(), resp_machine_destroy(), resp_machine_id_counter, resp_machines, resp_queue, resp_run_status, running, terminating, timers_shutdown(), wap_event_destroy_item(), and wtp_tid_cache_shutdown().
Referenced by main().
wap_dispatch_func_t* dispatch_to_push |
Definition at line 101 of file wtp_resp.c.
Referenced by wtp_resp_init().
wap_dispatch_func_t* dispatch_to_wdp |
Definition at line 99 of file wtp_resp.c.
Referenced by begin_sar_result(), continue_sar_result(), handle_wrong_version(), process_sar_transaction(), resend_sar_result(), send_abort(), send_ack(), and wtp_resp_init().
wap_dispatch_func_t* dispatch_to_wsp |
Definition at line 100 of file wtp_resp.c.
Referenced by wtp_resp_init().
|
static |
Definition at line 83 of file wtp_resp.c.
Referenced by resp_machine_create(), wtp_resp_init(), and wtp_resp_shutdown().
|
static |
Definition at line 77 of file wtp_resp.c.
Referenced by resp_machine_create(), resp_machine_destroy(), resp_machine_find(), wtp_resp_init(), and wtp_resp_shutdown().
|
static |
Definition at line 106 of file wtp_resp.c.
Referenced by main_thread(), wtp_resp_dispatch_event(), wtp_resp_init(), and wtp_resp_shutdown().
enum { ... } resp_run_status |
Referenced by main_thread(), wtp_resp_init(), and wtp_resp_shutdown().
|
static |
Definition at line 111 of file wtp_resp.c.
Referenced by start_timer_A(), start_timer_R(), start_timer_W(), and wtp_resp_init().