Question about F08 case test configuration

Hi! I have question about configuration during testing F08 case. Is it possible to test end-to-end F08 differing channels using cli below??

sudo /opt/nvidia/cuBB/build/cuPHY-CP/testMAC/testMAC/test_mac F08 1C --channels PDSCH 59
sudo /opt/nvidia/cuBB/build/cuPHY-CP/ru-emulator/ru_emulator/ru_emulator F08 1C --channels PDSCH 59
sudo -E /opt/nvidia/cuBB/build/cuPHY-CP/cuphycontroller/examples/cuphycontroller_scf F08_CG1_skt

Error occured on RU emulator process and cuphycontroller process. I attached both of them below.

The following commands should work

sudo /opt/nvidia/cuBB/build/cuPHY-CP/testMAC/testMAC/test_mac F08 1C 59 --channels PDSCH
sudo /opt/nvidia/cuBB/build/cuPHY-CP/ru-emulator/ru_emulator/ru_emulator F08 1C 59 --channels PDSCH
sudo -E /opt/nvidia/cuBB/build/cuPHY-CP/cuphycontroller/examples/cuphycontroller_scf F08_CG1_skt

@bkecicioglu Thanks for your reply.