Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include "emimsg.h"
Go to the source code of this file.
Functions | |
static char * | emi_strerror (int errnum) |
static int | field_count_op (int ot, Octstr *whoami) |
static int | field_count_reply (int ot, int posit, Octstr *whoami) |
static struct emimsg * | emimsg_create_withlen (int len) |
struct emimsg * | emimsg_create_op (int ot, int trn, Octstr *whoami) |
static struct emimsg * | emimsg_create_reply_s (int ot, int trn, int positive, Octstr *whoami) |
struct emimsg * | emimsg_create_reply (int ot, int trn, int positive, Octstr *whoami) |
void | emimsg_destroy (struct emimsg *emimsg) |
struct emimsg * | emimsg_duplicate (struct emimsg *emimsg) |
static int | calculate_checksum (Octstr *message) |
static Octstr * | emimsg_tostring (struct emimsg *emimsg) |
struct emimsg * | get_fields (Octstr *message, Octstr *whoami) |
int | emimsg_send (Connection *conn, struct emimsg *emimsg, Octstr *whoami) |
|
static |
Definition at line 252 of file emimsg.c.
References octstr_get_char(), and octstr_len().
Referenced by emimsg_tostring(), and get_fields().
|
static |
Definition at line 166 of file emimsg.c.
References emimsg_create_withlen(), field_count_op(), emimsg::or, emimsg::ot, and emimsg::trn.
Referenced by get_fields(), make_emi31(), make_emi60(), and msg_to_emimsg().
Definition at line 199 of file emimsg.c.
References emimsg_create_reply_s(), emimsg::fields, octstr_create, emimsg::ot, and emimsg::trn.
Referenced by handle_operation().
|
static |
Definition at line 182 of file emimsg.c.
References emimsg_create_withlen(), field_count_reply(), emimsg::or, emimsg::ot, and emimsg::trn.
Referenced by emimsg_create_reply(), and get_fields().
|
static |
Definition at line 153 of file emimsg.c.
References emimsg::fields, and emimsg::num_fields.
Referenced by emimsg_create_op(), and emimsg_create_reply_s().
void emimsg_destroy | ( | struct emimsg * | emimsg | ) |
Definition at line 215 of file emimsg.c.
References emimsg::fields, emimsg::num_fields, and octstr_destroy().
Referenced by emi2_do_send(), emi2_handle_smscreq(), emi2_keepalive_handling(), emi2_receiver(), get_fields(), handle_operation(), open_send_connection(), and wait_for_ack().
Definition at line 229 of file emimsg.c.
References emimsg::fields, emimsg::num_fields, octstr_duplicate, emimsg::or, emimsg::ot, and emimsg::trn.
int emimsg_send | ( | Connection * | conn, |
struct emimsg * | emimsg, | ||
Octstr * | whoami | ||
) |
Definition at line 368 of file emimsg.c.
References conn_write(), debug(), emimsg_tostring(), error(), octstr_destroy(), octstr_get_cstr, and emimsg::ot.
Referenced by emi2_emimsg_send().
Definition at line 266 of file emimsg.c.
References calculate_checksum(), emimsg::fields, emimsg::num_fields, octstr_append(), octstr_append_char(), octstr_create, octstr_destroy(), octstr_format(), octstr_len(), emimsg::or, emimsg::ot, and emimsg::trn.
Referenced by emimsg_send().
|
static |
Definition at line 111 of file emimsg.c.
References error(), octstr_get_cstr, SZ01, SZ50, and SZ60.
Referenced by emimsg_create_op().
|
static |
Definition at line 132 of file emimsg.c.
References error(), and octstr_get_cstr.
Referenced by emimsg_create_reply_s().
Definition at line 290 of file emimsg.c.
References calculate_checksum(), debug(), emi_strerror(), emimsg_create_op(), emimsg_create_reply_s(), emimsg_destroy(), error(), emimsg::fields, emimsg::num_fields, octstr_copy, octstr_get_char(), octstr_get_cstr, octstr_len(), octstr_parse_long(), octstr_search_char(), emimsg::or, emimsg::ot, emimsg::trn, and warning().
Referenced by emi2_handle_smscreq(), emi2_receiver(), main(), and wait_for_ack().