ietf-ccamp-wg / ietf-ccamp-layer0-types-ext-RFC9093-bis

CCAMP WG repository for ietf-layer0-types-ext
3 stars 3 forks source link

Adopting new identities for wavelength assignment mechanism #92

Closed aguoietf closed 5 months ago

aguoietf commented 6 months ago

In the YANG model for WDM tunnel there are two new defined identities for wavelength assignment mechanism:

  identity lower-first-wavelength-assignment {
    base l0-types:wavelength-assignment;
    description
      "Allocate wavelengths in ascending order, beginning from the
       lowest frequency and progressing toward the highest frequency
       within the permissible frequency range.";
  }

  identity upper-first-wavelength-assignment {
    base l0-types:wavelength-assignment;
    description
      "Allocate wavelengths in decending order, beginning from the
       highest frequency and progressing toward the lowest frequency
       within the permissible frequency range.";
  }

Since these new identities are generic and are intended to be shared by other models such as optical path computation, my proposal is to move them to l0-types.