1. 9f4feb5 Added parsing CCCH Config in system info extractor by Roman Khassraf · 9 years ago
  2. a1dd7ee Added MCC parsing in system info extractor, fixed MNC parsing for 2-digit MNC's by Roman Khassraf · 9 years ago
  3. 5ec7987 Added functions to get first and last arfcn of a band by Roman Khassraf · 9 years ago
  4. 351d217 Added option of providing recording length to airporbe_rtl_sdr_capture by Piotr Krysik · 9 years ago
  5. 29bcd39 Added missing include of endian.h to the message printer by Piotr Krysik · 9 years ago
  6. 43eb034 Updated link to examples by Piotr Krysik · 9 years ago
  7. 42a30af Updated submodules links by Piotr Krysik · 9 years ago
  8. e464788 Corrected links to the wiki by Piotr Krysik · 9 years ago
  9. 1b89fda Replaced usage and installation information with links to wiki by Piotr Krysik · 9 years ago
  10. 5238a38 Merge pull request #126 from rpp0/app-channelizer by Piotr Krysik · 9 years ago
  11. f321c6f Merge pull request #128 from romankh/msg-printing-issue-127 by Piotr Krysik · 9 years ago
  12. e92e9c7 Updated link to examples repository by Piotr Krysik · 9 years ago
  13. f430748 Mandatory arfcn or frequency only for cfile input in airprobe_decode by Roman Khassraf · 9 years ago
  14. 262b53d Added option verbose for message printing in airprobe_decode by Roman Khassraf · 9 years ago
  15. 9a54c7b Replaced frame count calculation by libosmogsm function by Roman Khassraf · 9 years ago
  16. dfe7009 Added options to print frame number and A5 frame count in message printer. Issue #127 by Roman Khassraf · 9 years ago
  17. 29a39b2 Created standalone GSM channelizer app for splitting wideband captures into multiple by rpp · 9 years ago
  18. b3d386d Updated link to examples to current revision by Piotr Krysik · 9 years ago
  19. c17d9a2 Corrected CMakeLists from apps directory by Piotr Krysik · 9 years ago
  20. 38eff9d Updated examples by Piotr Krysik · 9 years ago
  21. c674719 updated examples by Piotr Krysik · 9 years ago
  22. 3558208 Removed grcc compilation and added airprobe_rtlsdr.py by Piotr Krysik · 9 years ago
  23. 803e4f4 Removed airprobe_file from grc by Piotr Krysik · 9 years ago
  24. c8cf3e9 Added submodules for examples and test data by Piotr Krysik · 9 years ago
  25. a5c8e2b Merge pull request #121 from romankh/gr-gsm-apps by Piotr Krysik · 9 years ago
  26. 83209f6 Added information about requirement of libosmocore by Piotr Krysik · 9 years ago
  27. 2b1ebf1 Implemented decoder app by Roman Khassraf · 9 years ago
  28. d38966e Removal of docker installtion from the readme by Piotr Krysik · 9 years ago
  29. 7592725 Merge pull request #119 from romankh/gr-gsm-apps by Piotr Krysik · 9 years ago
  30. 5a80400 Added getter/setter for arfcn by Roman Khassraf · 9 years ago
  31. 7eda480 Removed GUI code from airprobe_rtlsdr_capture.py by Roman Khassraf · 9 years ago
  32. 7ffb386 Merge pull request #118 from dholm/bugfix/endian by Piotr Krysik · 9 years ago
  33. 529e215 Capturing app for single channels with RTL-SDR by Roman Khassraf · 9 years ago
  34. e7e75f0 Replaced band config dictionary by an OrderedDict by Roman Khassraf · 9 years ago
  35. 41b63f2 misc_utils: Include endian.h from grgsm by David Holm · 9 years ago
  36. 9144861 Added arfcn functions by Roman Khassraf · 9 years ago
  37. 20d2de4 Correcting installation of python apps to ${INSTALL_PREFIX}/bin directory by Piotr Krysik · 9 years ago
  38. 54f335c Added carrier frequency shift in order to avoid DC offset. Also changed universal demappers into BCCH demapper working on TS0 and SDCCH8 demapper working on TS1 by Piotr Krysik · 9 years ago
  39. 84fe412 Merge pull request #116 from iZsh/master by Piotr Krysik · 9 years ago
  40. 6698793 Fix issue #112 (copy messages instead of modifying the input msg) by iZsh · 9 years ago
  41. b9d8ce3 Merge pull request #115 from iZsh/master by Piotr Krysik · 9 years ago
  42. e3395c3 Added information about mailing list and submitting installation errors by Piotr Krysik · 9 years ago
  43. 868abf7 fix compilation and linking on Mac OS X by iZsh · 9 years ago
  44. 0acd79a Removed commented line from apps/CMakeLists by Piotr Krysik · 9 years ago
  45. b8a26e5 Corrected #111 issue with generation of python code from grc files by Piotr Krysik · 9 years ago
  46. 425fcf7 Added Socket PDU UDP Server in order to avoid receiving ICMP messages from the system by Piotr Krysik · 9 years ago
  47. 242522f Added comands building automatically grc applications by Piotr Krysik · 9 years ago
  48. 57711f6 Merge pull request #108 from romankh/tch-noise-107 by Piotr Krysik · 9 years ago
  49. d36123d Fixed missing GSM 06.10 header for FR audio frames. by Roman Khassraf · 9 years ago
  50. 23c8d8a Implemented boundary check for voice decoding. Issue 107 by Roman Khassraf · 9 years ago
  51. b78bd07 Merge pull request #103 from romankh/flow-control-100 by Piotr Krysik · 9 years ago
  52. 8b64d87 Implemented burst sdcch subslot filter. Issue #100 by Roman Khassraf · 9 years ago
  53. d7e3eec Implemented burst timeslot filter. Issue #100 by Roman Khassraf · 9 years ago
  54. 5e37674 Changes in extract_system_info by ptrkrysik · 9 years ago
  55. 32c55a1 Merge pull request #102 from romankh/merge-95-98-100-101 by Piotr Krysik · 9 years ago
  56. e91edbd Merged origin/msg-file-sink-source-101 into dev, fixed conflicts. Issue #101 by Roman Khassraf · 9 years ago
  57. 3ea373c Fixed changed block names in qa code of flow-control blocks. Issue #100 by Roman Khassraf · 9 years ago
  58. 98da635 Merged origin/flow-control-100 into dev, fixed conflicts by Roman Khassraf · 9 years ago
  59. f163ca5 Fixed changed block name in qa code by Roman Khassraf · 9 years ago
  60. 64c7446 Merged origin/test-utils-98 into dev, fixed conflicts by Roman Khassraf · 9 years ago
  61. 1fc0565 Merge remote-tracking branch 'origin/burst-printer-issue-95' into dev by Roman Khassraf · 9 years ago
  62. a1eb188 Implemented burst sub-slot splitter. Issue #100 by Roman Khassraf · 9 years ago
  63. 7cccb52 Implemented dummy burst filter. Issue #100 by Roman Khassraf · 9 years ago
  64. 8e3b0ec Implemented burst framenumber filter. Issue #100 by Roman Khassraf · 9 years ago
  65. dbc3a50 Implemented burst timeslot splitter for flow control. Issue #100 by Roman Khassraf · 9 years ago
  66. c323454 Implemented message file source and sink. Issue #101 by Roman Khassraf · 9 years ago
  67. 1ce4469 Renamed burst_sink_qa/burst_source_qa to burst_sink/burst_source by Roman Khassraf · 9 years ago
  68. 1c3419e Renamed burst sink/source to burst file sink/source by Roman Khassraf · 9 years ago
  69. b8f4909 Moved qa utilities to a separate directory by Roman Khassraf · 9 years ago
  70. c0cb699 Removed test utilities from GRC by Roman Khassraf · 9 years ago
  71. 0a2e5c8 Merge remote-tracking branch 'upstream/master' into message-source-sink by Roman Khassraf · 9 years ago
  72. 277ed30 Added include for scoped_ptr by Roman Khassraf · 9 years ago
  73. 0940538 Added interpretation of neighbour cells from SI2bis and SI2ter messages. by ptrkrysik · 9 years ago
  74. a7cafdd Added missing include in burst_source_qa_impl.cc by Martin Hauke · 9 years ago
  75. fa92b61 Implemented unit tests for message printer block by Roman Khassraf · 9 years ago
  76. 1e82b8d Implemented message sink block for unit testing by Roman Khassraf · 9 years ago
  77. adea86f Implemented message source block for unit testing by Roman Khassraf · 9 years ago
  78. 2bf49e4 Added option to message printer that allows printing the gsmtap header. by Roman Khassraf · 9 years ago
  79. 298700d Added CMakeLists entry for qa_burst_printer by Roman Khassraf · 9 years ago
  80. b94cc81 Added QA/unit tests for burst printer. by Roman Khassraf · 9 years ago
  81. 7faabf3 Added option to burst printer for ignoring dummy bursts. Issue #95 by Roman Khassraf · 9 years ago
  82. 829eabb Update README.md by Piotr Krysik · 9 years ago
  83. 590d96c Merge pull request #93 from romankh/a53-decryption-issue-85 by Piotr Krysik · 9 years ago
  84. 3373d8f Added .unittests directory to .gitignore by Roman Khassraf · 9 years ago
  85. 9f1cfce Added QA / unit testing for decryption block by Roman Khassraf · 9 years ago
  86. b894289 Added block burst_sink_qa for unit testing of burst-based blocks by Roman Khassraf · 9 years ago
  87. 462fa45 Added block burst_source_qa for unit testing of burst-based blocks by Roman Khassraf · 9 years ago
  88. c7cbbe9 Merge pull request #90 from romankh/burst-source-join-issue-89 by Piotr Krysik · 9 years ago
  89. f287904 Fix for burst source thread join() bug. Issue #89 by Roman Khassraf · 9 years ago
  90. 4dec540 Added support for A5/2, A5/3, A5/4. Issue #85 by Roman Khassraf · 9 years ago
  91. c51f12b Changed decryption block to use osmo_a5 function, in preparation for issue 85 by Roman Khassraf · 9 years ago
  92. 9c58846 Added libosmocore to build. Preparation for issue #85 by Roman Khassraf · 9 years ago
  93. f329ae5 Merge pull request #82 from rpp0/rpp0-hopping-checks by Piotr Krysik · 9 years ago
  94. bc8de9c Merge pull request #83 from romankh/amr-decoding by Piotr Krysik · 9 years ago
  95. 8b60aca Merge pull request #87 from romankh/ia-collector by Piotr Krysik · 9 years ago
  96. 4e0afb4 Merge pull request #88 from romankh/burst-printer-86 by Piotr Krysik · 9 years ago
  97. f1111eb Added some doc to burst printer block. Issue #86 by Roman Khassraf · 9 years ago
  98. 6344496 Added options to burst printer to have partial output compatibility to airprobe. See issue #86 by Roman Khassraf · 9 years ago
  99. 1e9a809 Improved documentation of immediate assignment extractor by Roman Khassraf · 9 years ago
  100. 1669e93 Implemented option to extract only one Immediate Assignment per request reference in the extractor. Enhancement of issue #84 by Roman Khassraf · 9 years ago