Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include "gwlib/gwlib.h"
Go to the source code of this file.
Data Structures | |
struct | emimsg |
Enumerations | |
enum | { E01_ADC, E01_OADC, E01_AC, E01_MT, E01_AMSG, SZ01 } |
enum | { E50_ADC, E50_OADC, E50_AC, E50_NRQ, E50_NADC, E50_NT, E50_NPID, E50_LRQ, E50_LRAD, E50_LPID, E50_DD, E50_DDT, E50_VP, E50_RPID, E50_SCTS, E50_DST, E50_RSN, E50_DSCTS, E50_MT, E50_NB, E50_NMSG =20, E50_AMSG =20, E50_TMSG =20, E50_MMS, E50_PR, E50_DCS, E50_MCLS, E50_RPI, E50_CPG, E50_RPLY, E50_OTOA, E50_HPLMN, E50_XSER, E50_RES4, E50_RES5, SZ50 } |
enum | { E60_OADC, E60_OTON, E60_ONPI, E60_STYP, E60_PWD, E60_NPWD, E60_VERS, E60_LADC, E60_LTON, E60_LNPI, E60_OPID, E60_RES1, SZ60 } |
Functions | |
struct emimsg * | emimsg_create_op (int ot, int trn, 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) |
struct emimsg * | get_fields (Octstr *message, Octstr *whoami) |
int | emimsg_send (Connection *conn, struct emimsg *emimsg, Octstr *whoami) |
anonymous enum |
Enumerator | |
---|---|
E01_ADC | |
E01_OADC | |
E01_AC | |
E01_MT | |
E01_AMSG | |
SZ01 |
Definition at line 80 of file emimsg.h.
anonymous enum |
Definition at line 86 of file emimsg.h.
anonymous enum |
Enumerator | |
---|---|
E60_OADC | |
E60_OTON | |
E60_ONPI | |
E60_STYP | |
E60_PWD | |
E60_NPWD | |
E60_VERS | |
E60_LADC | |
E60_LTON | |
E60_LNPI | |
E60_OPID | |
E60_RES1 | |
SZ60 |
Definition at line 95 of file emimsg.h.
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().
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 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().