Skip to content

zmq based srsue is failing to enabling tx&rx ports #4

@ven457

Description

@ven457

Hello team,
I am facing issue with zmq based srsue attach after starting the 5G core and srsgnb. Below are the logs from ./run.sh script from O-RAN testbed directory. Also, attaching the ue1.conf and gnb.yaml file for your reference.

ue1_gnb_yaml.zip

Please check and let me know if any additional information required from my setup.

root@5gnet:~/O-RAN-Testbed-Automation# ./run.sh
Running 5G Core components...

Script: /root/O-RAN-Testbed-Automation/5G_Core_Network/install_scripts/network_config.sh...

Adding TUN interface ogstun...
Adding TUN interface ogstun2...
Adding TUN interface ogstun3...
Checking and assigning IP addresses to TUN device...
Running patched Open5GS netconf.sh script...
net.ipv4.ip_forward = 1
net.ipv6.conf.all.forwarding = 1
Adding iptables MASQUERADE rule for IPv4...
Adding ip6tables MASQUERADE rule for IPv6...
Configured network settings for Open5GS.
Starting webui service...
Failed to start open5gs-webui.service: Unit open5gs-webui.service not found.
Starting open5gs-mmed in background...
Starting open5gs-sgwcd in background...
Starting open5gs-smfd in background...
Starting open5gs-amfd in background...
Starting open5gs-sgwud in background...
Starting open5gs-upfd in background...
Starting open5gs-hssd in background...
Starting open5gs-pcrfd in background...
Starting open5gs-nrfd in background...
Starting open5gs-scpd in background...
Starting open5gs-ausfd in background...
Starting open5gs-udmd in background...
Starting open5gs-pcfd in background...
Starting open5gs-nssfd in background...
Starting open5gs-bsfd in background...
Starting open5gs-udrd in background...
mmed: RUNNING
sgwcd: RUNNING
smfd: RUNNING
amfd: RUNNING
sgwud: RUNNING
upfd: RUNNING
hssd: RUNNING
pcrfd: RUNNING
nrfd: RUNNING
scpd: RUNNING
ausfd: RUNNING
udmd: RUNNING
pcfd: RUNNING
nssfd: RUNNING
bsfd: RUNNING
udrd: RUNNING
webui: NOT_RUNNING
Waiting for AMF to be ready...................
AMF is ready.

Running gNodeB...
Starting gNodeB in background...
gNodeB: RUNNING

**Running User Equipment...
Starting srsue (ue1)...
Active RF plugins: libsrsran_rf_uhd.so libsrsran_rf_zmq.so
Inactive RF plugins:
Reading configuration file configs/ue1.conf...

Built in Release mode using commit ec29b0c1f on branch master.

Opening 2 channels in RF device=zmq with args=tx_port=tcp://127.0.0.1:2001,rx_port=tcp://127.0.0.1:2000,base_srate=23.04e6
Supported RF device list: UHD zmq file
CHx base_srate=23.04e6
Current sample rate is 1.92 MHz with a base rate of 23.04 MHz (x12 decimation)
CH0 rx_port=tcp://127.0.0.1:2000

CH0 tx_port=tcp://127.0.0.1:2001
[zmq] zmq Tx port not specified. Disabling transmitter.
[zmq] zmq Rx port not specified. Disabling receiver.
[zmq] Error: Neither Tx port nor Rx port specified.
Error initializing radio.
**
################################# STOPPING... #################################
Stopping User Equipment...
User Equipment: NOT_RUNNING

Stopping gNodeB...
gNodeB: RUNNING (0 / 10)
gNodeB: RUNNING (1 / 10)
gNodeB: RUNNING (2 / 10)
gNodeB: NOT_RUNNING (3 / 10)
The gNodeB has stopped gracefully.
gNodeB: NOT_RUNNING

Stopping 5G Core components...
Component open5gs-mmed has stopped gracefully.
Component open5gs-sgwcd has stopped gracefully.
Component open5gs-smfd has stopped gracefully.
Component open5gs-amfd has stopped gracefully.
Component open5gs-sgwud has stopped gracefully.
Component open5gs-upfd has stopped gracefully.
Component open5gs-hssd has stopped gracefully.
Component open5gs-pcrfd has stopped gracefully.
Component open5gs-nrfd has stopped gracefully.
Component open5gs-scpd has stopped gracefully.
Component open5gs-ausfd has stopped gracefully.
Component open5gs-udmd has stopped gracefully.
Component open5gs-pcfd has stopped gracefully.
Component open5gs-nssfd has stopped gracefully.
Component open5gs-bsfd has stopped gracefully.
Component open5gs-udrd has stopped gracefully.
mmed: NOT_RUNNING
sgwcd: NOT_RUNNING
smfd: NOT_RUNNING
amfd: NOT_RUNNING
sgwud: NOT_RUNNING
upfd: NOT_RUNNING
hssd: NOT_RUNNING
pcrfd: NOT_RUNNING
nrfd: NOT_RUNNING
scpd: NOT_RUNNING
ausfd: NOT_RUNNING
udmd: NOT_RUNNING
pcfd: NOT_RUNNING
nssfd: NOT_RUNNING
bsfd: NOT_RUNNING
udrd: NOT_RUNNING
webui: NOT_RUNNING
root@5gnet:~/O-RAN-Testbed-Automation#

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions