diff options
author | Anders Svensson <[email protected]> | 2017-08-30 11:05:50 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2017-09-04 15:45:04 +0200 |
commit | 22ce93c35f3bdc490cedc7d63529ed3e2fb20556 (patch) | |
tree | 9a211ef6b15a2e81d6013fbdae97fb36ad3d3c7d /lib/diameter/src/modules.mk | |
parent | a85d5ae40463ac5157ce4c386c37d30505488466 (diff) | |
download | otp-22ce93c35f3bdc490cedc7d63529ed3e2fb20556.tar.gz otp-22ce93c35f3bdc490cedc7d63529ed3e2fb20556.tar.bz2 otp-22ce93c35f3bdc490cedc7d63529ed3e2fb20556.zip |
Add RFC 7683 Diameter Overload Indicator Conveyance text and dictionary
Which motivates the avp_dictionaries config that will be added in
a subsequent commit.
Diffstat (limited to 'lib/diameter/src/modules.mk')
-rw-r--r-- | lib/diameter/src/modules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/diameter/src/modules.mk b/lib/diameter/src/modules.mk index bb3b234d20..bb86de016a 100644 --- a/lib/diameter/src/modules.mk +++ b/lib/diameter/src/modules.mk @@ -24,6 +24,7 @@ DICTS = \ base_rfc6733 \ base_accounting \ acct_rfc6733 \ + doic_rfc7683 \ relay # The yecc grammar for the dictionary parser. |