How to test SRS feature in cuBB end-to-end test?

Hello,

I am using cuBB:24-2.1 version and succeed in doing the cuBB end-to-end test with the testcase of F08 1C 60.
(testMAC+cuPHYController+RU emulator)

I can see the DL throughput, UL throughput, and other outputs at the terminals of testMAC, cuPHY and RU emulator.

Then I want to test the SRS features and I notice in the MATLAB source code that the testcase 3920 supports SRS.
image

Accordingly, I modify the lanuch_pattern_…yaml as follows, trying to enable the SRS features.

After activating testMAC, cuPHY and RU emulator, I can see DL throughput, UL throughput and other outputs as well.

However, the column of SRS remains to be 0. I wonder what will it look like if I successfully enable the SRS features? Are there any testCase/launch_pattern that already enable SRS by default? Or it can only be done in latest cuBB:25-1 version?

Any suggestions will be appreciated. Thanks in advance for your help.