[RIC-249] [RIC-588] US RIC SERVICE UPDATE - Health Check Received | RIC SERVICE UPDAT...
[ric-plt/e2mgr.git] / E2Manager / mocks / routing_manager_client_mock.go
index fb1cafd..717703d 100644 (file)
@@ -49,4 +49,10 @@ func (m *RoutingManagerClientMock) DissociateAllRans(e2tAddresses []string) erro
 
 args := m.Called(e2tAddresses)
 return args.Error(0)
+}
+
+func (m *RoutingManagerClientMock) DeleteE2TInstance(e2tAddress string, ransToBeDissociated []string) error {
+
+       args := m.Called(e2tAddress, ransToBeDissociated)
+       return args.Error(0)
 }
\ No newline at end of file