From 57431ed50cb3e2530e6f5337fea9a98c4e6b4b2d Mon Sep 17 00:00:00 2001 From: Vasil Velichkov Date: Mon, 25 Feb 2019 23:38:12 +0200 Subject: grgsm_livemon: Use the osr variable in all blocks In the GSM input adaptor and GSM Receiver blocks the osr was hardcoded to 4 and cannot be changed using the command line parameter. Change-Id: I4e85b898f05db636f18fdea6e5fee4fed6e0382a --- apps/grgsm_livemon.grc | 4 ++-- apps/grgsm_livemon_headless.grc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/grgsm_livemon.grc b/apps/grgsm_livemon.grc index 3d2236d..46b83e2 100644 --- a/apps/grgsm_livemon.grc +++ b/apps/grgsm_livemon.grc @@ -933,7 +933,7 @@ osr - 4 + osr fc @@ -1043,7 +1043,7 @@ osr - 4 + osr tseq_nums diff --git a/apps/grgsm_livemon_headless.grc b/apps/grgsm_livemon_headless.grc index f130d71..a1ce284 100644 --- a/apps/grgsm_livemon_headless.grc +++ b/apps/grgsm_livemon_headless.grc @@ -767,7 +767,7 @@ osr - 4 + osr fc @@ -877,7 +877,7 @@ osr - 4 + osr tseq_nums -- cgit v1.2.3