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>2019-07-18 10:31:26 +0200
commit3e2f883ba06f6013589b4a571aeed30af7dd1719 (patch)
treeb9c0a147b4d9cac7bdc01bb97332f087499049bb /include
parent7fb1738cd896c2f8f5c8dc1d0344827fe1dd6279 (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