neels has uploaded this change for review. (
https://gerrit.osmocom.org/c/pysim/+/41772?usp=email )
Change subject: SdKey params: add KVN to SdKey names
......................................................................
SdKey params: add KVN to SdKey names
"SCP80-KVN01" is much more clear than "SCP80-01".
So many things could be 01.
Change-Id: Ie296a438efd4737b39eaf133288ceed51bd593bc
---
M pySim/esim/saip/personalization.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/72/41772/1
diff --git a/pySim/esim/saip/personalization.py
b/pySim/esim/saip/personalization.py
index 085559d..1796e45 100644
--- a/pySim/esim/saip/personalization.py
+++ b/pySim/esim/saip/personalization.py
@@ -772,7 +772,7 @@
return
# leaf node. create a new class with all the accumulated vals
- parts = [name, f'{kvn:02x}',] + labels
+ parts = [name, f'KVN{kvn:02x}',] + labels
cls_label = '-'.join(p for p in parts if p)
parts = ['Sd', 'Key', name, f'Kvn{kvn:02x}'] + labels
--
To view, visit https://gerrit.osmocom.org/c/pysim/+/41772?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Ie296a438efd4737b39eaf133288ceed51bd593bc
Gerrit-Change-Number: 41772
Gerrit-PatchSet: 1
Gerrit-Owner: neels <[email protected]>