aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2021-05-03Fix compilation error: '_1' was not declared in this scopeVadim Yanitskiy35-38/+38
2021-05-03Remove local copy of associated osmo librariesPiotr Krysik58-17855/+2
2021-05-03cmake: change 'gsm' to 'grgsm'Piotr Krysik1-5/+5
2021-05-03Fix compiling with the local libosmocore copyVasil Velichkov1-6/+16
2021-05-03GNU Radio 3.8 supportVasil Velichkov1-52/+54
2019-07-29Fix uplink sub_slot and sub_types assignment in the sdcch4 and bcch_ccch dema...Vasil Velichkov1-4/+10
2019-07-29Fix sub_slot assignment in the universal_ctrl_chans_demapper blockVasil Velichkov1-1/+1
2019-07-29Add control channels demappers testsVasil Velichkov4-2/+24
2019-05-02Improve the TCH/H decoder logsVasil Velichkov1-1/+8
2019-02-05MacOS fixesVasil Velichkov1-0/+1
2018-12-29Improve voice boundary detectionVasil Velichkov1-1/+22
2018-12-29Add TCH/H decoder block with AMR multirate supportVasil Velichkov4-0/+419
2018-12-29Move HR demapping into a separate blockVasil Velichkov5-8/+350
2018-12-29Add HR demappingAndrew Artyushok2-6/+8
2018-12-28transmitter/txtime_setter: fix error print syntax errorPiotr Krysik1-1/+1
2018-12-28lib/trx, lib/transmitter: Include grgsm/endian.hDavid Holm3-0/+3
2018-12-21trx/txtime_setter: print error if reference fn is missingVadim Yanitskiy1-3/+7
2018-12-21trx/txtime_setter: reduce code nesting in process_txtime_of_burst()Vadim Yanitskiy1-46/+46
2018-09-13burst_file_source: Fix reading longer burstsVasil Velichkov2-13/+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 Yanitskiy3-6/+11
2018-06-19Simplify cmake checks related to libosmocorePiotr Krysik2-2/+2
2018-06-18Separating libosmogsm from the restPiotr Krysik2-5/+3
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
2018-02-27Fixing types in gsm0503_mappingPiotr Krysik1-3/+3
2018-02-27Moving gsm0503.h to gsm subdirPiotr Krysik1-3/+3
2018-02-27Portability fix: Adding local partial copy of libosmocore (TODO: minimize it)Piotr Krysik56-336/+11241
2018-02-27Portability fix: Replaced problematic includesPiotr Krysik9-8/+7
2018-02-27sch.c: Changed include from local to globalPiotr Krysik1-1/+1
2018-02-27Change ints to size_tPiotr Krysik2-6/+5
2018-02-27Fix: replaced u_int32 type with uint32Piotr Krysik2-2/+2
2018-02-27Portability fix: replacing tables of variable size with memory allocationsPiotr Krysik3-31/+60
2018-02-27Hack: commented out linking with libosmocore librariesPiotr Krysik1-2/+14