It will be grateful if python bindings for “config_mimo”,
“sync_every_pps” are added to usrp2_base.h and usrp2.i in gr-usrp2.
(Until now, I have added them everytime when I updated the gnuradio.)
I am using “sync_every_pps” for synchronizing boundaries of frames
transmitted from multiple USRP2. Since the samples are discarded when
the samples arrive later than the preset timestamp value, I use
“sync_every_pps” and set timestamp value to 99999999 in order to
guarantee transmission of the
frame.