Navigation



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).

File:
1 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 */
Note: See TracChangeset for help on using the changeset viewer.