Navigation


Changeset 777:cfc714065cb8 in freeDiameter for extensions/dict_mip6i


Ignore:
Timestamp:
Nov 23, 2011, 9:37:40 AM (12 years ago)
Author:
Romain Kuntz <rkuntz@us.toyota-itc.com>
Branch:
default
Phase:
public
Message:

Fixed the mip6i dictionnary that add the same errors than the mip6a one

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/dict_mip6i/dict_mip6i.c

    r775 r777  
    7575        MIP6-Feature-Vector                     ----------------------------------
    7676        MIP-Mobile-Node-Address                 ----------------------------------
    77         MIP-Agent-Info                          ----------------------------------
     77        MIP6-Agent-Info                         ----------------------------------
    7878        Chargeable-User-Identity                ----------------------------------
    7979        Service-Selection                       ----------------------------------
     
    10041004                                        "MIP6-Request",                         /* Name */
    10051005                                        CMD_FLAG_REQUEST | CMD_FLAG_PROXIABLE | CMD_FLAG_ERROR,         /* Fixed flags */
    1006                                         CMD_FLAG_PROXIABLE                                              /* Fixed flag values */
     1006                                        CMD_FLAG_REQUEST | CMD_FLAG_PROXIABLE                                           /* Fixed flag values */
    10071007                                        };
    10081008                        struct local_rules_definition rules[] =
     
    10421042                                                };
    10431043
    1044                         CHECK_dict_new( DICT_COMMAND, &data , mip6i, &cmd);
     1044                        CHECK_dict_new( DICT_COMMAND, &data, mip6i, &cmd);
    10451045                        PARSE_loc_rules( rules, cmd );
    10461046                }
     
    10771077                                          [ Re-Auth-Request-Type ]
    10781078                                          [ MIP6-Feature-Vector ]
    1079                                           [ MIP-Agent-Info ]
     1079                                          [ MIP6-Agent-Info ]
    10801080                                        *2[ MIP-Mobile-Node-Address ]
    10811081                                          [ MIP-MN-HA-MSA ]
     
    10961096                                        325,                                    /* Code */
    10971097                                        "MIP6-Answer",                          /* Name */
    1098                                         CMD_FLAG_PROXIABLE | CMD_FLAG_ERROR,    /* Fixed flags */
     1098                                        CMD_FLAG_REQUEST | CMD_FLAG_PROXIABLE | CMD_FLAG_ERROR,         /* Fixed flags */
    10991099                                        CMD_FLAG_PROXIABLE                      /* Fixed flag values */
    11001100                                        };
     
    11131113                                                        ,{  "Re-Auth-Request-Type",             RULE_OPTIONAL,   -1, 1 }
    11141114                                                        ,{  "MIP6-Feature-Vector",              RULE_OPTIONAL,   -1, 1 }
    1115                                                         ,{  "MIP-Agent-Info",                   RULE_OPTIONAL,   -1, 1 }
     1115                                                        ,{  "MIP6-Agent-Info",                  RULE_OPTIONAL,   -1, 1 }
    11161116                                                        ,{  "MIP-Mobile-Node-Address",          RULE_OPTIONAL,   -1, 2 }
    11171117                                                        ,{  "MIP-MN-HA-MSA",                    RULE_OPTIONAL,   -1, 1 }
     
    11271127                                                };
    11281128
    1129                         CHECK_dict_new( DICT_COMMAND, &data , mip6i, &cmd);
     1129                        CHECK_dict_new( DICT_COMMAND, &data, mip6i, &cmd);
    11301130                        PARSE_loc_rules( rules, cmd );
    11311131                }
Note: See TracChangeset for help on using the changeset viewer.