aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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-09-24Removing duplicated lines from cmake filePiotr Krysik1-3/+0
2017-09-18Corrections in the buildsystemPiotr Krysik2-1/+2
2017-09-13Corrections of cmake filesPiotr Krysik3-4/+5
2017-09-13Changed organization of cmake filesPiotr Krysik10-55/+279
2017-08-25Added a function returning maintance version namePiotr Krysik1-0/+6
2017-08-24Added versioning borrowed fron GNU Radio to gr-gsmPiotr Krysik2-0/+87
2017-08-23Big update of copyright statements so they can be automatically processed to ...Piotr Krysik79-88/+229
2017-08-23Moved openbts codes into a separate directory and updated their license state...Piotr Krysik17-283/+281
2017-08-22Merge branch 'libosmocore_integration' into packaging_piotrPiotr Krysik28-1396/+7034
2017-08-21Merge refactoring of the receiver done in branch 'fixeria/receiver' of https:...Piotr Krysik2-736/+930
2017-08-02Merge branch 'fixeria/api' of https://github.com/axilirator/gr-gsm into axili...Piotr Krysik10-4/+239
2017-07-24receiver_impl.cc: refactor the source codeVadim Yanitskiy2-736/+930
2017-07-23Closes #290 - the problem with subtracting of timeslot number for timeslots 0...Piotr Krysik1-2/+2
2017-07-22flow_control: implement pass / drop filtering policiesVadim Yanitskiy8-4/+117
2017-07-21burst_sdcch_subslot_splitter: implement and expose GET/SET APIVadim Yanitskiy2-0/+19
2017-07-21burst_sdcch_subslot_filter: implement and expose GET/SET APIVadim Yanitskiy2-0/+39
2017-07-21burst_fnr_filter: implement and expose GET/SET APIVadim Yanitskiy2-0/+41
2017-07-21burst_timeslot_filter: implement and expose GET/SET APIVadim Yanitskiy2-0/+23
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-04-02Quick hack to interpret unencrypted assignment commandsPiotr Krysik2-1/+13
2017-03-30Added interpretation of SC (start ciphering) field in cmc extractorPiotr Krysik2-3/+11
2017-03-02Fix operator precedence in comparisonsSteve Glass1-5/+5
2017-02-16Merge branch 'master' into collect-system-infoPiotr Krysik6-83/+155
2017-01-23Ressurected old frequency correction functionPiotr Krysik2-33/+7
2017-01-18Changed frequency estimator to the old one that worked betterPiotr Krysik2-57/+8
2017-01-11Implemented system info collection blockRoman Khassraf3-0/+235
2017-01-03Merge branch 'development' into libosmocore_integrationPiotr Krysik3-0/+136
2017-01-03Changes in decoding:Piotr Krysik16-5/+6788