aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Collapse)AuthorFilesLines
2015-06-01Corrected timemeslot to timeslotptrkrysik1-8/+8
2015-04-28Let the GUI support GSM 1800 and 1900 frequency bands.Martin Jesper Low Madsen2-6/+27
2015-02-15The range at bottom of frequency block wasn't updating with a change in ↵David Maynor1-25/+25
frequency: correction in gnuradio-companion flowgraph
2015-02-15The range at bottom of frequency block wasn't updating with a change in ↵David Maynor1-3/+3
frequency
2015-02-15Removed airprobe_usrp - USRP's should are supported by airprobe_rtlsdr and ↵ptrkrysik3-2065/+0
because of this the separate application is redundant
2015-02-15Added SACCH channel and blocks for SDCCH8/SACCH8 channels that are disabled ↵ptrkrysik2-576/+1633
currently
2015-02-08Removed last parameter given to socket_pdu to keep compatibility with ↵ptrkrysik3-3/+3
Ubuntu's 14.10 gnuradio.
2015-02-07Added timeslot nr parameter to the demapper to enable it to work on other ↵ptrkrysik3-58/+47
timeslots that 0.
2015-01-07Corrected airprobe_rtlsdr.py to work with older gnuradioptrkrysik2-365/+339
2015-01-03Added gain, fc (carrier frequency) and sample frequency parameters to the ↵ptrkrysik4-851/+989
rtlsdr and usrp apps.
2015-01-03Merge branch 'master' of https://github.com/mrjacobagilbert/gr-gsm into ↵ptrkrysik7-713/+2213
mrjaco-master Added appropriate changes to grc files, corrected CMakeLists files
2014-12-13Slightly reorganized layout of GRC flographs to be consistant with ↵Jacob Gilbert3-1125/+1093
snap-to-grid spacing for GR 3.7.5
2014-12-13Changed grgsm install directories and prefixes from "gsm" to "grgsm". The ↵ptrkrysik2-19/+18
old prefix caused conflicts with libraries already available.
2014-12-06Complied python applications generated from grc wit gnuradio 3.7.2 so it ↵ptrkrysik2-34/+11
should work with for example Ubuntu 14.10. Seems that systems with newer versions of gnuradio are also supported.
2014-12-03Updated airprobe_file.py so it works with new clock offset controllptrkrysik1-2/+2
2014-11-29Increased sampling_rate of airprobe_rtlsdrptrkrysik2-413/+448
2014-11-28Added compiled python versions of the flowgraphs which are installed in ↵ptrkrysik4-0/+477
%install_prefix%/bin .
2014-11-26Removed automatic compilation of grc apps to python as it fails too often to ↵ptrkrysik1-4/+2
be worth it.
2014-11-21Disabled clock offset correction parameter as it is not used currently (it ↵ptrkrysik1-240/+240
might be not needed for USRP)
2014-11-21Changed default clock offset correction ppm value from 84 to 0ptrkrysik1-173/+173
2014-11-21Added socked PDU sink to airprobe_fileptrkrysik1-78/+139
2014-11-20Added buildsystem for apps. Doesn't honor dependencies yet (changing a grc ↵ptrkrysik4-3/+8
file won't cause generating new py file).
2014-11-20Moved applications from examples to apps. Changed their names to airprobe_...ptrkrysik3-0/+3790
2014-02-04Initial commit - gsm-receiver with removed quick hackspiotr1-0/+25