X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=rwso%2Fplugins%2Fyang%2Frw-sorch-log.yang;h=79c031427164d254ba6a6d480fe3cf1031bc6db9;hb=f314b4af9744068a7ed7a6a6314220c3aa857523;hp=57ffae60722ad2c5c54d2a394704666796ab3a94;hpb=6f1a3fe149e4a6b9803382cb299c902f4cf58ec9;p=osm%2FSO.git diff --git a/rwso/plugins/yang/rw-sorch-log.yang b/rwso/plugins/yang/rw-sorch-log.yang index 57ffae60..79c03142 100644 --- a/rwso/plugins/yang/rw-sorch-log.yang +++ b/rwso/plugins/yang/rw-sorch-log.yang @@ -34,10 +34,6 @@ module rw-sorch-log prefix rwbase; } - import rw-pb-ext { - prefix "rwpb"; - } - import rw-yang-types { prefix "rwt"; } @@ -61,7 +57,6 @@ module rw-sorch-log * Generic Logger Log Events - ID space 160000 - 160099 */ notification debug { - rwpb:msg-new Debug; rwnotify:log-event-id 160000; description "Generic Debug Log"; @@ -75,7 +70,6 @@ module rw-sorch-log } notification info { - rwpb:msg-new Info; rwnotify:log-event-id 160001; description "Generic Info Log"; @@ -89,7 +83,6 @@ module rw-sorch-log } notification warn { - rwpb:msg-new Warn; rwnotify:log-event-id 160002; description "Generic Warning Log"; @@ -103,7 +96,6 @@ module rw-sorch-log } notification error { - rwpb:msg-new Error; rwnotify:log-event-id 160003; description "Generic Warning Log"; @@ -117,7 +109,6 @@ module rw-sorch-log } notification critical { - rwpb:msg-new Critical; rwnotify:log-event-id 160004; description "Generic Critical Log";