aboutsummaryrefslogtreecommitdiffstats
path: root/include/grgsm/flow_control/burst_timeslot_filter.h
AgeCommit message (Collapse)AuthorFilesLines
2017-08-23Big update of copyright statements so they can be automatically processed to ↵Piotr Krysik1-1/+1
produce debian/copyright file
2017-07-22flow_control: implement pass / drop filtering policiesVadim Yanitskiy1-0/+5
This change introduces a set of three modes for flow control filters, one of which is default behavor and two extra modes else described below: - FILTER_POLICY_PASS_ALL - FILTER_POLICY_DROP_ALL Both modes are opposite, and make a filter either unconditionally pass or drop all the data one gets to the input. They would be usable for some external usage.
2017-07-21burst_timeslot_filter: implement and expose GET/SET APIVadim Yanitskiy1-0/+4
2016-05-29Changed GSM_API to GRGSM_API so gr_modtool created blocks don't have to be ↵Piotr Krysik1-1/+1
modified
2015-08-06Implemented burst timeslot filter. Issue #100Roman Khassraf1-0/+55