If you are running ofdm benchmark_rx, then the TIMEOUT comes from digital_ofdm_sampler.cc. I think the timeout occurs, if the sampler does not get another preamble even after 1000 (this is the value set currently) symbols, then it declares TIMEOUT and enters STATE_PREAMBLE.
thanks and regards --Anirudh Sahoo Advanced Network Technology Div. National Institute of Standards and Technology (NIST) 100 Bureau Drive, Gaithersburg, MD - 20878 Room - B230, bldg.- 222 Phone- 301-975-4439 -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of sumitstop Sent: Thursday, March 28, 2013 9:45 PM To: [email protected] Subject: [Discuss-gnuradio] terminating benckmark_rx.py after TIMEOUT How can I terminate benchmark_rx.py after a certain number of TIMEOUTS. I have observed two things 1. When I dump Tx data using --to-file option and then demod them using benchmark_rx , benchmark_rx terminates after demod. No waiting ! 2. When I use benchmark_rx for OTA reception with USRP, and once the Tx stops sending data, it keeps waiting for data and give TIMEOUTS but never stops. My application wants to get it terminated automatically after a certain number of timeouts. I tried digging a lot about where this TIMEOUT is coming from but no help so far. Any pointers. -- View this message in context: http://gnuradio.4.n7.nabble.com/terminating-benckmark-rx-py-after-TIMEOUT-tp40406.html Sent from the GnuRadio mailing list archive at Nabble.com. _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
