X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=pkg%2Fcontrol%2Fregistry.go;h=525927375f935d919beee3150b9ce6551bbcaf25;hb=f0835e8ca1ca3e526132d317a9ae849103a0d6db;hp=bd4e15aeebfdf171be79c631054c0b39db60c525;hpb=55d2a285e4914afce7492c6b4b6feebe5485210b;p=ric-plt%2Fsubmgr.git diff --git a/pkg/control/registry.go b/pkg/control/registry.go index bd4e15a..5259273 100644 --- a/pkg/control/registry.go +++ b/pkg/control/registry.go @@ -40,6 +40,7 @@ type RESTSubscription struct { xAppIdToE2Id map[int64]int64 SubReqOngoing bool SubDelReqOngoing bool + Md5sumOngoing string } func (r *RESTSubscription) AddE2InstanceId(instanceId uint32) { @@ -64,6 +65,7 @@ func (r *RESTSubscription) DeleteXappIdToE2Id(xAppEventInstanceID int64) { func (r *RESTSubscription) SetProcessed() { r.SubReqOngoing = false + r.Md5sumOngoing = "" } type Registry struct {