rfc9656v4.txt | rfc9656.txt | |||
---|---|---|---|---|
skipping to change at line 255 ¶ | skipping to change at line 255 ¶ | |||
inter-domain links and when the status of only one side of the link | inter-domain links and when the status of only one side of the link | |||
is known. However, since microwave is a point-to-point technology | is known. However, since microwave is a point-to-point technology | |||
where both ends normally belong to the same domain, it is not | where both ends normally belong to the same domain, it is not | |||
expected to be applicable in normal cases. | expected to be applicable in normal cases. | |||
2.5. Microwave Topology YANG Module | 2.5. Microwave Topology YANG Module | |||
This module imports typedefs and modules from [RFC8345], [RFC8561], | This module imports typedefs and modules from [RFC8345], [RFC8561], | |||
and [RFC8795]. It references [EN301129] and [EN302217-1]. | and [RFC8795]. It references [EN301129] and [EN302217-1]. | |||
<CODE BEGINS> file "ietf-microwave-topology@2024-09-18.yang" | <CODE BEGINS> file "ietf-microwave-topology@2024-09-30.yang" | |||
module ietf-microwave-topology { | module ietf-microwave-topology { | |||
yang-version 1.1; | yang-version 1.1; | |||
namespace "urn:ietf:params:xml:ns:yang:ietf-microwave-topology"; | namespace "urn:ietf:params:xml:ns:yang:ietf-microwave-topology"; | |||
prefix mwt; | prefix mwt; | |||
import ietf-network { | import ietf-network { | |||
prefix nw; | prefix nw; | |||
reference | reference | |||
"RFC 8345: A YANG Data Model for Network Topologies"; | "RFC 8345: A YANG Data Model for Network Topologies"; | |||
} | } | |||
skipping to change at line 318 ¶ | skipping to change at line 318 ¶ | |||
Redistribution and use in source and binary forms, with or | Redistribution and use in source and binary forms, with or | |||
without modification, is permitted pursuant to, and subject | without modification, is permitted pursuant to, and subject | |||
to the license terms contained in, the Revised BSD License | to the license terms contained in, the Revised BSD License | |||
set forth in Section 4.c of the IETF Trust's Legal Provisions | set forth in Section 4.c of the IETF Trust's Legal Provisions | |||
Relating to IETF Documents | Relating to IETF Documents | |||
(https://trustee.ietf.org/license-info). | (https://trustee.ietf.org/license-info). | |||
This version of this YANG module is part of RFC 9656; see | This version of this YANG module is part of RFC 9656; see | |||
the RFC itself for full legal notices."; | the RFC itself for full legal notices."; | |||
revision 2024-09-18 { | revision 2024-09-30 { | |||
description | description | |||
"Last call comment resolutions."; | "Initial revision."; | |||
reference | reference | |||
""; | "RFC 9656: A YANG Data Model for Microwave Topology"; | |||
} | } | |||
grouping rlt-mode { | grouping rlt-mode { | |||
description | description | |||
"This grouping provides a flexible definition of the number | "This grouping provides a flexible definition of the number | |||
of bonded carriers and protecting carriers of a radio | of bonded carriers and protecting carriers of a radio | |||
link."; | link."; | |||
leaf num-bonded-carriers { | leaf num-bonded-carriers { | |||
type uint32; | type uint32; | |||
mandatory true; | mandatory true; | |||
End of changes. 4 change blocks. | ||||
4 lines changed or deleted | 4 lines changed or added | |||
This html diff was produced by rfcdiff 1.48. |