commands: check for status word in USIM authenticate command

Change-Id: I4c7e7261dd597cef0825826b36d50a144efa90d9
diff --git a/pySim/commands.py b/pySim/commands.py
index 0b3d9b6..83ad167 100644
--- a/pySim/commands.py
+++ b/pySim/commands.py
@@ -359,7 +359,7 @@
 			p2 = '81'
 		elif context == 'gsm':
 			p2 = '80'
-		(data, sw) = self._tp.send_apdu_constr(self.cla_byte, '88', '00', p2, AuthCmd3G, cmd_data, AuthResp3G)
+		(data, sw) = self._tp.send_apdu_constr_checksw(self.cla_byte, '88', '00', p2, AuthCmd3G, cmd_data, AuthResp3G)
 		if 'auts' in data:
 			ret = {'synchronisation_failure': data}
 		else: