Navigation



Ignore:
Timestamp:
Apr 18, 2020, 4:31:05 PM (4 years ago)
Author:
Luke Mewburn <luke@mewburn.net>
Branch:
default
Phase:
public
Message:

Remove AVPs deprecated by 3GPP

Remove 3GPP AVPs that were in freeDiameter 1.4.0 and earlier,
marked with "Change-1.4.0:":

  • ADC-Revalidation-Time (2801) Time removed in 3GPP TS 29.212 V12.1.0 (2013-06).
  • PDG-Address (895) Address removed in 3GPP TS 32.299 V12.6.0 (2014-09).
  • PDG-Charging-Id (896) Unsigned32 removed in 3GPP TS 32.299 V12.6.0 (2014-09).
  • WAG-Address (890) Address removed in 3GPP TS 32.299 V12.6.0 (2014-09).
  • WAG-PLMN-Id (891) OctetString? removed in 3GPP TS 32.299 V12.6.0 (2014-09).
  • WLAN-Information (875) Grouped removed in 3GPP TS 32.299 V12.6.0 (2014-09).
  • WLAN-Radio-Container (892) Grouped removed in 3GPP TS 32.299 V12.6.0 (2014-09).
  • WLAN-Session-Id (1246) UTF8String removed in 3GPP TS 32.299 V12.6.0 (2014-09).
  • WLAN-Technology (893) Unsigned32 removed in 3GPP TS 32.299 V12.6.0 (2014-09).
  • WLAN-UE-Local-IPAddress (894) Address removed in 3GPP TS 32.299 V12.6.0 (2014-09).

Remove 3GPP AVPs only added recently (and not in a release):

  • HeNB-BBF-FQDN (2803) UTF8String removed in 3GPP TS 29.212 V11.8.0 (2013-03).
  • User-Data-Request-Type (627) removed in 3GPP TS 29.229 V6.5.0 (2005-06).

Remove WLAN-Information rule from Service-Information (873).

Consistency tweaks in "Change-1.4.0:" comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/dict_dcca_3gpp/dict_dcca_3gpp.c

    r1499 r1532  
    836836                                { { .avp_vendor = 10415, .avp_name = "AoC-Information" }, RULE_OPTIONAL, -1, 1 },
    837837                                { { .avp_vendor = 10415, .avp_name = "PS-Information" }, RULE_OPTIONAL, -1, 1 },
    838                                 { { .avp_vendor = 10415, .avp_name = "WLAN-Information" }, RULE_OPTIONAL, -1, 1 },
    839838                                { { .avp_vendor = 10415, .avp_name = "IMS-Information" }, RULE_OPTIONAL, -1, 1 },
    840839                                { { .avp_vendor = 10415, .avp_name = "MMS-Information" }, RULE_OPTIONAL, -1, 1 },
Note: See TracChangeset for help on using the changeset viewer.