gr-gsm/lib/demapping
Vasil Velichkov 5968552b47 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 ...
2019-07-18 10:31:26 +02:00
..
CMakeLists.txt Move HR demapping into a separate block 2019-07-18 10:31:26 +02:00
tch_f_chans_demapper_impl.cc Move HR demapping into a separate block 2019-07-18 10:31:26 +02:00
tch_f_chans_demapper_impl.h Move HR demapping into a separate block 2019-07-18 10:31:26 +02:00
tch_h_chans_demapper_impl.cc Add TCH/H decoder block with AMR multirate support 2019-07-18 10:31:26 +02:00
tch_h_chans_demapper_impl.h Move HR demapping into a separate block 2019-07-18 10:31:26 +02:00
universal_ctrl_chans_demapper_impl.cc Big update of copyright statements so they can be automatically processed to produce debian/copyright file 2017-08-23 16:02:19 +02:00
universal_ctrl_chans_demapper_impl.h Big update of copyright statements so they can be automatically processed to produce debian/copyright file 2017-08-23 16:02:19 +02:00