aboutsummaryrefslogtreecommitdiffstats
path: root/lib/flow_control
AgeCommit message (Collapse)AuthorFilesLines
2017-11-11Changed input and output name for burst_type_filterPiotr Krysik1-6/+5
2017-11-07Added C++ version of burst type filterPiotr Krysik3-0/+160
2017-11-05Corrected namespaces from grgsm to gsmPiotr Krysik2-4/+4
2017-09-13Changed organization of cmake filesPiotr Krysik1-0/+29
Cmake files were added into subdirectories.
2017-08-23Big update of copyright statements so they can be automatically processed to ↵Piotr Krysik14-14/+14
produce debian/copyright file
2017-07-22flow_control: implement pass / drop filtering policiesVadim Yanitskiy8-4/+117
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_sdcch_subslot_splitter: implement and expose GET/SET APIVadim Yanitskiy2-0/+19
2017-07-21burst_sdcch_subslot_filter: implement and expose GET/SET APIVadim Yanitskiy2-0/+39
2017-07-21burst_fnr_filter: implement and expose GET/SET APIVadim Yanitskiy2-0/+41
2017-07-21burst_timeslot_filter: implement and expose GET/SET APIVadim Yanitskiy2-0/+23
2016-10-10Include of grgsm/endian.h allows for make on OSXaurelienduarte1-0/+1
If this is not included the following error occurs during make. gr-gsm/lib/flow_control/uplink_downlink_splitter_impl.cc:58:30: error: use of undeclared identifier 'be16toh'
2016-08-30Changed path (flow_control) and name of uplink_downlink_filter to splitterPiotr Krysik2-0/+118
2016-02-28Correction of the last mergePiotr Krysik2-23/+14
2016-02-27Merged the changes for building on OSX #161Piotr Krysik5-29/+30
2016-02-27Changes to silence compiler warnings on OSXSteve Glass5-26/+28
2016-02-23Replaced C++11 statemets. Solves #150Piotr Krysik4-18/+26
2015-08-06Implemented burst sdcch subslot filter. Issue #100Roman Khassraf2-0/+150
2015-08-06Implemented burst timeslot filter. Issue #100Roman Khassraf2-0/+122
2015-08-05Implemented burst sub-slot splitter. Issue #100Roman Khassraf2-0/+189
2015-08-04Implemented dummy burst filter. Issue #100Roman Khassraf2-0/+153
2015-08-04Implemented burst framenumber filter. Issue #100Roman Khassraf2-0/+125
2015-08-03Implemented burst timeslot splitter for flow control. Issue #100Roman Khassraf2-0/+157