Skip to content
Snippets Groups Projects
Commit 6ef3ac33 authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

Add `measurement-interval` to the TWAMP-light client template

parent da143b75
Branches
Tags 1.1.93
1 merge request!296Add `measurement-interval` to the TWAMP-light client template
Pipeline #95824 passed
......@@ -21,6 +21,11 @@
<record-stats>{{ nokia_twamp_light.record_stats }}</record-stats>
</twamp-light>
</ip>
<measurement-interval>
<duration>{{ nokia_twamp_light.measurement_interval.duration | default('1-min') }}</duration>
<boundary-type>{{ nokia_twamp_light.measurement_interval.boundary_type | default('test-relative') }}</boundary-type>
<intervals-stored>{{ nokia_twamp_light.measurement_interval.intervals_stored | default(1) }}</intervals-stored>
</measurement-interval>
</session>
</oam-pm>
</configure>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment