Loading ttcn/AtsCommon/AtsCommon_Interfaces.ttcn3 +2 −2 Original line number Diff line number Diff line Loading @@ -84,8 +84,8 @@ module AtsCommon_Interfaces { */ type record InterCompDataMsg { Ipv6Address ipv6Address, DomainName aftrName, DomainNameList domainSearchList DomainName aftrName optional, DomainNameList domainSearchList optional } // End of type InterCompDataMsg } // End of group componentPorts Loading ttcn/AtsDSlite/AtsDSLite_TestCases.ttcn3 +2 −2 Original line number Diff line number Diff line Loading @@ -247,7 +247,7 @@ module AtsDSLite_TestCases { // Prepare data to be sent to the DNS component if (f_getDHCPv6RetrievedIpv6Address(v_dhcpMsg, v_data.ipv6Address)==e_error) { f_selfOrClientSyncAndVerdict(c_tbDone, e_error); log("*** " & __SCOPE__ & ": FAIL: Message was not received in time. ***"); log("*** " & __SCOPE__ & ": FAIL: Message did not include IA_NA option. ***"); } f_getDHCPv6RetrievedAftrName(v_dhcpMsg, v_data.aftrName); f_getDHCPv6RetrievedDomainSearchList(v_dhcpMsg, v_data.domainSearchList); Loading Loading @@ -299,7 +299,7 @@ module AtsDSLite_TestCases { mdw_dns_query( // Await a DNS query mdw_dnsData_query( mw_question_aftr( // containing the Resolver request name v_data.aftrName // indicating the AFTR-name received in the DHCPv6 Reply valueof(v_data.aftrName) // indicating the AFTR-name received in the DHCPv6 Reply )))) { tc_ac.stop; // TODO DNS query template using v_data Loading Loading
ttcn/AtsCommon/AtsCommon_Interfaces.ttcn3 +2 −2 Original line number Diff line number Diff line Loading @@ -84,8 +84,8 @@ module AtsCommon_Interfaces { */ type record InterCompDataMsg { Ipv6Address ipv6Address, DomainName aftrName, DomainNameList domainSearchList DomainName aftrName optional, DomainNameList domainSearchList optional } // End of type InterCompDataMsg } // End of group componentPorts Loading
ttcn/AtsDSlite/AtsDSLite_TestCases.ttcn3 +2 −2 Original line number Diff line number Diff line Loading @@ -247,7 +247,7 @@ module AtsDSLite_TestCases { // Prepare data to be sent to the DNS component if (f_getDHCPv6RetrievedIpv6Address(v_dhcpMsg, v_data.ipv6Address)==e_error) { f_selfOrClientSyncAndVerdict(c_tbDone, e_error); log("*** " & __SCOPE__ & ": FAIL: Message was not received in time. ***"); log("*** " & __SCOPE__ & ": FAIL: Message did not include IA_NA option. ***"); } f_getDHCPv6RetrievedAftrName(v_dhcpMsg, v_data.aftrName); f_getDHCPv6RetrievedDomainSearchList(v_dhcpMsg, v_data.domainSearchList); Loading Loading @@ -299,7 +299,7 @@ module AtsDSLite_TestCases { mdw_dns_query( // Await a DNS query mdw_dnsData_query( mw_question_aftr( // containing the Resolver request name v_data.aftrName // indicating the AFTR-name received in the DHCPv6 Reply valueof(v_data.aftrName) // indicating the AFTR-name received in the DHCPv6 Reply )))) { tc_ac.stop; // TODO DNS query template using v_data Loading