Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running eNodeB on Linux consistently fails #1387

Open
finndayton opened this issue Sep 20, 2024 · 0 comments
Open

Running eNodeB on Linux consistently fails #1387

finndayton opened this issue Sep 20, 2024 · 0 comments

Comments

@finndayton
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant