Navigation


Changeset 1214:c2fbaf2985f4 in freeDiameter for extensions/test_app/ta_conf.l


Ignore:
Timestamp:
Jun 18, 2013, 5:27:45 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

New options to test_app extension to generate long Diameter messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/test_app/ta_conf.l

    r1127 r1214  
    118118                        }
    119119
     120(?i:"long-avp-id")      {
     121                                return LONG_AVP_ID;
     122                        }
     123
     124(?i:"long-avp-len")     {
     125                                return LONG_AVP_LEN;
     126                        }
     127
    120128(?i:"mode")             {
    121129                                return MODE;
Note: See TracChangeset for help on using the changeset viewer.