objects and attributes would go to “deprecated”."> objects and attributes would go to “deprecated”.">
Download presentation
Presentation is loading. Please wait.
1
Microwave Model <next>
Proposal for Mantis issues #30, #33
2
How could it look like in yang?
[…] container air-interface-configuration { uses air-interface-configuration-g; description "none"; } container air-interface-management { uses air-interface-management-g; container air-interface-status { config false; uses air-interface-status-g; Pac level Do we agree that there are no alarms and PM for the structure -> objects and attributes would go to “deprecated”.
3
How could it look like in yang?
grouping air-interface-management-g { container fault-management { list problem-kind-severity-list { key 'problem-kind-name'; min-elements 6; uses air-interface-problem-severity-type-g; description "Severity of the problem to be configured."; } container performance-measurement-control { leaf collectionIsOn { type boolean; default false; description "Enables or disables the measurement, collection, storage and access to preformance monitoring."; list thresholds { key "counter granularity"; uses thresholds-g; "A list of thresholds for those performance monitoring counters supporting threshold crossed alarms. The 'upper' and 'lower' values can be set, but the number of entries within the list cannot be modified."; description "Management of an air-interface."; Management part of a pac
4
How could it look like in yang?
grouping thresholds-g { leaf counter { type identityref { base pm-tca-counter; } description "First index ot the threshold list is a perfromance monitoring counter supporting thershold crossed alerts."; leaf granularity { type g:granularity-period-type; "Second index ot the threshold list is granularity-period."; leaf lower { type uint64; default 0; "The lower thershold, if crossed a threshold crossed alert is raised."; leaf upper { default 86400; "The upper thershold, if crossed a threshold crossed alert is raised."; "Definition of an entry in the list of thresholds."; pmControl
5
How could it look like in yang?
An ENUM for performance monitoring counter supporting thresholds and threshold crossed alerts. ES, SES, CSES identity pm-tca-counter { description "Definition of performance monitoring counter supporting threshold crossed alerts."; } identity pm-tca-counter-es { base pm-tca-counter; "Errored seconds."; identity pm-tca-counter-ses { "Severely errored seconds."; identity pm-tca-counter-cses { "Consecutive severely errored seconds.";
6
Changes on AirInterface-Pac
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.