aboutsummaryrefslogtreecommitdiffstats
path: root/lib/misc_utils
AgeCommit message (Expand)AuthorFilesLines
2018-09-13burst_file_source: Fix reading longer burstsVasil Velichkov1-9/+4
2018-09-11Format the output into ostringstream and then write it at once.Vasil Velichkov2-16/+21
2018-08-10gsm_trx_burst_if: allow to customize the bind addressVadim Yanitskiy1-2/+3
2018-05-05Moving trx burst interface to trx directoryPiotr Krysik5-356/+1
2018-04-17Merge branch 'fixeria/trx' of https://github.com/axilirator/gr-gsm into fixer...Piotr Krysik3-0/+130
2018-04-16Merge branch 'ptrkrysik/trx' into developmentPiotr Krysik11-4/+697
2018-03-05Added block for extracting assignment commandsPiotr Krysik5-12/+127
2018-02-27Merge remote-tracking branch 'origin/quick-hack' into grgsm_on_winPiotr Krysik2-1/+13
2018-02-27Portability fix: Replaced problematic includesPiotr Krysik6-6/+5
2017-12-04Implement the 'burst_to_fn_time' block in C++Vadim Yanitskiy3-0/+130
2017-11-05misc_utils/trx_burst_if: get rid of built-in timeslot filterVadim Yanitskiy2-27/+0
2017-11-05misc_utils/trx_burst_if: get rid of clock interfaceVadim Yanitskiy2-25/+1
2017-11-05Refactor the 'TRX Burst Interface' blockVadim Yanitskiy5-0/+526
2017-11-05Corrected namespaces from grgsm to gsmPiotr Krysik4-4/+4
2017-11-03Removed unused (and problematic during SWIG) part of time_spec_t and exposed ...Piotr Krysik1-48/+0
2017-11-03Corrections in fn_timePiotr Krysik1-38/+29
2017-10-31Correction in time_spec.ccPiotr Krysik1-1/+1
2017-10-31Changed fn_time to use time_spec_t copied from libUHDPiotr Krysik3-3/+172
2017-10-31Added C++ version of fn_timePiotr Krysik2-0/+106
2017-09-13Changed organization of cmake filesPiotr Krysik1-0/+36
2017-08-23Big update of copyright statements so they can be automatically processed to ...Piotr Krysik28-28/+28
2017-06-11Changed mask for System Information type 2ter. Closes #281.Piotr Krysik1-1/+1
2017-04-02Quick hack to interpret unencrypted assignment commandsPiotr Krysik2-1/+13
2017-03-30Added interpretation of SC (start ciphering) field in cmc extractorPiotr Krysik2-3/+11
2017-03-02Fix operator precedence in comparisonsSteve Glass1-5/+5
2017-02-16Merge branch 'master' into collect-system-infoPiotr Krysik3-0/+146
2017-01-11Implemented system info collection blockRoman Khassraf2-0/+234
2016-12-29Merge pull request #241 from romankh/cmc-extractorPiotr Krysik2-0/+135
2016-12-04#240: Implemented block for extraction of information from cipher mode comman...Roman Khassraf2-0/+135
2016-11-28#213: Fixes 3-digit MNCRoman Khassraf1-0/+11
2016-08-18Removed call to delete_head_blocking that was removed from new gnu radioPiotr Krysik1-2/+2
2016-07-18Corrected msg_to_tag and controlled resampler's headersPiotr Krysik2-3/+2
2016-07-18Removed blocks related to old frequency correction loop (controlled const sou...Piotr Krysik2-139/+0
2016-07-17Changed clock offset controller and company in order to remove from the gsm_i...Piotr Krysik2-19/+19
2016-07-15Removed unneeded prints from controlled resamplerPiotr Krysik1-16/+0
2016-07-15New blocks (msg to tag and controlled resampler) related stuffPiotr Krysik6-7/+454
2015-11-22Corrected of MCC field interpretationPiotr Krysik1-1/+1
2015-09-27Added parsing arfcn's from cell description in SIT1.Roman Khassraf2-0/+32
2015-09-26Added parsing CCCH Config in system info extractorRoman Khassraf2-2/+16
2015-09-26Added MCC parsing in system info extractor, fixed MNC parsing for 2-digit MNC'sRoman Khassraf2-5/+20
2015-09-20Added missing include of endian.h to the message printerPiotr Krysik1-0/+3
2015-09-13Replaced frame count calculation by libosmogsm functionRoman Khassraf1-7/+5
2015-09-13Added options to print frame number and A5 frame count in message printer. Is...Roman Khassraf2-5/+36
2015-08-22misc_utils: Include endian.h from grgsmDavid Holm2-2/+2
2015-08-06Changes in extract_system_infoptrkrysik2-17/+19
2015-08-05Merged origin/msg-file-sink-source-101 into dev, fixed conflicts. Issue #101Roman Khassraf4-0/+275
2015-08-05Merged origin/test-utils-98 into dev, fixed conflictsRoman Khassraf10-425/+50
2015-08-05Merge remote-tracking branch 'origin/burst-printer-issue-95' into devRoman Khassraf2-4/+49
2015-08-03Implemented message file source and sink. Issue #101Roman Khassraf4-0/+275
2015-08-03Renamed burst sink/source to burst file sink/sourceRoman Khassraf4-35/+35