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

Function dm_avp_add

modules/aaa_diameter/dm_impl.c:1875–1880  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1873
1874
1875int dm_avp_add(aaa_conn *_, aaa_message *msg, aaa_map *avp, void *val,
1876 int val_length, int vendor)
1877{
1878 return _dm_avp_add(_, &((struct dm_message *)(msg->avpair))->avps,
1879 avp, val, val_length, vendor);
1880}
1881
1882int dm_build_avps(struct list_head *out_avps, cJSON *array)
1883{

Callers

nothing calls this directly

Calls 1

_dm_avp_addFunction · 0.85

Tested by

no test coverage detected