From: Nick Porter Date: Thu, 16 Oct 2025 11:05:40 +0000 (+0100) Subject: Add attributes to support Option 43 handling of TR069 options X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4f53e3024f707c44f0e913241c379590544fed8d;p=thirdparty%2Ffreeradius-server.git Add attributes to support Option 43 handling of TR069 options --- diff --git a/share/dictionary/dhcpv4/dictionary.freeradius.internal b/share/dictionary/dhcpv4/dictionary.freeradius.internal index a7173f1a04..e5b1a8e826 100644 --- a/share/dictionary/dhcpv4/dictionary.freeradius.internal +++ b/share/dictionary/dhcpv4/dictionary.freeradius.internal @@ -122,3 +122,13 @@ ATTRIBUTE Group-Name 275 string # The Vendor / device class TLVs don't need to match enterprise numbers # - they are just a container. ATTRIBUTE Decoded-Option-43 276 tlv + +# When these options are returned in option 43, these are +# the sub-option numbers - which differ from what happens if +# they are returned in option 125 (see dictionary.adsl_forum and +# https://www.broadband-forum.org/pdfs/tr-069-1-6-1.pdf ) +ATTRIBUTE Broadband-Forum 276.1 tlv +ATTRIBUTE ACS-URL .1 string +ATTRIBUTE Provisioning-Code .2 string +ATTRIBUTE CWMP-Retry-Minimum-Interval .3 string +ATTRIBUTE CWMP-Retry-Interval-Multiplier .4 string