euicc: clarify which eUICCs are supported

We currently do not support M2M eUICC

Change-Id: I3deb9f181075411484158471012ed449c83028fa
This commit is contained in:
Harald Welte
2024-05-16 08:24:32 +02:00
parent 568d8cf5db
commit 91ec099680

View File

@@ -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 <laforge@osmocom.org>