Commit da0e047a authored by canterburym's avatar canterburym
Browse files

Odd compile error

parent 36f39417
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -99,7 +99,6 @@ def processResults (results, stageName):
    for filename, result in results.items():
        print(f" {filename:.<55}{'..OK' if result['ok'] else 'FAIL'}")
        if not result['ok']:
            print (result)
            if isinstance(result['message'], list):
                for thing in result['message']:
                    print(f"    {thing['message']}")
+12 −12
Original line number Diff line number Diff line
@@ -56,9 +56,9 @@ LISTATUSind ::= SEQUENCE

TARGETACTIVITYMONITORind ::= SEQUENCE
{
    	tLIInstanceid    	TLIIdType,  			-- header, who 
    	timestamp    		UTCTime,   			-- header, when 
    	targetLocation    	LocationType,   		-- header, where 
    	tLIInstanceid    	TLIIdType,  			-- header, who 
    	timestamp    		UTCTime,   			-- header, when 
    	targetLocation    	LocationType,   		-- header, where 
    	targetAction   		ActivityType,
    	supplementaryTargetaddress  	AddressType   			OPTIONAL,
    	cotargetaddress  		SEQUENCE OF AddressType  	OPTIONAL,
@@ -178,16 +178,16 @@ TETRAAddressType ::= CHOICE
{
	tETRAaddress	TSIType,
	pISNaddress	NumericString (SIZE (20)),
	iP4address	BIT STRING (SIZE (32)), 	-- 32 bits 
	iP6address	BIT STRING (SIZE (128)),	-- 128 bits 
	iP4address	BIT STRING (SIZE (32)), 	-- 32 bits 
	iP6address	BIT STRING (SIZE (128)),	-- 128 bits 
	e164address	NumericString (SIZE (20)),
	tEI		TEIType
}

	
CellIdType ::= BIT STRING (SIZE (16)) 	-- 16 bits 
CellIdType ::= BIT STRING (SIZE (16)) 	-- 16 bits 

LocationAreaType ::= BIT STRING (SIZE (14)) -- 14 bits, as defined in ETS 300 392-2 
LocationAreaType ::= BIT STRING (SIZE (14)) -- 14 bits, as defined in ETS 300 392-2 

LocationType ::= CHOICE
{
@@ -196,11 +196,11 @@ LocationType ::= CHOICE
}


MCCType ::= BIT STRING (SIZE (10)) 	-- 10 bits, as defined in ETS 300 392-1 
MCCType ::= BIT STRING (SIZE (10)) 	-- 10 bits, as defined in ETS 300 392-1 

MNCType ::= BIT STRING (SIZE (14)) 	-- 14 bits, as defined in ETS 300 392-1 
MNCType ::= BIT STRING (SIZE (14)) 	-- 14 bits, as defined in ETS 300 392-1 

SSIType ::= BIT STRING (SIZE (24)) 	-- 24 bits, as defined in ETS 300 392-1 
SSIType ::= BIT STRING (SIZE (24)) 	-- 24 bits, as defined in ETS 300 392-1 

CircuitIdType ::= NumericString (SIZE (20))

@@ -255,7 +255,7 @@ TETRACGIType ::= SEQUENCE
	cI	CellIdType	OPTIONAL
}

TLIIdType ::= BIT STRING (SIZE (16)) 	-- 16 bits 
TLIIdType ::= BIT STRING (SIZE (16)) 	-- 16 bits 

TSIType ::= SEQUENCE
{
@@ -264,6 +264,6 @@ TSIType ::= SEQUENCE
    	ssi       SSIType
}

TEIType ::= BIT STRING (SIZE (60)) -- 60 bits, as defined in ETS 300 392-1 
TEIType ::= BIT STRING (SIZE (60)) -- 60 bits, as defined in ETS 300 392-1 

END