Remove disabled queries from output_spec.cfg 29/4529/1
authorvlad shkapenyuk <vshkap@research.att.com>
Mon, 10 Aug 2020 21:14:03 +0000 (17:14 -0400)
committervlad shkapenyuk <vshkap@research.att.com>
Mon, 10 Aug 2020 21:14:03 +0000 (17:14 -0400)
Signed-off-by: vlad shkapenyuk <vshkap@research.att.com>
Change-Id: I547e010b9aebfb33d25f186618709119c4dd806f

mc-core/Dockerfile
mc-core/mc/mcnib/gsprintconsole_ves.c
mc-core/mc/queries/generate_runall.py
mc-core/mc/queries/output_spec.cfg

index 8a9c5c9..511e035 100644 (file)
@@ -16,7 +16,7 @@
 
 ARG STAGE_DIR=/mc
 
-FROM nexus3.o-ran-sc.org:10004/o-ran-sc/bldr-ubuntu18-c-go:8-u18.04 AS project-build
+FROM nexus3.o-ran-sc.org:10004/o-ran-sc/bldr-ubuntu18-c-go:9-u18.04 AS project-build
 
 ARG STAGE_DIR
 
index 75dccb0..62a9789 100644 (file)
@@ -242,7 +242,7 @@ int main(int argc, char* argv[]) {
                        curl_endpoint.ip=htonl(tip1<<24|tip2<<16|tip3<<8|tip4);
                        curl_endpoint.port=htons(curl_endpoint.port);
                                break;
-                       case 'R':
+            case 'R':
                 rmr_port=strdup(optarg);
                 break;
             case 'U':
@@ -687,7 +687,8 @@ int main(int argc, char* argv[]) {
 
             if (rmr_port) {
                 rmr_sbuf->mtype = rmr_mtype;                                                   // fill in the message bits
-                rmr_sbuf->len =  strlen(linebuf) + 1;          // our receiver likely wants a nice acsii-z string
+               rmr_sbuf->len =  strlen(linebuf) + 1;           // our receiver likely wants a nice acsii-z string
+               memcpy(rmr_sbuf->payload, linebuf, rmr_sbuf->len);
                 rmr_sbuf->state = 0;
                 rmr_sbuf = rmr_send_msg( mrc, rmr_sbuf);                               // send it (send returns an empty payload on success, or the original payload on fail/retry)
                 while( rmr_sbuf->state == RMR_ERR_RETRY ) {                    // soft failure (device busy?) retry
index 667120b..801c1c7 100644 (file)
@@ -142,7 +142,8 @@ runall += """
 
 sleep 1
 bash /mc/gs-lite/bin/start_processing
-fg %1
+sleep infinity
+# fg %1
 """
 
 rflnm = options.querydir+"/runall"
index 3a5547d..04aa293 100644 (file)
@@ -65,9 +65,4 @@ reconfig_all_debug,stream,,,,,
 reconfig_success_debug,stream,,,,,
 reconfig_reject_debug,stream,,,,,
 dc_release_debug,stream,,,,,
-throughput_meas_crnti,stream,,,,,
-throughput_meas_alt_crnti,stream,,,,,
-drb_pdcp_pdu_stats,stream,,,,,
-ue_drb_count,stream,,,,,
-dl_sched_trace_stats,stream,,,,,
 throughput_userclass_pci,stream,,,,,