aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-07-18resampler: adding only one original_offset tag at given positionptrkrysik/trx_hoppingPiotr Krysik2-7/+20
2019-07-18receiver: removed redundant parameter from synchronized_handlerPiotr Krysik2-5/+5
2019-07-18receiver: fixes of synchronizationPiotr Krysik1-21/+22
2019-07-18plotting: improve interface so it's possible to pass rvaluesPiotr Krysik1-1/+1
2019-07-18utils/time_spec: support fractional tick_ratePiotr Krysik1-1/+1
2019-07-18utils/fn_time: added clock_error to fn_time_deltaPiotr Krysik1-5/+8
2019-07-18receiver/time_sample_ref: SDR hardware time trackingPiotr Krysik4-73/+137
2019-07-18trx: renaming of old freq hopping block and creation of a new onePiotr Krysik5-22/+379
2019-07-18receiver: Added resamp_rate parameterPiotr Krysik2-8/+26
2019-07-18Improve the TCH/H decoder logsVasil Velichkov1-1/+8
2019-07-18MacOS fixesVasil Velichkov1-0/+1
2019-07-18Improve voice boundary detectionVasil Velichkov1-1/+22
2019-07-18Add TCH/H decoder block with AMR multirate supportVasil Velichkov4-0/+419
2019-07-18Move HR demapping into a separate blockVasil Velichkov5-8/+350
2019-07-18Add HR demappingAndrew Artyushok2-6/+8
2019-07-18transmitter/txtime_setter: fix error print syntax errorPiotr Krysik1-1/+1
2019-07-18lib/trx, lib/transmitter: Include grgsm/endian.hDavid Holm3-0/+3
2019-07-18trx/txtime_setter: print error if reference fn is missingVadim Yanitskiy1-3/+7
2019-07-18trx/txtime_setter: reduce code nesting in process_txtime_of_burst()Vadim Yanitskiy1-46/+46
2018-11-02receiver/time_sample_ref: improve accuracy of offset<->time conversionsPiotr Krysik1-6/+3
2018-11-02misc_utils/resampler: Add offsets of tags at the inputPiotr Krysik1-2/+5
2018-11-02misc_utils/resampler: Cosmetic changesPiotr Krysik1-16/+13
2018-11-02misc_utils/resampler: Fix repetition of tags at the outputPiotr Krysik1-1/+1
2018-09-13burst_file_source: Fix reading longer burstsVasil Velichkov2-13/+4
2018-09-13Format the output into ostringstream and then write it at once.Vasil Velichkov2-16/+21
2018-09-13gsm_trx_burst_if: allow to customize the bind addressVadim Yanitskiy3-6/+11
2018-09-13Simplify cmake checks related to libosmocorePiotr Krysik2-2/+2
2018-09-13Separating libosmogsm from the restPiotr Krysik2-5/+3
2018-06-18Freq hopping fixestrx_hoppingPiotr Krysik3-14/+55
2018-05-11Added functions for arfcn conversions taken from libosmocorePiotr Krysik3-0/+1195
2018-05-11Added block for doing hopping for mobile station transceiverPiotr Krysik3-0/+195
2018-05-11Distilled function to generate hopping from cx_channel hopperPiotr Krysik5-55/+109
2018-05-06Fix includes after moving trx_burst_ifPiotr Krysik1-1/+1
2018-05-05Moving trx burst interface to trx directoryPiotr Krysik7-72/+26
2018-04-17Merge branch 'fixeria/trx' of https://github.com/axilirator/gr-gsm into fixer...Piotr Krysik4-5/+134
2018-04-16Merge branch 'ptrkrysik/trx' into developmentPiotr Krysik36-219/+1636
2018-04-06Reformatting control_channels_decoderPiotr Krysik1-59/+55
2018-04-06Fix an assert in ViterbiR2O4::decodeVasil Velichkov1-2/+2
2018-03-30Check the gsm0503_xcch_decode return valueVasil Velichkov1-1/+5
2018-03-05Added block for extracting assignment commandsPiotr Krysik5-12/+127
2018-03-04Define __attribute__ and __deprecated__ on MSWinPiotr Krysik1-0/+9
2018-03-04Change buildsystem message on libosmocore not being foundPiotr Krysik1-2/+1
2018-03-04Conditional compilation of local libosmocore depending if there is or is not ...Piotr Krysik2-11/+21
2018-03-04Fixing warning caused by local libosmocore versionPiotr Krysik2-1/+2
2018-03-03Fixing 'free' positionPiotr Krysik1-1/+2
2018-02-28Removing part that causes problems with 'make test'Piotr Krysik1-3/+0
2018-02-28Adding include to have 'bool' typePiotr Krysik1-0/+1
2018-02-28Slight changes to CMake file and libosmocoding file (include change)Piotr Krysik2-2/+3
2018-02-27Merge remote-tracking branch 'origin/quick-hack' into grgsm_on_winPiotr Krysik2-1/+13
2018-02-27Commenting out some problematic and not apsolutely necessary stuff from libos...Piotr Krysik3-29/+34