impratikjaiswal / asn1Play

Backend app of https://amenitypj.in/asn1Play https://impratikjaiswal.github.io/asn1Play
https://amenitypj.in/asn1Play
GNU General Public License v3.0
8 stars 0 forks source link

Unable to parse "CheckProgressOk" object #8

Open pallavitr75 opened 3 months ago

pallavitr75 commented 3 months ago

Hi Pratik,

CheckProgressResponse is parsable: BF61 05 A0 03 80 01 01 CheckProgressOk is not parsing: A0 03 80 01 01 If we change the Tag of CheckProgressOk to '30' from 'A0' then its parsing: 30 03 80 01 01

impratikjaiswal commented 3 months ago

Dear @pallavitr75 ,

Looks like you are talking about Asn1Play here. Request you to share output Data & info for better understanding of issue.

pallavitr75 commented 2 months ago

Info: Transaction Id: qa6uav5lh6d0; Mode: Encoding_Mode; Asn1 Schema: GSMA_SGP_22_v3_1; Asn1 Object: CheckProgressOk; Input Format: der; Output Format: asn1

Output Data: Exception Occurred At Function: decode_encode_asn; Summary: Check all your Inputs; Details: CheckProgressOk: invalid tag class / pc / value, (2, 1, 0); Unknown Input Data: a003800101

ASN.1:

CheckProgressOk ::= SEQUENCE { retryDelay [0] INTEGER OPTIONAL -- Time interval (in minutes) expected by the SM-DP+ to finish the relevant Profile preparation }