[OpenSIPS-Devel] [OpenSIPS/opensips] 6ca510: aaa_diameter: Add support for Grouped AVPs

Liviu Chircu noreply at github.com
Thu Jun 16 16:49:56 UTC 2022


  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 6ca51091d9c18e93c9dc1cd2549f12bfef79703a
      https://github.com/OpenSIPS/opensips/commit/6ca51091d9c18e93c9dc1cd2549f12bfef79703a
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2022-06-16 (Thu, 16 Jun 2022)

  Changed paths:
    M aaa/aaa.h
    M modules/aaa_diameter/aaa_diameter.c
    M modules/aaa_diameter/aaa_impl.c
    M modules/aaa_diameter/aaa_impl.h
    M modules/aaa_diameter/app_opensips/avps.c
    M modules/aaa_diameter/doc/aaa_diameter_admin.xml
    M modules/aaa_diameter/peer.c

  Log Message:
  -----------
  aaa_diameter: Add support for Grouped AVPs

A Grouped AVP is just a list of other AVPs (possibly including other
Grouped AVPs, in a recursive fashion).  This commit adds support for
grouped AVPs on all fronts:

  * in the syntax of the "dictionary.opensips" config file, to allow
	fully defining grouped AVPs, regardless of their complexity
  * in the input JSON passed to dm_send_request()
  * in the output JSON returned by dm_send_request()





More information about the Devel mailing list