Navigation


Changeset 1509:4a1737b7ec8e in freeDiameter for extensions


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

Rename 3GPP Time-Window (4204)

Time-Window (3818) in 3GPP TS 29.345 V12.1.0 (2014-12) predates
Time-Window (4204) in 3GPP TS 29.154 V13.1.0 (2016-03).
Time-Window (4204) renamed to Time-Window-29.154 (4204).

Location:
extensions/dict_dcca_3gpp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/dict_dcca_3gpp/add_avps.c

    r1508 r1509  
    16741674        };
    16751675
    1676         /* Time-Window, Grouped, code 4204, section 5.3.5                   */
     1676        /* Note: Name conflict with 3GPP TS 29.345 Time-Window (3818).      */
     1677        /* Time-Window (3818) in 3GPP TS 29.345 V12.1.0 (2014-12) predates  */
     1678        /* Time-Window (4204) in 3GPP TS 29.154 V13.1.0 (2016-03).          */
     1679        /* Time-Window (4204) renamed to Time-Window-29.154 (4204).         */
     1680        /* Time-Window-29.154, Grouped, code 4204, section 5.3.5            */
    16771681        {
    16781682                struct dict_avp_data data = {
    16791683                        4204,   /* Code */
    16801684                        10415,  /* Vendor */
    1681                         "Time-Window",  /* Name */
     1685                        "Time-Window-29.154",   /* Name */
    16821686                        AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY,    /* Fixed flags */
    16831687                        AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY,    /* Fixed flag values */
  • extensions/dict_dcca_3gpp/dict_dcca_3gpp.csv

    r1508 r1509  
    245245Reference-Id,4202,5.3.3,OctetString,"M,V",P,,
    246246Transfer-Request-Type,4203,5.3.4,Unsigned32,"M,V",P,,
    247 Time-Window,4204,5.3.5,Grouped,"M,V",P,,
     247# Note: Name conflict with 3GPP TS 29.345 Time-Window (3818).,,,,,,,
     248# Time-Window (3818) in 3GPP TS 29.345 V12.1.0 (2014-12) predates,,,,,,,
     249# Time-Window (4204) in 3GPP TS 29.154 V13.1.0 (2016-03).,,,,,,,
     250# Time-Window (4204) renamed to Time-Window-29.154 (4204).,,,,,,,
     251Time-Window-29.154,4204,5.3.5,Grouped,"M,V",P,,
    248252Transfer-End-Time,4205,5.3.6,Time,"M,V",P,,
    249253Transfer-Policy,4207,5.3.8,Grouped,"M,V",P,,
Note: See TracChangeset for help on using the changeset viewer.