View Issue Details

IDProjectCategoryView StatusLast Update
000316110000-003: Address SpaceSpecpublic2017-01-12 16:34
ReporterNathan PocockAssigned Tojeffhardingabb  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version1.03 
Summary0003161: 8.41 OptionSet description does not describe relationship between bits and bytes
Description

CMPWG Sep-3-2015:

The OptionSet description is very, very confusing:
The "Value" parameter says:
"Array of bytes representing the bits in the option set. The length of the ByteString depends on the number of bits."

There's no explanation of the relationship between bits and bytes. Is there one byte per bit?

It was realized later that the intent is to PREVENT bitmasks being anything other than 8-bit blocks, which makes sense.

I would like to propose modifying the description to make this clearer, for example:

Value: "Array of bytes representing the bits in the option set, thus requiring bitmasks to be in blocks of 8-bits. The length of the ByteString depends on the number of bits. For example, a 10-bit bitmask would equate to 2-bytes, with the remaining 6-bits being ignored."

Hopefully this clarification will also make the "validBits" parameter make sense too.

TagsNo tags attached.
Commit Version
Fix Due Date

Activities

jeffhardingabb

2016-12-09 12:11

developer   ~0007474

Added clarifying text to Part 3 table 36

Jim Luth

2017-01-12 16:34

administrator   ~0007716

agreed to changes in telecon.

Issue History

Date Modified Username Field Change
2015-09-03 21:52 Nathan Pocock New Issue
2016-03-08 16:58 Jim Luth Assigned To => Wolfgang Mahnke
2016-03-08 16:58 Jim Luth Status new => assigned
2016-03-08 16:59 Jim Luth Target Version => 1.04
2016-11-29 14:10 Jim Luth Assigned To Wolfgang Mahnke => jeffhardingabb
2016-12-09 12:11 jeffhardingabb Note Added: 0007474
2016-12-09 12:11 jeffhardingabb Status assigned => resolved
2016-12-09 12:11 jeffhardingabb Fixed in Version => 1.04
2016-12-09 12:11 jeffhardingabb Resolution open => fixed
2017-01-12 16:34 Jim Luth Note Added: 0007716
2017-01-12 16:34 Jim Luth Status resolved => closed