Commit 6ed61b94 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Removing odd unicode characters

parent 16a7c383
Loading
Loading
Loading
Loading
Loading
+12 −12
Original line number Original line Diff line number Diff line
@@ -56,9 +56,9 @@ LISTATUSind ::= SEQUENCE


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


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


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


TSIType ::= SEQUENCE
TSIType ::= SEQUENCE
{
{
@@ -264,6 +264,6 @@ TSIType ::= SEQUENCE
    	ssi       SSIType
    	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
END