unrecognised option '--slicer.enable=1' in srsRAN nexRAN Running Procedure #85
Replies: 2 comments
Hello again, I found here https://github.com/openaicellular/srsRAN-e2/blob/eee2bbf6078b0e4987ea086be1a45e4646f1e3e1/CMakeLists.txt#L111 Anything else that I may be missing? |
|
After I enabled ON the above-mentioned options (RIC E2 Agent NexRAN model and NexRAN slicer) I would appreciate any help, thanks! :) |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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:
I receive an
**unrecognised option '--slicer.enable=1'**message.Step to reproduce the error:
--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 guess step 3 is missing the RAN scheduler activation/integration.
Where can I find the code and guidelines to install SRSRAN with E2 Agent and RAN scheduler?
All reactions