ETSI's Bug Tracker - ASN.1
View Issue Details
0006503ASN.1Base Specpublic29-03-2013 14:0204-04-2013 11:35
Sebastian Muellers 
Andras Kovacs 
normalminorhave not tried
resolvedfixed 
V0.0.4 
V0.0.5 
0006503: update PositionOfOccupants
PositionOfOccupants ::= BIT STRING {
 row1LeftOccupied (0),
 row1RightOccupied (1),
 row1MidOccupied (2),
 row1NotDetectable (3),
 row1NotPresent (4),
row2LeftOccupied (5),
 row2RightOccupied (6),
 row2MidOccupied (7),
 row2NotDetectable (8),
 row2NotPresent (9),
row3LeftOccupied (10),
 row3RightOccupied (11),
 row3MidOccupied (12),
 row3NotDetectable (13),
 row3NotPresent (14),
row4LeftOccupied (15),
 row4RightOccupied (16),
 row4MidOccupied (17),
 row4NotDetectable (18),
row4NotPresent (19),
…
} (SIZE(64))
new elemets to be added are

row1NotPresent (4),

row2NotPresent (9),

row3NotPresent (14),

row4NotPresent (19),
No tags attached.
Issue History
29-03-2013 14:02Sebastian MuellersNew Issue
02-04-2013 13:59Sebastian MuellersSummaryupdate PoistionOfOccupants => update PositionOfOccupants
02-04-2013 14:07Sebastian MuellersStatusnew => assigned
02-04-2013 14:07Sebastian MuellersAssigned To => Andras Kovacs
03-04-2013 14:44Andras KovacsNote Added: 0011384
03-04-2013 14:44Andras KovacsStatusassigned => acknowledged
04-04-2013 11:35Sebastian MuellersStatusacknowledged => resolved
04-04-2013 11:35Sebastian MuellersFixed in Version => V0.0.5
04-04-2013 11:35Sebastian MuellersResolutionopen => fixed

Notes
(0011384)
Andras Kovacs   
03-04-2013 14:44   
the changed made, but I restricted the size to 20 bits, which are actually used (not 64 as in the given example)