Remove percent from vCPE VES packet loss value 73/18073/1
authorEric Multanen <eric.w.multanen@intel.com>
Wed, 11 Oct 2017 07:12:32 +0000 (00:12 -0700)
committerEric Multanen <eric.w.multanen@intel.com>
Wed, 11 Oct 2017 07:12:32 +0000 (00:12 -0700)
Remove percentage symbol from output reported for
Packet Loss Rate in the VES ouput.

Change-Id: I9f827a5152521d3dac2f2ac6c2fb01d107d393ae
Issue-ID: INT-63
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
vnfs/vCPE/vpp-ves-agent-for-vgmux/src/patches/Vpp-Add-VES-agent-for-vG-MUX.patch

index edfb6a3..7aed63f 100644 (file)
@@ -6600,7 +6600,7 @@ index 00000000..7540dd16
 +                                          0);         /* Unicast packets transmitted     */
 +#endif
 +
-+       sprintf(str_pkt_loss, "%.1f %%", (double) vam->config.base_pkt_loss);
++       sprintf(str_pkt_loss, "%.1f", (double) vam->config.base_pkt_loss);
 +         evel_measurement_custom_measurement_add(vpp_m,          /* Pointer to the measurement      */
 +                                           "ONAP-DCAE",          /* measurement group's name        */
 +                                    "Packet-Loss-Rate",          /* the measurement's name          */