From 91ec099680112ae4457c74f6b9c879435330f7d8 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 16 May 2024 08:24:32 +0200 Subject: [PATCH] euicc: clarify which eUICCs are supported We currently do not support M2M eUICC Change-Id: I3deb9f181075411484158471012ed449c83028fa --- pySim/euicc.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pySim/euicc.py b/pySim/euicc.py index 7f4cddad..1683cac5 100644 --- a/pySim/euicc.py +++ b/pySim/euicc.py @@ -1,9 +1,11 @@ # -*- coding: utf-8 -*- """ -Various definitions related to GSMA eSIM / eUICC +Various definitions related to GSMA consumer + IoT eSIM / eUICC -Related Specs: GSMA SGP.22, GSMA SGP.02, etc. +Does *not* implement anything related to M2M eUICC + +Related Specs: GSMA SGP.21, SGP.22, SGP.31, SGP32 """ # Copyright (C) 2023 Harald Welte