aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndrew Artyushok <loony.developer@gmail.com>2018-01-30 12:54:07 +0200
committerPiotr Krysik <ptrkrysik@gmail.com>2018-12-29 00:52:05 +0100
commitfbcee391070d376b847def931652be12b1b52750 (patch)
tree256a0d5d4f9b6606ecd082cf1443c0e9b5bdcb85 /include
parent003c8720f5305db6059fe3fd246df0e3e1825ef4 (diff)
Add HR demapping
Diffstat (limited to 'include')
-rw-r--r--include/grgsm/demapping/tch_f_chans_demapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grgsm/demapping/tch_f_chans_demapper.h b/include/grgsm/demapping/tch_f_chans_demapper.h
index c04c749..32bed30 100644
--- a/include/grgsm/demapping/tch_f_chans_demapper.h
+++ b/include/grgsm/demapping/tch_f_chans_demapper.h
@@ -48,7 +48,7 @@ namespace gr {
* class. gsm::tch_f_chans_demapper::make is the public interface for
* creating new instances.
*/
- static sptr make(unsigned int timeslot_nr);
+ static sptr make(unsigned int timeslot_nr, int tch_type, int tch_h_channel);
};
} // namespace gsm