Front Haul Interface Library update to first seed code contribution
[o-du/phy.git] / fhi_lib / app / run_o_ru.sh
similarity index 92%
rename from fhi_lib/app/run_ru.sh
rename to fhi_lib/app/run_o_ru.sh
index e84bc0a..e9204f5 100644 (file)
@@ -28,7 +28,8 @@ if ! mount | grep $huge_folder; then
  mount none $huge_folder -t hugetlbfs -o rw,mode=0777
 fi
 
-./ru/bin/sample-ru config_file_ru.dat 0000:18:02.0 0000:18:02.1
+#40G
+./build/sample-app ./usecase/mu1_100mhz/config_file_o_ru.dat 0000:d8:02.0 0000:d8:02.1
 
 umount $huge_folder
 rmdir $huge_folder