From 5787a0e5fc5ffd0d632c21a9f1b8544140a918a4 Mon Sep 17 00:00:00 2001
From: reinaortega <miguelangel.reinaortega@etsi.org>
Date: Wed, 17 Jul 2019 10:56:50 +0200
Subject: [PATCH] Small fix in m_contentMyRemoteCSEResource template

Signed-off-by: reinaortega <miguelangel.reinaortega@etsi.org>
---
 LibOneM2M/OneM2M_Templates.ttcn | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/LibOneM2M/OneM2M_Templates.ttcn b/LibOneM2M/OneM2M_Templates.ttcn
index f1d58cd..90e9405 100644
--- a/LibOneM2M/OneM2M_Templates.ttcn
+++ b/LibOneM2M/OneM2M_Templates.ttcn
@@ -4274,7 +4274,7 @@ module OneM2M_Templates {
 			resourceType := int16,//M
 			resourceID := PX_TS_CSE1.cseResourceId,//M
 			pointOfAccess := { p_pointOfAccess }, //O
-			cSEBase := f_getCompletePoA(PX_TS_CSE1.mccPortIn, "") & PX_TS_CSE1.cseId & "/" & PX_TS_CSE1.cseName,//M
+			cSEBase := PX_TS_CSE1.cseId & "/" & PX_TS_CSE1.cseName,//M
 			cSE_ID := PX_TS_CSE1.cseId,//M
 			requestReachability := true//M
 		};
-- 
GitLab