Navigation


Changeset 774:6500fb0ed42b in freeDiameter for extensions/dict_rfc5777


Ignore:
Timestamp:
Nov 22, 2011, 5:53:51 PM (12 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Fixes to the dictionary definitions, thanks to Romain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/dict_rfc5777/dict_rfc5777.c

    r614 r774  
    320320                                        576,                                    /* Code */
    321321                                        0,                                      /* Vendor */
    322                                         "QoS-parameters",                       /* Name */
     322                                        "QoS-Parameters",                       /* Name */
    323323                                        AVP_FLAG_VENDOR | AVP_FLAG_MANDATORY,   /* Fixed flags */
    324324                                        AVP_FLAG_MANDATORY,                     /* Fixed flag values */
     
    11051105
    11061106                        struct dict_avp_data data = {
    1107                                         539,                                    /* Code */
     1107                                        544,                                    /* Code */
    11081108                                        0,                                      /* Vendor */
    11091109                                        "TCP-Flag-Type",                        /* Name */
     
    13931393                                        537,                                    /* Code */
    13941394                                        0,                                      /* Vendor */
    1395                                         "TCP-Option",                           /* Name */
     1395                                        "IP-Option",                            /* Name */
    13961396                                        AVP_FLAG_VENDOR | AVP_FLAG_MANDATORY,   /* Fixed flags */
    13971397                                        AVP_FLAG_MANDATORY,                     /* Fixed flag values */
     
    16301630                        struct local_rules_definition rules[] =
    16311631                                                {        {  "IP-Address",               RULE_REQUIRED, -1, 1 }
    1632                                                         ,{  "IP-Bit-Mask-Width",        RULE_REQUIRED, -1, 1 }
     1632                                                        ,{  "IP-Mask-Bit-Mask-Width",   RULE_REQUIRED, -1, 1 }
    16331633                                                };
    16341634
Note: See TracChangeset for help on using the changeset viewer.