From 0b7af28db6d19c9830938bc6e01fd691419fa8ec Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B3zsef=20Gy=C3=BCr=C3=BCsi?=
 <jozsef.gyurusi@ericsson.com>
Date: Mon, 3 Sep 2018 14:59:34 +0200
Subject: [PATCH] IPSec Handler: FBQ added to TPD+GRP
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Change-Id: I953b32ae485e2b3f40c1c0158d6f15315f045363
Signed-off-by: József Gyürüsi <jozsef.gyurusi@ericsson.com>
---
 src/Transport/EPTF_CLL_TransportIPsecHandler.grp  | 3 +++
 src/Transport/EPTF_CLL_Transport_IPsecHandler.tpd | 1 +
 2 files changed, 4 insertions(+)

diff --git a/src/Transport/EPTF_CLL_TransportIPsecHandler.grp b/src/Transport/EPTF_CLL_TransportIPsecHandler.grp
index 30fb1e26..21768501 100644
--- a/src/Transport/EPTF_CLL_TransportIPsecHandler.grp
+++ b/src/Transport/EPTF_CLL_TransportIPsecHandler.grp
@@ -36,4 +36,7 @@
             <File path="../../../../Libraries/TCCUsefulFunctions_CNL113472/src/TCCConversion_Functions.ttcn" />
         </File_Group>
     </File_Groups>
+    <File_Group name="EPTF_CLL_TransportIPsecHandler_Dep" >
+       <File_Group path="../FreeBusyQueue/EPTF_CLL_FreeBusyQueue_Dep.grp" />
+    </File_Group>
 </File_Group>
diff --git a/src/Transport/EPTF_CLL_Transport_IPsecHandler.tpd b/src/Transport/EPTF_CLL_Transport_IPsecHandler.tpd
index e287409b..4178c5bb 100644
--- a/src/Transport/EPTF_CLL_Transport_IPsecHandler.tpd
+++ b/src/Transport/EPTF_CLL_Transport_IPsecHandler.tpd
@@ -11,6 +11,7 @@ http:www.eclipse.org/legal/epl-v10.html                           -->
     <ReferencedProject name="EPTF_CLL_Base" projectLocationURI="../Base/EPTF_CLL_Base.tpd"/>
     <ReferencedProject name="EPTF_CLL_HashMap" projectLocationURI="../HashMap/EPTF_CLL_HashMap.tpd"/>
     <ReferencedProject name="EPTF_CLL_Logging" projectLocationURI="../Logging/EPTF_CLL_Logging.tpd"/>
+    <ReferencedProject name="EPTF_CLL_FreeBusyQueue" projectLocationURI="../FreeBusyQueue/EPTF_CLL_FBQ.tpd"/>
     <ReferencedProject name="TCCUsefulFunctions_CNL113472_IPsec" projectLocationURI="../../../../Libraries/TCCUsefulFunctions_CNL113472/TCCUsefulFunctions_CNL113472_IPsec.tpd"/>
     <ReferencedProject name="TCCUsefulFunctions_CNL113472_Common" projectLocationURI="../../../../Libraries/TCCUsefulFunctions_CNL113472/TCCUsefulFunctions_CNL113472_Common.tpd"/>
     <ReferencedProject name="TCCUsefulFunctions_CNL113472_Interface" projectLocationURI="../../../../Libraries/TCCUsefulFunctions_CNL113472/TCCUsefulFunctions_CNL113472_Interface.tpd"/>
-- 
GitLab