Skip to content
Snippets Groups Projects
Commit 7fe1685d authored by Yann Garcia's avatar Yann Garcia
Browse files

Update support of 3GPP T8 interface

parent e8f06594
No related branches found
No related tags found
1 merge request!63Merge Release4-onwards into Release4
...@@ -17245,7 +17245,7 @@ module OneM2M_Testcases_CSE_Release_3 { ...@@ -17245,7 +17245,7 @@ module OneM2M_Testcases_CSE_Release_3 {
tc_ac.stop; tc_ac.stop;
// Send the response 200 OK // Send the response 200 OK
mcnPortIn.send(m_t8Response(m_t8_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" }, { "User-Agent", "oneM2M Test Adapter - TTF001" },
{ "Accept", "*/*" }, { "Accept", "*/*" },
{ "Content-Type", "application/json" }, { "Content-Type", "application/json" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment