Navigation


Changeset 1528:3908b839dcf2 in freeDiameter for extensions


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

Rename Assistance-info and MIC-Check-Indicator

3GPP TS 29.345 Table 6.3.1-1 row Assistance-info (3802)
incorrect name and should be "Assistance-Info" per clause 6.3.3.
Fix: Assistance-info (3802) renamed to Assistance-Info (3802).

3GPP TS 29.345 Table 6.3.1-1 row MIC-Check-indicator (3865) has
incorrect name and should be "MIC-Check-Indicator" per clause 6.3.80.
Fix: MIC-Check-indicator (3865) renamed to MIC-Check-Indicator (3865).

Location:
extensions/dict_dcca_3gpp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/dict_dcca_3gpp/add_avps.c

    r1527 r1528  
    1376013760        };
    1376113761
    13762         /* Assistance-info, Grouped, code 3802, section 6.3.3               */
     13762        /* Note: 3GPP TS 29.345 Table 6.3.1-1 row Assistance-info (3802) has */
     13763        /* incorrect name and should be "Assistance-Info" per clause 6.3.3. */
     13764        /*                                                                  */
     13765        /* Fix: Assistance-info (3802) renamed to Assistance-Info (3802).   */
     13766        /* Assistance-Info, Grouped, code 3802, section 6.3.3               */
    1376313767        {
    1376413768                struct dict_avp_data data = {
    1376513769                        3802,   /* Code */
    1376613770                        10415,  /* Vendor */
    13767                         "Assistance-info",      /* Name */
     13771                        "Assistance-Info",      /* Name */
    1376813772                        AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY,    /* Fixed flags */
    1376913773                        AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY,    /* Fixed flag values */
     
    1458514589        };
    1458614590
    14587         /* MIC-Check-indicator, Unsigned32, code 3865, section 6.3.80       */
     14591        /* Note: 3GPP TS 29.345 Table 6.3.1-1 row MIC-Check-indicator (3865) has */
     14592        /* incorrect name and should be "MIC-Check-Indicator" per clause 6.3.80. */
     14593        /*                                                                  */
     14594        /* Fix: MIC-Check-indicator (3865) renamed to MIC-Check-Indicator (3865). */
     14595        /* MIC-Check-Indicator, Unsigned32, code 3865, section 6.3.80       */
    1458814596        {
    1458914597                struct dict_avp_data data = {
    1459014598                        3865,   /* Code */
    1459114599                        10415,  /* Vendor */
    14592                         "MIC-Check-indicator",  /* Name */
     14600                        "MIC-Check-Indicator",  /* Name */
    1459314601                        AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY,    /* Fixed flags */
    1459414602                        AVP_FLAG_VENDOR,        /* Fixed flag values */
  • extensions/dict_dcca_3gpp/dict_dcca_3gpp.csv

    r1527 r1528  
    16491649#,,,,,,,
    16501650App-Layer-User-Id,3801,6.3.2,UTF8String,"M, V",,,
    1651 Assistance-info,3802,6.3.3,Grouped,"M, V",,,
     1651# Note: 3GPP TS 29.345 Table 6.3.1-1 row Assistance-info (3802) has,,,,,,,
     1652"# incorrect name and should be ""Assistance-Info"" per clause 6.3.3.",,,,,,,
     1653# ,,,,,,,
     1654# Fix: Assistance-info (3802) renamed to Assistance-Info (3802).,,,,,,,
     1655Assistance-Info,3802,6.3.3,Grouped,"M, V",,,
    16521656Assistance-Info-Validity-Timer,3803,6.3.4,Unsigned32,"M, V",,,
    16531657Discovery-Type,3804,6.3.5,Unsigned32,"M, V",,,
     
    17151719DUIK,3863,6.3.78,OctetString,V,,,M
    17161720DUCK,3864,6.3.79,OctetString,V,,,M
    1717 MIC-Check-indicator,3865,6.3.80,Unsigned32,V,,,M
     1721# Note: 3GPP TS 29.345 Table 6.3.1-1 row MIC-Check-indicator (3865) has,,,,,,,
     1722"# incorrect name and should be ""MIC-Check-Indicator"" per clause 6.3.80.",,,,,,,
     1723# ,,,,,,,
     1724# Fix: MIC-Check-indicator (3865) renamed to MIC-Check-Indicator (3865).,,,,,,,
     1725MIC-Check-Indicator,3865,6.3.80,Unsigned32,V,,,M
    17181726Encrypted-Bitmask,3866,6.3.81,OctetString,V,,,M
    17191727ProSe-App-Code-Suffix-Range,3867,6.3.82,OctetString,V,,,M
Note: See TracChangeset for help on using the changeset viewer.