Skip to content

Commit

Permalink
Fix yang namespace URI to openconfig.net (#1111) (#1112)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriciocostavenko authored May 15, 2024
1 parent 4d4aa4b commit 541fbd6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module openconfig-terminal-device-properties {
yang-version "1";

// namespace
namespace "http://example.net/yang/openconfig-terminal-device-properties";
namespace "http://openconfig.net/yang/openconfig-terminal-device-properties";
prefix "oc-opt-term-properties";

import openconfig-extensions { prefix oc-ext; }
Expand All @@ -35,10 +35,16 @@ module openconfig-terminal-device-properties {
the OTSi (OTSiMC). It also includes (optional) aspects such as
filter characterization, CD and DGD tolerance.";

oc-ext:openconfig-version "0.1.1";
oc-ext:openconfig-version "0.1.2";


// Revisions
revision "2024-05-15" {
description
"Fix yang namespace URI to openconfig.net.";
reference "0.1.2";
}

revision "2023-12-13" {
description
"Add reference to the terminal-device-properties-guide.md doc for operational-modes.";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module openconfig-terminal-device-property-types {
yang-version "1";

// namespace
namespace "http://example.net/yang/openconfig-terminal-device-property-types";
namespace "http://openconfig.net/yang/openconfig-terminal-device-property-types";
prefix "oc-opt-term-prop-types";

import openconfig-extensions { prefix oc-ext; }
Expand All @@ -29,10 +29,16 @@ module openconfig-terminal-device-property-types {
definitions of the set of modulation format, FEC codes and adjustment
granularity types use in the reffered model.";

oc-ext:openconfig-version "0.1.0";
oc-ext:openconfig-version "0.1.1";


// Revisions
revision "2024-05-15" {
description
"Fix yang namespace URI to openconfig.net.";
reference "0.1.1";
}

revision "2022-03-08" {
description "Initial version to provide the initial set of identities
used in the openconfig-terminal-device-properties model.";
Expand Down

0 comments on commit 541fbd6

Please sign in to comment.