Fix readme and additional measurements 77/18677/1
authorGokul Singaraju <goksing@gmail.com>
Fri, 13 Oct 2017 03:53:52 +0000 (23:53 -0400)
committerGokul Singaraju <goksing@gmail.com>
Fri, 13 Oct 2017 03:54:00 +0000 (23:54 -0400)
Issue-Id: VNFSDK-112
Change-Id: If53b8f8d5850f8e4a317ef79bedf73ea666d43c1
Signed-off-by: Gokul Singaraju <goksing@gmail.com>
veslibrary/ves_clibrary/VESreporting_vFW/README.md
veslibrary/ves_clibrary/VESreporting_vLB/README.md
veslibrary/ves_clibrary/evel/evel-library/code/evel_library/evel_reporting_measurement.c
veslibrary/ves_clibrary/evel/evel-library/code/evel_library/evel_scaling_measurement.c

index ff6ba25..598b207 100644 (file)
@@ -1,8 +1,6 @@
 
 PROJECT DESCRIPTION
 
-“The content of this directory is currently under development and, at this stage, is not intended for demonstration and/or testing.”
-
 ---
 This project contains the source code and scripts for the periodic generation of network measurement reports. The folder contains:
 
index ff6ba25..598b207 100644 (file)
@@ -1,8 +1,6 @@
 
 PROJECT DESCRIPTION
 
-“The content of this directory is currently under development and, at this stage, is not intended for demonstration and/or testing.”
-
 ---
 This project contains the source code and scripts for the periodic generation of network measurement reports. The folder contains:
 
index 36c34da..38a1731 100644 (file)
@@ -329,7 +329,7 @@ void evel_json_encode_report(EVEL_JSON_BUFFER * jbuf,
       {
         evel_json_open_object(jbuf);
         evel_enc_kv_string(jbuf, "name", measurement_group->name);
-        evel_json_open_named_list(jbuf, "measurements");
+        evel_json_open_named_list(jbuf, "arrayOfFields");
 
         /*********************************************************************/
         /* Measurements list.                                                */
index b3e73c9..7920d81 100644 (file)
@@ -3518,7 +3518,7 @@ void evel_json_encode_measurement(EVEL_JSON_BUFFER * jbuf,
       {
         evel_json_open_object(jbuf);
         evel_enc_kv_string(jbuf, "name", measurement_group->name);
-        evel_json_open_opt_named_list(jbuf, "measurements");
+        evel_json_open_opt_named_list(jbuf, "arrayOfFields");
 
         /*********************************************************************/
         /* Measurements list.                                                */