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:
 
 
 
 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:
 
 
       {
         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.                                                */
 
       {
         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.                                                */