aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-08-24Removed GUI code from airprobe_rtlsdr_capture.pyRoman Khassraf1-217/+22
2015-08-23Merge pull request #118 from dholm/bugfix/endianPiotr Krysik2-2/+2
2015-08-22Capturing app for single channels with RTL-SDRRoman Khassraf1-0/+429
2015-08-22Replaced band config dictionary by an OrderedDictRoman Khassraf1-8/+14
2015-08-22misc_utils: Include endian.h from grgsmDavid Holm2-2/+2
2015-08-21Added arfcn functionsRoman Khassraf4-0/+392
2015-08-17Correcting installation of python appsPiotr Krysik1-2/+4
2015-08-16Added carrier frequency shift in order to avoid DC offset. Also changed unive...Piotr Krysik1-1208/+155
2015-08-16Merge pull request #116 from iZsh/masterPiotr Krysik4-21/+34
2015-08-16Fix issue #112 (copy messages instead of modifying the input msg)iZsh4-21/+34
2015-08-16Merge pull request #115 from iZsh/masterPiotr Krysik3-10/+119
2015-08-16Added information about mailing list and submitting installation errorsPiotr Krysik1-0/+6
2015-08-16fix compilation and linking on Mac OS XiZsh3-10/+119
2015-08-15Removed commented line from apps/CMakeListsPiotr Krysik1-1/+0
2015-08-15Corrected #111 issue with generation of python code from grc filesPiotr Krysik1-2/+4
2015-08-13Added Socket PDU UDP Server in order to avoid receiving ICMP messages from th...Piotr Krysik2-1885/+2259
2015-08-13Added comands building automatically grc applicationsPiotr Krysik4-528/+19
2015-08-12Merge pull request #108 from romankh/tch-noise-107Piotr Krysik4-7/+66
2015-08-11Fixed missing GSM 06.10 header for FR audio frames.Roman Khassraf1-1/+2
2015-08-11Implemented boundary check for voice decoding. Issue 107Roman Khassraf4-7/+65
2015-08-06Merge pull request #103 from romankh/flow-control-100Piotr Krysik16-2/+783
2015-08-06Implemented burst sdcch subslot filter. Issue #100Roman Khassraf11-1/+475
2015-08-06Implemented burst timeslot filter. Issue #100Roman Khassraf11-1/+308
2015-08-06Changes in extract_system_infoptrkrysik2-17/+19
2015-08-06Merge pull request #102 from romankh/merge-95-98-100-101Piotr Krysik76-178/+3709
2015-08-05Merged origin/msg-file-sink-source-101 into dev, fixed conflicts. Issue #101Roman Khassraf14-2/+530
2015-08-05Fixed changed block names in qa code of flow-control blocks. Issue #100Roman Khassraf4-29/+29
2015-08-05Merged origin/flow-control-100 into dev, fixed conflictsRoman Khassraf28-3/+1908
2015-08-05Fixed changed block name in qa codeRoman Khassraf1-8/+8
2015-08-05Merged origin/test-utils-98 into dev, fixed conflictsRoman Khassraf40-171/+908
2015-08-05Merge remote-tracking branch 'origin/burst-printer-issue-95' into devRoman Khassraf6-7/+368
2015-08-05Implemented burst sub-slot splitter. Issue #100Roman Khassraf11-1/+704
2015-08-04Implemented dummy burst filter. Issue #100Roman Khassraf11-2/+344
2015-08-04Implemented burst framenumber filter. Issue #100Roman Khassraf11-2/+409
2015-08-03Implemented burst timeslot splitter for flow control. Issue #100Roman Khassraf13-4/+456
2015-08-03Implemented message file source and sink. Issue #101Roman Khassraf14-0/+528
2015-08-03Renamed burst_sink_qa/burst_source_qa to burst_sink/burst_sourceRoman Khassraf13-83/+83
2015-08-03Renamed burst sink/source to burst file sink/sourceRoman Khassraf14-81/+73
2015-08-03Moved qa utilities to a separate directoryRoman Khassraf20-19/+74
2015-08-03Removed test utilities from GRCRoman Khassraf1-4/+0
2015-08-03Merge remote-tracking branch 'upstream/master' into message-source-sinkRoman Khassraf2-160/+49
2015-08-03Added include for scoped_ptrRoman Khassraf1-2/+2
2015-08-02Added interpretation of neighbour cells from SI2bis and SI2ter messages.ptrkrysik1-160/+48
2015-08-01Added missing include in burst_source_qa_impl.ccMartin Hauke1-0/+1
2015-07-29Implemented unit tests for message printer blockRoman Khassraf2-0/+167
2015-07-29Implemented message sink block for unit testingRoman Khassraf9-6/+230
2015-07-27Implemented message source block for unit testingRoman Khassraf10-5/+285
2015-07-26Added option to message printer that allows printing the gsmtap header.Roman Khassraf4-8/+31
2015-07-25Added CMakeLists entry for qa_burst_printerRoman Khassraf1-0/+1
2015-07-25Added QA/unit tests for burst printer.Roman Khassraf1-0/+297