Changes in parameters of fcch and sch detectors

This commit is contained in:
piotr 2014-07-20 23:51:55 +02:00
parent 75c2f5c87a
commit 2922178ec1
2 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,7 @@
<name>OverSamplingRatio</name>
<key>OSR</key>
<value>4</value>
<type>raw</type>
<type>int</type>
</param>
<sink>
<name>in</name>

View File

@ -5,11 +5,12 @@
<category>GSM</category>
<import>import gsm</import>
<make>gsm.sch_detector($OSR)</make>
<callback>set_OSR($OSR)</callback>
<param>
<name>OSR</name>
<key>OSR</key>
<value>4</value>
<type>int</type>
<!-- <value>OSR</value>-->
</param>
<sink>