Lime XTRX tests - BasicTX failed

I ran LinesuiteNG examples. “BaiscRX” seems passed the test. “BasicTX” failed the test, see therterminal output below. What is needed to pass the test?
Thanks in advance for suggestions.

$ ./basicTX
Connected to device: LimeSDR XTRX
Using antenna Band2
Transmitter center frequency: 2000.000 MHz
Configuring device …
lms7002m_set_tx_lpf: TxLPF bypassed.
lms7002m_set_tx_lpf: TxLPF bypassed.
Sampling rate set(10.000 MHz): CGEN:80.000 MHz, Decim: 2^1, Interp: 2^1
SDR configured in 687ms
Failed to configure settings: vector::_M_range_check: __n (which is 0) >= this->size() (which is 0)

Fixed in a0b83fc

It’s working! Thanks.