Closed mdalgitsis closed 1 year ago
Currently the nexran app does not work. This seems to be an issue with the northbound interface's service port not opening when deploying the xapp. Once i fix this issue, i plan to release updated instructions on running this xapp.
Hello all,
I am trying to deploy the NexRAN xAPP and I am following the guidelines of https://github.com/openaicellular/oaic/blob/master/docs/source/nextranslicing.rst
In the srsRAN nexRAN Running Procedure part when I run the command:
sudo srsenb \ --enb.n_prb=15 --enb.name=enb1 --enb.enb_id=0x19B --rf.device_name=zmq \ --rf.device_args="fail_on_disconnect=true,id=enb,base_srate=23.04e6,tx_port=tcp://*:2000,rx_port=tcp://localhost:2001" \ --ric.agent.remote_ipv4_addr=${E2TERM_SCTP} --log.all_level=warn --ric.agent.log_level=debug --log.filename=stdout \ --slicer.enable=1 --slicer.workshare=0
I receive an unrecognised option '--slicer.enable=1' message.
Steps to reproduce the error:
Then in the https://github.com/openaicellular/srsRAN-e2/blob/eee2bbf6078b0e4987ea086be1a45e4646f1e3e1/CMakeLists.txt#L111 file the Options related to NexRAN are OFF. After enabling them and compiling again the SNSRAN, I received the following error:
Despite the errors, I continued with the guidelines and run snsrsepc and snsenb. After modifying the snsenb command with 50 physical resource blocks and adding Tx/Rx port1 the command works and now the flag "slicer" was recognized.
I also onboarded and deployed the NexRAN xAPP. The curl requests work, however the NexRAN xAPP doesn't seem to interact with the RAN scheduler:
Any ideas on how to solve the compilation error above?