From 35b66a8533b44fe08297a1e38311f2639abceac6 Mon Sep 17 00:00:00 2001
From: ghaddab <ghaddab@eurecom.fr>
Date: Mon, 17 Mar 2014 18:13:34 +0000
Subject: [PATCH] extended MAX_CARDS to 20

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5177 818b1a75-f10b-46b9-bf7c-635c3b92a50f
---
 targets/ARCH/EXMIMO/DEFS/openair_device.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/targets/ARCH/EXMIMO/DEFS/openair_device.h b/targets/ARCH/EXMIMO/DEFS/openair_device.h
index 2e60425b46..5ba4587ac9 100755
--- a/targets/ARCH/EXMIMO/DEFS/openair_device.h
+++ b/targets/ARCH/EXMIMO/DEFS/openair_device.h
@@ -4,8 +4,8 @@
 
 // Maximum number of concurrently supported cards
 //
-#define MAX_CARDS   4
-#define INIT_ZEROS {0, 0, 0, 0}
+#define MAX_CARDS   20
+#define INIT_ZEROS {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}
 
 
 /** PCIe subsystem configuration Space
-- 
GitLab