aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Collapse)AuthorFilesLines
2018-03-22Fix the parallel build.Vasil Velichkov1-2/+28
- Override the GR_UNIQUE_TARGET function to not append a hash to the target name. - Add explicit dependency between pygen_apps and _grgsm_swig The _grgs_swig needs to be built first because grcc evaluates and verify all imports - Test the parallel build in the docker containers as well
2018-03-22Compile the .grc files with cmake and grccVasil Velichkov3-633/+30
And remove the pre-built scripts from the repository Fixes #13
2018-01-23Fixing missing callback to set_fc in clock_offset_control blockPiotr Krysik2-55/+125
2017-11-05Making headless livemon executablePiotr Krysik1-0/+0
2017-09-25Making arfcn<->freq conversions more robust for grgsm_livemon too (closes ↵Petter Reinholdtsen1-1/+32
issue #337).
2017-09-11Removed all references to 'band'Piotr Krysik1-22/+12
2017-09-11Remove 'band' option from grgsm_decode altogetherPiotr Krysik1-28/+5
2017-09-11Bring back parameter checking, correct creation of grgsm_capture objectPiotr Krysik1-3/+6
2017-09-11Remove band from grgsm_capture altogetherPiotr Krysik1-30/+5
2017-09-11delete some useless code after the change of is_valid_arfcn(...) and ↵leommxj2-17/+5
arfcn2downlink(...)
2017-09-11fix bug after commit 3dfa11b89e6a74e6857c11e3029b372c746d535f .change ↵leommxj3-7/+7
arfcn2downlink(a,b) to one argument in grgsm_decode and grgsm_capture and grgsm_channelize
2017-09-11fix bug after commit 3dfa11b89e6a74e6857c11e3029b372c746d535f .change ↵leommxj2-5/+5
is_valid_arfcn grgsm(a,b) to one argument in grgsm_decode and grgsm_capture
2017-09-11Removing *livemon_headless.py script that shouldn't be in the repository.Piotr Krysik1-230/+0
2017-09-06Making arfcn<->freq conversions more robust and uptading apps depending on itPiotr Krysik3-36/+101
2017-08-31Added *.desktop files installation a'la GNU Radio.Piotr Krysik4-2/+75
After building grgsm_setup_freedesktop is created. It has to be executed during installation of a package with 'install' as a parameter. During removal of a package it has to be called with 'uninstall' as a parameter.
2017-08-30Moved the desktop file to subdirectory for clarityPiotr Krysik3-6/+24
2017-08-30Changed destination variable for the desktop filesPiotr Krysik1-2/+1
2017-08-30Added recording length parameter to grgsm_livemon_headlessPiotr Krysik2-26/+356
2017-08-30Merge pull request #322 from petterreinholdtsen/gain-sliderPiotr Krysik1-2/+2
Rename g_slider to gain_slider for consistency.
2017-08-28Rename g_slider to gain_slider for consistency.Petter Reinholdtsen1-2/+2
2017-08-28Add generated grgsm_livemon_headless from grgsm_livemon_headless.grc and ↵Petter Reinholdtsen2-0/+218
install the program.
2017-08-28Add non-GUI/headless livemon version.Petter Reinholdtsen2-0/+2626
The grgsm_livemon_headless.grc file can be re-created using grgsm_livemon.grc and the instructions in the README, documenting how to disable the GUI in the normal livemon version.
2017-08-28Merge pull request #320 from petterreinholdtsen/scanner-str-repr-fixPiotr Krysik1-1/+1
Fix fatal typo in channel_info.__repr__().
2017-08-28Merge branch 'packaging' into desktop-menu-entryPiotr Krysik4-26/+15
2017-08-28Merge pull request #318 from petterreinholdtsen/remove-compat-symlinksPiotr Krysik2-14/+0
Remove all traces of the compatibility symlinks from cmake.
2017-08-27Changed the BCCH+CCCH+SDCCH4 demapper into BCCH+CCCH demapperPiotr Krysik2-9/+9
2017-08-27Fix fatal typo in channel_info.__repr__().Petter Reinholdtsen1-1/+1
The format list is one value too short. Add the missing %s.
2017-08-26Add XDG desktop menu entry for grgsm_livemon.Petter Reinholdtsen2-0/+14
2017-08-26Remove all traces of the compatibility symlinks from cmake.Petter Reinholdtsen2-14/+0
2017-08-26Fixing collectorport and collector removed in the last commit from grgsm_livemonPiotr Krysik2-41/+147
2017-08-26Applied new changes in grgsm_livemon.grc to the python codePiotr Krysik1-24/+13
2017-08-26Merge branch 'udp-server-print' of ↵Piotr Krysik1-64/+15
https://github.com/petterreinholdtsen/gr-gsm into petterreinholdtsen-udp-server-print # Conflicts: # apps/grgsm_livemon.grc
2017-08-26Applied changes with collector port and IP in python version of grgsm_livemonPiotr Krysik1-12/+32
2017-08-26Merge branch 'config-collector-point' of ↵Piotr Krysik1-3/+89
https://github.com/petterreinholdtsen/gr-gsm into petterreinholdtsen-config-collector-point
2017-08-26Merge branch 'scanner-str-repr' of ↵Piotr Krysik1-1/+7
https://github.com/petterreinholdtsen/gr-gsm into petterreinholdtsen-scanner-str-repr # Conflicts: # apps/grgsm_scanner
2017-08-26Fixed problems resulting from Nones returned when no such frequency or ARFCN ↵Piotr Krysik1-1/+1
exists.
2017-08-26Merge branch 'reuse-scanner' of https://github.com/petterreinholdtsen/gr-gsm ↵Piotr Krysik1-48/+62
into petterreinholdtsen-reuse-scanner
2017-08-25Removed compatibility symlinks (closes issue #302)Piotr Krysik1-3/+3
2017-08-25Connect Message Printer block to UDP server block.Petter Reinholdtsen1-14/+8
Instead of printing messages in parallel to the UDP package sending, move the printing to after the UDP server block. This make it both possible to disable message printing by changing the server port to a different value from the client port, and to print messages collected by several clients by pointing all clients to the same server.
2017-08-25Make UDP server port configurable using --serverport parameter.Petter Reinholdtsen1-1/+44
This make it possible to run several grgsm_livemon processes on the same machine, by giving them unique ports to listen on.
2017-08-24Make address and port of collector point configurable.Petter Reinholdtsen1-3/+89
Introduce new command line arguments --collector <host> and --collectorport <portnumber> to make it possible to send the GSM packages outside localhost.
2017-08-24Change channel_info to provide both __str__ and __repr__.Petter Reinholdtsen1-0/+6
The __str__() function should be used for pretty-printing of the class, while __repr__ should be used to print a complete representation of the class. Earlier __repr__ would not include all the information in the class.
2017-08-24Restructure grgsm_scanner to allow its reuse from pythonPetter Reinholdtsen1-48/+62
Split the main() function into do_scan() and argument_parser() and move the result printing into a function pointer passed to do_scan(). This allow the scanner to be reused as a library from python. Here is one way to reuse it: import imp scanner = imp.load_source('scanner', '/usr/bin/grgsm_scanner') (options, args) = scanner.argument_parser().parse_args() list = scanner.do_scan(options.samp_rate, options.band, options.speed, options.ppm, options.gain, options.args) print list
2017-08-23Updated apps/README with new names of helper scriptsPiotr Krysik1-3/+3
2017-08-23Merge branch 'deb-bin-no-ext' of ↵Piotr Krysik3-3/+3
https://github.com/petterreinholdtsen/gr-gsm into petterreinholdtsen-deb-bin-no-ext
2017-08-23Big update of copyright statements so they can be automatically processed to ↵Piotr Krysik5-6/+6
produce debian/copyright file
2017-08-22Merge branch 'libosmocore_integration' into packaging_piotrPiotr Krysik2-2/+22
# Conflicts: # python/receiver/gsm_wideband_input.py
2017-08-08Remove language extention from remaining binaries.Petter Reinholdtsen3-3/+3
The install target install some binaries without language extentions and others with such extension: * grgsm_capture.py * grgsm_channelize.py * grgsm_decode * grgsm_livemon * grgsm_scanner It would be more consistent and according to the policy of Debian and Ubuntu if all the binaries were without such language extention. This commit rename grgsm_capture.py and grgsm_channelize.py to avoid the language extention.
2017-07-23Added missing default value of voice-boundary parameter. Fixes #206Piotr Krysik1-1/+1
2017-07-23Added a bit better labels for most cryptic paramters. Related to issue #288Piotr Krysik2-37/+37