Seagull Traffic Generator. AVP length

347 Views Asked by At

Is there a way to set AVP length forcefully in Seagull Diameter Traffic Generator? I have set it in base_cc.xml but it didn't help, AVP length stayed the same as it was before. Here's is how my cfg looks like:

<define name="User-Equipment-Info-Value" type="OctetString">
  <setfield name="avp-code" value="460"></setfield>
  <setfield name="flags" value="64"></setfield>
  <setfield name="avp-length" value="16"></setfield>
1

There are 1 best solutions below

1
arihant jain On

you have to set length in define tag after setting type: like this in xml file :

<define name="abc" type="Enumerated" length="32">