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.

59 lines
1.2 KiB

module irt-frer {
yang-version 1.1;
namespace urn:fr:irt:eden:yang:irt-frer;
prefix irtfrer;
import ieee802-dot1cb-stream-identification
{
prefix dot1cb-sid;
revision-date
"2021-05-06";
}
import ieee802-dot1cb-frer
{
prefix dot1cb-frer;
revision-date
"2021-05-06";
}
import ietf-network {
prefix nw;
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 adapt IEEE802.1CB model to a whole network.";
augment "/dot1cb-sid:stream-identity" {
description
"Addtition a a node-ref, to associate a stream-identity to a node in the network.";
uses nw:node-ref;
}
augment "/dot1cb-frer:frer/dot1cb-frer:sequence-generation" {
description
"Addtition a a node-ref, to associate a sequence-generation to a node in the network.";
uses nw:node-ref;
}
augment "/dot1cb-frer:frer/dot1cb-frer:sequence-recovery" {
description
"Addtition a a node-ref, to associate a sequence-recovery to a node in the network.";
uses nw:node-ref;
}
}