10.1.3.8 Change Normalization of a rate is performed by dividing the locally significant rate by a normalization coefficient (normCoef). ... When received by a station, a normalized rate may be used as follows: ... A normalized rate can be converted to a locally significant rate by multiplying the rate by the normCoef of the local station. to Normalization of fairRate is performed by dividing the locally significant rate by a normalization coefficient (normCoef). ... When received by a station, a normalized fairRate may be used as follows: ... A normalized fairRate can be converted to a locally significant rate by multiplying the rate by the normCoef of the local station. Add to end: Other rates, such as LINK_RATE (10.2.1) and station bandwidth ATT ringlet[x]ReservedBw (11.4.2) are normalized by rateCoef*ageCoef, without localWeight. 10.2.2: For maxAllowedRate, change Range: [1, LINK_RATE] Default: LINK_RATE to Range: [1, LINK_RATE*rateCoef*ageCoef] Default: LINK_RATE*rateCoef*ageCoef Table 10.16: Change lineRate and LINK_RATE as follows: OC3 149.76 59904 OC12 599.04 59904 OC48 2396.16 59904 OC192 9584.64 59904 Add before the paragraph following the table: The lineRate for the SONET PHY is its payload capacity. Add to end of following paragraph: LINK_RATE = lineRate (in Mb/s) * (10**6 * agingInterval)/(rateCoef * 8 bits/byte) 11.4.2: Change A 16-bit field that specifies the station’s reserved subclassA0 bandwidth allocation on ringlet[], normalized as per 10.1.3.8. to A 16-bit field that specifies the station’s reserved subclassA0 bandwidth allocation on ringlet[], normalized as per Equation 11.x Add before last paragraph: ringlet[]ReservedBw = (rprFairnessReservedRate * 10**6 * agingInterval)/(rateCoef * 8 bits/byte) (11.x) Eq 11.14: Change ringInfo.unreservedRate[0] = LINK_RATE - resRate[0]; ringInfo.unreservedRate[1] = LINK_RATE - resRate[1]; to ringInfo.unreservedRate[0] = (LINK_RATE - resRate[0]) * ageCoef * rateCoef; ringInfo.unreservedRate[1] = (LINK_RATE - resRate[1]) * ageCoef * rateCoef;