aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-11-30Going back to previous coding style - without returnsPiotr Krysik1-45/+49
2017-11-29python/trx: WIP: implement transmission chainVadim Yanitskiy2-64/+177
2017-11-29apps/grgsm_trx: fix antenna selection optionsVadim 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-29include/grgsm: remove forgotten 'trx_interface' dirVadim Yanitskiy2-26/+0
2017-11-29Corrected wrong lenght of the Access BurstPiotr Krysik1-1/+1
2017-11-29Added a block for generating Access BurstsPiotr Krysik9-8/+249
2017-11-11Updates .gitignore and examples pointerPiotr Krysik2-1/+1
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 Krysik2-8/+7
2017-11-11Corrected output name for burst_to_fn_timePiotr Krysik1-1/+1
2017-11-11Missing __init__.py part for burst_to_fn_timePiotr Krysik1-0/+1
2017-11-11Fix: don't send SCH burst to the output if it wasn't correctly decodedPiotr Krysik2-9/+8
2017-11-08Updated examples pointerPiotr Krysik1-0/+0
2017-11-08Changed name of of preprocess_tx_burst xml file, and removed 'executable' bit...Piotr Krysik3-0/+0
2017-11-08Added Python version of bursts to fn_time converterPiotr Krysik6-2/+53
2017-11-07Changed name of trx_interface directory to trxPiotr Krysik2-1/+2
2017-11-07Added tx bursts preprocessing blockPiotr Krysik9-2/+221
2017-11-07Moved gsm_constants file to include directoryPiotr Krysik7-5/+7
2017-11-07Added C++ version of burst type filterPiotr Krysik9-0/+261
2017-11-05trx/radio_if.py: fix RX / TX gain controlVadim Yanitskiy2-3/+17
2017-11-05trx/radio_if.py: clean up the stored fieldsVadim Yanitskiy1-12/+6
2017-11-05trx/radio_if.py: get rid of useless getters / settersVadim Yanitskiy1-39/+0
2017-11-05apps/grgsm_trx: add cmd line arguments for TX chainVadim Yanitskiy2-22/+35
2017-11-05apps/grgsm_trx: get rid of unused subdev_specVadim Yanitskiy2-14/+6
2017-11-05misc_utils/trx_burst_if: get rid of built-in timeslot filterVadim Yanitskiy5-38/+18
2017-11-05grc/gsm_trx_burst_if.xml: fix prefix of <key> valueVadim Yanitskiy1-1/+1
2017-11-05trx/radio_if.py: fix: use proper block nameVadim Yanitskiy1-3/+3
2017-11-05grc/gsm_block_tree: add forgotten gsm_trx_burst_if blockVadim Yanitskiy1-0/+1
2017-11-05misc_utils/trx_burst_if: get rid of clock interfaceVadim Yanitskiy2-25/+1
2017-11-05Clean up the "TRX Burst Interface" block descriptionVadim Yanitskiy1-25/+8
2017-11-05Refactor the 'TRX Burst Interface' blockVadim Yanitskiy15-86/+44
2017-11-05apps/grgsm_trx: import helper classes from grgsm.trxVadim Yanitskiy7-669/+6
2017-11-05python/trx: install helper classes as a grgsm submoduleVadim Yanitskiy3-9/+31
2017-11-05python/trx: follow GNU Radio class naming conventionsVadim Yanitskiy5-9/+9
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 Krysik16-175/+25
2017-11-05Missing cmakelists file for txtime_setterPiotr Krysik1-0/+25
2017-11-05Added txtime_setter block (a c++ version of txtime_bursts_tagger Python block)Piotr Krysik12-1/+419
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 Krysik3-56/+24
2017-11-03Corrections in fn_timePiotr Krysik4-52/+54
2017-10-31Correction in time_spec.ccPiotr Krysik1-1/+1
2017-10-31Changed fn_time to use time_spec_t copied from libUHDPiotr Krysik10-10/+12
2017-10-31Added C++ version of fn_timePiotr Krysik5-1/+161
2017-10-31Updating examples pointerPiotr Krysik1-0/+0
2017-10-31Correction of bursts taggerPiotr Krysik1-2/+2
2017-10-19Updated examples pointerPiotr Krysik1-0/+0
2017-10-19Added timing advance and delay corerrection to txtime_burst_tagger blockPiotr Krysik2-5/+34