index
:
gr-gsm
development
fixeria/lms
fixeria/mf_config
fixeria/trx
master
porting_to_gr38
ptrkrysik/trx_hopping
trx_hopping
GNU Radio blocks for receiving/transmitting GSM
Piotr Krysik
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-14
Fix compiling with the local libosmocore copy
porting_to_gr38
Vasil Velichkov
1
-6
/
+16
2020-02-14
Log import errors as currently GRC 3.8 suppress them
Vasil Velichkov
1
-18
/
+22
2020-02-14
travis: Test in Ubuntu 18.04 container
Vasil Velichkov
3
-0
/
+53
2020-02-14
Print the error message on stderr in a python2 compatible way
Vasil Velichkov
1
-1
/
+1
2020-02-14
tests: export VOLK_GENERIC=1 to workaround VOLK's bug 278
Vasil Velichkov
2
-0
/
+11
2020-02-14
tests: Get more information about CPU and user limits
Vasil Velichkov
2
-0
/
+4
2020-02-14
tests: fix some shellcheck errors.
Vasil Velichkov
2
-10
/
+8
2020-02-14
travis: Use bionic build environment
Vasil Velichkov
1
-0
/
+1
2020-02-14
travis: Install gr-osmosdr from the apt repository
Vasil Velichkov
2
-44
/
+9
2020-02-14
Add .dockerignore file
Vasil Velichkov
1
-0
/
+1
2020-02-14
tests: Close the temp file handle in qa_burst_file_source
Vasil Velichkov
1
-0
/
+2
2020-02-14
Python 3 compatibility changes in fn_time.py
Vasil Velichkov
1
-4
/
+4
2020-02-14
Build the grgsm_livemon man page
Vasil Velichkov
1
-1
/
+1
2020-02-14
tests: Do not specify filename when runing gr_unittest
Vasil Velichkov
21
-22
/
+21
2020-02-14
Remove build_utils.py and build_utils_codes.py
Vasil Velichkov
2
-278
/
+0
2020-02-14
travis: Add /usr/local/lib/python3/dist-packages/ to PYTHONPATH
Vasil Velichkov
2
-6
/
+10
2020-02-14
travis: Install liborc-0.4-dev needed for gr-iqbal
Vasil Velichkov
2
-2
/
+2
2020-02-14
Do not add python/misc_utils to PYTHONPATH when executing tests
Vasil Velichkov
2
-2
/
+2
2020-02-14
Fix grcc compilation with python3 by adding local subdirs to __path__
Vasil Velichkov
5
-3
/
+24
2020-02-14
Remove the RTLD_GLOBAL hack
Vasil Velichkov
1
-26
/
+0
2020-02-14
travis: gnuradio-companion 3.8 does not have --version parameter
Vasil Velichkov
2
-4
/
+14
2020-02-14
grgsm_decode: Print frequency or ARFCN message on stderr
Vasil Velichkov
1
-1
/
+2
2020-02-14
grgsm_livemon: Specify localhost as string
Vasil Velichkov
2
-2
/
+2
2020-02-14
grgsm_livemon: Set cell_allocation to [0]
Vasil Velichkov
2
-2
/
+2
2020-02-14
grgsm_livemon: Fix UDP client and server blocks
Vasil Velichkov
2
-4
/
+4
2020-02-14
grgsm_livemon: Change the type of several parameters to string
Vasil Velichkov
2
-8
/
+8
2020-02-14
grgsm_livemon: Disable PPS sync
Vasil Velichkov
2
-2
/
+2
2020-02-14
travis: Manually install gr-iqbal and gr-osmosdr
Vasil Velichkov
2
-2
/
+35
2020-02-14
travis: Install only python3 packages
Vasil Velichkov
2
-6
/
+4
2020-02-14
Convert grgsm_livemon and grgsm_livemon_headless to YAML
Vasil Velichkov
2
-5924
/
+1810
2020-02-14
Various python3 related changes
Vasil Velichkov
21
-92
/
+53
2020-02-14
travis: Test only on distributions with gnuradio 3.8
Vasil Velichkov
3
-7
/
+5
2020-02-14
Migrate grc blocks from xml to yaml
Vasil Velichkov
118
-2154
/
+1888
2020-02-14
GNU Radio 3.8 support
Vasil Velichkov
40
-2433
/
+1599
2019-07-29
Fix uplink sub_slot and sub_types assignment in the sdcch4 and bcch_ccch dema...
Vasil Velichkov
7
-14
/
+300
2019-07-29
Fix uplink sub_slot assignment in the sdcch8 demapper block
Vasil Velichkov
3
-3
/
+148
2019-07-29
Fix sub_slot assignment in the universal_ctrl_chans_demapper block
Vasil Velichkov
3
-3
/
+1
2019-07-29
Add control channels demappers tests
Vasil Velichkov
11
-3
/
+653
2019-05-03
Filter out SoapyAudio devices
Vasil Velichkov
7
-8
/
+89
2019-05-02
grgsm_capture: Fix device arguments
Vasil Velichkov
1
-1
/
+2
2019-05-02
Improve the TCH/H decoder logs
Vasil Velichkov
1
-1
/
+8
2019-04-01
Improve slightly interface of plotting so it's easier to use it
Piotr Krysik
1
-6
/
+6
2019-03-19
Fix the TCH/H decoder and demapper XML definitions
Vasil Velichkov
4
-40
/
+26
2019-03-01
Major simplification and some argument changes in grgsm_capture
Piotr Krysik
1
-167
/
+113
2019-02-25
grgsm_livemon: Use the osr variable in all blocks
Vasil Velichkov
2
-4
/
+4
2019-02-05
MacOS fixes
Vasil Velichkov
2
-1
/
+2
2019-01-26
apps/grgsm_trx: introduce initial LMS driver support
Vadim Yanitskiy
3
-1
/
+73
2019-01-22
apps/grgsm_trx: add RadioInterface driver selection argument
Vadim Yanitskiy
2
-4
/
+10
2019-01-22
trx/radio_if.py: print type of RadioInterface
Vadim Yanitskiy
2
-2
/
+10
2019-01-22
python/trx: fork RadioInterfaceUHD from RadioInterface
Vadim Yanitskiy
5
-36
/
+97
[next]