Achmad Fienan Rahardianto

Results 42 comments of Achmad Fienan Rahardianto

would love to see this feature coming as well :)

+1 Would like to see this feature implemented as well

> Hi how to import this feature ya?for the code just add in into the file? sorry it's been a long time since my last time checking my PRs. it's...

I'm sorry I haven't been able to check the project these past weeks. I will try to rebase it then response to the request :)

hi @uberbrady , I have rebased my branch. I hope this rebase is properly done... looking forward for your review

Hi @etingof, Sorry for the late reply. Actually this is the failure during decoding. The definition I use is SimAlliance definition (ARCHIVE: SIMalliance eUICC Profile Package: Interoperable Format Technical Specification...

hi @etingof I'm back. basically this is the original scheme from [https://simalliance.org/wp-content/uploads/2015/03/SIMalliance-eUICC-Profile-Package-Interoperable-Format-Technical-Specification-v2.0.zip](url) : ```asn ---PEDefinitionv2.0.asn PEDefinitions {joint-iso-itu-t(2) international-organizations(23) simalliance(143) euicc-profile(1) spec-version(1) version-two(2)} DEFINITIONS AUTOMATIC TAGS EXTENSIBILITY IMPLIED ::= BEGIN --...

this is the converted scheme (using asnate1 ) I use in my code : ``` python # Auto-generated by asn1ate v.0.6.0 from PEDefinitions V2.0.asn # (last modified on 2018-01-30 12:06:19.703745)...

this is the result in oss playground : ``` rec1value ProfileElement ::= header : { major-version 2, minor-version 0, profileType "EMT_eSIM_c081_c084_ver2_MT", iccid '980193000000118610F2'H, eUICC-Mandatory-services { usim NULL, javacard NULL },...

and this is the returned value from pyasn1 version **0.2.3** ``` ProfileElement: header=ProfileHeader: major-version=2 minor-version=0 profileType=EMT_eSIM_c081_c084_ver2_MT iccid=0x980193000000118610f2 eUICC-Mandatory-services=ServicesList: usim= javacard= eUICC-Mandatory-GFSTEList=SequenceOf: 2.23.143.1.2.1 connectivityParameters=0xa00791135604993800 ProfileElement: mf=PE_MF: mf-header=PEHeader: mandated= identification=0 templateID=2.23.143.1.2.1 mf=File:...