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
This commit is contained in:
Vasil Velichkov 2019-02-25 23:38:12 +02:00
parent 2f0c096e30
commit 57431ed50c
2 changed files with 4 additions and 4 deletions

View File

@ -933,7 +933,7 @@
</param>
<param>
<key>osr</key>
<value>4</value>
<value>osr</value>
</param>
<param>
<key>fc</key>
@ -1043,7 +1043,7 @@
</param>
<param>
<key>osr</key>
<value>4</value>
<value>osr</value>
</param>
<param>
<key>tseq_nums</key>

View File

@ -767,7 +767,7 @@
</param>
<param>
<key>osr</key>
<value>4</value>
<value>osr</value>
</param>
<param>
<key>fc</key>
@ -877,7 +877,7 @@
</param>
<param>
<key>osr</key>
<value>4</value>
<value>osr</value>
</param>
<param>
<key>tseq_nums</key>