aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-09-13apps/grgsm_trx: remove redundant unit from freq_offset variable namePiotr Krysik2-8/+8
2018-09-13Add .gitreview similar to the other osmocom's projectsVasil Velichkov1-0/+3
2018-09-13grgsm_channelize: Add ichar data typeVasil Velichkov1-1/+5
2018-09-13apps/grgsm_trx: remove unnecessary checks of freq_offsetPiotr Krysik2-15/+8
2018-09-13trx/radio_if: add freq_offset parameter to constructorPiotr Krysik2-4/+5
2018-09-13burst_file_source: Fix reading longer burstsVasil Velichkov4-13/+109
2018-09-12apps/grgsm_trx: migrate from getopt to argparsePiotr Krysik1-106/+69
2018-09-12trx/radio_if.py: clarify magic numbers in sample rate calculationPiotr Krysik1-2/+2
2018-09-12apps/grgsm_trx: fix inaccurate sample rate calculationVadim Yanitskiy2-1/+4
2018-09-11Format the output into ostringstream and then write it at once.Vasil Velichkov2-16/+21
2018-09-11grgsm_scanner: Add --debug optionVasil Velichkov1-16/+21
2018-09-06Revert "grgsm_trx: Migrated argument parsing to argparse" that shouldn't be p...Piotr Krysik2-291/+311
2018-09-05grgsm_trx: Migrated argument parsing to argparsePiotr Krysik2-311/+291
2018-09-05apps/grgsm_trx: add baseband frequency shift featureVadim Yanitskiy2-2/+26
2018-08-31Changed submodule URLs to point to osmocom serversPiotr Krysik1-2/+2
2018-08-12Increasing version numberv0.42.2developmentPiotr Krysik1-1/+1
2018-08-10New gr-gsm versionPiotr Krysik1-3/+3
2018-08-10apps/grgsm_trx: print bind / remote address and portv0.42.1Vadim Yanitskiy3-2/+11
2018-08-10apps/grgsm_trx: introduce bind address optionVadim Yanitskiy4-15/+23
2018-08-10gsm_trx_burst_if: allow to customize the bind addressVadim Yanitskiy7-11/+26
2018-08-10trx/ctrl_if.py: send control responses to where commands are fromVadim Yanitskiy2-9/+12
2018-08-10trx/udp_link.py: set SO_REUSEADDR socket optionVadim Yanitskiy1-0/+1
2018-08-10trx/udp_link.py: close socket in destructorVadim Yanitskiy3-8/+3
2018-08-10apps/grgsm_trx: use format string for help messageVadim Yanitskiy1-9/+16
2018-08-10trx/radio_if.py: drop useless import of osmosdrVadim Yanitskiy1-1/+0
2018-08-10trx/radio_if.py: reset UHD device time at startupVadim Yanitskiy1-0/+6
2018-08-10grgsm_trx: change default TRX port number to 6700Vadim Yanitskiy1-1/+1
2018-08-10apps/grgsm_trx: also print Piotr as a copyright holderVadim Yanitskiy1-0/+1
2018-07-28tests: Fix Debian and Kali dockerfilesPiotr Krysik2-6/+2
2018-07-12Keep the old mailing list for nowPiotr Krysik1-3/+3
2018-07-12README.md: Turn URLs into hyperlinks (video, mailing list)Harald Welte1-2/+2
2018-07-12README.md: Change mailing list address to osmocom.orgHarald Welte1-3/+3
2018-06-19Simplify cmake checks related to libosmocorePiotr Krysik4-8/+8
2018-06-19Run tests with CTEST_OUTPUT_ON_FAILURE=1Vasil Velichkov5-5/+5
2018-06-19Add LOCAL_OSMOCOM cmake optionVasil Velichkov1-1/+8
2018-06-18Placing grcc compilation utils in separate filesPiotr Krysik3-52/+80
2018-06-18Separating libosmogsm from the restPiotr Krysik5-17/+37
2018-06-18Check that pkg-config is availableVasil Velichkov1-1/+3
2018-06-18Add DEBIAN_FRONTEND=noninteractiveVasil Velichkov4-4/+4
2018-06-18Fix the parallel build with cmake 3.11Vasil Velichkov2-0/+306
2018-06-18Add CentOS7 docker containerVasil Velichkov2-0/+62
2018-06-18Add cmake options that enable/disable grcc compilationVasil Velichkov1-2/+14
2018-06-04Changing tabs to spacesPiotr Krysik1-27/+27
2018-06-04Disabling installation of desktop filesPiotr Krysik1-1/+1
2018-06-02Commenting out a line causeing crash on HackRFPiotr Krysik1-1/+1
2018-05-06Fix includes after moving trx_burst_ifPiotr Krysik2-3/+4
2018-05-05Added short description of grgsm_trxPiotr Krysik1-0/+3
2018-05-05Updated e-mail addresses of Vadim and VasilPiotr Krysik1-2/+2
2018-05-05Fix burst_to_fn_time name in gsm_burst_to_fn_time.xmlPiotr Krysik1-1/+1
2018-05-05Moving trx burst interface to trx directoryPiotr Krysik16-6/+81