IEEE P802.17 Maintenance Requests
Detailed History


Maintenance Request 0001 Detailed History
StatusDescriptionDate
Ready
for ballot
11.2.5 - The definition of the NOT_USED define for the secMac variable is incorrect.21-Jan-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
In 11.2.6.secMac[2].NOT_USED, change "zero" to "all ones". In 11.4.7 change "This ATT supplies two 48-bit secondary MAC addresses" to "This ATT supplies two fields, each of which contains either a 48-bit unicast secondary MAC address, or the NOT_USED (all ones) value".

Maintenance Request 0002 Detailed History
StatusDescriptionDate
Ready
for ballot
11.6.5.1 - MS-MS scenario does not retain closed ring topology as described in Figure 11.29.
Additional file: maint_0002_MR_MS-MS_Rationale.pdf
24-Jan-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Change "The left column specifies the P1-span and P2-span degradations that lead to the protected topology figure in the right column." to "The left column specifies the P1-span and P2-span protection states that lead to the protected topology figure in the right column.".
Change the first two column headings in Figure 11-29 to "P1 span state" and "P2 span state".
Change "An MS on two distinct spans causes both to be cleared, because the precedence is ambiguous, but an MS on two links of a span still results in an edge." to "Concurrent MS protection states on two distinct spans causes both to be cleared, because the precedence is ambiguous. If one MS is known to be active on one span, an MS request for another span is rejected. Two MS requests on two links of the same span still results in an edge.".

Maintenance Request 0003 Detailed History
StatusDescriptionDate
Ready
for ballot
7.7.1.6.3 - Ringlet Selection checks for reachability on wrong ringlet.
Additional file: maint_0003_MR_Reachable_PD.pdf
24-Jan-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
In the Reachable() routine description, change "topoEntry[ringlet][index].reachability" to "topoEntry[Other(ringlet)][index].reachability" and change "topoEntry[ringlet][index].myMacAddress" to "topoEntry[Other(ringlet)][index].myMacAddress".

Maintenance Request 0004 Detailed History
StatusDescriptionDate
Ready
for ballot
10.2.4 - The variable unreservedRate[ri] used in Fairness clause (Pages 273 & 269) should refer to the ringInfo.unreservedRate[ri].24-Jan-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Change the variable references in 10.2.4 and 10.4.1.2 from "myTopoInfo.unreservedRate[ri]" to "ringInfo.unreservedRate[ri]".

Maintenance Request 0005 Detailed History
StatusDescriptionDate
Ready
for ballot
7.6.3.10.4 - Data frames with wrong FCS are copied to the client without any verification or validation.25-Jan-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Remove Row 6.
Modify Row 7 condition from "frame.ft == FT_DATA && frame.fcs != Crc32(frame)" to "frame.ft == FT_DATA && !copyBadFcs && frame.fcs != Crc32(frame)".
Add a row into the COPY state before Row 17 with a condition of "frame.fcs != Crc32(frame)" and an action of "badRxFcsFrames +=1; Enqueue(Q_RX_F_D_CNT, frame);" and a next state of "START".
Remove the row description of Row 6.
Modify the row description of Row 7 from "Discard bad-payload data frames." to "Discard bad-payload data frames if the client does not want them.".
Add a row description for the new row before Row 17 consisting of the former Row 6's description.

Maintenance Request 0006 Detailed History
StatusDescriptionDate
Ready
for ballot
7.6.3.8.4 - The ps is verified for all frames, but SCFF and MCFF frames do not have this bit.25-Jan-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
In rows 4 and 5 of Table 7.22 in the condition cell, add the condition: frame.ft != FT_FAIRNESS

Maintenance Request 0007 Detailed History
StatusDescriptionDate
Ready
for ballot
10.4.8.4 - In the case of frame.ri != Other (myRi), the value of receivedTtl is not set.25-Jan-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
In Table 10.13 Row 5 add the action: receivedTtl = frame.ttl. Remove the comment from the condition on the same row.

Maintenance Request 0008 Detailed History
StatusDescriptionDate
Ready
for ballot
E.1.3 - In the box labeled crcB = HeadCrc16(.c), the c within the parenthesys should be replaced with d.25-Jan-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Replace the label in this box with: crcB = headCrc16(d)

Maintenance Request 0009 Detailed History
StatusDescriptionDate
Ready
for ballot
11.6.5.5 - Four lines are missing at the very end of page 339, so DistantStateMax does not return the correct value.10-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Add the following lines to the beginning of page 340 (directly before "// Edge reached").
"If ((hops == 1) && (ringlet == ri))
awayState = Max(awayState, tp.spanProtState[ri]);
else
awayState = Max(awayState, Max(tp.spanProtState[ri], tp.spanProtState[Other(ri)]));".
Note: The declation of Max() will be resolved as part MR 23.

Maintenance Request 0010 Detailed History
StatusDescriptionDate
Ready
for ballot
10.2.4 - Max() is not defined in Clause 11.10-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Change the reference to Max() in 10.2.4 to refer to the definition of Max() in 7.2.3. [See resoution of MR 23.]

Maintenance Request 0011 Detailed History
StatusDescriptionDate
Ready
for ballot
13.3.1.2 - Not all conditions are covered for declaring the operational state of the RPR interface to be down.10-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Change the entire text of 13.3.1.2 to
"The RPR interface operational state (RFC 2863) is determined as follows:
* Down if either of the following conditions is true:
* RPR interface administrative state (RFC 2863) is down.
* Both spans are edges.
* Otherwise up.".

Maintenance Request 0012 Detailed History
StatusDescriptionDate
Ready
for ballot
11.4.2.1 - The values encoded into the station bandwidth ATT should not be weight normalized, and should be converted to timescale used by fairness.11-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
As specified in maint_0012_rate_corrections.txt.

Maintenance Request 0013 Detailed History
StatusDescriptionDate
Ready
for ballot
D.6 - There are a number of issues with the MIB text not conforming to the main clauses in the standard, having invalid ranges or incorrect cross references.
Additional files: maint_0013_ieee802d17_mib.txt, maint_0013_rpr_mib_diff.pdf
11-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical: Technical
Ballot Required:
New status: C
Discussion:
All but interval time ranges accepted. Thinking about the interval time ranges overnight.

IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Accept proposed rememdy. Y:3, N:0, A:5

Maintenance Request 0014 Detailed History
StatusDescriptionDate
Rejected6.4.1 - There is no way to configure the MAC to not operate in a strict ordered mode for clients that do no support the strict_order parameter11-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical:
Ballot Required:
New status: R
Discussion:
Concern over whether this is an error or an enhancement. Revisit later.

IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical: Technical
Ballot Required: No
New status: J
Resolution:
This is considered to be an enhancement, not an error. [This addressed by P802.17b.]

Maintenance Request 0015 Detailed History
StatusDescriptionDate
RejectedD.5 - No specified manner to collect summary stats associated with rprSpan*Group and rprClient*Group MIBs.11-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical: Technical
Ballot Required: No
New status: J
Resolution:
This is an enhancement request, and is therefore rejected. This can be reconsidered for a future revision of the MIB.

Maintenance Request 0016 Detailed History
StatusDescriptionDate
Ready
for ballot
D.6 - Range of rprIfKeepaliveTimeout object is (2..50) ms.11-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: C
This is superceded by MR 13.

IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
This is superceded by MR 13.

Maintenance Request 0017 Detailed History
StatusDescriptionDate
Ready
for ballot
D.6 - Range of rprSpanProtectionHoldOffTimer object is (0..500) ms.11-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Change page 487 rprSpanProtectHoldOffTimer range from "(0..500)" to "(0..20)". Change units from "milliseconds" to "10 milliseconds". Add to description "Indicates the protection holdoff timer in 10 ms units."

Maintenance Request 0018 Detailed History
StatusDescriptionDate
WithdrawnB.2.1.6.1 - 802.3 MAC attributes were mistakenly added to the PacketPHY.
Additional file: maint_0018_IEEE802.17_AnnexB.2.1_Errors.pdf
13-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical:
Ballot Required: No
New status: W

Maintenance Request 0019 Detailed History
StatusDescriptionDate
Ready
for ballot
7.5.7.2.4 - The classC credits are being saved before updating them.13-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Move "lastCreditC = creditC;" from first line to last line of the action for Row 9.

Maintenance Request 0020 Detailed History
StatusDescriptionDate
Ready
for ballot
E.2.4 - The frame example shown in Figure E.8 shows the protocolType, and therefore the FCS, starting at the wrong offset into the frame.13-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Show protocolType starting 16 bits into a 32-bit alignment of the frame. Remove A1 byte, and reletter the remaining data bytes starting from A. Recalculate the FCS.

Maintenance Request 0021 Detailed History
StatusDescriptionDate
Ready
for ballot
7.8.3.1 - SM22 refers to the wrong state machine.13-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Change "TransmitCount" to "TransmitRoute".

Maintenance Request 0022 Detailed History
StatusDescriptionDate
Ready
for ballot
12.7.3.4 - SP3 and SP4 refer to the wrong frame type.13-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
In SP3, change "MA_CONTROL.request with an opcode value of OAM_ECHO_REQ" to "MA_CONTROL.request with an opcode value of OAM_FLUSH_REQ", and change "Echo flush formats" to "Flush formats". In SP4, change "MA_CONTROL.indication with an opcode value of OAM_ECHO_IND" to "MA_CONTROL.indication with an opcode value of OAM_FLUSH_IND", and change "Echo flush formats" to "Flush formats".

Maintenance Request 0023 Detailed History
StatusDescriptionDate
Ready
for ballot
7.5.7.2.4 - Table 7.11, Table 7.12, and Table 7.13 direct taking the Min() of 0 and the credit value after being decremented for one byte.13-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
In Table 7.11 Row 1, Table 7.12 Row 1, Table 7.13 Row 1, and Table 7.13 Row 2, change "Min" to "Max". Move the
definition of Max forward to Clause 7. Change other references to Max() to refer to the Clause 7 definition.

Maintenance Request 0024 Detailed History
StatusDescriptionDate
Ready
for ballot
7.5.7.2.4 - Table 7.11 and Table 7.12 do not check at entry to the statemachine if the TICK time has expired.13-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
For both Table 7.11 and 7.12, move Row 1 to a new state AVAIL. Existing Rows 3 and 4 next state becomes AVAIL. In AVAIL, add a new row following the previous Row 1 with a condition of "--", action of "--", and next state of START. Add or correct row descriptions to match these changes.

Maintenance Request 0025 Detailed History
StatusDescriptionDate
Ready
for ballot
7.5.7.2.4 - Table 7.11 and Table 7.12 make use of an undefined constant, NORM.13-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical: Technical
Ballot Required:
New status: T
Discussion:
Replace "NORM" to "ageCoef * rateCoef". Remove references to NORM. Add reference to ageCoef and rateCoef.

IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical: Technical
Ballot Required:
New status: T
Discussion:
Replace "NORM" to "1/(ageCoef * advertisingInterval)". Remove references to NORM. Add references to ageCoef and advertisingInterval.

IEEE LMSC Plenary Week Maintenance Meeting November-2007
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Replace "NORM" to "1/(ageCoef * advertisingInterval)". Remove references to NORM. Add references to ageCoef and advertisingInterval.

Maintenance Request 0026 Detailed History
StatusDescriptionDate
Ready
for ballot
D.5.1.3 - The description of Table D.2 incorrectly limits the applicability to the operational state of down.13-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Change "operational down state" to "operational state".

IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Change last sentence to "See 13.3.1 for specifics on interface state.".

Maintenance Request 0027 Detailed History
StatusDescriptionDate
Rejected12.4 - The OAM service primitives and the MIB allow specification of a mac_protection parameter.13-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical:
Ballot Required:
New status: R
Discussion:
Concern over whether this is an error or an enhancement. Revisit later.

IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical: Technical
Ballot Required: No
New status: J
Resolution:
The error is with ringlet selection, not with OAM service requests.

Maintenance Request 0028 Detailed History
StatusDescriptionDate
Ready
for ballot
D.6 - The MIB specifies WTR and keepalive as being configured per ring.13-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical:
Ballot Required:
New status: R
Discussion:
Concern over whether this is an error or an enhancement. Revisit later.

IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Move these two attributes from the rprIfEntry to the rprSpanProtectionEntry, obsoleting these two rprIfEntry attributes.

Maintenance Request 0029 Detailed History
StatusDescriptionDate
Ready
for ballot
10.4.1.4 - The PerByte statemachine allows neither RATE_BASED nor SHAPER_BASED admission methods to be chosen.13-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Remove Row 16. Remove the condition from Row 15.

Maintenance Request 0030 Detailed History
StatusDescriptionDate
Ready
for ballot
11.6.7.4 - transmitTpFrame is not being set to FALSE.13-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Change "transmitTpFrame == FALSE;" to "transmitTpFrame = FALSE;".

Maintenance Request 0031 Detailed History
StatusDescriptionDate
Ready
for ballot
11.6.8.4 - The row descriptions for Row 3 and Row 4 are switched.13-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Switch the row descriptions for Row 3 and Row 4.

Maintenance Request 0032 Detailed History
StatusDescriptionDate
Ready
for ballot
11.6.2.3 - holdoffTimeout and keepaliveTimeout are not shown to be using per-ringlet values.13-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Modify the statemachine table and 11.6.2.2 to correctly apply these on a per-ringlet basis.

Maintenance Request 0033 Detailed History
StatusDescriptionDate
Ready
for ballot
11.6.3.2 - There is no adminReqProtection defined.13-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Change the declaration and any references from "adminRequestProtection" to "adminReqProtection".

Maintenance Request 0034 Detailed History
StatusDescriptionDate
Ready
for ballot
11.6.5.6 - The statemachine rows 10, 11, and 12 do not correspond to the row descriptions.13-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical: Technical
Ballot Required:
New status: T

IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Change the action for rows 10 and 11 to set WTR to FALSE. Leave the row descriptions for rows 10, 11, and 12 as is.

Maintenance Request 0035 Detailed History
StatusDescriptionDate
Ready
for ballot
11.6.4.4 - The row description for Row 12 is incorrect.13-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Change the row description to "Otherwise, no topology database update is needed."

Maintenance Request 0036 Detailed History
StatusDescriptionDate
Rejected11.6.1 - The figure shows two links that don't exist.13-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical: Technical
Ballot Required: No
New status: J
Resolution:
There are direct relationships between the named state machines.

Maintenance Request 0037 Detailed History
StatusDescriptionDate
Rejected11.6.5.6 - This allows an FS to be replaced by an MS.13-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical: Technical
Ballot Required:
New status: T

IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical: Technical
Ballot Required: No
New status: J
Resolution:
The suggested problem is not a problem. Such an admin change should be allowed.

Maintenance Request 0038 Detailed History
StatusDescriptionDate
Ready
for ballot
10.2.2 - There is no PICS entry for the "may" in the definition of localWeight, and no corresponding text in the MIB definition.13-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Add a PICS entry and correct the rprFairnessRingletWeight MIB description to reflect the option of limiting values to powers of 2.

Maintenance Request 0039 Detailed History
StatusDescriptionDate
Ready
for ballot
11.6.6.3 - There is no MIB attribute for stabilityTimeout.13-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical:
Ballot Required:
New status: R
Discussion:
Concern over whether this is an error or an enhancement. Revisit later.

IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Add a MIB attribute for stabilityTimeout in rprIfEntry, called rprIfTopoStabilityTimer.

Maintenance Request 0040 Detailed History
StatusDescriptionDate
Ready
for ballot
D.6 - rprIfCurrentStatus is does not provide status and is missing most of 11.2.9.13-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical:
Ballot Required:
New status: R
Discussion:
Concern over whether this is an error or an enhancement. Revisit later.

IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Change the description of rprIfCurrentStatus to indicate that it provides the current defect status. Add the defects in 11.2.9 that are not included in this bit field.

Maintenance Request 0041 Detailed History
StatusDescriptionDate
Ready
for ballot
D.6 - RprTopoImageEntry is missing an attribute corresponding to spanEdge[ri].13-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical:
Ballot Required:
New status: R
Discussion:
Concern over whether this is an error or an enhancement. Revisit later.

IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Change the wrapActive{West,East} bits to edge{West,East}. Add references to spanEdge variable in reference for rprTopoImageStatus.

Maintenance Request 0042 Detailed History
StatusDescriptionDate
Ready
for ballot
D.6 - rprTopoImageWestProtectionStatus and rprTopoImageEastProtectionStatus are not statuses and are not bit fields.13-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical:
Ballot Required:
New status: R
Discussion:
Concern over whether this is an error or an enhancement. Revisit later.

IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Add "Only one status bit is active at once." to the description of each of these.

Maintenance Request 0043 Detailed History
StatusDescriptionDate
Ready
for ballot
D.6 - rprTopoImageStatus fields receivedBadFcs and receivedMultichokeFairness are not events indicating such things have been received.13-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical:
Ballot Required:
New status: R
Discussion:
Concern over whether this is an error or an enhancement. Revisit later.

IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Change "receivedBadFcs" to "badFcsUser". Change "receivedMultichokeFairness" to "multichokeUser". Correct their descriptions to indicate that these advertise what a station wishes to receive.

Maintenance Request 0044 Detailed History
StatusDescriptionDate
Ready
for ballot
11.6.13.3 - Extraneous '{' and '}'s.13-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Remove the extraneous '}' after the first for statement of SecondaryMacCount(), the extraneous '}' before the return statement of SecondaryMacCount(), and the extraneous '{' at the end of the line of the third for statement of SecondaryMacValidation().

Maintenance Request 0045 Detailed History
StatusDescriptionDate
Ready
for ballot
11.6.4.4 - The protMisconfigDefect is not cleared even after the configuration mismatch has been corrected.14-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Change the condition of Table 11.13 Row 16 to "-".
Change the action of Table 11.13 Row 16 to "protMisconfigDefect = MismatchedProtection();".
Change the description of Row 16 to "Update the protection misconfiguration defect.".
Remove Table 11.13 Row 17 and the description of Row 17.

Maintenance Request 0046 Detailed History
StatusDescriptionDate
Ready
for ballot
11.6.5.5 - DistantStateMax() does not return the correct value of awayState for cases in which a station has an edge, but the edge is not caused by the station on the far-end of the span.14-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical: Technical
Ballot Required:
New status: T
Discussion:
The current thought is that MR 9 will fix this problem. This needs to be verified.

IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical: Technical
Ballot Required:
New status: I
Verify, especially with submitter, if MR9 supercedes this.

IEEE LMSC Plenary Week Maintenance Meeting July-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Add the following lines to the beginning of page 340 (directly before "// Edge reached").
"If ((hops == 1) && (ringlet == ri))
awayState = Max(awayState, tp.spanProtState[ri]);
else
awayState = Max(awayState, Max(tp.spanProtState[ri], tp.spanProtState[Other(ri)]));".
Note: The declation of Max() will be resolved as part MR 23.

Maintenance Request 0047 Detailed History
StatusDescriptionDate
Rejected10.4.3.4 - A station may become the head of a congestion domain based solely on the rate of transiting non-reserved traffic.
Additional file: maint_0047_remedy.pdf
14-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: T

IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical: Technical
Ballot Required: No
New status: J
Resolution:
The perceived problem is expected behavior for aggressive mode fairness. Conservative mode fairness can be used if this behavior is not desired.

Maintenance Request 0048 Detailed History
StatusDescriptionDate
Ready
for ballot
7.2.2 - The definition of classCAccessDelayTimer suggests that the timer specifies the longest waiting time of any traffic waiting for transmission.14-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: T
Discussion:
It is agreed that the definitions do not match the state machines. The request is to modify the state machines to match the definitions. This is not immediately agreeable. This will be thought about some more.

IEEE LMSC Plenary Week Maintenance Meeting July-2007
Errata/Technical: Technical
Ballot Required: Yes
New status: B
In 7.2.2, change the definition of classAAccessDelayTimer to:
"Indicates the amount of time any classA frames were waiting to be transmitted and were not able to be transmitted."
In 7.2.2, change the definition of classAAccessDelayTimerExpired to:
"Indicates whether the access delay timer for classA add traffic has exceeded the classAAccessDelayTimerThreshold."
In 7.2.2, change the definition of classBAccessDelayTimer to:
"Indicates the amount of time any classB frames were waiting to be transmitted and were not able to be transmitted."
In 7.2.2, change the definition of classBAccessDelayTimerExpired to:
"Indicates whether the access delay timer for classB add traffic has exceeded the classBAccessDelayTimerThreshold."
In 7.2.2, change the definition of classCAccessDelayTimer to:
"Indicates the amount of time any fairness eligible frames were waiting to be transmitted and were not able to be transmitted."
In 7.2.2, change the definition of classCAccessDelayTimerExpired to:
"Indicates whether the access delay timer for classC add traffic has exceeded the classCAccessDelayTimerThreshold."
In 7.5.5.2, 7.5.6.2, and 7.5.7.2.2, change the referenced subclause for these variables to 7.2.2.

Maintenance Request 0049 Detailed History
StatusDescriptionDate
Rejected7.5.6.4 - Table 7.10 Row 4 does not cover the case in which there are multiple frames waiting, and only some were sent.14-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical: Technical
Ballot Required:
New status: T
Discussion:
Need to consult with others to determine if this is an "error" or as planned.

IEEE LMSC Plenary Week Maintenance Meeting November-2007
Errata/Technical: Technical
Ballot Required: No
New status: J
The timer mechanism is working as planned.

Maintenance Request 0050 Detailed History
StatusDescriptionDate
Ready
for ballot
7.5.7.4.4 - The value of creditS is always equal to zero.15-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: B
In Table 7.13, Row 1, replace "Min(0,creditS-1)" with "Max(0,creditS-1)", and in Row 2, replace "Min(0,creditS+1)" with "Max(0,creditS+1)".

Maintenance Request 0051 Detailed History
StatusDescriptionDate
Ready
for ballot
12.1.4 - Echo frames are requested by the client, and not the management system.15-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Change "the management system" to "a station".

Maintenance Request 0052 Detailed History
StatusDescriptionDate
Ready
for ballot
D.6 - rprSpanStatsInOamEchoFrames and rprSpanStatsOutOamEchoFrames each mistakenly combined two counters from the standard.15-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical:
Ballot Required:
New status: R
Discussion:
Concern over whether this is an error or an enhancement. Revisit later.

IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
In addition to rprSpanStatsInOamEchoFrames, add rprSpanStatsInOamEchoReqFrames and rprSpanStatsInOamEchoRspFrames. In addition to rprSpanStatsOutOamEchoFrames, add rprSpanStatsOutOamEchoReqFrames and rprSpanStatsOutOamEchoRspFrames.

Maintenance Request 0053 Detailed History
StatusDescriptionDate
RejectedD.6 - The control frames counters in RprSpanCountersStatsEntry are in the wrong location.15-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical:
Ballot Required:
New status: R
Noted that the client stats tables are not currently indexed per ringlet in the MIB, although they are in Clause 7. Discussion on whether this is a fix or an enhancement. No resolution at this point.

IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical: Technical
Ballot Required: No
New status: J
Resolution:
The MIB may not be as clear as it could be, but it is correct.

Maintenance Request 0054 Detailed History
StatusDescriptionDate
Ready
for ballot
11.6.5.5 - DistantStateMax() does not correctly handle the 2-station case.15-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical: Technical
Ballot Required:
New status: T

IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Replace the if statement with:
if (ringlet != ri &&
tp.macAddress == topoEntry[Other(ringlet)][1].macAddress)
{
awayState = Max(awayState, tp.spanProtState[ri]);
break;
}

Maintenance Request 0055 Detailed History
StatusDescriptionDate
Rejected7.6.3.8.4 - Multicast or broadcast control frames can increment the ttlExpiredFrames counter.16-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting March-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical: Technical
Ballot Required:
New status: T

IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical: Technical
Ballot Required: No
New status: J
Resolution:
It is correct to count these frames. A control frame making it to this row is an error.

Maintenance Request 0056 Detailed History
StatusDescriptionDate
Ready
for ballot
7.6.2 - The term "flow" is used without a definition.16-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Replace "flow" with "conversation" on pages 121 and 380.

Maintenance Request 0057 Detailed History
StatusDescriptionDate
Ready
for ballot
10.5 - The heading for the third row of Table 10.16 is incorrect. 23-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Superceded by MR12.

Maintenance Request 0058 Detailed History
StatusDescriptionDate
Ready
for ballot
10.4.1.4 - Incorrect row description for Row 10.5-5.23-Mar-05


IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Change "A byte of fairness eligible transit traffic bound for a destination beyond the congestion point" to "A byte of
fairness eligible transit traffic bound for a destination short of the congestion point". Also, in the description of row 3, change "not beyond" to "short of".

Maintenance Request 0059 Detailed History
StatusDescriptionDate
Ready
for ballot
7.7.1.2.5 - For a center-wrapping ring with bidirectional flooding, wouldn't that still be replicated with the we==1?5-Apr-05


IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Change "For wrapping rings, if the frame is not replicated, the we field is set. For wrapping rings, if the frame is replicated, the we field is not set." to "For wrapping rings, the we field is set."

Maintenance Request 0060 Detailed History
StatusDescriptionDate
Rejected7.7.1.6.4 - Incorrect ringlet selection for a bidirectional flooded frame on a center-wrapped station.5-Apr-05


IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical: Technical
Ballot Required:
New status: T
Need input from center-wrapping expert.

IEEE LMSC Plenary Week Maintenance Meeting November-2007
Errata/Technical: Technical
Ballot Required: No
New status: J
There is no need to send two copies, even when bi-directionally flooding, when one ringlet is transmitting into an edge, because the point of bi-directionally flooding is to cover both ringlets up to the cleave point. Therefore, the current state table is correct in sending one frame in this case. And the frame is being marked with the correct ringlet ID and being sent into the correct ringlet (which is actually the ringlet that is wrapped, in the case of center wrapping).

Maintenance Request 0061 Detailed History
StatusDescriptionDate
Rejected7.7.1.6.4 - Problems with topo frames and fairness frames for a center-wrapped station.5-Apr-05


IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical: Technical
Ballot Required:
New status: T
Need input from center-wrapping expert.

IEEE LMSC Plenary Week Maintenance Meeting November-2007
Errata/Technical: Technical
Ballot Required: No
New status: J
Although the RingletSelection state table appears to send all frames to the same ringlet (in this case), the TransmitRoute state table will differentially choose ringlets based on whether the frame is allowed to be transmitted into an edge. These two state tables must be viewed together for a full understanding.

Maintenance Request 0062 Detailed History
StatusDescriptionDate
Ready
for ballot
D.6 - Extra space in "size Stq".5-Apr-05


IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Remove the extraneous space.

Maintenance Request 0063 Detailed History
StatusDescriptionDate
Ready
for ballot
D.6 - The rprOamRequestCount is not cross-referenced to an RPR variable.5-Apr-05


IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
The rprOamRequestCount attribute will be deprecated in the next revision of the 802.17 MIB. Any extraneous text dealing with the rprOamRequestCount attribute outside of the MIB will be removed.

Maintenance Request 0064 Detailed History
StatusDescriptionDate
Ready
for ballot
D.6 - The rprOamTimeout is not cross-referenced to an RPR variable.5-Apr-05


IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
The rprOamTimeout attribute will be referenced back to 12.5.2.4. The default value will be changed in the MIB to 10 ms to correspond with the value given in 12.5.2.4.

Maintenance Request 0065 Detailed History
StatusDescriptionDate
Ready
for ballot
D.6 - The rprOamControl is not cross-referenced to an RPR variable.5-Apr-05


IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
The rprOamControl attribute will be deprecated in the next revision of the 802.17 MIB. Any extraneous text dealing with the rprOamControl attribute outside of the MIB will be removed.

Maintenance Request 0066 Detailed History
StatusDescriptionDate
Ready
for ballot
D.6 - The rprOamResponseCount is not cross-referenced to an RPR variable.5-Apr-05


IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
The rprOamResponseCount attribute will be deprecated in the next revision of the 802.17 MIB. Any extraneous text dealing with the rprOamResponseCount attribute outside of the MIB will be removed.

Maintenance Request 0067 Detailed History
StatusDescriptionDate
Ready
for ballot
D.6 - The rprOamAvResponseTime is not cross-referenced to an RPR variable.5-Apr-05


IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
The rprOamAvResponseTime attribute will be deprecated in the next revision of the 802.17 MIB. Any extraneous text dealing with the rprOamAvResponseTime attribute outside of the MIB will be removed.

Maintenance Request 0068 Detailed History
StatusDescriptionDate
Ready
for ballot
D.6 - The rprOamResponseStatus is not cross-referenced to an RPR variable.5-Apr-05


IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
The rprOamResponseStatus attribute will be deprecated in the next revision of the 802.17 MIB. Any extraneous text dealing with the rprOamResponseStatus attribute outside of the MIB will be removed.

Maintenance Request 0069 Detailed History
StatusDescriptionDate
Ready
for ballot
D.6 - Wrong name: "toClientUcastClassBCirAFrames".5-Apr-05


IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Change "toClientUcastClassBCirAFrames" to "toClientUcastClassBCirFrames".

Maintenance Request 0070 Detailed History
StatusDescriptionDate
RejectedD.6 - There is an entry for client-in broadcast counts, but not multicast.5-Apr-05


IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical: Technical
Ballot Required: No
New status: J
Resolution:
This is a request for an enhancement, not an error needing fixing.

Maintenance Request 0071 Detailed History
StatusDescriptionDate
RejectedD.6 - There is an entry for client-out broadcast counts, but not multicast.5-Apr-05


IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical: Technical
Ballot Required: No
New status: J
Resolution:
This is a request for an enhancement, not an error needing fixing.

Maintenance Request 0072 Detailed History
StatusDescriptionDate
Ready
for ballot
10.4.4.4 - rampUpCoef does not belong in the condition of Row 5.20-May-05


IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical: Technical
Ballot Required:
New status: T
Current thought:
Change
"localFairRate/localWeight >= unreservedRate[myRi] - rampUpCoef"
to
"localFairRate/localWeight >= unreservedRate[myRi] - (unreservedRate[myRi] / rampUpCoef)".

IEEE LMSC Plenary Week Maintenance Meeting July-2007
Errata/Technical: Technical
Ballot Required:
New status: B
Change
"localFairRate/localWeight >= unreservedRate[myRi] - rampUpCoef"
to
"localFairRate/localWeight >= unreservedRate[myRi] - (unreservedRate[myRi] / rampUpCoef)".

Maintenance Request 0073 Detailed History
StatusDescriptionDate
Ready
for ballot
10.4.4.4 - allowedRate is calculated twice in Row 5 and Row 16. The later calculation overrides the early one.
Additional file: maint_0073_ConservativeRate_SM_questions.pdf
20-May-05


IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Change the next state from "FINAL" to "RETURN".

Maintenance Request 0074 Detailed History
StatusDescriptionDate
Ready
for ballot
10.4.5.4 - Incorrect comparison between fairRate and receivedRate.31-May-05


IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
In the condition for row 5, change "<" to "<=". In the condition for row 7, change ">=" to ">". Change the corresponding row descriptions to reflect the revised comparisons.

Maintenance Request 0075 Detailed History
StatusDescriptionDate
Ready
for ballot
7.7.10.4 - Wrong table name.1-Jun-05


IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Change "The TransmitCount" to "The TransmitRoute".

Maintenance Request 0076 Detailed History
StatusDescriptionDate
Ready
for ballot
7.7.1.6.4 - A frame with a multicast DA can be sent on the ring with frame.fi = FI_NONE.13-Jul-05


IEEE LMSC Plenary Week Maintenance Meeting July-2005
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Insert a new row between 20 and 21 with Condition = "!unicast(frame.da)", Action = “-”, State = “FORM”. Change
rows 24 to 27 to remove the test for “Unicast(frame.da)”. On page 60, add the following sentence to the description of flooding_form, immediately preceding the sentence that begins with "If flooding_form is omitted": "A value of FI_NONE is ignored for frames whose destination address has the group bit set."

Maintenance Request 0077 Detailed History
StatusDescriptionDate
Rejected11.6.8.4 - If there's a fiber loopback, ReceiveTpFrame can not report this specific error, just a large scope error of miscabling. 25-Jul-05


IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical: Technical
Ballot Required: No
New status: J
Resolution:
This is a request for an enhancement, not an error needing fixing.

Maintenance Request 0078 Detailed History
StatusDescriptionDate
Ready
for ballot
10.4.2.3 - ResetStqWatermarks() resets stqHighWatermark to stqSize.28-Jul-05


IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Change
"Reset the stqHighWatermark and stqLowWatermark values to stqSize"
to
"Reset the stqHighWatermark and stqLowWatermark values to stqDepth".

Maintenance Request 0079 Detailed History
StatusDescriptionDate
Ready
for ballot
10.4.2.4 - Wrong routine name, InitLowPassFilteredRates(), in Table 10.6.29-Jul-05


IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
On page 253, in Equation 10.6, change "InitLpilteredRates()" to "InitLpFilteredRates()". On page 255, in the action for row 3, change "InitLowPassFilteredRates();" to "InitLPFilteredRates();".

Maintenance Request 0080 Detailed History
StatusDescriptionDate
Ready
for ballot
10.4.10.5 - frtt is computed before LrttToTail is computed.23-Sep-05


IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Remove "frtt = fdd + lrttToTail;" from rows 11 and 12.

Maintenance Request 0081 Detailed History
StatusDescriptionDate
Ready
for ballot
6.3.1 - The MAC service interface provides the number of hops to the congestion point, not the nearest congested station.25-Sep-05


IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Change "For service class classC, the MAC service interface also provides the number of hops to the nearest congested station." to "For service class classC, the MAC service interface of a station lying within a congestion domain also provides the number of hops to the head of the congestion domain in which that station lies."

Maintenance Request 0082 Detailed History
StatusDescriptionDate
Rejected12.3.1 - Add a timestamp mechanism for oam echo request/response frame.27-Sep-05


IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical: Technical
Ballot Required: No
New status: J
Resolution:
This is a request for an enhancement, not an error needing fixing.

Maintenance Request 0083 Detailed History
StatusDescriptionDate
RejectedF - Problems of cross-ring RPR reliability and rapid switchover.29-Sep-05


IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical: Technical
Ballot Required: No
New status: J
Resolution:
This is a request for an enhancement, not an error needing fixing.

Maintenance Request 0084 Detailed History
StatusDescriptionDate
Ready
for ballot
10.4.9.4 - frame.ri of an FDD frame is wrongly assigned the value of receivedRi.30-Sep-05


IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Resolution:
Change "frame.ri = receivedRi;" in lines 1 and 3 to "frame.ri = myRi;".

Maintenance Request 0085 Detailed History
StatusDescriptionDate
Ready
for ballot
D.6 - The attributes of RprSpanErrorCountersCurrentEntry do not state where they get their values.3-Oct-05


IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical: Technical
Ballot Required:
New status: T
The specific references are needed.

IEEE LMSC Plenary Week Maintenance Meeting November-2007
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Add the specific references.

Maintenance Request 0086 Detailed History
StatusDescriptionDate
Ready
for ballot
12.6.1.2 - scffErrors is insufficiently defined.3-Oct-05


IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical: Technical
Ballot Required:
New status: T
The precise locations and approaches to dealing with counting during available and unavailable time need to be worked out.

IEEE LMSC Plenary Week Maintenance Meeting November-2007
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Formally define scffErrors in Clause 7 by adding the variable declaration to 7.2.2 and then to 7.6.3.6.2 and then by adding the incrementing of the variable to Table 7.20 in each of the following rows: 12, 13, 20, 21, and 23.

Maintenance Request 0087 Detailed History
StatusDescriptionDate
Rejected10.4.8.4 - Line 9 condition "myWrappingMethod ==CENTER_WRAP" is not relevant when "myEdgeState==FROM_EDGE".18-Oct-05


IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical: Technical
Ballot Required:
New status: T
Need input from center-wrapping expert and edge-wrapping expert.

IEEE LMSC Plenary Week Maintenance Meeting November-2007
Errata/Technical: Technical
Ballot Required: No
New status: J
The condition of being an edge does not mean that frames that go across edges can't be received. SCFFs are transmitted across edges (where physically possible), and therefore can be received from an edge.

#REF!
Maintenance Request 0088 Detailed History
StatusDescriptionDate
Ready
for ballot
10.4.10.6 - Wrong wrapPoint values in FrttComputation.18-Oct-05


IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2006
Errata/Technical: Technical
Ballot Required:
New status: T
Need input from center-wrapping expert and edge-wrapping expert.

IEEE LMSC Plenary Week Maintenance Meeting July-2008
Errata/Technical: Technical
Ballot Required: Y
New status: B
Line 13 : dsWrapPoint = totalHopsTx[myRi], Line 15 and 16 : wrapPoint = totalHopsRx[myRi]

Maintenance Request 0089 Detailed History
StatusDescriptionDate
Ready
for ballot
10.4.10.5 - The function AgeFdd (fdd, newFdd) does not declare 'lastReceivedFdd' as a variable or as a function parameter.18-Oct-05


IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Change
FDD = (FDD * (ageCoef - 1) / ageCoef) + (lastReceivedFdd / ageCoef)
to
fdd = (fdd * (ageCoef - 1) / ageCoef) + (newFdd / ageCoef)

#REF!
Maintenance Request 0090 Detailed History
StatusDescriptionDate
Ready
for ballot
10.4.10.6 - Wrong value used for hop count to tailIndex.24-Oct-05


IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2006
Errata/Technical: Technical
Ballot Required:
New status: T
Need input from center-wrapping expert and edge-wrapping expert.

IEEE LMSC Plenary Week Maintenance Meeting July-2008
Errata/Technical: Technical
Ballot Required: Y
New status: B
Line 15 : Change the comparison (totalHopsTx[myRi] < tailIndex) to (totalHopsRx[myRi] < tailIndex)

Maintenance Request 0091 Detailed History
StatusDescriptionDate
Ready
for ballot
7.6.3.6.4 - If a Multichoke fairness frame (MCFF) is caught on the wrong ringlet, it will stay forever.7-Nov-05


IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Remove Row 27.
Add new row before Row 36 with condition of "protConfig == STEERING && frame.ri != myRi && frame.ft == FT_FAIRNESS", action of "-", next state of FINAL.
Add new row before Row 37 with condition of "protConfig == WRAPPING && frame.ri != myRi && frame.ft == FT_FAIRNESS", action of "-", next state of FINAL.
Add new row before Row 39 with condition of "frame.ft == FT_FAIRNESS", action of "-", next state of FINAL.

Maintenance Request 0092 Detailed History
StatusDescriptionDate
Ready
for ballot
7.6.3.9.4 - The description of Row 7.23-4 is not consistent with the action in the table, and it is wrong.8-Nov-05


IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Change row description to:
Wrapped fairness frames are not adjusted.

Maintenance Request 0093 Detailed History
StatusDescriptionDate
Ready
for ballot
7.7.2 - The figure seems to imply that there is a failure in the ring, but it describes the normal operating case.12-Feb-06


IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Remove the "X" from the figure and move the arrow end closer to the ring.

Maintenance Request 0094 Detailed History
StatusDescriptionDate
Ready
for ballot
7.6.3.8.4 - Table row 7.22-7 has the wrong parameter name in the condition column.12-Feb-06


IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Replace "frame.sacompact" with "frame.saCompact".

Maintenance Request 0095 Detailed History
StatusDescriptionDate
Ready
for ballot
7.6.3.9.4 - Table row 7.23-4 has the wrong parameter name in the condition column.12-Feb-06


IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Replace "frame.sa" with "frame.saCompact".

Maintenance Request 0096 Detailed History
StatusDescriptionDate
Ready
for ballot
7.6.3.5.4 - Table row 7.19-6 has the wrong function name in the condition column.13-Feb-06


IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Replace "CrcCompact" with "Crc32Compact".

Maintenance Request 0097 Detailed History
StatusDescriptionDate
Ready
for ballot
10.4.2.3 - stqSize is not a defined variable.20-Feb-06


IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Change "stqSize" to "stqDepth".

Maintenance Request 0098 Detailed History
StatusDescriptionDate
Ready
for ballot
10.2.4 - myWrappingMethod is not a defined variable.21-Feb-06


IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Replace all occurences of "myWrappingMethod" (Pages 245, 269, 270 3 times in table 10.13) with "myProtectMethod".

Maintenance Request 0099 Detailed History
StatusDescriptionDate
Ready
for ballot
10.4.5.4 - Wrong description for table row 10.10-4.22-Feb-06


IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Change row description to:
The station is locally congested, but not downstream congested. The station is a head and not a tail and advertises its normLocalFairRate.

Maintenance Request 0100 Detailed History
StatusDescriptionDate
Ready
for ballot
12.4.1 - In the ringlet_id definition, the reference table is wrong.2-Mar-06


IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Replace "Table 6.3" with "Table 6.2".

Maintenance Request 0101 Detailed History
StatusDescriptionDate
Ready
for ballot
D.6 - The definition of rprIfWrapConfig incorrectly uses "Wrap preferred".2-Mar-06


IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Replace "wrap preferred" with "wrap configured".

Maintenance Request 0102 Detailed History
StatusDescriptionDate
Ready
for ballot
D.6 - In the definition of rprIfJumboFramePreferred, rprIfMacCapability should be replaced with rprIfRingOperModes.2-Mar-06


IEEE LMSC Plenary Week Maintenance Meeting March-2006
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Replace "rprIfMacCapability" with "rprIfRingOperModes".

Maintenance Request 0103 Detailed History
StatusDescriptionDate
Ready
for ballot
11.6.4.4 - Table-Row 11.14-17 does not save the checksum value.19-Jun-06


IEEE LMSC Plenary Week Maintenance Meeting July-2006
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting November-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Replace the action of Row 17 with "myTopoInfo.myChecksum.value = ComputeTc();".

Maintenance Request 0104 Detailed History
StatusDescriptionDate
Ready
for ballot
3.2.78 - There is no such literal: "AGECOEF".19-Jun-06


IEEE LMSC Plenary Week Maintenance Meeting July-2006
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting November-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Change the referenced item from "AGECOEF" to "ageCoef".

Maintenance Request 0105 Detailed History
StatusDescriptionDate
Ready
for ballot
7.6.3.8.2 - ttlExpiredFrames is not defined in 7.2.2.19-Jun-06


IEEE LMSC Plenary Week Maintenance Meeting July-2006
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting November-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Move the definition of ttlExpiredFrames from 7.6.3.6.2 to 7.2.2, and instead reference the definition in 7.2.2.

Maintenance Request 0106 Detailed History
StatusDescriptionDate
Ready
for ballot
7.7.7.2.4 - There is no such routine: "PHY_READY.inidication()".19-Jun-06


IEEE LMSC Plenary Week Maintenance Meeting July-2006
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting November-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Change the routine name to "PHY_READY.indication()".

Maintenance Request 0107 Detailed History
StatusDescriptionDate
Ready
for ballot
10.4.4.4 - Table-Row 10.9 condition uses an undefined routine: "IsCongested()".19-Jun-06


IEEE LMSC Plenary Week Maintenance Meeting July-2006
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting November-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Add the following to 10.4.4.3:
"IsCongested( )
See 10.2.3."

Maintenance Request 0108 Detailed History
StatusDescriptionDate
Ready
for ballot
11.4.3.3 - Reference is given to the wrong subclause, and no reference is given to myTopoInfo.conservativeMode.19-Jun-06


IEEE LMSC Plenary Week Maintenance Meeting July-2006
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting November-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Change
"conservative mode fairness (see 10.2.2)."
to
"conservative mode fairness, based on the value of myTopoInfo.conservativeMode defined in 11.2.5."

Maintenance Request 0109 Detailed History
StatusDescriptionDate
Ready
for ballot
11.4.3.4 - Reference is given to the wrong subclause, and no reference is given to myTopoInfo.multichokeUser.19-Jun-06


IEEE LMSC Plenary Week Maintenance Meeting July-2006
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting November-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Change
"multiChokeIndOption defined in 10.2.2."
to
"myTopoInfo.multichokeUser defined in 11.2.5."

Maintenance Request 0110 Detailed History
StatusDescriptionDate
Ready
for ballot
11.4.3.4 - The text wrongly implies separate actions for multichoke behavior for each ringlet.19-Jun-06


IEEE LMSC Plenary Week Maintenance Meeting July-2006
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting November-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Delete:
"(If any station on ringlet rid advertises a nonzero mu value, every
station is required to send multi-choke fairness frames onto ringlet rid.)"
Add the following as a separate paragraph, following the existing paragraph:
"The ringInfo.multichokeUser bit indicates if any station on the ring uses multi-choke fairness frames and, therefore,
that every station transmits multi-choke fairness frames."

Maintenance Request 0111 Detailed History
StatusDescriptionDate
Ready
for ballot
11.4.3.4 - The last paragraph on page 311 appears to belong to 11.4.3.4.19-Jun-06


IEEE LMSC Plenary Week Maintenance Meeting July-2006
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting November-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Move the last paragraph on page 311 to be the last sentence of the sole paragraph of 11.4.3.

Maintenance Request 0112 Detailed History
StatusDescriptionDate
Ready
for ballot
11.7.3.4 - Checking the Yes box of PP6 does not indicate that nonrevertive operation "may be" supported.19-Jun-06


IEEE LMSC Plenary Week Maintenance Meeting July-2006
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting November-2006
Errata/Technical: Technical
Ballot Required: Y
New status: B
Change "may be" to "is" in the comment field of PP6.

Maintenance Request 0113 Detailed History
StatusDescriptionDate
Ready
for ballot
D.6 - The reference for rprFairnessReservedRate refers to 11.2.4.19-Jun-06


IEEE LMSC Plenary Week Maintenance Meeting July-2006
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting November-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Change "11.2.4" to "11.2.5" in the reference for rprFairnessReservedRate.

Maintenance Request 0114 Detailed History
StatusDescriptionDate
Ready
for ballot
10.4.10.6 - tailSa, tailRi, and tailIndex are not defined.21-Jun-06


IEEE LMSC Plenary Week Maintenance Meeting July-2006
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting November-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Add the following to 10.4.10.4:
tailIndex
Index into topoEntry for the current tail station.
tailRi
Ringlet on which the tail station sent the FDD.
tailSa
The MAC address of the tail station.

Maintenance Request 0115 Detailed History
StatusDescriptionDate
Ready
for ballot
7.6.3.10.2 - The badRxFcsFrames statistics counter is not reflected in any MIB item.3-Jul-06


IEEE LMSC Plenary Week Maintenance Meeting July-2006
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting November-2006
Errata/Technical: Technical
Ballot Required:
New status: T
Ask MIB experts about this proposed change.

IEEE LMSC Plenary Week Maintenance Meeting November-2007
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Add the following MIB items:
rprSpanErrorCurrentBadRxFcsFrames
rprSpanErrorIntervalBadRxFcsFrames
rprSpanErrorDayBadRxFcsFrames
rprSpanErrorStatsBadRxFcsFrames

Maintenance Request 0116 Detailed History
StatusDescriptionDate
Ready
for ballot
11.6.14.3 - There is no definition of variable advertisementInterval used in context of function LrttResponseHandle().15-Sep-06


IEEE LMSC Plenary Week Maintenance Meeting November-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Change all three occurences of "advertisementInterval" (10.3.1.1, 11.6.14, and 11.6.14.3) to "advertisingInterval". Add "advertisingInterval" to 11.2.8 under the section for Clause 10.

Maintenance Request 0117 Detailed History
StatusDescriptionDate
Ready
for ballot
11.6.7.4 - TP frames should be broadcasted in both ringlets.15-Sep-06


IEEE LMSC Plenary Week Maintenance Meeting November-2006
Errata/Technical: Technical
Ballot Required:
New status: T
Ask technical experts to review changes needed to the RingletSelection statemachine for control frames.

IEEE LMSC Plenary Week Maintenance Meeting November-2007
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Change "If the requested queue is Q_TX_RS, ringlet is ignored, and the only instance of Q_TX_RS is used" to "If the requested queue is Q_TX_RS, ringlet_id is set to the value of ringlet, and the only instance of Q_TX_RS is used".

Maintenance Request 0118 Detailed History
StatusDescriptionDate
Ready
for ballot
0 - Inconsistent notation "frame.checksumValid" in Table 11.20 rows 6 and 9.15-Sep-06


IEEE LMSC Plenary Week Maintenance Meeting November-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Change all occurrence of "frame.checksumValid" to "frame.cv".

Maintenance Request 0119 Detailed History
StatusDescriptionDate
Ready
for ballot
7.7.4 - Final hec field value may be incorrect for frame header.15-Sep-06


IEEE LMSC Plenary Week Maintenance Meeting November-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Remove the setting of frame.hec from Rows 34, 36, and 37 of Table 7.29 (RingletSelection state table). Change the action of Row 17 of Table 7.31 (StageQueueSelection state table) to "frame.hec = Crc16(frame);"

Maintenance Request 0120 Detailed History
StatusDescriptionDate
Ready
for ballot
11.6.3.4 - "EntryInQueue(Q_RX_TP_PARSE) != NULL" (Table 11.13, Row 3) is a tautology.15-Sep-06


IEEE LMSC Plenary Week Maintenance Meeting November-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Change the condition of Table-Row 11.3-3 from "EntryInQueue(Q_RX_TP_PARSE) != NULL" to "EntryInQueue(Q_RX_TP_PARSE)".

Maintenance Request 0121 Detailed History
StatusDescriptionDate
Ready
for ballot
11.6.2 - There is no holdoffStartTime[ri] variable definition.15-Sep-06


IEEE LMSC Plenary Week Maintenance Meeting November-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Add the following to 11.6.2.2:
"holdoffStartTime[ri]
The time at which the holdoff was started."
Modify all occurrences of holdoffTimeout in Table 11.12 to add "[ri]".

Maintenance Request 0122 Detailed History
StatusDescriptionDate
Ready
for ballot
7.6.3.5.4 - keepaliveTime is an integer variable in some places, but it is defined as an array.15-Sep-06


IEEE LMSC Plenary Week Maintenance Meeting November-2006
Errata/Technical: Technical
Ballot Required: Yes
New status: B
In 7.2.4, modify "This clause references the following literals and variables defined in Clause 11:" to "This clause references the following literals and variables defined in Clause 11, where the local reference to per-ringlet arrays assumes the array element for the current datapath (e.g., keepaliveTime[0] is used for the ringlet0 datapath instance and keepaliveTime[1] is used for the ringlet1 datapath instance):"

Maintenance Request 0123 Detailed History
StatusDescriptionDate
Ready
for ballot
7.2.1 - There is no definition of queue Q_TX_ROUTE.15-Sep-06


IEEE LMSC Plenary Week Maintenance Meeting November-2006
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2007
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Add definition of Q_TX_ROUTE to 7.2.1 as follows:
Q_TX_ROUTE—The queue identifier associated with the transmit route selection.

Maintenance Request 0124 Detailed History
StatusDescriptionDate
Ready
for ballot
J.3 - There are missing exclamation marks in Table J.1.15-Sep-06


IEEE LMSC Plenary Week Maintenance Meeting November-2006
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2007
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Change from "SEND" to "!SEND" in cells:
Col: SendA Row: 2
Col: SendB Row: 2
Col: SendC Row: 4

Maintenance Request 0125 Detailed History
StatusDescriptionDate
Ready
for ballot
7.6.3.8.4 - ReceiveStrip state machine is allowed to update keepalive variable when station has span failure.15-Sep-06


IEEE LMSC Plenary Week Maintenance Meeting November-2006
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2007
Errata/Technical: Technical
Ballot Required:
New status: T
Need input from edge-wrapping expert.

IEEE LMSC Plenary Week Maintenance Meeting November-2007
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Add a row to the ReceiveStrip state machine between rows 7 and 8, that contains i.e.:
Conditions:
frame.ft == RPR_FT_FAIRNESS &&
frame.ffType == RPR_SINGLE_CHOKE &&
frame.saCompact == myMacAddress &&
frame.ri == myRi
Actions:
-
Next state:
START

For the row description, explain that with edge wrapping, it can appear that we receive a copy of our own fairness frame, and we don't want to count it as a received SCFF.

Maintenance Request 0126 Detailed History
StatusDescriptionDate
Ready
for ballot
1.6.6.5 - If topoEntryInvalidDefect is set in TopologyValidation state machine, it isn`t cleared when topology is valid.15-Sep-06


IEEE LMSC Plenary Week Maintenance Meeting November-2006
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2007
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Add line:
"topoEntryInvalidDefect = FALSE;"
to actions of row 9 in table 11.16.

Maintenance Request 0127 Detailed History
StatusDescriptionDate
Ready
for ballot
11.6.8.4 - Inconsistent notation "frame.seq" in ReceiveTpFrame state machine specification.15-Sep-06


IEEE LMSC Plenary Week Maintenance Meeting November-2006
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2007
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Change the condition in row 8 of table 11.18 from:
"topoEntry[ri][hops].sequenceNumber == frame.seq"
to:
"topoEntry[ri][hops].sequenceNumber == frame.seqnum"

Maintenance Request 0128 Detailed History
StatusDescriptionDate
Ready
for ballot
0 - Wrong notation of condition currentTime-wtr[ri].time >= wtr.timeout[ri].15-Sep-06


IEEE LMSC Plenary Week Maintenance Meeting November-2006
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2007
Errata/Technical: Technical
Ballot Required: Yes
New status: B
In Row 11 of Table 11.13, change "wtr.timeout[ri]" to "wtr[ri].timeout".

Maintenance Request 0129 Detailed History
StatusDescriptionDate
Ready
for ballot
11.6.6.4 - Definition of routine SetSourceCheck() contains wrong condition.15-Sep-06


IEEE LMSC Plenary Week Maintenance Meeting November-2006
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2007
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Change line:
"if (myTopoInfo.protConfig == WRAPPING && myTopoInfo.topoType == OPEN_RING)"
to:
"if (myTopoInfo.protConfig == WRAPPING && ringInfo.topoType == OPEN_RING)".

Maintenance Request 0130 Detailed History
StatusDescriptionDate
Ready
for ballot
D.6 - Incorrect description in the rprIfIdleThreshold MIB item.4-Oct-06


IEEE LMSC Plenary Week Maintenance Meeting November-2006
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2007
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Change the description of rprIfIdleThreshold to
"When the free space in the PTQ becomes less than or equal to this value,
the incoming link is considered adversely rate mismatched."

Maintenance Request 0131 Detailed History
StatusDescriptionDate
Ready
for ballot
11.2.3 - txSlowTimeout variable specified a default of 100msec25-Apr-07


IEEE LMSC Plenary Week Maintenance Meeting November-2006
Errata/Technical:
Ballot Required:
New status: R

IEEE LMSC Plenary Week Maintenance Meeting July-2007
Errata/Technical: Technical
Ballot Required:
New status: T
We agree that there is an inconsistency, but disagree with the proposed solution. The value of 100 ms was chosen in order to quickly detect changes in topology that could not be detected through other means (e.g., optical bypass that does not create a link failure). We propose to change the MIB variable description to match the standard. Of question is why the MIB variable is in units of 50 ms instead of 100 ms, and whether we can correct this without deprecating the variable and creating a new variable. If we keep the units of 50 ms, what do we do if someone configures an odd number of units?

IEEE LMSC Plenary Week Maintenance Meeting November-2007
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Change the txSlowTimeout variable default (defined in 11.2.3) to 1 second.

Maintenance Request 0132 Detailed History
StatusDescriptionDate
Ready
for ballot
11.5.4 - Figure 11.27f lists the wrong topoType.10-Jul-08


IEEE LMSC Plenary Week Maintenance Meeting July-2008
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Change "topoType = CLOSED_RING" to "topoType = OPEN_RING".

Maintenance Request 0133 Detailed History
StatusDescriptionDate
Ready
for ballot
7.7.1.6.4 - Control frame fields are being treated as data frames.10-Jul-08


IEEE LMSC Plenary Week Maintenance Meeting July-2008
Errata/Technical: Technical
Ballot Required: Yes
New status: B
From Row 5, delete the following assignments from the action column:
frame.ef = 0;
frame.fi = FI_NONE;
frame.so = 0;

Maintenance Request 0134 Detailed History
StatusDescriptionDate
Ready
for ballot
7.7.1.6.4 - FDD frames are not being allowed to wrap.10-Jul-08


IEEE LMSC Plenary Week Maintenance Meeting July-2008
Errata/Technical: Technical
Ballot Required: Yes
New status: B
Add a row immediately preceding Row 5, with the following characteristics:
state: "STRICT"
condition: "frame.ft == FT_CONTROL && frame.controlType == CT_FDD"
action: same as for Row 5, except with "frame.we = 0;" removed
next state: "TRANSMIT"
row comment: "FDD control frames have their frame.we value set by Table 10.14, and they pass the remaining checks."
(Also remove extra period at end of second paragraph of 10.3.2.)



These pages are maintained by

Copyright © 2004-2008, the Institute of Electrical and Electronics Engineers, Inc. (IEEE).
All rights reserved.

This website may contain names, logos, designs, titles, words, or phrases that may
constitute trademarks, service marks, or trade names of the IEEE or other entities
which may be registered in certain jurisdictions.