X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=o2ims%2Fdomain%2Fevents.py;h=485804008e3c5609bd959952a44204b8ec0a9731;hb=209f349b35b0919ac133bc2264f25753a73e5b8f;hp=6f81a8463851e833584e76d2ebca074bf6f69934;hpb=a413c895f34fd2aa0eaa72254243673ae0477d27;p=pti%2Fo2.git diff --git a/o2ims/domain/events.py b/o2ims/domain/events.py index 6f81a84..4858040 100644 --- a/o2ims/domain/events.py +++ b/o2ims/domain/events.py @@ -49,6 +49,6 @@ class ResourceChanged(Event): @dataclass -class RegistrationChanged(Event): +class ConfigurationChanged(Event): id: str updatetime: datetime.now()