Navigation



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

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