Loading ttcn/AtsECRF/AtsECRF_Pics.ttcn +5 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,11 @@ module AtsECRF_Pics { */ modulepar boolean PICS_ECRF_GEOMETRY_ARCBAND := true; /** * @desc Does the IUT support geometry Polygon? */ modulepar boolean PICS_ECRF_GEOMETRY_POLYGON := true; /** * @desc Does the IUT support ListServices ? */ Loading ttcn/AtsECRF/AtsECRF_TestCases.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -850,7 +850,7 @@ module AtsECRF_TestCases { // Test control f_check_statements({ { name := "PICS_ECRF_FIND_SERVICE", val := PICS_ECRF_FIND_SERVICE }, { name := "PICS_ECRF_GEOMETRY_ARCBAND", val := PICS_ECRF_GEOMETRY_ARCBAND } { name := "PICS_ECRF_GEOMETRY_POLYGON", val := PICS_ECRF_GEOMETRY_POLYGON } }) // Test component configuration Loading Loading
ttcn/AtsECRF/AtsECRF_Pics.ttcn +5 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,11 @@ module AtsECRF_Pics { */ modulepar boolean PICS_ECRF_GEOMETRY_ARCBAND := true; /** * @desc Does the IUT support geometry Polygon? */ modulepar boolean PICS_ECRF_GEOMETRY_POLYGON := true; /** * @desc Does the IUT support ListServices ? */ Loading
ttcn/AtsECRF/AtsECRF_TestCases.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -850,7 +850,7 @@ module AtsECRF_TestCases { // Test control f_check_statements({ { name := "PICS_ECRF_FIND_SERVICE", val := PICS_ECRF_FIND_SERVICE }, { name := "PICS_ECRF_GEOMETRY_ARCBAND", val := PICS_ECRF_GEOMETRY_ARCBAND } { name := "PICS_ECRF_GEOMETRY_POLYGON", val := PICS_ECRF_GEOMETRY_POLYGON } }) // Test component configuration Loading