aboutsummaryrefslogtreecommitdiffstats
path: root/lib/misc_utils
AgeCommit message (Expand)AuthorFilesLines
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-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
2015-08-03Moved qa utilities to a separate directoryRoman Khassraf8-703/+0
2015-08-03Merge remote-tracking branch 'upstream/master' into message-source-sinkRoman Khassraf2-160/+49
2015-08-03Added include for scoped_ptrRoman Khassraf1-2/+2
2015-08-02Added interpretation of neighbour cells from SI2bis and SI2ter messages.ptrkrysik1-160/+48
2015-08-01Added missing include in burst_source_qa_impl.ccMartin Hauke1-0/+1
2015-07-29Implemented message sink block for unit testingRoman Khassraf2-0/+137
2015-07-27Implemented message source block for unit testingRoman Khassraf2-0/+182
2015-07-26Added option to message printer that allows printing the gsmtap header.Roman Khassraf2-6/+15
2015-07-24Added option to burst printer for ignoring dummy bursts. Issue #95Roman Khassraf2-4/+49
2015-07-22Merge pull request #93 from romankh/a53-decryption-issue-85Piotr Krysik4-0/+383
2015-07-21Added block burst_sink_qa for unit testing of burst-based blocksRoman Khassraf2-0/+161
2015-07-20Added block burst_source_qa for unit testing of burst-based blocksRoman Khassraf2-0/+222
2015-07-19Fix for burst source thread join() bug. Issue #89Roman Khassraf1-2/+3
2015-07-16Merge pull request #87 from romankh/ia-collectorPiotr Krysik2-0/+426
2015-07-13Added some doc to burst printer block. Issue #86Roman Khassraf1-1/+1
2015-07-13Added options to burst printer to have partial output compatibility to airpro...Roman Khassraf2-9/+50
2015-07-13Implemented option to extract only one Immediate Assignment per request refer...Roman Khassraf2-9/+39
2015-07-13Added option to ignore Immediate Assignments for GPRS channels in the extract...Roman Khassraf2-4/+11
2015-07-12Added option to enable/disable information printing in immediate assignment e...Roman Khassraf2-70/+50
2015-07-12Added functions for retrieving data from immediate assignment extractorRoman Khassraf2-9/+175