diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-10-30 09:39:59 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-10-30 15:59:04 -0400 |
commit | 1c1e7f98416875f3ee78af9103865c32f95a82a0 (patch) | |
tree | 706ebddc9622f12d9be9e9650cf3a97a14ac6f75 /sdnr/model/yang/onf-ptp-dataset@2017-05-08.yang | |
parent | 6a893bb0ae984d15076394d9225d4873ad953791 (diff) |
Remove SDNR seed code
Remove SDNR seed code to resolve license issues. Code is not currently
used, so it will be removed for now and a cleaned version resubmitted
for Dublin release.
Change-Id: I37ca0feb458012626bf448739ff2497679fcb357
Issue-ID: CCSDK-641
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'sdnr/model/yang/onf-ptp-dataset@2017-05-08.yang')
-rw-r--r-- | sdnr/model/yang/onf-ptp-dataset@2017-05-08.yang | 125 |
1 files changed, 0 insertions, 125 deletions
diff --git a/sdnr/model/yang/onf-ptp-dataset@2017-05-08.yang b/sdnr/model/yang/onf-ptp-dataset@2017-05-08.yang deleted file mode 100644 index 41a1c393..00000000 --- a/sdnr/model/yang/onf-ptp-dataset@2017-05-08.yang +++ /dev/null @@ -1,125 +0,0 @@ -module onf-ptp-dataset { - namespace "urn:onf:params:xml:ns:yang:onf-ptp-dataset"; - prefix ptp-ex; - - import ietf-yang-types { - prefix yang; - } - import core-model { - prefix core-model; - } - import ietf-ptp-dataset { - prefix ptp; - } - - organization "ONF (Open Networking Foundation) Open Transport Working Group - Wireless Transport Project"; - contact "WG Web: <https://www.opennetworking.org/technical-communities/areas/specification/1931-optical-transport> - WG List: <mailto:wireless-transport@login.opennetworking.org> - WG Chair: Lyndon Ong - <mailto:lyong@ciena.com> - Editors: Alfons Mittermaier - <mailto:alfons.mittermaier@@highstreet-technologies.com> - Martin Skorupski - <mailto:martin.skorupski@highstreet-technologies.com>"; - description "This module contains a collection of YANG definitions to extent ptp-dataset."; - revision 2017-05-08 { - description "Initial version"; - reference "A YANG Data Model extending ptp-dataset."; - } - - augment "/ptp:instance-list/ptp:default-ds" { - description - "Addition of data nodes for the default data set of the clock."; - - leaf local-priority { - type uint8; - default 128; - description - "none"; - reference - "ITU-T G.8275.1 Precision time protocol telecom profile for phase/time - synchronization with full timing support from the network - Chapter 6.3.2"; - } - - leaf max-steps-removed { - type uint8; - default 128; - description - "none"; - reference - "ITU-T G.8275.1 Precision time protocol telecom profile for phase/time - synchronization with full timing support from the network - Chapter 6.3"; - } - - leaf multicast-mac-address { - type yang:mac-address; - description - "none"; - } - - leaf designated-enabled { - type boolean; - default true; - description - "A PTP Clock needs to be enabled by management."; - } - } - - augment "/ptp:instance-list/ptp:port-ds-list" { - description - "Addition of data nodes for the default data set of the clock."; - - leaf master-only { - type boolean; - default true; - description - "Indicates that port can only be a master."; - } - - leaf local-priority { - type uint8; - default 128; - description - "Local priority as used for alternate BMCA"; - reference - "ITU-T G.8275.1 Precision time protocol telecom profile for phase/time - synchronization with full timing support from the network - Chapter 6.3.2"; - } - - leaf designated-enabled { - type boolean; - default true; - description - "A PTP Port needs to be enabled by management."; - reference - "IEEE 1588-2008 IEEE Standard for a Precision Clock Synchronization Protocol - for Networked Measurement and Control Systems - Chapter 9.2"; - } - - leaf delay-asymmetry { - type int64; - default 0; - description - "As per PTP Known path asymmetry in ns."; - reference - "ITU-T G.8275.1 Precision time protocol telecom profile for phase/time - synchronization with full timing support from the network - Chapter 7.4.2"; - } - - leaf logical-termination-point { - type leafref { - path '/core-model:network-element/core-model:ltp/core-model:uuid'; - } - description - "A reference to a LTP of layer-protocol-name 'ETY' or 'MWPS', which is used - to discover the PTP topology."; - } - - } - -} |