aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-11Changed input and output name for burst_type_filterPiotr Krysik1-6/+5
2017-11-11Fix: don't send SCH burst to the output if it wasn't correctly decodedPiotr Krysik2-9/+8
2017-11-07Added tx bursts preprocessing blockPiotr Krysik3-0/+133
2017-11-07Moved gsm_constants file to include directoryPiotr Krysik6-182/+5
2017-11-07Added C++ version of burst type filterPiotr Krysik3-0/+160
2017-11-05misc_utils/trx_burst_if: get rid of built-in timeslot filterVadim Yanitskiy2-27/+0
2017-11-05misc_utils/trx_burst_if: get rid of clock interfaceVadim Yanitskiy2-25/+1
2017-11-05Refactor the 'TRX Burst Interface' blockVadim Yanitskiy7-48/+28
2017-11-05Merge branch 'ptrkrysik/trx' of https://github.com/ptrkrysik/gr-gsm into ptrk...Piotr Krysik1-1/+1
2017-11-05Corrected namespaces from grgsm to gsmPiotr Krysik10-16/+16