diff extensions/test_app/ta_conf.l @ 1214:c2fbaf2985f4

New options to test_app extension to generate long Diameter messages
author Sebastien Decugis <sdecugis@freediameter.net>
date Tue, 18 Jun 2013 16:27:45 +0800
parents 1af09cc156d6
children
line wrap: on
line diff
--- a/extensions/test_app/ta_conf.l	Tue Jun 18 12:44:30 2013 +0800
+++ b/extensions/test_app/ta_conf.l	Tue Jun 18 16:27:45 2013 +0800
@@ -117,6 +117,14 @@
 				return AVP_ID;
 			}
 
+(?i:"long-avp-id")	{
+				return LONG_AVP_ID;
+			}
+
+(?i:"long-avp-len")	{
+				return LONG_AVP_LEN;
+			}
+
 (?i:"mode")		{
 				return MODE;
 			}
"Welcome to our mercurial repository"