From: msfu <ms...@gm...> - 2022-09-25 03:53:50
|
hi there, i ran into a problem with the transceiver. if i am trying to run it, it aborted with following output: root:~/OpenBTS-UMTS/TransceiverUHD #? $ sudo ./transceiver -e1 -a 47 -r 99 ** Configuring logger ** Using internal clock reference ** Searching for USRP device [INFO] [UHD] linux; GNU C++ version 7.5.0; Boost_106501; UHD_3.15.0.HEAD-0-g4e06022c [INFO] [B200] Detected Device: B210 [INFO] [B200] Operating over USB 3. [INFO] [B200] Initialize CODEC control... [INFO] [B200] Initialize Radio control... [INFO] [B200] Performing register loopback test... [INFO] [B200] Register loopback test passed [INFO] [B200] Performing register loopback test... [INFO] [B200] Register loopback test passed [INFO] [B200] Setting master clock rate selection to 'automatic'. [INFO] [B200] Asking for clock rate 16.000000 MHz... [INFO] [B200] Actually got clock rate 16.000000 MHz. ALERT 140100614274048 04:50:06.4 UHDDevice.cpp:252:parse_dev_type: found: B210 [INFO] [B200] Asking for clock rate 32.000000 MHz... [INFO] [B200] Actually got clock rate 32.000000 MHz. [INFO] [MULTI_USRP] Setting master clock rate selection to 'manual'. [INFO] [B200] Asking for clock rate 25.000000 MHz... [INFO] [B200] Actually got clock rate 25.000000 MHz. [WARNING] [CORES] The requested decimation is odd; the user should expect CIC rolloff. Select an even decimation to ensure that a halfband filter is enabled. decimation = dsp_rate/samp_rate -> 25 = (25.000000 MHz)/(1.000000 MHz) [WARNING] [CORES] The requested interpolation is odd; the user should expect CIC rolloff. Select an even interpolation to ensure that a halfband filter is enabled. interpolation = dsp_rate/samp_rate -> 25 = (25.000000 MHz)/(1.000000 MHz) ** Device ready bind() failed: Address already in use terminate called after throwing an instance of 'SocketError' Aborted i tried with killall -9 ./transceiver, but it doesn't help. How can i terminate it? it would be nice if you can give me a hint for solving this problem. thank you msfu |