Loading testing/asn_process.py +7 −4 Original line number Diff line number Diff line Loading @@ -21,10 +21,13 @@ def reconstrainInteger(filename): return "temp.asn" filesWithBigInts = [ "testing/dependencies/asn/stubs/LI-PS-PDU.asn", filesWithBigInts = set( [ "testing/dependencies/asn/IPAccessPDU.asn", "testing/dependencies/asn/IPAccessPDUCompatCheck.asn", "testing/dependencies/asn/stubs/LI-PS-PDU.asn", ] ) asn1c_path = "" change_path_to_unix = False Loading Loading
testing/asn_process.py +7 −4 Original line number Diff line number Diff line Loading @@ -21,10 +21,13 @@ def reconstrainInteger(filename): return "temp.asn" filesWithBigInts = [ "testing/dependencies/asn/stubs/LI-PS-PDU.asn", filesWithBigInts = set( [ "testing/dependencies/asn/IPAccessPDU.asn", "testing/dependencies/asn/IPAccessPDUCompatCheck.asn", "testing/dependencies/asn/stubs/LI-PS-PDU.asn", ] ) asn1c_path = "" change_path_to_unix = False Loading