Commit fd13613e authored by grahamj's avatar grahamj Committed by canterburym
Browse files

Update 2 files

- /testing/asn_process.py
- /testing/asn_compile_targets.json
parent 6d5767f2
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
[
    [
        "./33128/r15/TS33128Payloads.asn",
        "./testing/dependencies/asn/IPAccessPDU.asn",
        "./testing/dependencies/asn/stubs/LI-PS-PDU.asn"
    ],
    ["./33128/r15/TS33128Payloads.asn"],
    ["./33128/r16/TS33128Payloads.asn"],
    ["./33128/r16/TS33128IdentityAssociation.asn"],
    ["./33128/r17/TS33128Payloads.asn"],
    ["./33128/r17/TS33128IdentityAssociation.asn"],
    ["./33128/r18/TS33128Payloads.asn"],
    [
        "./33128/r18/TS33128Payloads.asn",
        "./testing/dependencies/asn/IPAccessPDU.asn",
        "./testing/dependencies/asn/stubs/LI-PS-PDU.asn"
    ],
    ["./33128/r18/TS33128IdentityAssociation.asn"]
]
+0 −2
Original line number Diff line number Diff line
@@ -71,8 +71,6 @@ def syntaxCheckASN(fileList):
            }
    return results



def compileAllTargets(compileTargets):
    """
    Attempts to compile a set of compile targets using the pycrate ASN1 tools