From 6c30c04eecfe79e8fb36baa4e503867aa5b1da7d Mon Sep 17 00:00:00 2001 From: Florian Kaltenberger <florian.kaltenberger@eurecom.fr> Date: Fri, 3 Jan 2020 22:18:37 +0100 Subject: [PATCH] adding rcc config files to rfsimulator UE for CI --- ci-scripts/rcc-files/rbconfig.raw | 1 + ci-scripts/rcc-files/reconfig.raw | Bin 0 -> 479 bytes ci-scripts/runTestOnVM.sh | 4 ++-- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 ci-scripts/rcc-files/rbconfig.raw create mode 100644 ci-scripts/rcc-files/reconfig.raw diff --git a/ci-scripts/rcc-files/rbconfig.raw b/ci-scripts/rcc-files/rbconfig.raw new file mode 100644 index 00000000000..9c561b7a9fd --- /dev/null +++ b/ci-scripts/rcc-files/rbconfig.raw @@ -0,0 +1 @@ + (ׂÀ \ No newline at end of file diff --git a/ci-scripts/rcc-files/reconfig.raw b/ci-scripts/rcc-files/reconfig.raw new file mode 100644 index 0000000000000000000000000000000000000000..5c5e01afe2aec3f97c30c6c395e691b906f53d10 GIT binary patch literal 479 zcmZvXF=!J}0EYi}?{ax<ujwnqP(r9LdP)?LqjX5c;q{0mf{3F-k?Ylh7Nmksy1YwM ztWF_HD2S341u23-K{`0R)EHALB7$3yU{yNWE?ufM?rz_=eIE-q#<ATRVl&MoJKY*d z%r*p{y4m%?r)SsO#?`C>BDLn@pH=-7OC(3HiK7aM=K0~>p;sJV#)3cRP}!cF={b-c z$D&Sec{)ws_}-(}5ZTCmG6k8Z+El7b_+~ys$}tp+>R8&h^H*qjkeE7j>S1m*y!<vS zHo_<G!bUUv{yuEZuZxj|+y=J+A*=_+e1!Ktyuc3b{{q0<C|Eq>Z>|IbfE-=%20&0& z!Xa%#N|ao~iDNAa&y(>|&2omxS|19&Ec<$CLcW~PtAYF+=x>v9XHswGo*%!M5`}ub zkP@*YRKe`|sstp+7BYgKlsEo2TVF0s8)iRql|GDKV#BpEmp+Nb+s@$Fy^oz9@|$_w zAgDx{s9pE(FnU+EL5$rh0|#!Qn-OhVhnAm#lR`?`$+?8lxkIeG9sQxyKSUggMl_8G q=sescY^JDDg>Jz;1)D2scBG<kqLe?g^J0H?&!nSpg8l`%XQ{uHWSBYt literal 0 HcmV?d00001 diff --git a/ci-scripts/runTestOnVM.sh b/ci-scripts/runTestOnVM.sh index 32a16527839..118c4b4d9ea 100755 --- a/ci-scripts/runTestOnVM.sh +++ b/ci-scripts/runTestOnVM.sh @@ -1119,7 +1119,7 @@ function start_rf_sim_gnb { echo "cd /home/ubuntu/tmp/cmake_targets/ran_build/build/" >> $1 if [ $LOC_S1_CONFIGURATION -eq 0 ] then - echo "echo \"RFSIMULATOR=server ./nr-softmodem -O /home/ubuntu/tmp/ci-scripts/conf_files/ci-$LOC_CONF_FILE --log_config.global_log_options level,nocolor --parallel-config PARALLEL_SINGLE_THREAD --noS1 --nokrnmod 1 --rfsim\" > ./my-nr-softmodem-run.sh " >> $1 + echo "echo \"RFSIMULATOR=server ./nr-softmodem -O /home/ubuntu/tmp/ci-scripts/conf_files/ci-$LOC_CONF_FILE --log_config.global_log_options level,nocolor --parallel-config PARALLEL_SINGLE_THREAD --noS1 --nokrnmod 1 --rfsim --phy-test\" > ./my-nr-softmodem-run.sh " >> $1 fi echo "chmod 775 ./my-nr-softmodem-run.sh" >> $1 echo "cat ./my-nr-softmodem-run.sh" >> $1 @@ -1194,7 +1194,7 @@ function start_rf_sim_nr_ue { echo "cd /home/ubuntu/tmp/cmake_targets/ran_build/build/" >> $1 if [ $LOC_S1_CONFIGURATION -eq 0 ] then - echo "echo \"RFSIMULATOR=${LOC_GNB_VM_IP_ADDR} ./nr-uesoftmodem --numerology 1 -C ${LOC_FREQUENCY}000000 -r $LOC_PRB --nokrnmod 1 --rfsim --log_config.global_log_options level,nocolor --noS1\" > ./my-nr-softmodem-run.sh " >> $1 + echo "echo \"RFSIMULATOR=${LOC_GNB_VM_IP_ADDR} ./nr-uesoftmodem --numerology 1 -C ${LOC_FREQUENCY}000000 -r $LOC_PRB --nokrnmod 1 --rfsim --phy-test --rcc_config_path /home/ubuntu/tmp/ci-scripts/rcc-files --log_config.global_log_options level,nocolor --noS1\" > ./my-nr-softmodem-run.sh " >> $1 fi echo "chmod 775 ./my-nr-softmodem-run.sh" >> $1 echo "cat ./my-nr-softmodem-run.sh" >> $1 -- GitLab