Attention is currently required from: laforge.
neels has posted comments on this change by neels. ( https://gerrit.osmocom.org/c/pysim/+/39744?usp=email )
Change subject: [4/6] personalization: refactor Pin, Adm ......................................................................
Patch Set 3:
(1 comment)
File pySim/esim/saip/personalization.py:
https://gerrit.osmocom.org/c/pysim/+/39744/comment/ff328eb7_29d500b2?usp=ema... : PS3, Line 408: return (pe for pe in l if pe.type == wanted_type)
this seems a bit like a reimplementation of the ProfileElementList. […]
ProfileElementSequence.pe_by_type, yes! and also ProfileElementSequence.get_pes_for_type(), as i see now. Thanks, missed those for some reason back when i started.