ietf-ccamp-wg / draft-ietf-ccamp-mw-topo-yang

Other
3 stars 1 forks source link

Common attributes from radio link #34

Open samans opened 2 weeks ago

samans commented 2 weeks ago

common microwave carrier attributes Update rx-frequency to actual-rx-frequency -- talk to RFC Editor

In the RFC8561bis, move tx-frequency, actual-rx-frequency, channel-separation, actual-tx-cm, actual-snir, actual-transmitted-level to a common grouping in ietf-microwave-types.yang. Deprecate the grouping in ietf-microwave-topology

leverage the new rlt-mode grouping from the RFC8561bis version of ietf-microwave-types.yang in the microwave-radio-link-attributes:rlt-mode container in ietf-microwave-topology.yang and Deprecate the rlt-mode grouping from ietf-microwave-topology.yang.

samans commented 2 weeks ago

Change... leaf rx-frequency { type uint32; units "kHz"; description "Selected receiver frequency. Related to the data node actual-rx-frequency in RFC 8561."; reference "RFC 8561: A YANG Data Model for Microwave Radio Link"; }

To... leaf actual-rx-frequency { type uint32; units "kHz"; config false; description "Computed receiver frequency. Related to the data node actual-rx-frequency in RFC 8561."; reference "RFC 8561: A YANG Data Model for Microwave Radio Link"; }

And fix trees in microwave-topology

Talk to RFC Editor