Navigation



Ignore:
Timestamp:
Nov 27, 2017, 11:15:59 PM (6 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
Message:

Consistently start names of Enumerated types with 'Enumerated'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/dict_dcca_starent/dict_dcca_starent.c

    r1276 r1324  
    170170                };
    171171                struct dict_object              *type;
    172                 struct dict_type_data    tdata = { AVP_TYPE_INTEGER32, "Starent/Enumerated(SN-Bandwidth-Control)", NULL, NULL, NULL };
     172                struct dict_type_data    tdata = { AVP_TYPE_INTEGER32, "Enumerated(Starent/SN-Bandwidth-Control)", NULL, NULL, NULL };
    173173                CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
    174174                CHECK_dict_new(DICT_AVP, &data, type, NULL);
     
    264264                };
    265265                struct dict_object              *type;
    266                 struct dict_type_data    tdata = { AVP_TYPE_INTEGER32, "Starent/Enumerated(SN-Service-Flow-Detection)", NULL, NULL, NULL };
     266                struct dict_type_data    tdata = { AVP_TYPE_INTEGER32, "Enumerated(Starent/SN-Service-Flow-Detection)", NULL, NULL, NULL };
    267267                CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
    268268                CHECK_dict_new(DICT_AVP, &data, type, NULL);
     
    280280                };
    281281                struct dict_object              *type;
    282                 struct dict_type_data    tdata = { AVP_TYPE_INTEGER32, "Starent/Enumerated(SN-Usage-Monitoring)", NULL, NULL, NULL };
     282                struct dict_type_data    tdata = { AVP_TYPE_INTEGER32, "Enumerated(Starent/SN-Usage-Monitoring)", NULL, NULL, NULL };
    283283                CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
    284284                CHECK_dict_new(DICT_AVP, &data, type, NULL);
Note: See TracChangeset for help on using the changeset viewer.