Attention is currently required from: fixeria, laforge, pespin.
neels has posted comments on this change by neels. ( https://gerrit.osmocom.org/c/pysim/+/42829?usp=email )
Change subject: saip.PES.rebuild_mandatory_services(): set 5G get-identity, profile-a-x25519, profile-b-p256 ......................................................................
Patch Set 4:
(1 comment)
File pySim/esim/saip/__init__.py:
https://gerrit.osmocom.org/c/pysim/+/42829/comment/a03dd8c6_5107ccc5?usp=ema... : PS4, Line 1737: So, when SUCI-CalcInfo for USIM in DF.SAIP contains both key types, : # then no profile-A or B services need to be requested explicitly.
In the real world, to be fair, I expect most opreators will only use either A or B. […]
I'll definitely trust your judgement here.
So the logic should be simply:
iff SUCI-CalcInfo contains a profile-A key: set mandatory-services profile-a = present
iff SUCI-CalcInfo contains a profile-B key: set mandatory-services profile-b = present
correct?