aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-09txtime_setter_impl: fix wrong time_hint referenceVadim Yanitskiy1-5/+4
2017-12-04Implement the 'burst_to_fn_time' block in C++Vadim Yanitskiy3-0/+130
2017-11-30preprocess_tx_burst: fix the output messageVadim Yanitskiy1-1/+1
2017-11-30test_ab: Changed to non-inverted ABPiotr Krysik1-3/+3
2017-11-30Going back to previous coding style - without returnsPiotr Krysik1-45/+49
2017-11-30preprocess_tx_burst: fix the output messageVadim Yanitskiy1-1/+1
2017-11-29txtime_setter: clean up and simplify source codeVadim Yanitskiy2-72/+118
2017-11-29preprocess_tx_burst: clean up and simplify source codeVadim Yanitskiy1-25/+36
2017-11-29Added a block for generating Access BurstsPiotr Krysik3-0/+155
2017-11-11Fix: protections in txtime_setter against late bursts and bursts in too dista...Piotr Krysik1-5/+16