Commit Graph

36 Commits

Author SHA1 Message Date
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 b9a87a18fb Moved openbts codes into a separate directory and updated their license statements so they can be automatically processed 2017-08-23 15:59:28 +02:00
Piotr Krysik 70c25a112a Changes in decoding:
-copied decoding routines from libosmocore to gr-gsm,
-made cmake files entries for new source files and added linking with libosmocodec,
-moved sch.c file to decoding folder.
2017-01-03 08:01:23 +01:00
Piotr Krysik 694ed81d7b TCH decoding with libosmocore 2016-10-02 18:56:04 +02:00
Piotr Krysik b8d33d90f7 Control channels decoding with libosmocore 2016-10-02 18:54:46 +02:00
Piotr Krysik b516e6dcdb Moved control channels decoder to libosmocore implementation 2016-09-28 11:53:26 +02:00
Piotr Krysik 5c9afd38f0 TCH/F decoding correction - less wrong messages interpreted as voice frames 2016-08-18 18:57:02 +02:00
Piotr Krysik 0a60e7a70a Corrections of tch/f decoder - removal of parameter continued 2016-06-29 22:22:27 +02:00
Piotr Krysik 2b97cb1cc3 Added voice output, removed saving to file from inside the decoder - now it should be done GNU Radio way 2016-06-29 15:00:07 +02:00
Steve Glass 6b20e1fcdc Fix buffer overrun/silence compiler warning 2016-02-27 19:48:52 +10:00
iZsh 6698793a24 Fix issue #112 (copy messages instead of modifying the input msg) 2015-08-16 14:52:01 +02:00
Roman Khassraf d36123dac8 Fixed missing GSM 06.10 header for FR audio frames. 2015-08-11 12:44:56 +02:00
Roman Khassraf 23c8d8a92f Implemented boundary check for voice decoding. Issue 107 2015-08-11 11:52:15 +02:00
Roman Khassraf b86836781e Added handling of channel mode modify messages for AMR 2015-07-11 15:08:01 +02:00
ptrkrysik d1312138ad Applied again bugfix for issue #65 (it was removed during one of merges) 2015-07-06 18:48:13 +02:00
Roman Khassraf 8851d6638a Removed unused or duplicate code 2015-06-07 16:42:37 +02:00
Roman Khassraf d38206c29f Implemented / integrated AMR decoding 2015-06-07 16:26:29 +02:00
Roman Khassraf 67089d6dd3 Removed check for tail bits, as it may lead to false discarding of frames 2015-06-02 13:23:15 +02:00
Roman Khassraf e159333f8f Moved variable declaration to header file 2015-06-02 13:19:01 +02:00
Roman Khassraf fa7058b64b Changed tch_mode enum to support AMR 2015-06-02 09:21:11 +02:00
Roman Khassraf aa8fa99d0e Added missing Viterbi decoder source 2015-06-02 09:20:03 +02:00
Roman Khassraf d71e658ecb Updated BitVector to recent source 2015-06-02 08:49:12 +02:00
Roman Khassraf 05bfb82475 Changed author in TCH demapper and decoder 2015-05-22 11:46:00 +02:00
Roman Khassraf 091a80fffe Fixed missing magic bytes for GSM-EFR output file 2015-05-22 10:39:16 +02:00
Roman Khassraf 059bab9c0b Implementation of TCH/F decoder supporting GSM-FR and GSM-EFR. Issue #50 2015-05-20 12:49:46 +02: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 5ad7d630a5 Added return value to fire_crc (by Matin Hauke) 2014-12-13 11:39:53 +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
ptrkrysik 529895b14c Updated copyleft statements of my files #3 2014-12-02 18:07:38 +01:00
ptrkrysik 617ba03ffc Changed format of messages containing bursts to PDU. Corrected types of bursts. 2014-11-21 10:11:05 +01:00
ptrkrysik 18df2f390e Removed setting channel type from the decoder - this is now done in demapping stage. 2014-11-19 11:33:08 +01:00
ptrkrysik 7f61c6440c Changes in control channels decoder to output messages in PDU format - when connected to Socket PDU the messages can be dissected with Wireshark now. The information in the header might be not complete/fully correct at this moment (no SNR, power measurements, channel type statically set to BCCH). 2014-10-30 08:57:27 +01:00
ptrkrysik 4c82577d16 Repaired cmake buildsystem - include files paths were inconsistent with source files after changing directory structure 2014-08-16 11:34:54 +02:00
piotr ab663c8844 Added new block for message printing, removed legacy code from the decoder and bursts printer 2014-08-06 14:14:15 +02:00
piotr b529a59a91 Added output in the control channel decoder 2014-08-04 11:30:43 +02:00
piotr faacc72413 Added typical signalization channels (CCCH, BCCH, SDCCH) decoder and demapper for BCCH.
The implementation is quite dirty at this moment.
2014-07-20 23:48:32 +02:00