Skip to content

fix for randomly generated data out of range

Favero requested to merge fix_kpm_random into dev

The simulation agent was generating data for the indication record field that could contain an integer equal to zero, an out-of-range value for that field.

Symptoms of previous error was an assert like this on agent side:

image

This MR will fix the issue.

Merge request reports