Commit Graph

607 Commits

Author SHA1 Message Date
Piotr Krysik c6eb3b5c6a Added msg_to_tag block - currently it does nothing 2016-05-29 13:06:39 +02:00
Piotr Krysik af8ad5dddf Changed GSM_API to GRGSM_API so gr_modtool created blocks don't have to be modified 2016-05-29 13:05:48 +02:00
Piotr Krysik 044fe06f15 Updated examples pointer after addition of the uplink demo 2016-05-23 17:47:50 +02:00
Piotr Krysik e5bd4b86e9 Next corrections of demapping blocks - mainly corretion of SDCCH8 uplink configuration. 2016-05-23 09:43:05 +02:00
Piotr Krysik 27085acf2e Corrected setting of header fields in the universal demapper 2016-05-22 14:07:16 +02:00
Piotr Krysik 19cba4762a Corrected configuration of demappers 2016-05-21 09:24:34 +02:00
Piotr Krysik f517bea1cc Added check of sizes of vectors passed to universal demapper block 2016-05-21 09:02:12 +02:00
Piotr Krysik e4fcdf3c15 Corrected _channe_types vectors in SDCCH8 demapper 2016-05-21 09:01:42 +02:00
Piotr Krysik 5bf53cefb9 Update of the examples pointer 2016-05-20 13:26:06 +02:00
Piotr Krysik ea33d5f208 Nothing 2016-05-20 13:00:08 +02:00
Piotr Krysik 5cfde48d69 Update of the pointer to the examples 2016-05-20 12:46:08 +02:00
Piotr Krysik 773a194c32 Big change of the universal control channels demapper:
-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-05-20 12:45:54 +02:00
Piotr Krysik bac8284599 Added default values for uplink parameters
so urrent Python code works without modification.
2016-05-15 10:39:39 +02:00
Piotr Krysik 8630fac60c Merged uplink-decoding branch (with complete support for control channels decoding on uplink)
# Conflicts:
#	examples
#	lib/demapping/universal_ctrl_chans_demapper_impl.cc
#	lib/receiver/receiver_impl.cc
2016-05-14 19:37:14 +02:00
Piotr Krysik cdff492ff7 Merge branch 'master' into development 2016-05-14 07:15:15 +02:00
Piotr Krysik 50a0e950f2 Removed calls to 'cd' bash command and replaced it with WORKDIR
which should work better according to docker's manual
2016-04-29 15:47:45 +02:00
Piotr Krysik 7685bc0501 Change to print only content of bursts without tails and training sequences 2016-04-29 12:09:01 +02:00
Piotr Krysik 0679ceb0d1 Added option to print raw, unencrypted bursts - with dummy bursts filtered out. 2016-04-29 11:16:22 +02:00
Piotr Krysik ee0af7b3cc Added script for manual building of the package and uploading it to the launchpad 2016-04-25 10:30:26 +02:00
Piotr Krysik 062e32c901 Added files from the example:
http://simmesimme.github.io/lessons/2011/11/02/ppa-launchpad-cmake/
after slight change in order to make launchpad compile gr-gsm.
2016-04-25 10:28:44 +02:00
Piotr Krysik 13d9e7a334 Corrected the example in grgsm_channelize, changed default sample rates in applications. 2016-04-24 15:23:15 +02:00
Ash Wilson c6095d6cb2 Merge branch 'revert-182-development' into development 2016-04-22 19:14:59 -07:00
Ash Wilson 04705ef915 Merge pull request #183 from ptrkrysik/testing
Testing
2016-04-17 13:22:37 -07:00
Ash Wilson 63b1b9384f Revert "Development" 2016-04-17 13:20:45 -07:00
Ash Wilson d5cdfe7951 Merge pull request #182 from ptrkrysik/development
Development
2016-04-17 13:18:54 -07:00
Ash Wilson f916339a1c Updating packaging doc 2016-04-14 19:27:22 -07:00
Ash Wilson a5f62b6e78 improving var set 2016-04-14 19:03:02 -07:00
Ash Wilson f6f0662da3 Auto-set arch 2016-04-14 18:55:59 -07:00
Ash Wilson 9ee6f7fab8 Merge branch 'testing' of https://github.com/ptrkrysik/gr-gsm into testing 2016-04-14 18:42:23 -07:00
Ash Wilson 18e9fab811 Checking in first attempt at build script 2016-04-14 18:42:16 -07:00
Piotr Krysik 9d3baeb855 Merge of accidental change to the master 2016-04-14 15:34:12 +02:00
Piotr Krysik 7765bbde9f Changed name of the package to gr-gsm 2016-04-14 13:20:38 +02:00
Your Name bc50ad50f2 Added docker image for building the package (if it prove to be usefull it probably will land into another directory) 2016-04-14 11:14:55 +02:00
Your Name 387bb5d182 Updated list of gr-gsm dependencies (reduced it and added gr-osmosdr) 2016-04-14 11:12:56 +02:00
Piotr Krysik dbb69beb5d Restored oryginal Debian Jessie dockerfile 2016-04-14 09:02:52 +02:00
Ash Wilson b7f4a1b5be Almost there... sorting deps 2016-04-13 23:52:55 -07:00
Ash Wilson 265c6a2e9e Trying with a modified CMakeLists.txt file 2016-04-13 22:52:28 -07:00
Piotr Krysik 7267b708f9 Corrected and shortened the Ubuntu 16.04 dockerfile 2016-04-13 13:01:11 +02:00
Piotr Krysik 5d2e254f08 Travis: Added test of Debian testing and "make test" 2016-04-13 12:28:12 +02:00
Piotr Krysik 9cfe51c2b2 Removed a junk Dockerfile 2016-04-13 12:27:21 +02:00
Piotr Krysik 1d42544736 Changes in dockerfiles:
-removed (prorbably) unnecessary packages
-added docker file for debian testing
2016-04-13 12:26:41 +02:00
Ash Wilson c084c5704e coalesce efforts 2016-04-11 19:16:51 -07:00
Ash Wilson 181b5dc4a3 Targeting only Ubuntu16 for packaging purposes 2016-04-11 19:15:11 -07:00
Piotr Krysik a0340276a3 Corrected travis.yml to point to a correct directory with the decode.sh test script 2016-04-11 22:36:52 +02:00
Piotr Krysik d189ad1735 Added Ubuntu 16.04 docker file. Commented out other files from the travis.yml 2016-04-11 22:21:20 +02:00
Piotr Krysik 533f58ad83 Changed arrangment of directories and names of files for testing 2016-04-11 22:20:35 +02:00
Ash Wilson 92b404d7e9 Updating test fixture file 2016-04-10 23:58:59 -07:00
Ash Wilson 4613c1d94f Rewiring testing script 2016-04-10 23:48:35 -07:00
Ash Wilson 553f26ad59 Please, God, just let this work and I'll never rebase again. 2016-04-10 23:34:40 -07:00
Ash Wilson 1c51498e20 Testing again... 2016-04-10 23:24:03 -07:00