Navigation



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
  • extensions/dict_nasreq/dict_nasreq.c

    r1127 r1318  
    468468                        */
    469469                        struct dict_object      *type;
    470                         struct dict_type_data    tdata = { AVP_TYPE_OCTETSTRING,        "Enumerated*(Originating-Line-Info)"    , NULL, NULL};
     470                        struct dict_type_data    tdata = { AVP_TYPE_OCTETSTRING,        "Enumerated(Originating-Line-Info)"     , NULL, NULL};
    471471                        struct dict_enumval_data tvals[] = {
    472472                                enumval_def_os( 2, "00", "Plain Old Telephone Service (POTS)"),
Note: See TracChangeset for help on using the changeset viewer.