Config::SetDefault("ns3::NrgnbRrc::SrsPeriodicity", UintegerValue(320));
I tried setDefault like this but I am getting the following error:
msg="Could not set default value for ns3::NrgnbRrc::SrsPeriodicity", +0.000000000s -1 file=/root/ns-3-dev/src/core/model/config.cc, line=899
NS_FATAL, terminating
terminate called without an active exception
Command 'build/contrib/nr/examples/ns3.42-test-nr-ue-default' died with <Signals.SIGABRT: 6>.
Can anyone guide me through this?