| 
    Kannel: Open Source WAP and SMS gateway
    svn-r5336
    
   | 
 
Go to the source code of this file.
Macros | |
| #define | CURRENT_VERSION 0; | 
| #define | CONNECTED_PORT 9201; | 
Enumerations | |
| enum | { GSM_CSD_IPV4 = 0x0A } | 
Functions | |
| void | wap_push_ota_init (wap_dispatch_func_t *wsp_dispatch, wap_dispatch_func_t *wsp_unit_dispatch) | 
| void | wap_push_ota_shutdown (void) | 
| void | wap_push_ota_dispatch_event (WAPEvent *e) | 
| void | wap_push_ota_bb_address_set (Octstr *ba) | 
| #define CONNECTED_PORT 9201; | 
Definition at line 70 of file wap_push_ota.h.
Referenced by pack_server_address().
| #define CURRENT_VERSION 0; | 
Definition at line 69 of file wap_push_ota.h.
Referenced by pack_sia().
| anonymous enum | 
| Enumerator | |
|---|---|
| GSM_CSD_IPV4 | |
Definition at line 75 of file wap_push_ota.h.
| void wap_push_ota_bb_address_set | ( | Octstr * | ba | ) | 
Definition at line 203 of file wap_push_ota.c.
References BearerboxAddress::address, bearerbox, gw_assert(), BearerboxAddress::mutex, mutex_lock, mutex_unlock, and name().
Referenced by main().
| void wap_push_ota_dispatch_event | ( | WAPEvent * | e | ) | 
Definition at line 193 of file wap_push_ota.c.
References gw_assert(), gwlist_produce(), ota_queue, run_status, and running.
Referenced by main().
| void wap_push_ota_init | ( | wap_dispatch_func_t * | wsp_dispatch, | 
| wap_dispatch_func_t * | wsp_unit_dispatch | ||
| ) | 
Definition at line 166 of file wap_push_ota.c.
References bearerbox, bearerbox_address_create(), dispatch_to_wsp, dispatch_to_wsp_unit, gw_assert(), gwlist_add_producer(), gwlist_create, gwthread_create, limbo, main_thread(), ota_queue, run_status, and running.
Referenced by main().
| void wap_push_ota_shutdown | ( | void | ) | 
Definition at line 182 of file wap_push_ota.c.
References bearerbox, bearerbox_address_destroy(), gw_assert(), gwlist_destroy(), gwlist_remove_producer(), gwthread_join_every(), main_thread(), ota_queue, run_status, running, terminating, and wap_event_destroy_item().
Referenced by main().