Commit Graph

877 Commits

Author SHA1 Message Date
ptrkrysik 8c6e6ac918 Addition of processing of Pagin Requests Type 2 and 3
Signed-off-by: banjaxbanjo <paulkinsella29@yahoo.ie>
2015-01-18 10:00:36 +01:00
ptrkrysik 03da5c6b2a Changed code to use C++ functions, and select Panging Requests starting from message type byte - the effect will be probably shorter and easier to read code. 2015-01-18 09:56:26 +01:00
Piotr Krysik bdc7a2dd76 Merge pull request #24 from banjaxbanjo/patch-2
Merging changes making tmsi_dumper does what it should. The code need a little cleanup in the near future.
2015-01-17 18:46:59 +01:00
banjaxbanjo 6f27bcffcc Update tmsi_dumper_impl.cc 2015-01-16 11:16:08 +00:00
banjaxbanjo 27ca8696ed Update tmsi_dumper_impl.cc
Updated errors and took out for loop that was not needed.

dumps tmsi-timestamp-imsi

Timestamp is when tsmi or imsi was first paged.

d121c26b-150116085023-0
43102519-150116085024-0
06086648-150116085024-0
160f49af-150116085024-0
d8216e56-150116085024-0
00090536-150116085024-0
fb21f029-150116085024-0
d121662c-150116085024-0
c122ac70-150116085024-292730**********

imsi is filtered out for privacy reason but its not in working code.

Code is used for locating tmsi from silent sms.
2015-01-16 09:01:49 +00:00
ptrkrysik f46f563e6d Added gr-gsm gnuradio-companion xml description file for tmsi_dumper 2015-01-15 11:50:06 +01:00
ptrkrysik 898475866a Changed grgsm_swig.i to include the tmsi_dumper 2015-01-15 11:48:20 +01:00
ptrkrysik dd700c17fe Moved files to gr-gsm directories. Changed CMakeLists.txt files accordingly. 2015-01-15 11:47:38 +01:00
ptrkrysik 258bbb8e92 Added in tmsi_dumper.cc and tmsi_dumper.h function that processes messages (dump_tmsi(...)).
Registered the input inside of the constructor.
2015-01-15 11:31:47 +01:00
ptrkrysik 916292298f Removing unnecessary forecast() and general_work(...) functions.
Made changes to make tmsi_dumper compile.
2015-01-15 10:28:14 +01:00
ptrkrysik 82bd117a16 After:
mkdir include/gsm
gr_modtool add tmsi_dumper
code type: general
language: C++
empty argument list
2015-01-15 09:35:03 +01:00
ptrkrysik 2f0f4c391b Correction in system information extractor 2015-01-12 22:59:05 +01:00
ptrkrysik 33c09cccd8 Corrected email address 2015-01-10 12:36:49 +01:00
ptrkrysik 08f19737a8 Corrected airprobe_rtlsdr.py to work with older gnuradio 2015-01-07 22:54:28 +01:00
Piotr Krysik eee456ca54 Merge pull request #6 from dholm/bugfix/gnuradio-HEAD
receiver: Use std::vector for gr_complex
2015-01-03 12:14:12 +01:00
ptrkrysik ef5e2dbf47 Removed some typedefs 2015-01-03 12:10:14 +01:00
ptrkrysik 3c442a6b41 Merge branch 'master' of https://github.com/ptrkrysik/gr-gsm 2015-01-03 01:01:23 +01:00
ptrkrysik c490d127e1 Merge branch 'mrjaco-master' 2015-01-03 01:00:23 +01:00
ptrkrysik 9032b87afe Added gain, fc (carrier frequency) and sample frequency parameters to the rtlsdr and usrp apps. 2015-01-03 00:36:21 +01:00
ptrkrysik 3b77654b89 Merge branch 'master' of https://github.com/mrjacobagilbert/gr-gsm into mrjaco-master
Added appropriate changes to grc files, corrected CMakeLists files
2015-01-03 00:06:39 +01:00
Piotr Krysik 2d1705f8f2 Update README.md 2014-12-19 17:38:41 +01:00
Piotr Krysik 42d7d1be65 Update README.md 2014-12-19 17:21:52 +01:00
Piotr Krysik f7ae5989ca Update README.md 2014-12-19 17:19:55 +01:00
ptrkrysik 8038b2e1eb Added notices of THC's project in files originating from it. Added also mention of THC at "Thanks" section. 2014-12-15 23:10:48 +01:00
ptrkrysik a1871f5cd1 Correction in decryption block 2014-12-15 09:38:00 +01:00
ptrkrysik a31a481fd1 Corrected extract_system_info_impl to work with PDU messages 2014-12-15 09:10:01 +01:00
ptrkrysik 18b631eb71 Added new decryption block (be careful - untested component). Changed CMakeFiles to reflect more modular design (not finished for the lib directory) 2014-12-15 09:09:18 +01:00
ptrkrysik 16c3d2691c Added example of usage of new experimental blocks (components for a new receiver) 2014-12-15 09:05:31 +01:00
ptrkrysik 6c35013d73 Added separate file for short license notice (that is used for example by gr_modtool to add these notices) and longer Copying file with full license. 2014-12-15 09:03:49 +01:00
Jacob Gilbert 90da960ef3 Slightly reorganized layout of GRC flographs to be consistant with snap-to-grid spacing for GR 3.7.5 2014-12-13 10:51:55 -08:00
Jacob Gilbert 607a09e4ce Updated burst printer to accept a pmt string which will be prepended to any printed messages for situations where multiple print blocks are desired. 2014-12-13 10:41:20 -08:00
Jacob Gilbert e89aee1934 Updated message printer to accept a pmt string which will be prepended to any printed messages for situations where multiple print blocks are desired. 2014-12-13 10:32:21 -08:00
ptrkrysik 79d0909d0d Added example showing that python blocks for new experimental gsm receiver can be actually used for searching for FCCH and SCH bursts and showing their positions on plots. 2014-12-13 11:43:03 +01:00
ptrkrysik 821c87ca09 Added some info about python blocks. 2014-12-13 11:41:10 +01:00
ptrkrysik ec6306b3df Added LIB_SUFFIX in CMakeLists.txt (by Matin Hauke) 2014-12-13 11:40:35 +01:00
ptrkrysik 5ad7d630a5 Added return value to fire_crc (by Matin Hauke) 2014-12-13 11:39:53 +01:00
ptrkrysik 2e5b7fb1c6 Corrected sch_detector 'np.complex64' occurences to 'complex64'. 2014-12-13 10:11:51 +01:00
ptrkrysik 3be74a732b Changed grgsm install directories and prefixes from "gsm" to "grgsm". The old prefix caused conflicts with libraries already available. 2014-12-13 10:11:00 +01:00
Piotr Krysik 0cd9ef0a80 Update README.md 2014-12-09 13:41:01 +01:00
Piotr Krysik 3c00d1cd87 Update README.md 2014-12-09 13:39:46 +01:00
Piotr Krysik e3cc354da5 Update README.md 2014-12-07 17:48:03 +01:00
Piotr Krysik dd2798f971 Update README.md 2014-12-07 12:11:19 +01:00
Piotr Krysik fca7e84818 Update README.md 2014-12-07 10:52:12 +01:00
Piotr Krysik ad1785eed3 Update README.md 2014-12-06 23:38:18 +01:00
Piotr Krysik 81a681e948 Update README.md 2014-12-06 23:05:21 +01:00
Piotr Krysik f9a00ab04f Update README.md 2014-12-06 21:22:28 +01:00
Piotr Krysik b3e7b66f18 Update README.md 2014-12-06 21:16:17 +01:00
Piotr Krysik 6985131999 Update sch_detector.py
Commented import that caused problems with running/pybombs installation.
2014-12-06 20:57:32 +01:00
Piotr Krysik d6cc0690c3 Update fcch_burst_tagger.py 2014-12-06 20:56:19 +01:00
Piotr Krysik 248658122a Update README.md 2014-12-06 20:31:00 +01:00