aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2015-04-14Implementation of TCH/F demapper block. See issue #38Roman Khassraf3-0/+241
2015-04-12Added option to prepend framenumber in bursts_printerRoman Khassraf2-4/+13
2015-04-12Added subslot assignment to frames, which enables filtering by subslot in e.g...Roman Khassraf2-0/+46
2015-04-12First and last frame were not assigned a channel typeRoman Khassraf1-1/+1
2015-04-12Moved channel type assignment into condition to avoid wrong assignments in ca...Roman Khassraf1-2/+3
2015-04-04Removed boost timer from clock_offset_control to avoid race conditions.ptrkrysik4-13/+38
2015-04-04Reimplemented clock_offset_control block in C++ptrkrysik3-0/+220
2015-02-07DECRYPTION NOW WORKS! (Corrected decryption block)ptrkrysik1-4/+6
2015-02-07Added timeslot nr parameter to the demapper to enable it to work on other tim...ptrkrysik2-6/+8
2015-02-07Removed get_bcch_or_cch_bursts blockptrkrysik3-150/+0
2015-01-18Addition of processing of type 2 and 3 paging requests (previous commit) - cr...banjaxbanjo1-1/+1
2015-01-18Addition of processing of Pagin Requests Type 2 and 3ptrkrysik1-67/+114
2015-01-18Changed code to use C++ functions, and select Panging Requests starting from ...ptrkrysik2-347/+158
2015-01-16Update tmsi_dumper_impl.ccbanjaxbanjo1-3/+28
2015-01-16Update tmsi_dumper_impl.ccbanjaxbanjo1-5/+282
2015-01-15Moved files to gr-gsm directories. Changed CMakeLists.txt files accordingly.ptrkrysik3-1/+1
2015-01-15Added in tmsi_dumper.cc and tmsi_dumper.h function that processes messages (d...ptrkrysik2-5/+25
2015-01-15Removing unnecessary forecast() and general_work(...) functions.ptrkrysik2-36/+2
2015-01-15After:ptrkrysik3-0/+136
2015-01-12Correction in system information extractorptrkrysik1-7/+2
2015-01-03Merge pull request #6 from dholm/bugfix/gnuradio-HEADPiotr Krysik1-2/+3
2015-01-03Removed some typedefsptrkrysik2-23/+14
2015-01-03Merge branch 'master' of https://github.com/mrjacobagilbert/gr-gsm into mrjac...ptrkrysik4-8/+14
2014-12-15Added notices of THC's project in files originating from it. Added also menti...ptrkrysik6-40/+28
2014-12-15Correction in decryption blockptrkrysik2-4/+13
2014-12-15Corrected extract_system_info_impl to work with PDU messagesptrkrysik1-16/+14
2014-12-15Added new decryption block (be careful - untested component). Changed CMakeFi...ptrkrysik4-1/+568
2014-12-13Updated burst printer to accept a pmt string which will be prepended to any p...Jacob Gilbert2-4/+7
2014-12-13Updated message printer to accept a pmt string which will be prepended to any...Jacob Gilbert2-4/+7
2014-12-13Added return value to fire_crc (by Matin Hauke)ptrkrysik1-0/+1
2014-12-13Changed grgsm install directories and prefixes from "gsm" to "grgsm". The old...ptrkrysik17-25/+23
2014-12-05Commented boost libraries linked in order for plotting to work. Don't know ho...ptrkrysik1-3/+4
2014-12-03Added missing #include statements in order to make gr-gsm compile on some sys...ptrkrysik2-3/+5
2014-12-03Merge pull request #5 from dholm/feature/osx-supportPiotr K.3-0/+3
2014-12-03Added checking for Volk presence according to @dholm #4 pull request.ptrkrysik1-1/+1
2014-12-02Removed assert.h as it caused more problems than it was worth. Fixes #7ptrkrysik2-70/+1
2014-12-02Updated copyleft statements of my files #3ptrkrysik29-190/+234
2014-12-01receiver: Use std::vector for gr_complexDavid Holm1-2/+3
2014-12-01endian: MacOS X support for endian conversion macrosDavid Holm3-0/+3
2014-11-21Removed a debug message that was left accidently.ptrkrysik1-1/+0
2014-11-21Changed format of messages containing bursts to PDU. Corrected types of bursts.ptrkrysik7-47/+51
2014-11-19Removed setting channel type from the decoder - this is now done in demapping...ptrkrysik1-1/+1
2014-11-19Added new configurable block for demapping of control channels.ptrkrysik3-0/+184
2014-11-19Changed cell allocation elements type from float to intptrkrysik2-6/+6
2014-11-13Commenting files included for debugging. Fixed #2 issue.ptrkrysik1-2/+3
2014-11-12Corrected frame numberptrkrysik2-4/+5
2014-11-06Added capability to receive multiple channels of a single BTS to the receiver...ptrkrysik2-38/+69
2014-11-06Removed receiver_hier and wireshark_sinkptrkrysik3-120/+0
2014-10-30Merge branch 'master' of github.com:Jakotako/gr-gsmptrkrysik3-12/+22
2014-10-30First step to add multichannel capability to the GSM receiver. At this moment...ptrkrysik3-114/+144