gr-gsm/grc
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 Added support for A5/2, A5/3, A5/4. Issue #85 2015-07-17 18:32:22 +02:00
demapping Move HR demapping into a separate block 2018-12-29 00:52:05 +01:00
flow_control Changed input and output name for burst_type_filter 2017-11-11 11:14:26 +01:00
misc_utils Fix burst_to_fn_time name in gsm_burst_to_fn_time.xml 2018-05-05 12:40:14 +02:00
qa_utils Little changes of GRC blocks names 2016-07-15 13:09:07 +02:00
receiver Fixing missing callback to set_fc in clock_offset_control block 2018-01-23 15:07:08 +01: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
gsm_block_tree.xml Add TCH/H decoder block with AMR multirate support 2018-12-29 00:52:05 +01:00