aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-08-07Rewrite d/build-package to work independent of working directory and source ↵Petter Reinholdtsen1-3/+6
directory name.
2017-08-07Rewrite d/build-package to fetch deb version from d/changelog.Petter Reinholdtsen1-3/+4
2017-08-02Merge branch 'development' with recent changes from @fixeriaPiotr Krysik18-4/+322
2017-08-02Merge branch 'axilirator-fixeria/api' into developmentPiotr Krysik18-4/+322
2017-08-02Merge branch 'fixeria/api' of https://github.com/axilirator/gr-gsm into ↵Piotr Krysik18-4/+322
axilirator-fixeria/api
2017-07-23Added missing default value of voice-boundary parameter. Fixes #206Piotr Krysik1-1/+1
2017-07-23Closes #290 - the problem with subtracting of timeslot number for timeslots ↵Piotr Krysik1-2/+2
0,1,2.
2017-07-23Added a bit better labels for most cryptic paramters. Related to issue #288Piotr Krysik2-37/+37
2017-07-22flow_control: implement pass / drop filtering policiesVadim Yanitskiy15-4/+179
This change introduces a set of three modes for flow control filters, one of which is default behavor and two extra modes else described below: - FILTER_POLICY_PASS_ALL - FILTER_POLICY_DROP_ALL Both modes are opposite, and make a filter either unconditionally pass or drop all the data one gets to the input. They would be usable for some external usage.
2017-07-21burst_sdcch_subslot_splitter: implement and expose GET/SET APIVadim Yanitskiy3-0/+23
2017-07-21burst_sdcch_subslot_filter: implement and expose GET/SET APIVadim Yanitskiy3-0/+46
2017-07-21burst_fnr_filter: implement and expose GET/SET APIVadim Yanitskiy3-0/+47
2017-07-21burst_timeslot_filter: implement and expose GET/SET APIVadim Yanitskiy3-0/+27
2017-07-20Added clock offset measurement in ppm as it is usable for debugging.Piotr Krysik1-0/+1
2017-06-11Changed mask for System Information type 2ter. Closes #281.Piotr Krysik1-1/+1
2017-06-11Removed wideband_input_adaptorPiotr Krysik6-245/+0
2017-03-30Added interpretation of SC (start ciphering) field in cmc extractorPiotr Krysik3-3/+12
2017-03-30Fix (hack) of lack of text output of the scannerPiotr Krysik1-1/+1
2017-03-30Added gain option to the wideband_scanner - so changing gain parameter have ↵Piotr Krysik1-4/+6
effect
2017-03-09Merge branch 'stiabhan-fix-comparisons' into developmentPiotr Krysik1-5/+5
2017-03-02Fix operator precedence in comparisonsSteve Glass1-5/+5
2017-02-17Merge branch 'romankh-collect-system-info' into developmentPiotr Krysik9-0/+321
2017-02-16Merge branch 'master' into collect-system-infoPiotr Krysik14-96/+254
2017-01-23Ressurected old frequency correction functionPiotr Krysik2-33/+7
2017-01-23Changes in the livemon:Piotr Krysik2-13/+14
-changed frequency range, -added abiliti to set fractional frequency correction.
2017-01-18Changed frequency estimator to the old one that worked betterPiotr Krysik2-57/+8
2017-01-11Implemented system info collection blockRoman Khassraf9-0/+321
2016-12-29Merge pull request #241 from romankh/cmc-extractorPiotr Krysik9-0/+221
Merging CMC extraction block written by @romankh
2016-12-29Merge branch 'romankh-213-3digit-mnc' into developmentPiotr Krysik1-0/+11
2016-12-29Merge branch '213-3digit-mnc' of https://github.com/romankh/gr-gsm into ↵Piotr Krysik1-0/+11
romankh-213-3digit-mnc
2016-12-04#240: Implemented block for extraction of information from cipher mode ↵Roman Khassraf9-0/+221
command messages
2016-11-30Merge branch 'romankh-234-wb-scanner-args' into developmentPiotr Krysik2-3/+3
2016-11-28#213: Fixes 3-digit MNCRoman Khassraf1-0/+11
2016-11-20Fixes incorrect arguments in wideband_scannerRoman Khassraf1-2/+2
2016-11-20Fix for #232 (incorrect facch subtype)Roman Khassraf1-1/+1
2016-10-11Merge branch 'aurelienduarte-patch-1' into developmentPiotr Krysik1-0/+1
2016-10-10Include of grgsm/endian.h allows for make on OSXaurelienduarte1-0/+1
If this is not included the following error occurs during make. gr-gsm/lib/flow_control/uplink_downlink_splitter_impl.cc:58:30: error: use of undeclared identifier 'be16toh'
2016-10-02Merge pull request #224 from romankh/masterPiotr Krysik3-4/+10
option voice boundary detection in grgsm_decode fix of grgsm_capture that stopped working after cahnges clock offset correction
2016-10-01#208: Fixed port names of offset control and inputRoman Khassraf1-1/+1
2016-10-01added entry to gitignoreRoman Khassraf1-1/+2
2016-10-01#208: fixed samp_rate variableRoman Khassraf1-1/+1
2016-09-27#193: Adding option for enabling voice boundary detection in grgsm_decodeRoman Khassraf1-1/+6
2016-09-24Merge branch 'romankh-development' into developmentPiotr Krysik4-264/+301
2016-09-23Reflecting changes of arfcn module, re-ordering of output code to prevent ↵Roman Khassraf1-120/+120
messages about reattached kernel driver
2016-09-23#154: fix for arfcn conversionRoman Khassraf3-144/+181
2016-09-05Merge branch 'development'Piotr Krysik16-15/+342
2016-08-30Changed path (flow_control) and name of uplink_downlink_filter to splitterPiotr Krysik13-41/+42
2016-08-29Changed method of frequency estimationPiotr Krysik2-8/+82
2016-08-29Commented out one includePiotr Krysik1-1/+1
2016-08-18Removed call to delete_head_blocking that was removed from new gnu radioPiotr Krysik1-2/+2