Re: [SR-Users] xavp questions (variables in root/branch)

2017-07-25 Thread Vasiliy Ganchev
Hi, Daniel! I will play with exploding/evaluating, but on the first glance, seems AVPs with the complex name is preferable way. If have free time may look in PV module, but it will be another discussion. For now thanks for the detailed answers! best regards, Vasiliy -- View this message in

Re: [SR-Users] xavp questions (variables in root/branch)

2017-07-24 Thread Daniel-Constantin Mierla
Hello, do you need to store per transaction or just global scope? If the later, you can use hash table variables with dynamic name. Cheers, Daniel On 19.07.17 11:09, Vasiliy Ganchev wrote: > Hi, community! > > I have a question regarding xavp usage. > > according to docs, xavp has format: >

[SR-Users] xavp questions (variables in root/branch)

2017-07-19 Thread Vasiliy Ganchev
Hi, community! I have a question regarding xavp usage. according to docs, xavp has format: $xavp(root=>branch)="value"; I want to use "root" and "branch" - variables. (as it is implemented with AVPs - the id there, can be variable) e.g.: ... $var(root_key) = "root_1"; $var(branch_key1)