Navigation


Changeset 1527:12055ddd8318 in freeDiameter


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

Rename Periodic-time (3117)

3GPP TS 29.336 Table 8.4.1-1 row Periodic-time (3117) has
incorrect name and should be "Periodic-Time" per majority use.
Fix: Periodic-time (3117) renamed to Periodic-Time (931).

Location:
extensions/dict_dcca_3gpp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/dict_dcca_3gpp/add_avps.c

    r1526 r1527  
    1206012060        };
    1206112061
    12062         /* Periodic-time, Unsigned32, code 3117, section 8.4.29             */
     12062        /* Note: 3GPP TS 29.336 Table 8.4.1-1 row Periodic-time (3117) has  */
     12063        /* incorrect name and should be "Periodic-Time" per majority use.   */
     12064        /*                                                                  */
     12065        /* Fix: Periodic-time (3117) renamed to Periodic-Time (931).        */
     12066        /* Periodic-Time, Unsigned32, code 3117, section 8.4.29             */
    1206312067        {
    1206412068                struct dict_avp_data data = {
    1206512069                        3117,   /* Code */
    1206612070                        10415,  /* Vendor */
    12067                         "Periodic-time",        /* Name */
     12071                        "Periodic-Time",        /* Name */
    1206812072                        AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY,    /* Fixed flags */
    1206912073                        AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY,    /* Fixed flag values */
  • extensions/dict_dcca_3gpp/dict_dcca_3gpp.csv

    r1526 r1527  
    14361436Periodic-Communication-Indicator,3115,8.4.27,Unsigned32,"M,V",,,
    14371437Communication-Duration-Time,3116,8.4.28,Unsigned32,"M,V",,,
    1438 Periodic-time,3117,8.4.29,Unsigned32,"M,V",,,
     1438# Note: 3GPP TS 29.336 Table 8.4.1-1 row Periodic-time (3117) has,,,,,,,
     1439"# incorrect name and should be ""Periodic-Time"" per majority use.",,,,,,,
     1440# ,,,,,,,
     1441# Fix: Periodic-time (3117) renamed to Periodic-Time (931).,,,,,,,
     1442Periodic-Time,3117,8.4.29,Unsigned32,"M,V",,,
    14391443Scheduled-Communication-Time,3118,8.4.30,Grouped,"M,V",,,
    14401444Stationary-Indication,3119,8.4.31,Unsigned32,"M,V",,,
Note: See TracChangeset for help on using the changeset viewer.