ETSI's Bug Tracker - ASN.1
View Issue Details
0006252ASN.1Base Specpublic07-08-2012 15:2316-08-2012 14:48
Sebastian Muellers 
Andras Kovacs 
normalminorhave not tried
closedfixed 
v0.0.2 
v0.0.3 
0006252: CC - range restriction for TimestampIts
Timestamp definition update, i understood from the email from Andras that this was still open. I strongly suggest to used bounded INTEGER types. We do this on all other data types, so why not here? It saves bits, no need to encode length separately and makes it easier to process on a small microcontroller.
No tags attached.
Issue History
07-08-2012 15:23Sebastian MuellersNew Issue
07-08-2012 15:24Sebastian MuellersSummaryrange restriction for TimestampTai => CC - range restriction for TimestampTai
16-08-2012 11:50Sebastian MuellersNote Added: 0011052
16-08-2012 13:09Andras KovacsNote Added: 0011053
16-08-2012 13:09Andras KovacsAssigned To => Andras Kovacs
16-08-2012 13:09Andras KovacsStatusnew => acknowledged
16-08-2012 13:09Andras KovacsNote Added: 0011054
16-08-2012 13:09Andras KovacsStatusacknowledged => confirmed
16-08-2012 14:47Sebastian MuellersSummaryCC - range restriction for TimestampTai => CC - range restriction for TimestampIts
16-08-2012 14:48Sebastian MuellersStatusconfirmed => closed
16-08-2012 14:48Sebastian MuellersNote Added: 0011059
16-08-2012 14:48Sebastian MuellersResolutionopen => fixed
16-08-2012 14:48Sebastian MuellersFixed in Version => v0.0.3

Notes
(0011052)
Sebastian Muellers   
16-08-2012 11:50   
call with Lan.

rename TimestampTai to TimestampIts

make the range restricition for 100 years : 100*365*86400*1000=3153600000000. Yes, it's representable by 42 bits.
(0011053)
Andras Kovacs   
16-08-2012 13:09   
done
(0011054)
Andras Kovacs   
16-08-2012 13:09   
done
(0011059)
Sebastian Muellers   
16-08-2012 14:48   
OK