Commit 908b73d6 authored by canterburym's avatar canterburym
Browse files

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

parent 13c0c895
Pipeline #3989 passed with stage
in 7 seconds
......@@ -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,8 +413,7 @@ EncryptedPayload ::= SEQUENCE
-- PDU[N].byteCounter = ( unixTime(now) << 32 )
-- ENDIF
payload [1] Payload,
-- Once decrypted, it can be interpreted as payload [1] Payload
...
...
}
EncryptedPayloadType ::= ENUMERATED
......@@ -435,5 +434,4 @@ EncryptedPayloadType ::= ENUMERATED
...
}
END -- end of LI-PS-PDU
END --end of LI-PS-PDU
......@@ -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,8 +413,7 @@ EncryptedPayload ::= SEQUENCE
-- PDU[N].byteCounter = ( unixTime(now) << 32 )
-- ENDIF
payload [1] Payload,
-- Once decrypted, it can be interpreted as payload [1] Payload
...
...
}
EncryptedPayloadType ::= ENUMERATED
......@@ -435,5 +434,4 @@ EncryptedPayloadType ::= ENUMERATED
...
}
END -- end of LI-PS-PDU
END --end of LI-PS-PDU
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment