From 9362cbd0c8ed46eaacc125e2075968fa38d1b982 Mon Sep 17 00:00:00 2001
From: yilmazt <yilmazt@urecom.fr>
Date: Tue, 23 Jul 2019 12:03:07 +0200
Subject: [PATCH] minor fix2

---
 ci-scripts/oai-ci-vm-tool | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci-scripts/oai-ci-vm-tool b/ci-scripts/oai-ci-vm-tool
index c491352f8f2..86c78e78ede 100755
--- a/ci-scripts/oai-ci-vm-tool
+++ b/ci-scripts/oai-ci-vm-tool
@@ -180,12 +180,12 @@ function variant__v4__cppcheck {
 }
 
 function variant__v5__gnb_usrp {
-    NB_PATTERN_FILES=4
+    NB_PATTERN_FILES=9
     BUILD_OPTIONS="--gNB -w USRP"
 }
 
 function variant__v6__nr_ue_usrp {
-    NB_PATTERN_FILES=4
+    NB_PATTERN_FILES=9
     BUILD_OPTIONS="--nrUE -w USRP"
 }
 
-- 
GitLab