aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2017-08-25Added a function returning maintance version namePiotr Krysik1-1/+6
2017-08-24Added versioning borrowed fron GNU Radio to gr-gsmPiotr Krysik2-1/+61
2017-08-23Big update of copyright statements so they can be automatically processed to ↵Piotr Krysik36-36/+36
produce debian/copyright file
2017-07-22flow_control: implement pass / drop filtering policiesVadim Yanitskiy6-0/+60
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 Yanitskiy1-0/+4
2017-07-21burst_sdcch_subslot_filter: implement and expose GET/SET APIVadim Yanitskiy1-0/+7
2017-07-21burst_fnr_filter: implement and expose GET/SET APIVadim Yanitskiy1-0/+6
2017-07-21burst_timeslot_filter: implement and expose GET/SET APIVadim Yanitskiy1-0/+4
2017-03-30Added interpretation of SC (start ciphering) field in cmc extractorPiotr Krysik1-0/+1
2017-02-16Merge branch 'master' into collect-system-infoPiotr Krysik2-0/+60
2017-01-11Implemented system info collection blockRoman Khassraf2-0/+61
2016-12-04#240: Implemented block for extraction of information from cipher mode ↵Roman Khassraf2-0/+60
command messages
2016-08-30Changed path (flow_control) and name of uplink_downlink_filter to splitterPiotr Krysik3-11/+11
2016-08-16Added uplink/downlink splitterPiotr Krysik2-1/+60
2016-07-18Added default oversample ratio to clock offset control blockPiotr Krysik1-1/+1
2016-07-18Moved remaining msg_to_tag and controlled resampler files to proper directoriesPiotr Krysik2-0/+0
2016-07-18Removed blocks related to old frequency correction loop (controlled const ↵Piotr Krysik3-63/+4
source and old clock offset corrector)
2016-07-17Changed clock offset controller and company in order to remove from the ↵Piotr Krysik2-4/+5
gsm_input one of the resamplers.
2016-07-15Merge branch 'development' of https://github.com/ptrkrysik/gr-gsm into ↵Piotr Krysik1-1/+1
development
2016-07-15Removed include from receiver.hPiotr Krysik1-1/+0
2016-07-15New clock offset corrector and clock offset controlPiotr Krysik1-2/+3
2016-07-15New blocks (msg to tag and controlled resampler) related stuffPiotr Krysik2-3/+3
2016-07-04Added a controlled fractional resamplerPiotr Krysik1-0/+64
2016-06-29Corrections of tch/f decoder - removal of parameter continuedPiotr Krysik1-1/+1
2016-06-29Disabled boundary check by defaultPiotr Krysik1-1/+1
2016-05-29Added msg_to_tag block - currently it does nothingPiotr Krysik2-1/+59
2016-05-29Changed GSM_API to GRGSM_API so gr_modtool created blocks don't have to be ↵Piotr Krysik30-34/+34
modified
2016-05-20Big change of the universal control channels demapper:Piotr Krysik1-1/+1
-simplification of the universal demapper, -addition of hierarhical blocks for each of the demappers - so they also look well and readable in python, -addition of helper script for compilation of the demappers.
2016-05-15Added default values for uplink parametersPiotr Krysik2-2/+2
so urrent Python code works without modification.
2016-05-14Merged uplink-decoding branch (with complete support for control channels ↵Piotr Krysik2-2/+2
decoding on uplink) # Conflicts: # examples # lib/demapping/universal_ctrl_chans_demapper_impl.cc # lib/receiver/receiver_impl.cc
2015-09-27Added parsing arfcn's from cell description in SIT1.Roman Khassraf1-0/+1
2015-09-26Added parsing CCCH Config in system info extractorRoman Khassraf1-0/+1
2015-09-26Added MCC parsing in system info extractor, fixed MNC parsing for 2-digit MNC'sRoman Khassraf1-0/+1
2015-09-13Added options to print frame number and A5 frame count in message printer. ↵Roman Khassraf1-1/+2
Issue #127
2015-08-16fix compilation and linking on Mac OS XiZsh1-10/+112
2015-08-11Implemented boundary check for voice decoding. Issue 107Roman Khassraf1-1/+1
2015-08-10Corrected constructor declarationPiotr Krysik1-1/+1
2015-08-06Implemented burst sdcch subslot filter. Issue #100Roman Khassraf2-0/+62
2015-08-06Implemented burst timeslot filter. Issue #100Roman Khassraf2-0/+56
2015-08-06Added uplink processing to the receiverptrkrysik1-1/+1
2015-08-05Merged origin/msg-file-sink-source-101 into dev, fixed conflicts. Issue #101Roman Khassraf3-0/+115
2015-08-05Merged origin/flow-control-100 into dev, fixed conflictsRoman Khassraf6-0/+264
2015-08-05Merged origin/test-utils-98 into dev, fixed conflictsRoman Khassraf10-41/+187
2015-08-05Implemented burst sub-slot splitter. Issue #100Roman Khassraf2-0/+62
2015-08-04Implemented dummy burst filter. Issue #100Roman Khassraf2-1/+57
2015-08-04Implemented burst framenumber filter. Issue #100Roman Khassraf2-1/+66
2015-08-03Implemented burst timeslot splitter for flow control. Issue #100Roman Khassraf3-1/+81
2015-08-03Implemented message file source and sink. Issue #101Roman Khassraf3-0/+115
2015-08-03Renamed burst_sink_qa/burst_source_qa to burst_sink/burst_sourceRoman Khassraf3-18/+18
2015-08-03Renamed burst sink/source to burst file sink/sourceRoman Khassraf4-24/+20