Navigation


Changeset 1318:2a5620128a9a in freeDiameter for libfdcore


Ignore:
Timestamp:
Jan 23, 2017, 11:26:25 PM (7 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
Message:

Remove '*' from the couple enumerated values that had them.

This was inconsistent and caused trouble with extensions
that want to add enumerated values to existing enumerations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/dict_base_proto.c

    r1191 r1318  
    810810                       
    811811                        struct dict_object      *       type;
    812                         struct dict_type_data           tdata = { AVP_TYPE_UNSIGNED32,  "Enumerated*(Inband-Security-Id)"       , NULL, NULL, NULL };
     812                        struct dict_type_data           tdata = { AVP_TYPE_UNSIGNED32,  "Enumerated(Inband-Security-Id)"        , NULL, NULL, NULL };
    813813                        struct dict_enumval_data        t_0 = { "NO_INBAND_SECURITY",           { .u32 = ACV_ISI_NO_INBAND_SECURITY }};
    814814                        struct dict_enumval_data        t_1 = { "TLS",                  { .u32 = ACV_ISI_TLS }};
     
    11051105                         */
    11061106                        struct dict_object *    type;
    1107                         struct dict_type_data   tdata = { AVP_TYPE_UNSIGNED32,  "Enumerated*(Result-Code)"      , NULL, NULL, NULL };
     1107                        struct dict_type_data   tdata = { AVP_TYPE_UNSIGNED32,  "Enumerated(Result-Code)"       , NULL, NULL, NULL };
    11081108                        struct dict_avp_data    data = {
    11091109                                        268,                                    /* Code */
     
    16311631                         */
    16321632                        struct dict_object *    type;
    1633                         struct dict_type_data   tdata = { AVP_TYPE_UNSIGNED32,  "Enumerated*(Experimental-Result-Code)" , NULL, NULL, NULL };
     1633                        struct dict_type_data   tdata = { AVP_TYPE_UNSIGNED32,  "Enumerated(Experimental-Result-Code)"  , NULL, NULL, NULL };
    16341634                        struct dict_avp_data    data = {
    16351635                                        298,                                    /* Code */
     
    21022102                       
    21032103                        struct dict_object      *       type;
    2104                         struct dict_type_data           tdata = { AVP_TYPE_UNSIGNED32,  "Enumerated*(Session-Binding)"  , NULL, NULL, NULL };
     2104                        struct dict_type_data           tdata = { AVP_TYPE_UNSIGNED32,  "Enumerated(Session-Binding)"   , NULL, NULL, NULL };
    21052105                        struct dict_enumval_data        t_1 = { "RE_AUTH",              { .u32 = 1 }};
    21062106                        struct dict_enumval_data        t_2 = { "STR",                  { .u32 = 2 }};
Note: See TracChangeset for help on using the changeset viewer.