aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-05Added txtime_setter block (a c++ version of txtime_bursts_tagger Python block)Piotr Krysik4-0/+222
2017-11-03change just to invoke automatic tests on TravisCIPiotr Krysik1-1/+1
2017-11-03Removed unused (and problematic during SWIG) part of time_spec_t and exposed ...Piotr Krysik1-48/+0
2017-11-03Corrections in fn_timePiotr Krysik1-38/+29
2017-10-31Correction in time_spec.ccPiotr Krysik1-1/+1
2017-10-31Changed fn_time to use time_spec_t copied from libUHDPiotr Krysik6-152/+3
2017-10-31Added C++ version of fn_timePiotr Krysik2-0/+106
2017-10-16Correction needed to make TX and RX integration workPiotr Krysik2-22/+33
2017-09-27Added timestamping of bursts in the gsm receiverPiotr Krysik7-16/+478
2017-09-24Removing duplicated lines from cmake filePiotr Krysik1-3/+0
2017-09-19Modification of the burst sink to read bursts with headers - incompletePiotr Krysik2-2/+8
2017-09-19Merge branch 'development' into ptrkrysik/trxPiotr Krysik4-5/+7
2017-09-18Corrections in the buildsystemPiotr Krysik2-1/+2
2017-09-13Corrections of cmake filesPiotr Krysik3-4/+5
2017-09-13Correcting cmake file from lib directoryPiotr Krysik1-1/+0
2017-09-13Added cmake file for trx_interfacePiotr Krysik1-0/+23
2017-09-13Merge branch 'development' into ptrkrysik/trxPiotr Krysik10-57/+281
2017-09-13Changed organization of cmake filesPiotr Krysik10-55/+279
2017-09-12Merge branch 'fixeria/trx' into developmentPiotr Krysik5-0/+524
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-07-19trx_interface: implement built-in timeslot filterVadim Yanitskiy2-0/+27
2017-07-19trx_interface: set proper burst type in GSMTAP headerVadim Yanitskiy2-3/+32