Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <string.h>
#include "gwlib/gwlib.h"
#include "msg.h"
#include "sms.h"
#include "ota_prov.h"
#include "ota_prov_attr.h"
#include "ota_compiler.h"
#include "wap/wsp_headers.h"
Go to the source code of this file.
Functions | |
static void | ota_pack_udh (Msg **msg, Octstr *doc_type) |
static int | ota_pack_push_headers (Msg **msg, Octstr *mime_type, Octstr *sec, Octstr *pin, Octstr *ota_binary) |
int | ota_pack_message (Msg **msg, Octstr *ota_doc, Octstr *doc_type, Octstr *from, Octstr *phone_number, Octstr *sec, Octstr *pin) |
Msg * | ota_tokenize_settings (CfgGroup *grp, Octstr *from, Octstr *receiver) |
Msg * | ota_tokenize_bookmarks (CfgGroup *grp, Octstr *from, Octstr *receiver) |
int ota_pack_message | ( | Msg ** | msg, |
Octstr * | ota_doc, | ||
Octstr * | doc_type, | ||
Octstr * | from, | ||
Octstr * | phone_number, | ||
Octstr * | sec, | ||
Octstr * | pin | ||
) |
Definition at line 207 of file ota_prov.c.
References DC_8BIT, from, info(), msg, msg_create, mt_push, octstr_destroy(), octstr_dump, octstr_duplicate, octstr_format_append(), octstr_get_cstr, octstr_imm(), ota_compile(), ota_pack_push_headers(), and ota_pack_udh().
Referenced by smsbox_req_sendota(), and smsbox_sendota_post().
|
static |
Definition at line 114 of file ota_prov.c.
References EVP_MAX_MD_SIZE, octstr_append(), octstr_append_from_hex(), octstr_append_uintvar(), octstr_binary_to_hex(), octstr_case_compare(), octstr_create, octstr_create_from_data, octstr_destroy(), octstr_format_append(), octstr_get_cstr, octstr_imm(), octstr_len(), warning(), and wsp_pack_short_integer().
Referenced by ota_pack_message().
Definition at line 99 of file ota_prov.c.
References octstr_append_from_hex(), octstr_case_compare(), octstr_create, and octstr_imm().
Referenced by ota_pack_message().
Definition at line 540 of file ota_prov.c.
References cfg_get, DC_8BIT, from, msg, msg_create, mt_push, name, octstr_append(), octstr_append_char(), octstr_append_from_hex(), octstr_create, octstr_destroy(), octstr_duplicate, octstr_format_append(), octstr_imm(), url, WBXML_TOK_END, WBXML_TOK_END_STR_I, WBXML_TOK_NAME_NAME, WBXML_TOK_NAME_URL, WBXML_TOK_STR_I, WBXML_TOK_TYPE_BOOKMARK, and WBXML_TOK_VALUE.
Referenced by smsbox_req_sendota().
Definition at line 259 of file ota_prov.c.
References cfg_get, connection, DC_8BIT, from, msg, msg_create, mt_push, octstr_append(), octstr_append_char(), octstr_append_from_hex(), octstr_compare(), octstr_create, octstr_destroy(), octstr_duplicate, octstr_format_append(), octstr_get_cstr, octstr_imm(), url, username, WBXML_TOK_END, WBXML_TOK_END_STR_I, WBXML_TOK_NAME_BEARER, WBXML_TOK_NAME_CSD_CALLSPEED, WBXML_TOK_NAME_CSD_CALLTYPE, WBXML_TOK_NAME_CSD_DIALSTRING, WBXML_TOK_NAME_NAME, WBXML_TOK_NAME_PORT, WBXML_TOK_NAME_PPP_AUTHNAME, WBXML_TOK_NAME_PPP_AUTHSECRET, WBXML_TOK_NAME_PPP_AUTHTYPE, WBXML_TOK_NAME_PROXY, WBXML_TOK_STR_I, WBXML_TOK_TYPE_ADDRESS, WBXML_TOK_TYPE_NAME, WBXML_TOK_TYPE_URL, WBXML_TOK_VALUE, WBXML_TOK_VALUE_AUTH_CHAP, WBXML_TOK_VALUE_AUTH_PAP, WBXML_TOK_VALUE_CONN_ANALOGUE, WBXML_TOK_VALUE_CONN_ISDN, WBXML_TOK_VALUE_GSM_CSD, WBXML_TOK_VALUE_PORT_9200, WBXML_TOK_VALUE_PORT_9201, WBXML_TOK_VALUE_PORT_9202, WBXML_TOK_VALUE_PORT_9203, WBXML_TOK_VALUE_SPEED_14400, and WBXML_TOK_VALUE_SPEED_9600.
Referenced by smsbox_req_sendota().