Navigation


Changeset 1533:f8561a0f7ac1 in freeDiameter


Ignore:
Timestamp:
Apr 20, 2020, 10:44:56 AM (4 years ago)
Author:
Luke Mewburn <luke@mewburn.net>
Branch:
default
Phase:
public
Message:

Rename IPv6 AVPs per 3GPP TS 29.061

The following AVPs were renamed in 3GPP TS 29.061 V12.6.0 (2014-06)
(where "IPv6" was globally changed to "Ipv6" in the standard):

  • 3GPP-CG-IPv6-Address (14) renamed to 3GPP-CG-Ipv6-Address (14).
  • 3GPP-SGSN-IPv6-Address (15) renamed to 3GPP-SGSN-Ipv6-Address (15).
  • 3GPP-GGSN-IPv6-Address (16) renamed to 3GPP-GGSN-Ipv6-Address (16).
  • 3GPP-IPv6-DNS-Servers (17) renamed to 3GPP-Ipv6-DNS-Servers (17).
  • MBMS-GGSN-IPv6-Address (917) renamed to MBMS-GGSN-Ipv6-Address (917).
  • MBMS-BMSC-SSM-IPv6-Address (919) renamed to MBMS-BMSC-SSM-Ipv6-Address (919).
Location:
extensions/dict_dcca_3gpp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/dict_dcca_3gpp/add_avps.c

    r1532 r1533  
    238238
    239239        /* Note: 3GPP TS 29.061 V12.6.0 (2014-06) renamed                   */
    240         /* 3GPP-CG-IPv6-Address (14) to 3GPP-CG-Ipv6-Address;               */
    241         /* this rename was not applied.                                     */
     240        /* 3GPP-CG-IPv6-Address (14) to 3GPP-CG-Ipv6-Address.               */
    242241        /*                                                                  */
    243         /* Fix: 3GPP-CG-IPv6-Address (14) changed to Must M per contrib/3gpp. */
    244         /* 3GPP-CG-IPv6-Address, OctetString, code 14, section 16.4.7       */
     242        /* Fix: 3GPP-CG-Ipv6-Address (14) changed to Must M per contrib/3gpp. */
     243        /* Change-1.4.0: 3GPP-CG-IPv6-Address (14) renamed to 3GPP-CG-Ipv6-Address (14). */
     244        /* 3GPP-CG-Ipv6-Address, OctetString, code 14, section 16.4.7       */
    245245        {
    246246                struct dict_avp_data data = {
    247247                        14,     /* Code */
    248248                        10415,  /* Vendor */
    249                         "3GPP-CG-IPv6-Address", /* Name */
     249                        "3GPP-CG-Ipv6-Address", /* Name */
    250250                        AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY,    /* Fixed flags */
    251251                        AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY,    /* Fixed flag values */
     
    256256
    257257        /* Note: 3GPP TS 29.061 V12.6.0 (2014-06) renamed                   */
    258         /* 3GPP-SGSN-IPv6-Address (15) to 3GPP-SGSN-Ipv6-Address;           */
    259         /* this rename was not applied.                                     */
     258        /* 3GPP-SGSN-IPv6-Address (15) to 3GPP-SGSN-Ipv6-Address.           */
    260259        /*                                                                  */
    261         /* Fix: 3GPP-SGSN-IPv6-Address (15) changed to Must M per contrib/3gpp. */
    262         /* 3GPP-SGSN-IPv6-Address, OctetString, code 15, section 16.4.7     */
     260        /* Fix: 3GPP-SGSN-Ipv6-Address (15) changed to Must M per contrib/3gpp. */
     261        /* Change-1.4.0: 3GPP-SGSN-IPv6-Address (15) renamed to 3GPP-SGSN-Ipv6-Address (15). */
     262        /* 3GPP-SGSN-Ipv6-Address, OctetString, code 15, section 16.4.7     */
    263263        {
    264264                struct dict_avp_data data = {
    265265                        15,     /* Code */
    266266                        10415,  /* Vendor */
    267                         "3GPP-SGSN-IPv6-Address",       /* Name */
     267                        "3GPP-SGSN-Ipv6-Address",       /* Name */
    268268                        AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY,    /* Fixed flags */
    269269                        AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY,    /* Fixed flag values */
     
    274274
    275275        /* Note: 3GPP TS 29.061 V12.6.0 (2014-06) renamed                   */
    276         /* 3GPP-GGSN-IPv6-Address (16) to 3GPP-GGSN-Ipv6-Address;           */
    277         /* this rename was not applied.                                     */
     276        /* 3GPP-GGSN-IPv6-Address (16) to 3GPP-GGSN-Ipv6-Address.           */
    278277        /*                                                                  */
    279         /* Fix: 3GPP-GGSN-IPv6-Address (16) changed to Must M per contrib/3gpp. */
    280         /* 3GPP-GGSN-IPv6-Address, OctetString, code 16, section 16.4.7     */
     278        /* Fix: 3GPP-GGSN-Ipv6-Address (16) changed to Must M per contrib/3gpp. */
     279        /* Change-1.4.0: 3GPP-GGSN-IPv6-Address (16) renamed to 3GPP-GGSN-Ipv6-Address (16). */
     280        /* 3GPP-GGSN-Ipv6-Address, OctetString, code 16, section 16.4.7     */
    281281        {
    282282                struct dict_avp_data data = {
    283283                        16,     /* Code */
    284284                        10415,  /* Vendor */
    285                         "3GPP-GGSN-IPv6-Address",       /* Name */
     285                        "3GPP-GGSN-Ipv6-Address",       /* Name */
    286286                        AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY,    /* Fixed flags */
    287287                        AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY,    /* Fixed flag values */
     
    292292
    293293        /* Note: 3GPP TS 29.061 V12.6.0 (2014-06) renamed                   */
    294         /* 3GPP-IPv6-DNS-Servers (17) to 3GPP-Ipv6-DNS-Servers;             */
    295         /* this rename was not applied.                                     */
     294        /* 3GPP-IPv6-DNS-Servers (17) to 3GPP-Ipv6-DNS-Servers.             */
    296295        /*                                                                  */
    297         /* Fix: 3GPP-IPv6-DNS-Servers (17) changed to Must M per contrib/3gpp. */
    298         /* 3GPP-IPv6-DNS-Servers, OctetString, code 17, section 16.4.7      */
     296        /* Fix: 3GPP-Ipv6-DNS-Servers (17) changed to Must M per contrib/3gpp. */
     297        /* Change-1.4.0: 3GPP-IPv6-DNS-Servers (17) renamed to 3GPP-Ipv6-DNS-Servers (17). */
     298        /* 3GPP-Ipv6-DNS-Servers, OctetString, code 17, section 16.4.7      */
    299299        {
    300300                struct dict_avp_data data = {
    301301                        17,     /* Code */
    302302                        10415,  /* Vendor */
    303                         "3GPP-IPv6-DNS-Servers",        /* Name */
     303                        "3GPP-Ipv6-DNS-Servers",        /* Name */
    304304                        AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY,    /* Fixed flags */
    305305                        AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY,    /* Fixed flag values */
     
    718718
    719719        /* Note: 3GPP TS 29.061 V12.6.0 (2014-06) renamed                   */
    720         /* MBMS-GGSN-IPv6-Address (917) to MBMS-GGSN-Ipv6-Address;          */
    721         /* this rename was not applied.                                     */
    722         /* MBMS-GGSN-IPv6-Address, OctetString, code 917, section 17.7.20   */
     720        /* MBMS-GGSN-IPv6-Address (917) to MBMS-GGSN-Ipv6-Address.          */
     721        /*                                                                  */
     722        /* Change-1.4.0: MBMS-GGSN-IPv6-Address (917) renamed to MBMS-GGSN-Ipv6-Address (917). */
     723        /* MBMS-GGSN-Ipv6-Address, OctetString, code 917, section 17.7.20   */
    723724        {
    724725                struct dict_avp_data data = {
    725726                        917,    /* Code */
    726727                        10415,  /* Vendor */
    727                         "MBMS-GGSN-IPv6-Address",       /* Name */
     728                        "MBMS-GGSN-Ipv6-Address",       /* Name */
    728729                        AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY,    /* Fixed flags */
    729730                        AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY,    /* Fixed flag values */
     
    747748
    748749        /* Note: 3GPP TS 29.061 V12.6.0 (2014-06) renamed                   */
    749         /* MBMS-BMSC-SSM-IPv6-Address (919) to MBMS-BMSC-SSM-Ipv6-Address;  */
    750         /* this rename was not applied.                                     */
    751         /* MBMS-BMSC-SSM-IPv6-Address, OctetString, code 919, section 17.7.22 */
     750        /* MBMS-BMSC-SSM-IPv6-Address (919) to MBMS-BMSC-SSM-Ipv6-Address.  */
     751        /*                                                                  */
     752        /* Change-1.4.0: MBMS-BMSC-SSM-IPv6-Address (919) renamed to MBMS-BMSC-SSM-Ipv6-Address (919). */
     753        /* MBMS-BMSC-SSM-Ipv6-Address, OctetString, code 919, section 17.7.22 */
    752754        {
    753755                struct dict_avp_data data = {
    754756                        919,    /* Code */
    755757                        10415,  /* Vendor */
    756                         "MBMS-BMSC-SSM-IPv6-Address",   /* Name */
     758                        "MBMS-BMSC-SSM-Ipv6-Address",   /* Name */
    757759                        AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY,    /* Fixed flags */
    758760                        AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY,    /* Fixed flag values */
     
    844846
    845847        /* Note: 3GPP TS 29.061 V12.6.0 (2014-06) renamed                   */
    846         /* MBMS-GW-SSM-IPv6-Address (925) to MBMS-GW-SSM-Ipv6-Address;      */
    847         /* this rename was not applied.                                     */
     848        /* MBMS-GW-SSM-IPv6-Address (925) to MBMS-GW-SSM-Ipv6-Address.      */
    848849        /* Note: Name conflict with 3GPP TS 29.061 MBMS-GW-SSM-IPv6-Address (3523). */
    849850        /* 3GPP TS 29.061 V10.4.0 (2011-09) CR 0355 added MBMS-GW-SSM-IPv6-Address (925). */
     851        /* 3GPP TS 29.061 V12.6.0 (2014-06) renamed                         */
     852        /* MBMS-GW-SSM-IPv6-Address (925) to MBMS-GW-SSM-Ipv6-Address.      */
    850853        /* 3GPP TS 29.468 V14.0.0 (2016-12) CR 0021 added MBMS-GW-SSM-IPv6-Address (3523). */
    851854        /* MBMS-GW-SSM-IPv6-Address, OctetString, code 925, section 20.5a.3 */
     
    1512815131        /* Note: Name conflict with 3GPP TS 29.061 MBMS-GW-SSM-IPv6-Address (925). */
    1512915132        /* 3GPP TS 29.061 V10.4.0 (2011-09) CR 0355 added MBMS-GW-SSM-IPv6-Address (925). */
     15133        /* 3GPP TS 29.061 V12.6.0 (2014-06) renamed                         */
     15134        /* MBMS-GW-SSM-IPv6-Address (925) to MBMS-GW-SSM-Ipv6-Address.      */
    1513015135        /* 3GPP TS 29.468 V14.0.0 (2016-12) CR 0021 added MBMS-GW-SSM-IPv6-Address (3523). */
    1513115136        /*                                                                  */
  • extensions/dict_dcca_3gpp/dict_dcca_3gpp.csv

    r1532 r1533  
    48483GPP-Charging-Characteristics,13,16.4.7,UTF8String,"M,V",P,,
    4949# Note: 3GPP TS 29.061 V12.6.0 (2014-06) renamed,,,,,,,
    50 # 3GPP-CG-IPv6-Address (14) to 3GPP-CG-Ipv6-Address;,,,,,,,
    51 # this rename was not applied.,,,,,,,
    52 # ,,,,,,,
    53 # Fix: 3GPP-CG-IPv6-Address (14) changed to Must M per contrib/3gpp.,,,,,,,
    54 3GPP-CG-IPv6-Address,14,16.4.7,OctetString,"M,V",P,,
     50# 3GPP-CG-IPv6-Address (14) to 3GPP-CG-Ipv6-Address.,,,,,,,
     51# ,,,,,,,
     52# Fix: 3GPP-CG-Ipv6-Address (14) changed to Must M per contrib/3gpp.,,,,,,,
     53# Change-1.4.0: 3GPP-CG-IPv6-Address (14) renamed to 3GPP-CG-Ipv6-Address (14).,,,,,,,
     543GPP-CG-Ipv6-Address,14,16.4.7,OctetString,"M,V",P,,
    5555# Note: 3GPP TS 29.061 V12.6.0 (2014-06) renamed,,,,,,,
    56 # 3GPP-SGSN-IPv6-Address (15) to 3GPP-SGSN-Ipv6-Address;,,,,,,,
    57 # this rename was not applied.,,,,,,,
    58 # ,,,,,,,
    59 # Fix: 3GPP-SGSN-IPv6-Address (15) changed to Must M per contrib/3gpp.,,,,,,,
    60 3GPP-SGSN-IPv6-Address,15,16.4.7,OctetString,"M,V",P,,
     56# 3GPP-SGSN-IPv6-Address (15) to 3GPP-SGSN-Ipv6-Address.,,,,,,,
     57# ,,,,,,,
     58# Fix: 3GPP-SGSN-Ipv6-Address (15) changed to Must M per contrib/3gpp.,,,,,,,
     59# Change-1.4.0: 3GPP-SGSN-IPv6-Address (15) renamed to 3GPP-SGSN-Ipv6-Address (15).,,,,,,,
     603GPP-SGSN-Ipv6-Address,15,16.4.7,OctetString,"M,V",P,,
    6161# Note: 3GPP TS 29.061 V12.6.0 (2014-06) renamed,,,,,,,
    62 # 3GPP-GGSN-IPv6-Address (16) to 3GPP-GGSN-Ipv6-Address;,,,,,,,
    63 # this rename was not applied.,,,,,,,
    64 # ,,,,,,,
    65 # Fix: 3GPP-GGSN-IPv6-Address (16) changed to Must M per contrib/3gpp.,,,,,,,
    66 3GPP-GGSN-IPv6-Address,16,16.4.7,OctetString,"M,V",P,,
     62# 3GPP-GGSN-IPv6-Address (16) to 3GPP-GGSN-Ipv6-Address.,,,,,,,
     63# ,,,,,,,
     64# Fix: 3GPP-GGSN-Ipv6-Address (16) changed to Must M per contrib/3gpp.,,,,,,,
     65# Change-1.4.0: 3GPP-GGSN-IPv6-Address (16) renamed to 3GPP-GGSN-Ipv6-Address (16).,,,,,,,
     663GPP-GGSN-Ipv6-Address,16,16.4.7,OctetString,"M,V",P,,
    6767# Note: 3GPP TS 29.061 V12.6.0 (2014-06) renamed,,,,,,,
    68 # 3GPP-IPv6-DNS-Servers (17) to 3GPP-Ipv6-DNS-Servers;,,,,,,,
    69 # this rename was not applied.,,,,,,,
    70 # ,,,,,,,
    71 # Fix: 3GPP-IPv6-DNS-Servers (17) changed to Must M per contrib/3gpp.,,,,,,,
    72 3GPP-IPv6-DNS-Servers,17,16.4.7,OctetString,"M,V",P,,
     68# 3GPP-IPv6-DNS-Servers (17) to 3GPP-Ipv6-DNS-Servers.,,,,,,,
     69# ,,,,,,,
     70# Fix: 3GPP-Ipv6-DNS-Servers (17) changed to Must M per contrib/3gpp.,,,,,,,
     71# Change-1.4.0: 3GPP-IPv6-DNS-Servers (17) renamed to 3GPP-Ipv6-DNS-Servers (17).,,,,,,,
     723GPP-Ipv6-DNS-Servers,17,16.4.7,OctetString,"M,V",P,,
    7373# Fix: 3GPP-SGSN-MCC-MNC (18) changed to Must M per contrib/3gpp.,,,,,,,
    74743GPP-SGSN-MCC-MNC,18,16.4.7,UTF8String,"M,V",P,,
     
    117117MBMS-GGSN-Address,916,17.7.19,OctetString,"M,V",P,,
    118118# Note: 3GPP TS 29.061 V12.6.0 (2014-06) renamed,,,,,,,
    119 # MBMS-GGSN-IPv6-Address (917) to MBMS-GGSN-Ipv6-Address;,,,,,,,
    120 # this rename was not applied.,,,,,,,
    121 MBMS-GGSN-IPv6-Address,917,17.7.20,OctetString,"M,V",P,,
     119# MBMS-GGSN-IPv6-Address (917) to MBMS-GGSN-Ipv6-Address.,,,,,,,
     120# ,,,,,,,
     121# Change-1.4.0: MBMS-GGSN-IPv6-Address (917) renamed to MBMS-GGSN-Ipv6-Address (917).,,,,,,,
     122MBMS-GGSN-Ipv6-Address,917,17.7.20,OctetString,"M,V",P,,
    122123MBMS-BMSC-SSM-IP-Address,918,17.7.21,OctetString,"M,V",P,,
    123124# Note: 3GPP TS 29.061 V12.6.0 (2014-06) renamed,,,,,,,
    124 # MBMS-BMSC-SSM-IPv6-Address (919) to MBMS-BMSC-SSM-Ipv6-Address;,,,,,,,
    125 # this rename was not applied.,,,,,,,
    126 MBMS-BMSC-SSM-IPv6-Address,919,17.7.22,OctetString,"M,V",P,,
     125# MBMS-BMSC-SSM-IPv6-Address (919) to MBMS-BMSC-SSM-Ipv6-Address.,,,,,,,
     126# ,,,,,,,
     127# Change-1.4.0: MBMS-BMSC-SSM-IPv6-Address (919) renamed to MBMS-BMSC-SSM-Ipv6-Address (919).,,,,,,,
     128MBMS-BMSC-SSM-Ipv6-Address,919,17.7.22,OctetString,"M,V",P,,
    127129MBMS-Flow-Identifier,920,17.7.23,OctetString,"M,V",P,,
    128130CN-IP-Multicast-Distribution,921,17.7.24,Enumerated,"M,V",P,,
     
    138140MBMS-GW-SSM-IP-Address,924,20.5a.2,OctetString,V,P,,M
    139141# Note: 3GPP TS 29.061 V12.6.0 (2014-06) renamed,,,,,,,
    140 # MBMS-GW-SSM-IPv6-Address (925) to MBMS-GW-SSM-Ipv6-Address;,,,,,,,
    141 # this rename was not applied.,,,,,,,
     142# MBMS-GW-SSM-IPv6-Address (925) to MBMS-GW-SSM-Ipv6-Address.,,,,,,,
    142143# Note: Name conflict with 3GPP TS 29.061 MBMS-GW-SSM-IPv6-Address (3523).,,,,,,,
    143144# 3GPP TS 29.061 V10.4.0 (2011-09) CR 0355 added MBMS-GW-SSM-IPv6-Address (925).,,,,,,,
     145# 3GPP TS 29.061 V12.6.0 (2014-06) renamed,,,,,,,
     146# MBMS-GW-SSM-IPv6-Address (925) to MBMS-GW-SSM-Ipv6-Address.,,,,,,,
    144147# 3GPP TS 29.468 V14.0.0 (2016-12) CR 0021 added MBMS-GW-SSM-IPv6-Address (3523).,,,,,,,
    145148MBMS-GW-SSM-IPv6-Address,925,20.5a.3,OctetString,V,P,,M
     
    18371840# Note: Name conflict with 3GPP TS 29.061 MBMS-GW-SSM-IPv6-Address (925).,,,,,,,
    18381841# 3GPP TS 29.061 V10.4.0 (2011-09) CR 0355 added MBMS-GW-SSM-IPv6-Address (925).,,,,,,,
     1842# 3GPP TS 29.061 V12.6.0 (2014-06) renamed,,,,,,,
     1843# MBMS-GW-SSM-IPv6-Address (925) to MBMS-GW-SSM-Ipv6-Address.,,,,,,,
    18391844# 3GPP TS 29.468 V14.0.0 (2016-12) CR 0021 added MBMS-GW-SSM-IPv6-Address (3523).,,,,,,,
    18401845# ,,,,,,,
Note: See TracChangeset for help on using the changeset viewer.