Thanks for the tip, it helped me find what was ultimately an embarrassing mistake. I’ll post the explanation in case it helps someone new in the future. By default, gnuradio generates a python script with a try/except block in main() that passes on EOF. The correct solution was to replace this block with a simple signal.pause() and make sure a signal handler was defined.
_______________________________________________ USRP-users mailing list -- usrp-users@lists.ettus.com To unsubscribe send an email to usrp-users-le...@lists.ettus.com