Hello,

Trying to use OsmoTRX (osmo-trx-usrp1) with USRP1 SDR, but always have the same error. Even using binary packages, or build by myself. Tried to use Ubuntu 16.04 (32 and 64 bits) and Ubuntu 18.04, and always the same story. Currently Ubuntu 16.04 x i386, libboos 1.58. the following is log:

 

Info: SSE3 support compiled in and supported by CPU

Info: SSE4.1 support compiled in, but not supported by CPU
Thu Jan 10 04:47:04 2019 DLGLOBAL <0004> telnet_interface.c:104 telnet at 127.0.0.1 4237
Thu Jan 10 04:47:04 2019 DLCTRL <000b> control_if.c:887 CTRL at 127.0.0.1 4236
Thu Jan 10 04:47:04 2019 DDEV <0002> USRPDevice.cpp:67 [tid=3066698432] creating USRP device...
Thu Jan 10 04:47:04 2019 DDEV <0002> USRPDevice.cpp:98 [tid=3066698432] opening USRP device..
Can't find firmware: std.ihx
osmo-trx-usrp1: /usr/include/boost/smart_ptr/shared_ptr.hpp:648: typename boost::detail::sp_member_access<T>::type boost::shared_ptr<T>::operator->() const [with T = usrp_standard_tx; typename boost::detail::sp_member_access<T>::type = usrp_standard_tx*]: Assertion `px != 0' failed.
signal 6 received
talloc report on 'OsmoTRX' (total   1950 bytes in  13 blocks)
    telnet_connection              contains      1 bytes in   1 blocks (ref 0) 0x8f1e108
    logging                        contains   1721 bytes in   7 blocks (ref 0) 0x8ee2f70
    struct trx_ctx                 contains    228 bytes in   3 blocks (ref 0) 0x8ee29e0
    msgb                           contains      0 bytes in   1 blocks (ref 0) 0x8ee29a8
full talloc report on 'OsmoTRX' (total   1950 bytes in  13 blocks)
    telnet_connection              contains      1 bytes in   1 blocks (ref 0) 0x8f1e108
    logging                        contains   1721 bytes in   7 blocks (ref 0) 0x8ee2f70
        logging.c:1033                 contains   1002 bytes in   1 blocks (ref 0) 0x8f02fa0
        logging.c:950                  contains    210 bytes in   1 blocks (ref 0) 0x8f02e98
        struct log_target              contains    132 bytes in   2 blocks (ref 0) 0x8ee3190
            struct log_category            contains     44 bytes in   1 blocks (ref 0) 0x8ee3220
        struct log_info                contains    376 bytes in   2 blocks (ref 0) 0x8ee2fa8
            struct log_info_cat            contains    352 bytes in   1 blocks (ref 0) 0x8ee2ff8
    struct trx_ctx                 contains    228 bytes in   3 blocks (ref 0) 0x8ee29e0
        127.0.0.1                      contains     10 bytes in   1 blocks (ref 0) 0x8ee2b28
        127.0.0.1                      contains     10 bytes in   1 blocks (ref 0) 0x8ee2ae8
    msgb                           contains      0 bytes in   1 blocks (ref 0) 0x8ee29a8
Aborted (core dumped)

Please assist to fix this issue.

Thank you.