Skip to content

O1 module not appearing when we attach to the telnetsrv

Hi, we do not seem to be able to see any o1 module appearing when we manually telnet into the nr-softmodem.

We are invoking the softmodem with the following script:

sudo ./ran_build/build/nr-softmodem -O /home/lime/openairinterface5g/targets/PROJECTS/GENERIC-NR-5GC/CONF/lmssdr_3p5_40M_MIMO.conf --rf-config-file /home/lime/openairinterface5g/cmake_targets/lms.cfg --sa --telnetsrv --telnetsrv.listenport 8091 --telnetsrv.shrmod o1 --telnetsrv.shrmod ci --websrv --websrv.listenport 8092 --log_config.global_log_options level,nocolor,time,line_num,function

It does say in the literature to invoke o1 and ci with --telnetsrv.shrmod o1,ci but neither combination is working for us currently. (comma separated and the method above).

Its something simple, but we're lost. Thanks for any support you can provide.