From 7fe1685d59420ffcb58f4ff5c7cfcd2b83a13e34 Mon Sep 17 00:00:00 2001 From: garciay <yann.garcia@fscom.fr> Date: Thu, 18 Nov 2021 13:09:01 +0100 Subject: [PATCH] Update support of 3GPP T8 interface --- OneM2M_Testcases_CSE_Release_3.ttcn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OneM2M_Testcases_CSE_Release_3.ttcn b/OneM2M_Testcases_CSE_Release_3.ttcn index 4a0f52f..3713110 100644 --- a/OneM2M_Testcases_CSE_Release_3.ttcn +++ b/OneM2M_Testcases_CSE_Release_3.ttcn @@ -17245,7 +17245,7 @@ module OneM2M_Testcases_CSE_Release_3 { tc_ac.stop; // Send the response 200 OK mcnPortIn.send(m_t8Response(m_t8_response_200_ok({ - { "Host", vc_scefSimuDesc.mcnPort.t8PortDesc.binding.httpBindingDesc.bindingDesc.sutAddress & ":" & int2str(vc_scefSimuDesc.mcnPort.t8PortDesc.binding.httpBindingDesc.bindingDesc.remotePort) }, + { "Host", vc_scefSimuDesc.mcnPortIn.t8PortDesc.binding.httpBindingDesc.bindingDesc.sutAddress & ":" & int2str(vc_scefSimuDesc.mcnPortIn.t8PortDesc.binding.httpBindingDesc.bindingDesc.localPort) }, { "User-Agent", "oneM2M Test Adapter - TTF001" }, { "Accept", "*/*" }, { "Content-Type", "application/json" }, -- GitLab