From 5b513a543f0d4aa05d61bf8ad5281e058e6b7bce Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 3 Aug 2024 21:22:45 +0200 Subject: [PATCH] pySim.esim.saip.oid: Fix OID defininitions for v3.3.1 IoT templates Change-Id: Iac620362ae9336199f3b3b168a4bfeda3e2b7c35 --- pySim/esim/saip/oid.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pySim/esim/saip/oid.py b/pySim/esim/saip/oid.py index 6828e81c..f201ffee 100644 --- a/pySim/esim/saip/oid.py +++ b/pySim/esim/saip/oid.py @@ -116,5 +116,5 @@ DF_5GS_v4 = eOID("2.13.4") DF_SAIP = eOID("2.14") DF_SNPN = eOID("2.15") DF_5GProSe = eOID("2.16") -IoT_default = eOID("2.17") -IoT_default = eOID("2.18") +IoT_by_default = eOID("2.17") +IoTopt_not_by_default = eOID("2.18")