You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running ./srsenb/src/srsenb --rf.device_name=zmq --rf.device_args="fail_on_disconnect=true,tx_port=tcp://*:2000,rx_port=tcp://localhost:2001,id=enb,base_srate=23.04e6" per the instructions fails. Everything up to this point worked i.e the library installation and srsRAN, cmake ../, make, make test, etc.
I ran the EPC from another terminal tab with sudo ./srsepc/src/srsepc prior and this worked.
Expected Behavior
I expect this EPC command to work without crashing.
Actual Behaviour
Running the eNodeB full console output:
./srsenb/src/srsenb --rf.device_name=zmq --rf.device_args="...."
Active RF plugins: libsrsran_rf_zmq.so
Inactive RF plugins:
--- Software Radio Systems LTE eNodeB ---
Couldn't open , trying /home/finn/.config/srsran/enb.conf
Reading configuration file /home/finn/.config/srsran/enb.conf...
Couldn't open sib.conf, trying /home/finn/.config/srsran/sib.conf
Couldn't open rr.conf, trying /home/finn/.config/srsran/rr.conf
Couldn't open rb.conf, trying /home/finn/.config/srsran/rb.conf
Built in Release mode using commit ec29b0c on branch master.
Warning: Failed to create thread with real-time priority. Creating it with normal priority: Operation not permitted
Opening 1 channels in RF device=zmq with args=fail_on_disconnect=true,tx_port=tcp://:2000,rx_port=tcp://localhost:2001,id=enb,base_srate=23.04e6
Supported RF device list: zmq file
CHx base_srate=23.04e6
CHx id=enb
Current sample rate is 1.92 MHz with a base rate of 23.04 MHz (x12 decimation)
CH0 rx_port=tcp://localhost:2001
CH0 tx_port=tcp://:2000
CH0 fail_on_disconnect=true
Warning: Failed to create thread with real-time priority. Creating it with normal priority: Operation not permitted
--- command='./srsenb/src/srsenb --rf.device_name=zmq --rf.device_args=fail_on_disconnect=true,tx_port=tcp://*:2000,rx_port=tcp://localhost:2001,id=enb,base_srate=23.04e6' version=23.04.0 signal=11 date='20/09/2024 00:42:19' --- srsRAN crashed. Please send this backtrace to the developers ...
--- exiting ---
Setup Details
OS: Ubuntu 24.04.1 LTS
Kernel: Linux 6.8.0-44-generic
Architecture: arm64
Hardware Vendor: QEMU
Hardware Model: QEMU Virtual Machine (using UTM on my Mac)
Issue Description
Running
./srsenb/src/srsenb --rf.device_name=zmq --rf.device_args="fail_on_disconnect=true,tx_port=tcp://*:2000,rx_port=tcp://localhost:2001,id=enb,base_srate=23.04e6"
per the instructions fails. Everything up to this point worked i.e the library installation and srsRAN,cmake ../
,make
,make test
, etc.I ran the EPC from another terminal tab with
sudo ./srsepc/src/srsepc
prior and this worked.Expected Behavior
I expect this EPC command to work without crashing.
Actual Behaviour
Running the eNodeB full console output:
./srsenb/src/srsenb --rf.device_name=zmq --rf.device_args="...."
Active RF plugins: libsrsran_rf_zmq.so
Inactive RF plugins:
--- Software Radio Systems LTE eNodeB ---
Couldn't open , trying /home/finn/.config/srsran/enb.conf
Reading configuration file /home/finn/.config/srsran/enb.conf...
Couldn't open sib.conf, trying /home/finn/.config/srsran/sib.conf
Couldn't open rr.conf, trying /home/finn/.config/srsran/rr.conf
Couldn't open rb.conf, trying /home/finn/.config/srsran/rb.conf
Built in Release mode using commit ec29b0c on branch master.
Warning: Failed to create thread with real-time priority. Creating it with normal priority: Operation not permitted
Opening 1 channels in RF device=zmq with args=fail_on_disconnect=true,tx_port=tcp://:2000,rx_port=tcp://localhost:2001,id=enb,base_srate=23.04e6
Supported RF device list: zmq file
CHx base_srate=23.04e6
CHx id=enb
Current sample rate is 1.92 MHz with a base rate of 23.04 MHz (x12 decimation)
CH0 rx_port=tcp://localhost:2001
CH0 tx_port=tcp://:2000
CH0 fail_on_disconnect=true
Warning: Failed to create thread with real-time priority. Creating it with normal priority: Operation not permitted
--- command='./srsenb/src/srsenb --rf.device_name=zmq --rf.device_args=fail_on_disconnect=true,tx_port=tcp://*:2000,rx_port=tcp://localhost:2001,id=enb,base_srate=23.04e6' version=23.04.0 signal=11 date='20/09/2024 00:42:19' ---
srsRAN crashed. Please send this backtrace to the developers ...
--- exiting ---
Setup Details
OS: Ubuntu 24.04.1 LTS
Kernel: Linux 6.8.0-44-generic
Architecture: arm64
Hardware Vendor: QEMU
Hardware Model: QEMU Virtual Machine (using UTM on my Mac)
Steps to reproduce the problem
I followed this and then this.
I installed from source.
The text was updated successfully, but these errors were encountered: