can detected disabled sim card

This commit is contained in:
2022-02-25 09:50:57 +01:00
parent 34dbe1d909
commit 4f78c79463
5 changed files with 37 additions and 19 deletions
+3
View File
@@ -3,3 +3,6 @@ from enum import Enum
class SIMError(Enum):
SIM_DISABLED = "SIM_DISABLED"
CME_ERROR = "CME_ERROR"
STORAGE_ERROR = "STORAGE_ERROR"
TIMEOUT = "TIMEOUT"