Skip to content
Success

Changes

Summary

  1. Fix preventing crashes when -d missing (details)
  2. Small bugfix in SYSINFO parsing (details)
  3. Fix in GNU Radio 3.10 receiver (details)
  4. Added example keyfile (details)
  5. Added TA61 to the TAA1 suite (details)
  6. Added functional TA61 decryption (details)
Commit 3ba729b8e9ca82b2149fc9ed96012b9e2ac6ce51 by w.bokslag
Fix preventing crashes when -d missing

Small fix that check whether a dumpdir was provided with -d. If not,
no voice data is written to file.

Change-Id: I6a857f62aae542b054cbb474594359da626762bb
The file was modifiedsrc/lower_mac/tetra_lower_mac.c
Commit 1dd42c59ad294957847b932d695eb15e4935a748 by w.bokslag
Small bugfix in SYSINFO parsing

Small bugfix. We now increases the position in the SYSINFO read
buffer when parsing hyperframe or cck number.

Change-Id: Ic35f5106c096a7a3dd0d2302ad53fa00c69ab76d
The file was modifiedsrc/tetra_mac_pdu.c
Commit 8d30520f3b8102ed210144e86e269fc4be98475b by w.bokslag
Fix in GNU Radio 3.10 receiver

The GNU Radio 3.10 compatible receiver script added by SQ5BPF
contains an erroneous block that should not be present. This
block was removed.

Change-Id: I63a95bd8dbbceadd1b6c1b227a125910051d415e
The file was modifiedsrc/demod/telive_1ch_simple_gr310_udp.grc
The file was modifiedsrc/demod/telive_1ch_simple_gr310_udp.py
Commit 2f2685b2c8527f52bcb0bed1547cf40c3be45532 by w.bokslag
Added example keyfile

Added an example keyfile that people can use when trying to decrypt
TEA-encrypted traffic. Note that a legitimate 80-bit key is needed.
This is not a cracking tool.

Change-Id: I7e13dcd10546e118e2cf9845f14121862db0cca9
The file was addedsrc/example_keyfile.txt
Commit ce62c5ec863b3edab48e49a519146cdf83e7f763 by w.bokslag
Added TA61 to the TAA1 suite

Change-Id: I79e93d6863ab6c044a8e19bba85c7447095f5e11
The file was modifiedsrc/crypto/taa1.c
The file was modifiedsrc/crypto/hurdle.c
The file was modifiedsrc/crypto/hurdle.h
The file was modifiedsrc/crypto/taa1.h
Commit 59fb603999ca1c0302366e07253fd65b2d1fe7ca by w.bokslag
Added functional TA61 decryption

Now uses a known SCK/CCK to decrypt identities using TA61

Change-Id: Ic01c1d9cd151ba0213ed67971cc479f312af14fb
The file was modifiedsrc/crypto/tetra_crypto.c