X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=o2ims%2Fdomain%2Fevents.py;h=485804008e3c5609bd959952a44204b8ec0a9731;hb=23021f6c24ad8722495fc42f98a18cc650906bca;hp=6f81a8463851e833584e76d2ebca074bf6f69934;hpb=3da89330f3837ac6cffd2cad4c4018c9f8c3327d;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()