Commit Graph

845 Commits

Author SHA1 Message Date
Piotr Krysik 04142b08de Moving gsm0503.h to gsm subdir 2018-02-27 14:34:11 +01:00
Piotr Krysik 93154d1bed Portability fix: Adding local partial copy of libosmocore (TODO: minimize it) 2018-02-27 12:16:25 +01:00
Piotr Krysik 5f5b402716 Hack: disabling building doxygen docs as it causes problems on windows 2018-02-27 11:17:38 +01:00
Piotr Krysik 018bca14b8 Portability fix: experimental blocks require numpy and scipy which causes problems on Windows. Don't load them by default. 2018-02-27 08:47:20 +01:00
Piotr Krysik f7a15f08e3 Portability fix: Replaced problematic includes 2018-02-27 08:46:17 +01:00
Piotr Krysik 2b551fc545 sch.c: Changed include from local to global 2018-02-27 08:44:56 +01:00
Piotr Krysik 4c39693c00 Change ints to size_t 2018-02-27 08:43:30 +01:00
Piotr Krysik 9b2bebbc74 Fix: replaced u_int32 type with uint32 2018-02-27 08:39:00 +01:00
Piotr Krysik 884f4d632c Hack: use local libosmocore for now 2018-02-27 08:37:13 +01:00
Piotr Krysik 885c512d69 Portability fix: boost thread isn't really required by gr-gsm - commenting it out for now 2018-02-27 08:35:22 +01:00
Piotr Krysik 8121bbfa1d Portability fix: replacing tables of variable size with memory allocations 2018-02-27 08:34:03 +01:00
Piotr Krysik 1176fd272a Hack: commented out linking with libosmocore libraries
Portability fix: If on windows link wsock32 and ws2_32 libraries
2018-02-27 07:46:04 +01:00
Piotr Krysik 5903922cf1 Fix portability: added windows style struct packing to gsmtap_hdr 2018-02-27 07:42:23 +01:00
Piotr Krysik 46a5344bf3 Commented out include that seems to be not necessary and that causes problems for MSVC 2018-02-27 07:40:48 +01:00
Piotr Krysik 572664db41 Fix: fixed name of the define to the one set in lib/CMakeLists.txt 2018-02-27 07:40:10 +01:00
Piotr Krysik 59e4fe6aa4 Getting rid of cmake policy warnings 2017-09-24 11:26:54 +02:00
Piotr Krysik e18b431c4b Removing duplicated lines from cmake file 2017-09-24 11:25:30 +02:00
Piotr Krysik 4bb3acd1ad Setting version to 0.41.2 2017-09-23 21:39:04 +02:00
Piotr Krysik fa2bb860f9 Changes so that rst2man presence is optional and not mandatory to compile/install gr-gsm 2017-09-23 21:38:08 +02:00
Piotr Krysik 20510f4fe6 Merge pull request #333 from petterreinholdtsen/install-man
Add cmake rule to generate and install the rst manual page.
2017-09-23 18:19:02 +02:00
Petter Reinholdtsen cf5718cdac Install package to have rst2man available when testing. 2017-09-20 21:52:31 +02:00
Piotr Krysik d890cd3b36 Added frame number operations 2017-09-19 07:52:34 +02:00
Piotr Krysik 9b5617a3ef Corrections in the buildsystem 2017-09-18 21:36:06 +02:00
Piotr Krysik 184d7064a6 Corrections of cmake files 2017-09-13 12:46:38 +02:00
Petter Reinholdtsen 863afc6f51 Add cmake rule to generate and install the rst manual page. 2017-09-13 09:39:35 +02:00
Piotr Krysik 0945cc5512 Changed organization of cmake files
Cmake files were added into subdirectories.
2017-09-13 09:17:50 +02:00
Piotr Krysik a056c2c280 Merge branch 'development' 2017-09-11 10:40:06 +02:00
Piotr Krysik 45b8700072 Removed all references to 'band' 2017-09-11 10:38:40 +02:00
Piotr Krysik fcb45b021a Remove 'band' option from grgsm_decode altogether 2017-09-11 10:38:40 +02:00
Piotr Krysik a80567f013 Bring back parameter checking, correct creation of grgsm_capture object 2017-09-11 10:38:40 +02:00
Piotr Krysik df0adf3d86 Remove band from grgsm_capture altogether 2017-09-11 10:38:40 +02:00
leommxj caa7741d09 delete some useless code after the change of is_valid_arfcn(...) and arfcn2downlink(...) 2017-09-11 10:38:40 +02:00
leommxj ece9fd7f39 fix bug after commit 3dfa11b89e .change arfcn2downlink(a,b) to one argument in grgsm_decode and grgsm_capture and grgsm_channelize 2017-09-11 10:38:40 +02:00
leommxj 1a35cb973f fix bug after commit 3dfa11b89e .change is_valid_arfcn grgsm(a,b) to one argument in grgsm_decode and grgsm_capture 2017-09-11 10:38:40 +02:00
Piotr Krysik a63ba0e4cc Removing *livemon_headless.py script that shouldn't be in the repository. 2017-09-11 10:38:40 +02:00
Piotr Krysik c4848ac358 Updated changelog for Ubuntu's PPA 2017-09-11 10:38:40 +02:00
Piotr Krysik b6210a6e19 Merge branch 'development' 2017-09-06 17:50:22 +02:00
Piotr Krysik 3dfa11b89e Making arfcn<->freq conversions more robust and uptading apps depending on it 2017-09-06 17:48:38 +02:00
Piotr Krysik a6a7848ba6 Removing *livemon_headless.py script that shouldn't be in the repository. 2017-09-06 17:45:37 +02:00
Piotr Krysik a4bf3ccf66 Updated changelog for Ubuntu's PPA 2017-09-02 21:10:04 +02:00
Piotr Krysik 08c0c7cfe5 Incremented version for packaging and addition of release tag 2017-09-02 17:49:35 +02:00
Piotr Krysik 1ad0c96abb Added *.desktop files installation a'la GNU Radio.
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-31 21:58:48 +02:00
Piotr Krysik 1e8a03c2e8 Setting version to v0.41.0 2017-08-30 10:59:44 +02:00
Piotr Krysik d81cfe0da2 Removed cpack stuff 2017-08-30 10:51:49 +02:00
Piotr Krysik 4c5564bf2a Moved the desktop file to subdirectory for clarity 2017-08-30 10:47:07 +02:00
Piotr Krysik 0a80b1447c Changed destination variable for the desktop files 2017-08-30 10:43:59 +02:00
Piotr Krysik c8f46319dd Added recording length parameter to grgsm_livemon_headless 2017-08-30 10:39:29 +02:00
Piotr Krysik 1ecd1ac683 Merge pull request #323 from petterreinholdtsen/deb-build
Improve debian build rules and avoid conflict with official Debian package.
2017-08-30 10:06:15 +02:00
Piotr Krysik 82ae3d01bb Merge pull request #322 from petterreinholdtsen/gain-slider
Rename g_slider to gain_slider for consistency.
2017-08-30 10:03:35 +02:00
Piotr Krysik 4b51b0a938 Merge pull request #321 from petterreinholdtsen/grgsm-livemon-headless
Provide grgsm_livemon_headless for running from scripts.
2017-08-30 10:03:15 +02:00