Commit Graph

23 Commits

Author SHA1 Message Date
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 a6268a5bc1 Big update of copyright statements so they can be automatically processed to produce debian/copyright file 2017-08-23 16:02:19 +02:00
Piotr Krysik 2770fc485c Added missing default value of voice-boundary parameter. Fixes #206 2017-07-23 22:05:10 +02:00
Roman Khassraf c0addfba83 #193: Adding option for enabling voice boundary detection in grgsm_decode 2016-09-27 20:11:42 +02:00
Piotr Krysik 2779172936 Updated TCH/F decoding so it writes data to a file. Flowgraph execution never ends. 2016-07-20 08:12:23 +02:00
Piotr Krysik 231aca74c2 Corrected the decoding app so it's possible to run it without frequency correction loop 2016-07-17 10:44:43 +02:00
Piotr Krysik 196982b6ce Removed old icmp packages preventing code 2016-07-17 10:43:00 +02:00
Piotr Krysik 388bc0d1cf Corrections of parameters of clock_offset_control block 2016-07-15 14:17:05 +02:00
Piotr Krysik 19028868cc Merge branch 'development' of https://github.com/ptrkrysik/gr-gsm into development 2016-07-15 13:21:44 +02:00
Piotr Krysik 6577ec215e Update applications to work with new gsm_input block 2016-07-15 13:21:09 +02:00
Piotr Krysik bd8a716369 Commented out old method of suppressing ICMP messages 2016-06-09 14:43:09 +02:00
Piotr Krysik 9d9f74edd4 Corrected order of creating socket_pdu* objects 2016-06-09 14:13:50 +02:00
Piotr Krysik beb36f4a19 Added socket_pdu server - closes issue #194 2016-06-09 13:58:52 +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 cdff492ff7 Merge branch 'master' into development 2016-05-14 07:15:15 +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 13d9e7a334 Corrected the example in grgsm_channelize, changed default sample rates in applications. 2016-04-24 15:23:15 +02:00
Piotr Krysik 8040e01751 Changes in grgsm_decode in order to enable working without frequency correction. 2016-03-08 21:42:11 +01:00
Piotr Krysik 72a1617854 Removed last parameter from socket_pdu in order to make grgsm_decode more compatible with GNU Radio 3.7.3 2016-02-22 14:30:02 +01:00
Piotr Krysik 332e0b5c6b Changes of names of applications
-removed 'airprobe' from names completely,
-removed '.py' from names,
-moved programs that don't use gr-gsm blocks to the 'apps/helpers' directory.
2016-02-13 18:37:32 +01:00