gr-gsm/include/grgsm
Vasil Velichkov 7f259fdb68 Add TCH/H decoder block with AMR multirate support
Add new TCHH channel mode
Add two new optional arguments

    -m CHAN_MODE, --mode=CHAN_MODE
                        Channel mode. Valid options are 'BCCH' (Non-combined
                        C0), 'BCCH_SDCCH4'(Combined C0), 'SDCCH8' (Stand-alone
                        control channel) 'TCHF' (Traffic Channel, Full rate),
                        'TCHH' (Traffic Channel, Half rate)

    --sub-channel=TCH_H_CHANNEL
                        TCH/H sub-channel. [default=0]
    --multi-rate=MULTI_RATE
                        The MultiRrate configuration element from the
                        Assigment Command message. Example: 28111a40. See 3GPP
                        TS 44.018 - 10.5.2.21aa MultiRate configuration

Example:
    grgsm_decode -m TCHH --sub-channel 0 --multi-rate 2811 -o voice.amr ...
2018-12-29 00:52:05 +01:00
..
decoding Add TCH/H decoder block with AMR multirate support 2018-12-29 00:52:05 +01:00
decryption Big update of copyright statements so they can be automatically processed to produce debian/copyright file 2017-08-23 16:02:19 +02:00
demapping Move HR demapping into a separate block 2018-12-29 00:52:05 +01:00
flow_control Added C++ version of burst type filter 2017-11-07 19:31:42 +01:00
misc_utils gsm_trx_burst_if: allow to customize the bind address 2018-08-10 16:38:59 +07:00
qa_utils Modification of the burst sink to read bursts with headers - incomplete 2017-09-19 08:07:14 +02:00
receiver Big update of copyright statements so they can be automatically processed to produce debian/copyright file 2017-08-23 16:02:19 +02:00
transmitter Added a block for generating Access Bursts 2017-11-29 16:39:22 +01:00
trx gsm_trx_burst_if: allow to customize the bind address 2018-08-10 16:38:59 +07:00
CMakeLists.txt Moving trx burst interface to trx directory 2018-05-05 12:38:11 +02:00
api.h Fix: fixed name of the define to the one set in lib/CMakeLists.txt 2018-02-27 14:45:14 +01:00
constants.h Added a function returning maintance version name 2017-08-25 21:55:41 +02:00
endian.h Commented out include that seems to be not necessary and that causes problems for MSVC 2018-02-27 14:45:14 +01:00
gsm_constants.h Corrected wrong lenght of the Access Burst 2017-11-29 16:39:41 +01:00
gsmtap.h Fix portability: added windows style struct packing to gsmtap_hdr 2018-02-27 14:45:14 +01:00
plotting.hpp Big update of copyright statements so they can be automatically processed to produce debian/copyright file 2017-08-23 16:02:19 +02:00