Commit 908b73d6 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

TS 102 232-1 v2.8.1 (2011-10-26) agreed at LI#28 (Otranto (Salento), 2011-09-13)

parent 13c0c895
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -404,7 +404,7 @@ EncryptedPayload ::= SEQUENCE
	byteCounter			[0] INTEGER (0..18446744073709551615),
		-- The sum of the sizes of all transferred PDUs before this PDU.
		-- It is initialized with the unixTime (number of seconds since 01-01-1970)
		-- multiplied by 232 at first use.
		-- multiplied by 2^32 at first use.
		-- Where N is sequencenumber of the n-th PDU in transfer, and size(PDU(N))
		-- is defined to be the size of the PDU after BER encoding:
		-- 		IF N > 0 THEN
@@ -413,7 +413,6 @@ EncryptedPayload ::= SEQUENCE
		-- 		PDU[N].byteCounter = ( unixTime(now) << 32 )
		-- 		ENDIF
	payload				[1] Payload,
		-- Once decrypted, it can be interpreted as payload [1] Payload
			...
}

@@ -436,4 +435,3 @@ EncryptedPayloadType ::= ENUMERATED
}

END --end of LI-PS-PDU
+3 −5
Original line number Diff line number Diff line
@@ -404,7 +404,7 @@ EncryptedPayload ::= SEQUENCE
	byteCounter			[0] INTEGER (0..18446744073709551615),
		-- The sum of the sizes of all transferred PDUs before this PDU.
		-- It is initialized with the unixTime (number of seconds since 01-01-1970)
		-- multiplied by 232 at first use.
		-- multiplied by 2^32 at first use.
		-- Where N is sequencenumber of the n-th PDU in transfer, and size(PDU(N))
		-- is defined to be the size of the PDU after BER encoding:
		-- 		IF N > 0 THEN
@@ -413,7 +413,6 @@ EncryptedPayload ::= SEQUENCE
		-- 		PDU[N].byteCounter = ( unixTime(now) << 32 )
		-- 		ENDIF
	payload				[1] Payload,
		-- Once decrypted, it can be interpreted as payload [1] Payload
			...
}

@@ -436,4 +435,3 @@ EncryptedPayloadType ::= ENUMERATED
}

END --end of LI-PS-PDU