Commit 5ae440c1 authored by Sebastian Hans's avatar Sebastian Hans
Browse files

CR 58 SET(22)000134r1 Ensure exact Terminal Profile when required

-Annex E part
parent b45fe979
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ public class Test_Api_2_Tep_Chec_Bss extends UiccTestModel {
        
        // test case 2 to 11
        test.reset();
        test.terminalProfileSession("A977FFF1 FFFFFFFF FFFFFFFF FFFFFFFF");
        test.terminalProfileSessionExact("A977FFF1 FFFFFFFF FFFFFFFF FFFFFFFF");
        
        response = test.unrecognizedEnvelope();
        addResult(response.checkSw("9000"));
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ public class Test_Api_2_Tep_Checb extends UiccTestModel {

        // test case 2 to 4
        test.reset();
        test.terminalProfileSession("010160");
        test.terminalProfileSessionExact("010160");
        
        response = test.unrecognizedEnvelope();
        addResult(response.checkSw("9000"));
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ public class Test_Api_2_Tep_Checs extends UiccTestModel {
        
        // test case 2 to 4
        test.reset();
        test.terminalProfileSession("010160");
        test.terminalProfileSessionExact("010160");
        
        response = test.unrecognizedEnvelope();
        addResult(response.checkSw("9000"));
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ public class Test_Api_2_Tep_Copy extends UiccTestModel {
        
        // test cases 2 to 11
        test.reset();
        test.terminalProfileSession("A901D2F0 01020000 00000000 008DFF");
        test.terminalProfileSessionExact("A901D2F0 01020000 00000000 008DFF");
        
        response = test.unrecognizedEnvelope();
        addResult(response.checkSw("9000"));
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ public class Test_Api_2_Tep_Gval extends UiccTestModel {
        
        // test case 2 to 9
        test.reset();
        test.terminalProfileSession("A901D2F0 00000000 00000000 008DFF");
        test.terminalProfileSessionExact("A901D2F0 00000000 00000000 008DFF");
        
        response = test.unrecognizedEnvelope();
        addResult(response.checkSw("9000"));