Commit 16a7c383 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Removing odd unicode characters

parent 7841313e
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -36,9 +36,9 @@ L2CC ::= SEQUENCE
			-- The ethernet protocol is used
			-- The ethernet protocol is used
		...,
		...,
		l2ATM2684		[6] OCTET STRING,
		l2ATM2684		[6] OCTET STRING,
			-- The protocol RFC 2684, method "LLC Encapsulation for Bridged Protocols` [16] is used
			-- The protocol RFC 2684, method "LLC Encapsulation for Bridged Protocols" [16] is used
		l2FR2427		[7] OCTET STRING
		l2FR2427		[7] OCTET STRING
			-- The protocol RFC 2427 Multiprotocol Interconnect over Frame Relay [18] is used
			-- The protocol RFC 2427 "Multiprotocol Interconnect over Frame Relay" [18] is used
	}
	}
}
}


@@ -194,7 +194,7 @@ L2ProtocolInformation ::= ENUMERATED
	l2ProtocolATM2684(7),
	l2ProtocolATM2684(7),
		-- The protocol RFC 2684, method "LLC Encapsulation for Bridged Protocols" [16] is used
		-- The protocol RFC 2684, method "LLC Encapsulation for Bridged Protocols" [16] is used
	l2ProtocolFR2427(8)
	l2ProtocolFR2427(8)
		-- The protocol RFC2427 Multiprotocol Interconnect over Frame Relay [18] is used
		-- The protocol RFC2427 "Multiprotocol Interconnect over Frame Relay" [18] is used
}
}


END -- end of L2AccessPDU
END -- end of L2AccessPDU