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