comparison 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
comparison
equal deleted inserted replaced
1213:b1c4876b1896 1214:c2fbaf2985f4
115 115
116 (?i:"avp-id") { 116 (?i:"avp-id") {
117 return AVP_ID; 117 return AVP_ID;
118 } 118 }
119 119
120 (?i:"long-avp-id") {
121 return LONG_AVP_ID;
122 }
123
124 (?i:"long-avp-len") {
125 return LONG_AVP_LEN;
126 }
127
120 (?i:"mode") { 128 (?i:"mode") {
121 return MODE; 129 return MODE;
122 } 130 }
123 131
124 (?i:"server") { 132 (?i:"server") {
"Welcome to our mercurial repository"