An augmented YANG Ethernet TSN network data model to interface Ethernet TSN network design tools (e.g. simulator, formal analysis) and hardware.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
1.1 KiB

module irt-ptp {
yang-version 1.1;
namespace urn:fr:irt:eden:yang:irt-ptp;
prefix irtptp;
import ieee1588-ptp {
prefix ptp;
revision-date
"2022-08-30";
}
import ietf-network {
prefix nw;
revision-date
"2018-02-26";
}
import ietf-network-topology {
prefix nt;
revision-date
"2018-02-26";
}
organization
"IRT Saint Exupéry - Toulouse";
contact
"IRT Saint Exupéry - Toulouse
EDEN project team
<mailto:embedded-systems@irt-saintexupery.com>";
description
"This module is containing augments to complete the standard
IEEE 1588 PTP model, for association with the ietf topology model.";
revision 2023-05-04 {
description
"Initial revision.";
}
augment "/ptp:ptp/ptp:instances/ptp:instance/ptp:ports/ptp:port" {
description
"Adds the reference the termination point in the topology.";
uses nt:tp-ref;
}
augment "/ptp:ptp/ptp:instances/ptp:instance" {
description
"Adds the reference the termination point in the topology.";
uses nw:node-ref;
}
}