aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-30Changed asser.h to output DCOUT messages to stderrptrkrysik1-1/+1
2014-10-30Changes in control channels decoder to output messages in PDU format - when c...ptrkrysik3-12/+22
2014-08-16Added extraction of gsmtap header and message content from pmt msgptrkrysik1-1/+10
2014-08-16Added message input to the wireshark sinkptrkrysik2-2/+12
2014-08-16Added empty sink for wireshark sinkptrkrysik3-0/+101
2014-08-16Repaired cmake buildsystem - include files paths were inconsistent with sourc...ptrkrysik8-8/+8
2014-08-13Changed directory structure.Piotr K4-7/+20
2014-08-07Removed completely old method of frequency offset correctionPiotr K2-18/+4
2014-08-06Added workaround old implementation of rotateN that is still present in ubunt...piotr1-1/+1
2014-08-06Removed unnecessary #includepiotr1-1/+0
2014-08-06Removed redundant state from the receiverpiotr2-32/+9
2014-08-06Added new block for message printing, removed legacy code from the decoder an...piotr4-19/+123
2014-08-06Added new blocks for clock freqeuncy correctionpiotr7-64/+363
2014-08-04Added new block for extracting info about base stationspiotr3-0/+303
2014-08-04Added output in the control channel decoderpiotr1-6/+12
2014-08-04Added reset to the receiver, computation of power and function for setting ar...piotr2-6/+22
2014-08-04Added option to the simple mapperpiotr2-9/+10
2014-08-04Moved burst printer to different directorypiotr3-18/+8
2014-07-20Added typical signalization channels (CCCH, BCCH, SDCCH) decoder and demapper...piotr14-76/+1284
2014-07-08Moved more files related to the gsm receiver to the receiver directory.piotr6-2/+2
2014-07-08Little changes commited from all files. Cleanup in the lib directory - files ...piotr7-37/+42
2014-07-08Correction in plotting.hpiotr13-214/+0
2014-05-05Changed soft symbols according to "Soft-Decision MLSE Data Receiver for GSM S...piotr1-268/+109
2014-05-02Changed the viterbi equalizer output from hard to soft. The output values are...piotr1-135/+133
2014-05-02Changed gr-gsm::receiver block into typical typical sink inherited from sync_...piotr2-27/+16
2014-04-24Removed get_ccch_bursts blockpiotr3-143/+1
2014-04-24Little cleanupspiotr2-2/+3
2014-04-24Replaced nasty hack for training sequences 6 and 7 with a condition depending...piotr1-11/+1
2014-04-17Corrections to the configuration functionpiotr1-4/+4
2014-04-17Added missing line changing state when too many SCH errors occurpiotr1-0/+1
2014-04-17Corrected bcch get block so it writes all bursts forming bcch channel to the ...piotr2-5/+6
2014-04-17Corrections to BCCH filter so it works (the name CCCH filter isn't correct)piotr1-11/+7
2014-04-17Merge branch 'master' of github.com:Jakotako/gr-gsmpiotr4-0/+167
2014-04-17Moved configuration of the receiver to the constructor. Removed redundant con...piotr1-8/+2
2014-04-17Added block filtering bursts containing full CCH messagespiotr3-0/+144
2014-04-17Addition of linking with libraries required to compile programs using include...piotr1-1/+5
2014-04-17Added GSMTAP header definitionpiotr1-0/+72
2014-04-17Removed done/unneeded TODOspiotr1-3/+2
2014-04-17Added authorpiotr1-1/+1