Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adopting new identities for wavelength assignment mechanism #92

Closed
aguoietf opened this issue Feb 13, 2024 · 0 comments · Fixed by #96
Closed

Adopting new identities for wavelength assignment mechanism #92

aguoietf opened this issue Feb 13, 2024 · 0 comments · Fixed by #96

Comments

@aguoietf
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants