ietf-microwave-types@2018-11-28.yang | ietf-microwave-types@2018-11-28-formatted.yang | |||
---|---|---|---|---|
skipping to change at line 17 ¶ | skipping to change at line 17 ¶ | |||
"Internet Engineering Task Force (IETF) CCAMP WG"; | "Internet Engineering Task Force (IETF) CCAMP WG"; | |||
contact | contact | |||
"WG List: <mailto:ccamp@ietf.org> | "WG List: <mailto:ccamp@ietf.org> | |||
Editors: | Editors: | |||
Jonas Ahlberg (jonas.ahlberg@ericsson.com) | Jonas Ahlberg (jonas.ahlberg@ericsson.com) | |||
Min Ye (amy.yemin@huawei.com) | Min Ye (amy.yemin@huawei.com) | |||
Xi Li (Xi.Li@neclab.eu) | Xi Li (Xi.Li@neclab.eu) | |||
Daniela Spreafico (daniela.spreafico@nokia.com) | Daniela Spreafico (daniela.spreafico@nokia.com) | |||
Marko Vaupotic (Marko.Vaupotic@aviatnet.com)"; | Marko Vaupotic (Marko.Vaupotic@aviatnet.com)"; | |||
description | description | |||
"This module contains a collection of YANG data types | "This module contains a collection of YANG data types | |||
considered generally useful for microwave interfaces. | considered generally useful for microwave interfaces. | |||
Copyright (c) 2019 IETF Trust and the persons identified as | Copyright (c) 2019 IETF Trust and the persons identified as | |||
authors of the code. All rights reserved. | authors of the code. All rights reserved. | |||
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 Simplified BSD License | to the license terms contained in, the Simplified 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 | |||
(http://trustee.ietf.org/license-info). | (http://trustee.ietf.org/license-info). | |||
This version of this YANG module is part of RFC 8561; see | This version of this YANG module is part of RFC 8561; see | |||
the RFC itself for full legal notices."; | the RFC itself for full legal notices."; | |||
revision 2018-11-28 { | revision 2018-11-28 { | |||
description "Initial revision."; | description | |||
reference "RFC 8561: A YANG Data Model for Microwave Radio Link"; | "Initial revision."; | |||
reference | ||||
"RFC 8561: A YANG Data Model for Microwave Radio Link"; | ||||
} | } | |||
/* | /* | |||
* Radio-link-terminal mode identities | * Radio-link-terminal mode identities | |||
*/ | */ | |||
identity rlt-mode { | identity rlt-mode { | |||
description | description | |||
"A description of the mode in which the radio link | "A description of the mode in which the radio link | |||
terminal is configured. The format is X plus Y. | terminal is configured. The format is X plus Y. | |||
X represents the number of bonded carrier terminations. | X represents the number of bonded carrier terminations. | |||
Y represents the number of protecting carrier | Y represents the number of protecting carrier | |||
terminations."; | terminations."; | |||
} | } | |||
identity one-plus-zero { | identity one-plus-zero { | |||
base rlt-mode; | base rlt-mode; | |||
description | description | |||
"1 carrier termination only."; | "1 carrier termination only."; | |||
} | } | |||
identity one-plus-one { | identity one-plus-one { | |||
base rlt-mode; | base rlt-mode; | |||
description | description | |||
"1 carrier termination | "1 carrier termination | |||
and 1 protecting carrier termination."; | and 1 protecting carrier termination."; | |||
} | } | |||
identity two-plus-zero { | identity two-plus-zero { | |||
base rlt-mode; | base rlt-mode; | |||
description | description | |||
"2 bonded carrier terminations."; | "2 bonded carrier terminations."; | |||
} | } | |||
/* | /* | |||
* Coding and modulation identities | * Coding and modulation identities | |||
skipping to change at line 310 ¶ | skipping to change at line 311 ¶ | |||
"4096 QAM light coding and modulation scheme."; | "4096 QAM light coding and modulation scheme."; | |||
} | } | |||
/* | /* | |||
* TDM-type identities | * TDM-type identities | |||
*/ | */ | |||
identity tdm-type { | identity tdm-type { | |||
description | description | |||
"A description of the type of TDM connection, | "A description of the type of TDM connection, | |||
also indicating the supported capacity of the | also indicating the supported capacity of the | |||
connection."; | connection."; | |||
} | } | |||
identity E1 { | identity E1 { | |||
base tdm-type; | base tdm-type; | |||
description | description | |||
"E1 connection, 2.048 Mbit/s."; | "E1 connection, 2.048 Mbit/s."; | |||
} | } | |||
identity STM-1 { | identity STM-1 { | |||
base tdm-type; | base tdm-type; | |||
End of changes. 8 change blocks. | ||||
20 lines changed or deleted | 21 lines changed or added | |||
This html diff was produced by rfcdiff 1.45. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |