Re: gr-trellis : problem in using viterbi decoder

In your code the “encoder” block is not connected to any other block…

It should be:

info bits -> encoder -> modulator -> channel -> metrics -> viterbi

Achilleas