|
From: Taisto T. <go...@gm...> - 2010-07-07 10:09:13
|
Ugh If you have multiple AVP whit different Flag values, maintaining a different dictionary's is difficult. Specially if you want to test different AVP combination with different Flag values. Perhaps I would create new AVP in the dictionary and use these new AVP in the scenario file normally Example in the dictionary: <define name="3GPP-CAMEL-Charging-Info" type="OctetString"> <setfield name="avp-code" value="24"></setfield> <setfield name="Vendor-ID" value="10415"></setfield> <setfield name="flags" value="128"></setfield> </define> <define name="3GPP-CAMEL-Charging-Info-Flag64" type="OctetString"> <setfield name="avp-code" value="24"></setfield> <setfield name="Vendor-ID" value="10415"></setfield> <setfield name="flags" value="64"></setfield> </define> <define name="3GPP-CAMEL-Charging-Info-Flag32" type="OctetString"> <setfield name="avp-code" value="24"></setfield> <setfield name="Vendor-ID" value="10415"></setfield> <setfield name="flags" value="32"></setfield> </define> And then in the scenario file: <avp name="3GPP-CAMEL-Charging-Info-Flag32" value="SomeValueHere"> </avp> -Tatu On 7.7.2010 12:54, surendrababu wrote: > Hi All, > > Is it possible to modify AVP/Message Flag values from scenario file? > > My Requirement is: > "I wanted to test, how my diameter stack will react when it receives some > AVP with all reserved flag bits set." > > To simulate this scanario, in seagull dictionary file I changed flag values, > so, when seagull generating message that is reading flag values. > This is working fine. > > Problem I am facing is, I need to maintain many dictionary files for > different flag values. > > > Thanks, > Surendra n > +91-9902452800 > > > > **************************************************************************** > *********** > This e-mail and attachments contain confidential information from HUAWEI, > which is intended only for the person or entity whose address is listed > above. Any use of the information contained herein in any way (including, > but not limited to, total or partial disclosure, reproduction, or > dissemination) by persons other than the intended recipient's) is > prohibited. If you receive this e-mail in error, please notify the sender by > phone or email immediately and delete it! > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first --http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Gull-users mailing list > Gul...@li... > https://lists.sourceforge.net/lists/listinfo/gull-users > |