Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Go to the source code of this file.
Functions | |
static void | wsp_cap_destroy_item (void *cap) |
Capability * | wsp_cap_create (int id, Octstr *name, Octstr *data) |
void | wsp_cap_destroy (Capability *cap) |
void | wsp_cap_dump (Capability *cap) |
void | wsp_cap_dump_list (List *caps_list) |
void | wsp_cap_destroy_list (List *caps_list) |
List * | wsp_cap_duplicate_list (List *caps_list) |
Capability * | wsp_cap_duplicate (Capability *cap) |
List * | wsp_cap_unpack_list (Octstr *caps) |
Octstr * | wsp_cap_pack_list (List *caps_list) |
static int | wsp_cap_get_data (List *caps_list, int id, Octstr *name, Octstr **data) |
int | wsp_cap_count (List *caps_list, int id, Octstr *name) |
int | wsp_cap_get_client_sdu (List *caps_list, unsigned long *sdu) |
int | wsp_cap_get_server_sdu (List *caps_list, unsigned long *sdu) |
int | wsp_cap_get_method_mor (List *caps_list, unsigned long *mor) |
int | wsp_cap_get_push_mor (List *caps_list, unsigned long *mor) |
Definition at line 282 of file wsp_caps.c.
References name, and wsp_cap_get_data().
Referenced by refuse_unreplied_capabilities(), reply_known_capabilities(), and strip_default_capabilities().
Capability* wsp_cap_create | ( | int | id, |
Octstr * | name, | ||
Octstr * | data | ||
) |
Definition at line 71 of file wsp_caps.c.
References capability::accept, capability::data, capability::id, capability::name, and name.
Referenced by refuse_unreplied_capabilities(), reply_known_capabilities(), wsp_cap_duplicate(), and wsp_cap_unpack_list().
void wsp_cap_destroy | ( | Capability * | cap | ) |
Definition at line 83 of file wsp_caps.c.
References capability::data, capability::name, and octstr_destroy().
Referenced by sanitize_capabilities(), strip_default_capabilities(), and wsp_cap_destroy_item().
|
static |
Definition at line 66 of file wsp_caps.c.
References wsp_cap_destroy().
Referenced by wsp_cap_destroy_list().
void wsp_cap_destroy_list | ( | List * | caps_list | ) |
Definition at line 121 of file wsp_caps.c.
References gwlist_destroy(), and wsp_cap_destroy_item().
Referenced by make_connectreply_pdu().
void wsp_cap_dump | ( | Capability * | cap | ) |
Definition at line 92 of file wsp_caps.c.
References capability::accept, capability::data, debug(), capability::id, capability::name, and octstr_dump.
Referenced by sanitize_capabilities(), wsp_cap_dump_list(), and wsp_cap_pack_list().
void wsp_cap_dump_list | ( | List * | caps_list | ) |
Definition at line 106 of file wsp_caps.c.
References debug(), gwlist_get(), gwlist_len(), and wsp_cap_dump().
Capability* wsp_cap_duplicate | ( | Capability * | cap | ) |
Definition at line 142 of file wsp_caps.c.
References capability::accept, capability::data, capability::id, capability::name, octstr_duplicate, and wsp_cap_create().
Referenced by wsp_cap_duplicate_list().
Definition at line 125 of file wsp_caps.c.
References gwlist_append(), gwlist_create, gwlist_get(), gwlist_len(), and wsp_cap_duplicate().
Referenced by indicate_push_connection(), make_capabilities_reply(), response_push_connection(), session_machine_create(), and update_session_data().
int wsp_cap_get_client_sdu | ( | List * | caps_list, |
unsigned long * | sdu | ||
) |
Definition at line 288 of file wsp_caps.c.
References found, octstr_extract_uintvar(), wsp_cap_get_data(), and WSP_CAPS_CLIENT_SDU_SIZE.
Referenced by reply_known_capabilities().
Definition at line 259 of file wsp_caps.c.
References capability::data, found, gwlist_get(), gwlist_len(), capability::id, capability::name, name, and octstr_compare().
Referenced by wsp_cap_count(), wsp_cap_get_client_sdu(), wsp_cap_get_method_mor(), wsp_cap_get_push_mor(), and wsp_cap_get_server_sdu().
int wsp_cap_get_method_mor | ( | List * | caps_list, |
unsigned long * | mor | ||
) |
Definition at line 312 of file wsp_caps.c.
References found, octstr_get_char(), wsp_cap_get_data(), and WSP_CAPS_METHOD_MOR.
Referenced by reply_known_capabilities().
int wsp_cap_get_push_mor | ( | List * | caps_list, |
unsigned long * | mor | ||
) |
Definition at line 328 of file wsp_caps.c.
References found, octstr_get_char(), wsp_cap_get_data(), and WSP_CAPS_PUSH_MOR.
Referenced by reply_known_capabilities().
int wsp_cap_get_server_sdu | ( | List * | caps_list, |
unsigned long * | sdu | ||
) |
Definition at line 300 of file wsp_caps.c.
References found, octstr_extract_uintvar(), wsp_cap_get_data(), and WSP_CAPS_SERVER_SDU_SIZE.
Referenced by reply_known_capabilities().
Definition at line 207 of file wsp_caps.c.
References capability::accept, capability::data, error(), gwlist_get(), gwlist_len(), capability::id, capability::name, octstr_append(), octstr_append_char(), octstr_append_uintvar(), octstr_create, octstr_get_char(), octstr_len(), octstr_search_char(), and wsp_cap_dump().
Referenced by make_connectreply_pdu().
Definition at line 155 of file wsp_caps.c.
References error(), gwlist_append(), gwlist_create, name, octstr_copy, octstr_extract_uintvar(), octstr_get_char(), octstr_len(), octstr_search_char(), warning(), and wsp_cap_create().