aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2015-07-21Added block burst_sink_qa for unit testing of burst-based blocksRoman Khassraf3-0/+162
2015-07-20Added block burst_source_qa for unit testing of burst-based blocksRoman Khassraf3-0/+223
2015-07-17Added support for A5/2, A5/3, A5/4. Issue #85Roman Khassraf2-19/+47
2015-07-17Changed decryption block to use osmo_a5 function, in preparation for issue 85Roman Khassraf3-413/+26
2015-07-17Added libosmocore to build. Preparation for issue #85Roman Khassraf1-1/+1
2015-07-16Merge pull request #82 from rpp0/rpp0-hopping-checksPiotr Krysik1-1/+19
2015-07-16Merge pull request #83 from romankh/amr-decodingPiotr Krysik1-2/+53
2015-07-16Merge pull request #87 from romankh/ia-collectorPiotr Krysik3-0/+427
2015-07-13Added some doc to burst printer block. Issue #86Roman Khassraf1-1/+1
2015-07-13Added options to burst printer to have partial output compatibility to airpro...Roman Khassraf2-9/+50
2015-07-13Implemented option to extract only one Immediate Assignment per request refer...Roman Khassraf2-9/+39
2015-07-13Added option to ignore Immediate Assignments for GPRS channels in the extract...Roman Khassraf2-4/+11
2015-07-12Added option to enable/disable information printing in immediate assignment e...Roman Khassraf2-70/+50
2015-07-12Added functions for retrieving data from immediate assignment extractorRoman Khassraf2-9/+175
2015-07-12Merge remote-tracking branch 'upstream/master' into ia-collectorRoman Khassraf11-108/+265
2015-07-11Added handling of channel mode modify messages for AMRRoman Khassraf1-2/+53
2015-07-10Added input validation to CX channel hopper blockrpp1-1/+19
2015-07-08Added more includes of STL containers definitions.ptrkrysik6-0/+6
2015-07-07Added includes of map and set to extract_system_info blockptrkrysik1-1/+2
2015-07-06Applied again bugfix for issue #65 (it was removed during one of merges)ptrkrysik2-1/+2
2015-07-06Implemented interpretation of bit map and variable bit map cell lists formats...ptrkrysik2-95/+244
2015-06-27Changes to buildsystem from libgnuradio-gsm to libgnuradio-grgsmptrkrysik1-5/+5
2015-06-24Implementation of a block for extracting immediate assignments from control c...Roman Khassraf3-0/+244
2015-06-24Include endian.h in cx_channel_hopper_impl and make burst_sink/source link Bo...Martin Jesper Low Madsen1-6/+6
2015-06-20Merge remote-tracking branch 'origin/romankh-master'ptrkrysik16-853/+4764
2015-06-13Merge remote-tracking branch 'upstream/master'Roman Khassraf4-7/+191
2015-06-13Bugfix for issue #65 (compilation failure due to c++ 11 array initialization)Roman Khassraf2-1/+2
2015-06-10Implemented channel hopping for CX channelsrpp2-16/+92
2015-06-10Added CX channel hopper blockrpp3-2/+114
2015-06-07Corrected CX channels timeslot numberingptrkrysik1-5/+1
2015-06-07Removed unused or duplicate codeRoman Khassraf6-148/+3
2015-06-07Implemented / integrated AMR decodingRoman Khassraf10-65/+3483
2015-06-02Removed check for tail bits, as it may lead to false discarding of framesRoman Khassraf1-6/+1
2015-06-02Moved variable declaration to header fileRoman Khassraf2-20/+30
2015-06-02Changed tch_mode enum to support AMRRoman Khassraf1-3/+3
2015-06-02Added missing Viterbi decoder sourceRoman Khassraf3-0/+490
2015-06-02Updated BitVector to recent sourceRoman Khassraf7-653/+797
2015-06-01Changed place where thread join function is invoked to run().ptrkrysik1-9/+5
2015-05-31Make burst_source stop when end of file is reachedPiotr Krysik1-1/+2
2015-05-28Implemented a burst sink and a burst source. See issue #42Roman Khassraf5-0/+279
2015-05-22Changed author in TCH demapper and decoderRoman Khassraf4-4/+4
2015-05-22Fixed missing magic bytes for GSM-EFR output fileRoman Khassraf2-0/+6
2015-05-22Fixed bug in tch_f_demappers check for consecutive burstsRoman Khassraf1-1/+1
2015-05-20Implementation of TCH/F decoder supporting GSM-FR and GSM-EFR. Issue #50Roman Khassraf13-0/+2435
2015-05-20Moved handling of stolen TCH frames / FACCH to tch_f_decoder. Issues #38 and #50Roman Khassraf1-64/+24
2015-05-08Changed demapping of TCH and FACCH to conform with GSM 05.02 and 05.03Roman Khassraf2-33/+98
2015-05-08Merge remote-tracking branch 'upstream/master'Roman Khassraf3-27/+25
2015-05-08Changes in buildsystem bringing back capability to quickly add new blocks wit...ptrkrysik1-5/+5
2015-04-28Define missing 16 bit endian swap macro and fix some endian.h inclusion.Martin Jesper Low Madsen2-20/+18
2015-04-25Included endian.h to compile the decrytpion on OSX. Corrected issue #43ptrkrysik1-0/+2