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

Function ospInitInboundInfo

modules/osp/destination.c:92–96  ·  view source on GitHub ↗

* Initialize inbound info structure * param inbound Inbound info data structure */

Source from the content-addressed store, hash-verified

90 * param inbound Inbound info data structure
91 */
92void ospInitInboundInfo(
93 osp_inbound* inbound)
94{
95 memset(inbound, 0, sizeof(osp_inbound));
96}
97
98/*
99 * Save inbound info as an AVP

Callers 2

ospValidateHeaderFunction · 0.85
ospRequestRoutingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected