Fixed typos in tch demapper and ctrl chans demapper

This commit is contained in:
Roman Khassraf 2015-05-22 10:49:47 +02:00
parent 091a80fffe
commit 9bd9baf397
2 changed files with 6 additions and 6 deletions

View File

@ -3,11 +3,11 @@
<name>TCH/F chans demapper</name>
<key>gsm_tch_f_chans_demapper</key>
<import>import grgsm</import>
<make>grgsm.tch_f_chans_demapper($timemeslot_nr)</make>
<make>grgsm.tch_f_chans_demapper($timeslot_nr)</make>
<param>
<name>timemeslot_nr</name>
<key>timemeslot_nr</key>
<name>timeslot_nr</name>
<key>timeslot_nr</key>
<value>2</value>
<type>int</type>
<hide>part</hide>

View File

@ -3,11 +3,11 @@
<name>Universal ctrl chans demapper</name>
<key>gsm_universal_ctrl_chans_demapper</key>
<import>import grgsm</import>
<make>grgsm.universal_ctrl_chans_demapper($timemeslot_nr, $starts_fn_mod51, $channel_types)</make>
<make>grgsm.universal_ctrl_chans_demapper($timeslot_nr, $starts_fn_mod51, $channel_types)</make>
<param>
<name>timemeslot_nr</name>
<key>timemeslot_nr</key>
<name>timeslot_nr</name>
<key>timeslot_nr</key>
<value>0</value>
<type>int</type>
<hide>part</hide>