RepSegmentList
This TC describes an object that indicates the list of REP segments. Each octet within this value specifies a set of eight segments. The first octet represents the first 8 segments of the range of segments specified by the object, the second octet represents the next 8 segments etc. Within each octet, the most significant bit represents the lowest numbered segment, and the least significant bit represents the highest numbered segment. If that bit has a value of '1' then that segment is included in the set of segments; the segment is not included if its bit has a value of '0'. NMS may omit any zero-valued octets from the end of this string in order to reduce SetPDU size, and the agent may also omit zero-valued trailing octets, to reduce the size of GetResponse PDUs. The maximum length of the object that uses this TC is calculated to be the ceiling whole number of ((crepMaxSegmentId - crepMinSegmentId + 1) / 8). Any octets beyond this length in the SetPDU should be ignored.