discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] gr-Trellis FSM


From: Achilleas Anastasopoulos
Subject: Re: [Discuss-gnuradio] gr-Trellis FSM
Date: Sat, 31 Mar 2012 13:20:15 -0400

great catch!

It appears that in the constructor we (ie, I) forgot to close the file...

I will submit a patch ASAP, but in the meantime, please add

fclose(fsmfile);

just before

  generate_PS_PI();
  generate_TM();

in the fsm constructor fsm::fsm(const char *name)
in gr-trellis/src/lib/fsm.cc

remake reinstall and test.

Please let us know if this fixes your problem.

Achilleas



reply via email to

[Prev in Thread] Current Thread [Next in Thread]