aboutsummaryrefslogtreecommitdiffstats
path: root/apps/grgsm_livemon
AgeCommit message (Collapse)AuthorFilesLines
2017-08-27Changed the BCCH+CCCH+SDCCH4 demapper into BCCH+CCCH demapperPiotr Krysik1-4/+4
2017-08-26Fixing collectorport and collector removed in the last commit from grgsm_livemonPiotr Krysik1-16/+36
2017-08-26Applied new changes in grgsm_livemon.grc to the python codePiotr Krysik1-24/+13
2017-08-26Applied changes with collector port and IP in python version of grgsm_livemonPiotr Krysik1-12/+32
2017-08-23Big update of copyright statements so they can be automatically processed to ↵Piotr Krysik1-1/+1
produce debian/copyright file
2017-08-22Merge branch 'libosmocore_integration' into packaging_piotrPiotr Krysik1-0/+20
# Conflicts: # python/receiver/gsm_wideband_input.py
2017-07-23Added a bit better labels for most cryptic paramters. Related to issue #288Piotr Krysik1-28/+28
2017-01-23Changes in the livemon:Piotr Krysik1-5/+6
-changed frequency range, -added abiliti to set fractional frequency correction.
2016-10-02Added license statements where it was missingPiotr Krysik1-0/+20
2016-07-18Changes to apps after frequency offset correction major changePiotr Krysik1-7/+17
2016-07-15Update applications to work with new gsm_input blockPiotr Krysik1-57/+88
2016-05-20Big change of the universal control channels demapper:Piotr Krysik1-2/+2
-simplification of the universal demapper, -addition of hierarhical blocks for each of the demappers - so they also look well and readable in python, -addition of helper script for compilation of the demappers.
2016-02-22Removed last parameter from socket_pdu in order to make grgsm_decode more ↵Piotr Krysik1-2/+0
compatible with GNU Radio 3.7.3
2016-02-14Added ability to supply device arguments as parameter to applications.Piotr Krysik1-3/+6
Change adressing #140 enhancement request. It is possible to select rtl-sdr dongle: -with device index through commanline parameter: `--args="rtl=1"` (where 1 is the device index). Caution: device index is not unique identifier and it changes on each connection of the dongle. -with devices serial number, the commandline option in this case has following form: `--args="rtl=00000001"` (where 00000001 is the serial number). NOTE: You can set the serial number with use of: ```sh rtl_eeprom -s <serial_number> ```
2016-02-13Changes of names of applicationsPiotr Krysik1-0/+278
-removed 'airprobe' from names completely, -removed '.py' from names, -moved programs that don't use gr-gsm blocks to the 'apps/helpers' directory.