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

Function get_rpid_avp

modules/auth/rpid.c:85–89  ·  view source on GitHub ↗

* Gets the RPID avp specs */

Source from the content-addressed store, hash-verified

83 * Gets the RPID avp specs
84 */
85void get_rpid_avp( int *rpid_avp_p, int *rpid_avp_type_p )
86{
87 *rpid_avp_p = rpid_avp_name;
88 *rpid_avp_type_p = rpid_avp_type;
89}
90
91
92

Callers 1

bind_authFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected