MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / dm_send_message

Function dm_send_message

modules/aaa_diameter/dm_impl.c:2124–2130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2122}
2123
2124int dm_send_message(aaa_conn *_, aaa_message *req, aaa_message **reply)
2125{
2126 /* never provide the reply, just grab the result code, if any */
2127 if (reply)
2128 *reply = NULL;
2129 return _dm_send_message(_, req, NULL);
2130}
2131
2132int dm_api_send_req(diameter_conn *conn, int app_id, int cmd_code, cJSON *req, diameter_reply *rpl)
2133{

Callers

nothing calls this directly

Calls 1

_dm_send_messageFunction · 0.85

Tested by

no test coverage detected