1. 267214a Implemented channel hopping for CX channels by rpp · 9 years ago
  2. 4f0f3b5 Added CX channel hopper block by rpp · 9 years ago
  3. fa7058b Changed tch_mode enum to support AMR by Roman Khassraf · 9 years ago
  4. 0e8729f Merge pull request #60 from romankh/demapper-wrap by Piotr Krysik · 9 years ago
  5. cd5a48b Implemented a burst sink and a burst source. See issue #42 by Roman Khassraf · 9 years ago
  6. 1c48ce5 Added preconfigured demapper blocks that wrap universal ctrl chans demapper by Roman Khassraf · 9 years ago
  7. 9bd9baf Fixed typos in tch demapper and ctrl chans demapper by Roman Khassraf · 9 years ago
  8. 059bab9 Implementation of TCH/F decoder supporting GSM-FR and GSM-EFR. Issue #50 by Roman Khassraf · 9 years ago
  9. 79fb925 Merge remote-tracking branch 'upstream/master' by Roman Khassraf · 9 years ago
  10. a25b830 Changes in buildsystem bringing back capability to quickly add new blocks with use of gr_modool. by ptrkrysik · 9 years ago
  11. fb6bc50 Implementation of TCH/F demapper block. See issue #38 by Roman Khassraf · 9 years ago
  12. 717b57b Added option to prepend framenumber in bursts_printer by Roman Khassraf · 9 years ago
  13. 69fb52a Added default value of key to the decryption block - for this value the decrytpion block just copies bursts from input to the output. by ptrkrysik · 9 years ago
  14. d8d4fbc Added timeslot nr parameter to the demapper to enable it to work on other timeslots that 0. by ptrkrysik · 9 years ago
  15. 9d1cb8c Removed get_bcch_or_cch_bursts block by ptrkrysik · 9 years ago
  16. f46f563 Added gr-gsm gnuradio-companion xml description file for tmsi_dumper by ptrkrysik · 9 years ago
  17. 3b77654 Merge branch 'master' of https://github.com/mrjacobagilbert/gr-gsm into mrjaco-master by ptrkrysik · 9 years ago
  18. 18b631e Added new decryption block (be careful - untested component). Changed CMakeFiles to reflect more modular design (not finished for the lib directory) by ptrkrysik · 10 years ago
  19. 607a09e Updated burst printer to accept a pmt string which will be prepended to any printed messages for situations where multiple print blocks are desired. by Jacob Gilbert · 10 years ago
  20. e89aee1 Updated message printer to accept a pmt string which will be prepended to any printed messages for situations where multiple print blocks are desired. by Jacob Gilbert · 10 years ago
  21. 3be74a7 Changed grgsm install directories and prefixes from "gsm" to "grgsm". The old prefix caused conflicts with libraries already available. by ptrkrysik · 10 years ago
  22. 4c538ba Removed unused samp_rate parameter from clock_offset_control by ptrkrysik · 10 years ago
  23. b311bd4 Hidden some parameters of the GSM Receiver by ptrkrysik · 10 years ago
  24. 6dded65 Added new configurable block for demapping of control channels. by ptrkrysik · 10 years ago
  25. 381253a Changes in clock offset corrector and gsm_input - the previous version wasn't working well when samp_rate_in was different from samp_rate_out. by ptrkrysik · 10 years ago
  26. e518bbf Added capability to receive multiple channels of a single BTS to the receiver. It is now possible to receive bursts on channels for which frequency hopping was used. Changed examples to work without hierarhical GSM Receiver block. by ptrkrysik · 10 years ago
  27. dcba50f Changed organization of gsm blocks in gnuradio-companion to better reflect their roles by ptrkrysik · 10 years ago
  28. dac3b2a Added new block which adapts stream of samples to GSM receiver's input requirements (integer multiply of 1625000/6 symbol rate, LP filtering) by ptrkrysik · 10 years ago
  29. 486d979 Created tree of modules for gnuradio-companion reflecting their organization. by ptrkrysik · 10 years ago
  30. b108d6b Removed receiver_hier and wireshark_sink by ptrkrysik · 10 years ago
  31. 5821379 First step to add multichannel capability to the GSM receiver. At this moment it might still contain debuging code. The training sequence number for non C0 channels is embedded in the code. by ptrkrysik · 10 years ago
  32. 8fdc5c0 Little change in wireshark_sink.xml (package name) by ptrkrysik · 10 years ago
  33. eaaf22f Added message input to the wireshark sink by ptrkrysik · 10 years ago
  34. d5af288 Changed cmake to point to wireshark_sink.xml by ptrkrysik · 10 years ago
  35. 0da1c63 Moved wireshark_sink.xml to subdirectory by ptrkrysik · 10 years ago
  36. 3c6dfcc Added empty sink for wireshark sink by ptrkrysik · 10 years ago
  37. 66bb3cd Changed directory structure. by Piotr K · 10 years ago
  38. 9a6dfc3 Removed magic constants by Piotr K · 10 years ago
  39. 4a47046 Changed name of message input in clock offset corrector by piotr · 10 years ago
  40. 1c8de50 Changes to make clock_offset_corrector install and work on other machines by piotr · 10 years ago
  41. 6fbc732 Cleanup in examples directory by piotr · 10 years ago
  42. ab663c8 Added new block for message printing, removed legacy code from the decoder and bursts printer by piotr · 10 years ago
  43. 510deeb Added measurements output to the receiver's xml file by piotr · 10 years ago
  44. 4089c1a Added new blocks for clock freqeuncy correction by piotr · 10 years ago
  45. dda2227 Added new block for extracting info about base stations by piotr · 10 years ago
  46. 60638c9 Added message output to the control channels decoder by piotr · 10 years ago
  47. a58cb59 Changes to simple mapper - added option of beginning frame to extend "robustness" by piotr · 10 years ago
  48. 2922178 Changes in parameters of fcch and sch detectors by piotr · 10 years ago
  49. 14d942c Changes in names of grc blocks by piotr · 10 years ago
  50. faacc72 Added typical signalization channels (CCCH, BCCH, SDCCH) decoder and demapper for BCCH. by piotr · 10 years ago
  51. 6b78abc Added new blocks written in python for new experimental gsm receiver. by piotr · 10 years ago
  52. d73f0bb Removed get_ccch_bursts block by piotr · 10 years ago
  53. db6c221 Corrections to BCCH filter so it works (the name CCCH filter isn't correct) by piotr · 10 years ago
  54. d77c9cf Added block filtering bursts containing full CCH messages by piotr · 10 years ago
  55. 6d152d9 added arfcn parameter to the receiver by piotr · 10 years ago
  56. 6c69287 Added simple bursts printer by piotr · 10 years ago
  57. 7c82b17 Improved synchronization, added message output with bursts by piotr · 10 years ago
  58. 437f546 Initial commit - gsm-receiver with removed quick hacks by piotr · 10 years ago