Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <errno.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <stdlib.h>
#include "gwlib/gwlib.h"
#include "wap_addr.h"
#include "wap_events.h"
Go to the source code of this file.
Data Structures | |
struct | machine_pattern |
Macros | |
#define | INITIATOR_TID_LIMIT (1 << 15) |
Typedefs | |
typedef struct WTPSegment | WTPSegment |
typedef struct machine_pattern | machine_pattern |
Enumerations | |
enum | { NUMBER_OF_ABORT_TYPES = 2, NUMBER_OF_ABORT_REASONS = 10, NUMBER_OF_TRANSACTION_CLASSES = 3 } |
enum | { L_A_WITH_USER_ACK = 4, L_R_WITH_USER_ACK = 7, S_R_WITHOUT_USER_ACK = 3, S_R_WITH_USER_ACK = 4, G_R_WITHOUT_USER_ACK = 3, G_R_WITH_USER_ACK = 3, W_WITH_USER_ACK = 30 } |
enum | { AEC_MAX = 6, MAX_RCR = 8 } |
enum | { ACKNOWLEDGEMENT = 0, TID_VERIFICATION = 1 } |
enum | { PROVIDER = 0x00, USER = 0x01 } |
enum | { UNKNOWN = 0x00, PROTOERR = 0x01, INVALIDTID = 0x02, NOTIMPLEMENTEDCL2 = 0x03, NOTIMPLEMENTEDSAR = 0x04, NOTIMPLEMENTEDUACK = 0x05, WTPVERSIONZERO = 0x06, CAPTEMPEXCEEDED = 0x07, NORESPONSE = 0x08, MESSAGETOOLARGE = 0x09, NOTIMPLEMENTEDESAR = 0x0A } |
enum | { TRANSACTION_CLASS_0 = 0, TRANSACTION_CLASS_1 = 1, TRANSACTION_CLASS_2 = 2 } |
enum | { PROVIDER_ACKNOWLEDGEMENT = 0, USER_ACKNOWLEDGEMENT = 1 } |
enum | { INITIATOR_INDICATION = 0, RESPONDER_INDICATION = 1 } |
enum | { TPI_ERROR = 0, TPI_INFO = 1, TPI_OPTION = 2, TPI_PSN = 3, TPI_SDU_BOUNDARY = 4, TPI_FRAME_BOUNDARY = 5 } |
Functions | |
List * | wtp_unpack_wdp_datagram (WAPEvent *datagram) |
int | wtp_event_is_for_responder (WAPEvent *event) |
#define INITIATOR_TID_LIMIT (1 << 15) |
Definition at line 183 of file wtp.h.
Referenced by wtp_event_is_for_responder().
typedef struct machine_pattern machine_pattern |
typedef struct WTPSegment WTPSegment |
anonymous enum |
anonymous enum |
anonymous enum |
anonymous enum |
anonymous enum |
anonymous enum |
Enumerator | |
---|---|
L_A_WITH_USER_ACK | |
L_R_WITH_USER_ACK | |
S_R_WITHOUT_USER_ACK | |
S_R_WITH_USER_ACK | |
G_R_WITHOUT_USER_ACK | |
G_R_WITH_USER_ACK | |
W_WITH_USER_ACK |
anonymous enum |
anonymous enum |
anonymous enum |
anonymous enum |
Enumerator | |
---|---|
UNKNOWN | |
PROTOERR | |
INVALIDTID | |
NOTIMPLEMENTEDCL2 | |
NOTIMPLEMENTEDSAR | |
NOTIMPLEMENTEDUACK | |
WTPVERSIONZERO | |
CAPTEMPEXCEEDED | |
NORESPONSE | |
MESSAGETOOLARGE | |
NOTIMPLEMENTEDESAR |
int wtp_event_is_for_responder | ( | WAPEvent * | event | ) |
Definition at line 156 of file wtp.c.
References error(), INITIATOR_TID_LIMIT, WAPEvent::type, and wap_event_dump().
Referenced by unpack_wdp_datagram_real(), wap_dispatch_datagram(), and wtp_event_dump().
Definition at line 98 of file wtp.c.
References concatenated_message(), gw_assert(), GW_WARNING, gwlist_append(), gwlist_create, octstr_copy, octstr_delete(), octstr_destroy(), octstr_dump, octstr_duplicate, octstr_get_bits(), octstr_get_char(), octstr_len(), WAPEvent::type, WAPEvent::u, unpack_wdp_datagram_real(), wap_event_assert(), wap_event_destroy(), wap_event_duplicate(), and warning().
Referenced by wap_dispatch_datagram(), and wtp_event_dump().