Open thusithathilina opened 6 months ago
Hi, have you tried to look at the logs for the xApp's Kubernetes pod? Based on this log, it seems that srsRAN was able to successfully connect to the xApp and send the initial request, but the SCTP socket timed out afterwards, hinting that either a problem with the network occurred or the xApp crashed.
Unknown E2-like command: E
refers to the initial E2-like request which is sent from the xApp to nodeB (the command is the first character of the message). Since no control messages are sent afterwards, it is stuck on the initial request.
Refer to the following command to get the pod logs for the xApp (replace sudo kubectl logs -n ricxapp <podname>
Hi, have you tried to look at the logs for the xApp's Kubernetes pod? Based on this log, it seems that srsRAN was able to successfully connect to the xApp and send the initial request, but the SCTP socket timed out afterwards, hinting that either a problem with the network occurred or the xApp crashed.
Unknown E2-like command: E
refers to the initial E2-like request which is sent from the xApp to nodeB (the command is the first character of the message). Since no control messages are sent afterwards, it is stuck on the initial request.Refer to the following command to get the pod logs for the xApp (replace with the name of your xApp’s pod):
sudo kubectl logs -n ricxapp <podname>
I also get the same error. The logs from ricxapp says only: sudo kubectl logs -n ricxapp ricxapp-ric-app-ml [INFO] E2-like enabled, connecting using SCTP on hostIP [INFO] Server started [INFO] Connected by ('hostIP', xappPORT) [INFO] Sent E2-like request [INFO] Receiving I/Q data...
I was able to overcome the connection timeout by redeploying the xapp. However, I guess that shouldn't be the proper fix. But still it shows the unknown E2-like cmd received: E
message.
I'm trying to run the "Developing a custom xApp in Python" section as mentioned in the https://openaicellular.github.io/oaic/xapp_python.html#connecting-to-srsran. However, I'mr receiving the following error log when starting the eNb.
Additionally, when I try to connect the UE it keeps prints the following log message on the eNB console
unknown E2-like cmd received: E