## 4.1 安装ZeroMQ srsRAN没有自己的rfsim,用的ZMQ做转发假装是经过了一个信道,目前只支持单UE单BS。 !注意4.1这一步对应2.3节,是应该在编译srsRAN之前就安装的,如果已经编译了srsRAN需要在装完ZMQ之后重新make一下srsRAN - package安装: ```bash sudo apt-get install libzmq3-dev ``` 或者用源码编译: ``...
安装zmq: sudo apt-get install libzmq3-dev 不要忽略配置网络命名空间: sudo ip netns add ue1 在build目录中执行(非常重要) sudo ./srsran_install_configs.sh service [具有 ZMQ 虚拟无线电的srsRAN 4G — srsRAN 4G 23.11 文档](srsRAN 4G with ZMQ Virtual Radios) ...
s5uishida / build_srsran_4g_zmq_disable_rf_plugins Star 2 Code Issues Pull requests Discussions Build srsRAN 4G UE / RAN with ZeroMQ by disabling RF plugins zeromq 4g enodeb ue ran srsran Updated Oct 14, 2024 Load more… Improve this page Add a description, image, and links...
Multiple gNBs on ZMQ set up christsaks asked Apr 18, 2024 in General Help · Closed · Answered 2 1 💬 PHY Testvectors Issue Justin-Garey asked Sep 20, 2024 in General Help · Closed · Answered 1 1 💬 UE to DU latency aibtw asked Sep 22, 2024 in General Help · ...
The following srsUE config files were modified to operate with a channel bandwidth of 10 MHz and use the ZMQ-based RF driver. In addition, the config files were modified to allow the execution of multiple srsUE processes on the same host PC. Specifically, each config file has different: po...
# To run the srsRAN Project gNB with this config, use the following command: # sudo ./gnb -c gnb_zmq.yaml amf: addr: 10.233.22.229 bind_addr: 10.233.64.35 rf_driver: device_driver: zmq # The RF driver name. device_args: tx_port=tcp://127.0.0.1:2000,rx_port=tcp://127.0.0.1:20...
Opening 1 channels in RF device=default with args=addr=192.168.10.3,type=n210 Current sample rate is 1.92 MHz with a base rate of 23.04 MHz (x12 decimation) [zmq] zmq Tx port not specified. Disabling transmitter. [zmq] zmq Rx port not specified. Disabling receiver. [zmq] Error: Neither...
Active RF plugins: libsrsran_rf_zmq.so Inactive RF plugins: Couldn't open , trying /root/snap/srsran/22/.config/srsran/ue.conf Couldn't open /root/snap/srsran/22/.config/srsran/ue.conf either, trying /etc/srsran/ue.conf Reading configuration file /etc/srsran/ue.conf... Built in Rel...
Issue Description [Describe the issue in detail] When running the GNB and UE, an RRC connection is established, but no PDU session is established, therefore no ip address is assigned to the UE. I get the same result with wireless and wir...
srsRAN没有自己的rfsim,用的ZMQ做转发假装是经过了一个信道,目前只支持单UE单BS。 !注意4.1这一步对应2.3节,是应该在编译srsRAN之前就安装的,如果已经编译了srsRAN需要在装完ZMQ之后重新make一下srsRAN - package安装: ```bash sudo apt-get install libzmq3-dev ...