Commit 72353ca5 authored by Sebastian Hans's avatar Sebastian Hans
Browse files

editorial changes

parent 3b18746f
Loading
Loading
Loading
Loading
+6 −6
Original line number Original line Diff line number Diff line
@@ -381,7 +381,7 @@ public class Test_Cre_Pcs_Spco extends UiccTestModel {
        response = test.terminalResponse("81030105 00820282 81830100");                                    
        response = test.terminalResponse("81030105 00820282 81830100");                                    
        addResult(response.checkSw("9000"));
        addResult(response.checkSw("9000"));
        
        
        // Install Applet1
        // Install Applet1; note that we don't want this method to consume any necessary 91XX -> true
        test.installApplet(CAP_FILE_PATH, CLASS_AID_1, APPLET_AID_1, 
        test.installApplet(CAP_FILE_PATH, CLASS_AID_1, APPLET_AID_1, 
                           "800A" + // TLV UICC Toolkit application specific parameters
                           "800A" + // TLV UICC Toolkit application specific parameters
                               "FF" +   // V Priority Level
                               "FF" +   // V Priority Level
@@ -395,7 +395,7 @@ public class Test_Cre_Pcs_Spco extends UiccTestModel {
                               "00" +   // LV TAR Value(s) 
                               "00" +   // LV TAR Value(s) 
                               "00",    // V Maximum number of services
                               "00",    // V Maximum number of services
                           true);
                           true);
	    // Send a status command to be sure to retrieve the correct status word in the RAPDU
	    // Send a Select command to be sure to retrieve the correct status word in the RAPDU
		// Do not send Status, because this would turn off polling (which is coded for the start of Testcase12)
		// Do not send Status, because this would turn off polling (which is coded for the start of Testcase12)
        test.sendApdu("00 A4 00 0C 02 3F 00");
        test.sendApdu("00 A4 00 0C 02 3F 00");
        // Fetch SetUpEventList command
        // Fetch SetUpEventList command
@@ -430,7 +430,7 @@ public class Test_Cre_Pcs_Spco extends UiccTestModel {
        
        
        // Lock Applet1; note that we don't want this method to consume any unnecessary 91XX -> true
        // Lock Applet1; note that we don't want this method to consume any unnecessary 91XX -> true
        test.lockApplication(APPLET_AID_1, true);
        test.lockApplication(APPLET_AID_1, true);
		// Send a status command to be sure to retrieve the correct status word in the RAPDU
		// Send a Select command to be sure to retrieve the correct status word in the RAPDU
		// Do not send Status, because this would turn off polling (which is coded for the start of Testcase12)
		// Do not send Status, because this would turn off polling (which is coded for the start of Testcase12)
        test.sendApdu("00 A4 00 0C 02 3F 00");
        test.sendApdu("00 A4 00 0C 02 3F 00");
        // Fetch Polling Off command
        // Fetch Polling Off command
@@ -446,7 +446,7 @@ public class Test_Cre_Pcs_Spco extends UiccTestModel {
        
        
        // Make selectable Applet1; note that we don't want this method to consume any unnecessary 91XX -> true
        // Make selectable Applet1; note that we don't want this method to consume any unnecessary 91XX -> true
        test.unlockApplication(APPLET_AID_1, true);
        test.unlockApplication(APPLET_AID_1, true);
		// Send a status command to be sure to retrieve the correct status word in the RAPDU
		// Send a Select command to be sure to retrieve the correct status word in the RAPDU
		// Do not send Status, because this would turn off polling (which is coded for the start of Testcase12)
		// Do not send Status, because this would turn off polling (which is coded for the start of Testcase12)
        test.sendApdu("00 A4 00 0C 02 3F 00");
        test.sendApdu("00 A4 00 0C 02 3F 00");
        // Fetch Poll Interval command
        // Fetch Poll Interval command
@@ -486,7 +486,7 @@ public class Test_Cre_Pcs_Spco extends UiccTestModel {
        response = test.terminalResponse("81030104 00820282 81830100");                                    
        response = test.terminalResponse("81030104 00820282 81830100");                                    
        addResult(response.checkSw("9000"));
        addResult(response.checkSw("9000"));
        
        
        // Install Applet1
        // Install Applet1; note that we don't want this method to consume any necessary 91XX -> true
        test.installApplet(CAP_FILE_PATH, CLASS_AID_1, APPLET_AID_1, 
        test.installApplet(CAP_FILE_PATH, CLASS_AID_1, APPLET_AID_1, 
                           "800A" + // TLV UICC Toolkit application specific parameters
                           "800A" + // TLV UICC Toolkit application specific parameters
                               "FF" +   // V Priority Level
                               "FF" +   // V Priority Level
@@ -500,7 +500,7 @@ public class Test_Cre_Pcs_Spco extends UiccTestModel {
                               "00" +   // LV TAR Value(s) 
                               "00" +   // LV TAR Value(s) 
                               "00",    // V Maximum number of services
                               "00",    // V Maximum number of services
                           true);
                           true);
		// Send a status command to be sure to retrieve the correct status word in the RAPDU
		// Send a Select command to be sure to retrieve the correct status word in the RAPDU
		// Do not send Status, because this would turn off polling (which is coded for the start of Testcase12)
		// Do not send Status, because this would turn off polling (which is coded for the start of Testcase12)
        test.sendApdu("00 A4 00 0C 02 3F 00");
        test.sendApdu("00 A4 00 0C 02 3F 00");
        // Fetch Poll Interval command
        // Fetch Poll Interval command
+2 −2
Original line number Original line Diff line number Diff line
@@ -70,7 +70,7 @@ public class Test_Cre_Tin_Chal extends UiccTestModel {
        /** Testcase 2                                                       */
        /** Testcase 2                                                       */
        /*********************************************************************/
        /*********************************************************************/


        // Install Applet2
        // Install Applet2; note that we don't want this method to consume any necessary 91XX -> true
        response = test.installApplet(CAP_FILE_PATH, CLASS_AID_2, APPLET_AID_2, 
        response = test.installApplet(CAP_FILE_PATH, CLASS_AID_2, APPLET_AID_2, 
                           "800A" + // TLV UICC Toolkit application specific parameters
                           "800A" + // TLV UICC Toolkit application specific parameters
                               "FF" +   // V Priority Level
                               "FF" +   // V Priority Level
@@ -118,7 +118,7 @@ public class Test_Cre_Tin_Chal extends UiccTestModel {
        /** Testcase 5                                                       */
        /** Testcase 5                                                       */
        /*********************************************************************/
        /*********************************************************************/


        // Install Applet3
        // Install Applet3; note that we don't want this method to consume any necessary 91XX -> true
        response = test.installApplet(CAP_FILE_PATH, CLASS_AID_3, APPLET_AID_3, 
        response = test.installApplet(CAP_FILE_PATH, CLASS_AID_3, APPLET_AID_3, 
                           "800A" + // TLV UICC Toolkit application specific parameters
                           "800A" + // TLV UICC Toolkit application specific parameters
                               "FF" +   // V Priority Level
                               "FF" +   // V Priority Level