aboutsummaryrefslogtreecommitdiffstats
path: root/include/grgsm
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2016-07-15 13:21:44 +0200
committerPiotr Krysik <ptrkrysik@gmail.com>2016-07-15 13:21:44 +0200
commit19028868cc9ccc09d3618c380a3959794aa99b32 (patch)
tree52b2671dc7deb80ceca4aaf85803ce0c42e69df6 /include/grgsm
parent6577ec215e502edde35ee1c35ca6c2d6e4038587 (diff)
parent4ac2251b9bd76648ccbaf55147b17604770c6eee (diff)
Merge branch 'development' of https://github.com/ptrkrysik/gr-gsm into development
Diffstat (limited to 'include/grgsm')
-rw-r--r--include/grgsm/decoding/tch_f_decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grgsm/decoding/tch_f_decoder.h b/include/grgsm/decoding/tch_f_decoder.h
index 18a1baa..93fe971 100644
--- a/include/grgsm/decoding/tch_f_decoder.h
+++ b/include/grgsm/decoding/tch_f_decoder.h
@@ -62,7 +62,7 @@ namespace gr {
* class. gsm::tch_f_decoder::make is the public interface for
* creating new instances.
*/
- static sptr make(tch_mode mode, const std::string &file, bool boundary_check=true);
+ static sptr make(tch_mode mode, bool boundary_check=false);
};