[RIC-397] Add RanConnectStatusChangeManager + support SetAnsPublish
[ric-plt/e2mgr.git] / E2Manager / mocks / rnibWriterMock.go
index 5c602bb..bf2ed53 100644 (file)
@@ -92,3 +92,7 @@ func (rnibWriterMock *RnibWriterMock) RemoveServedNrCells(inventoryName string,
        return args.Error(0)
 }
 
+func (rnibWriterMock *RnibWriterMock) UpdateNodebConnectivityState(nodebInfo *entities.NodebInfo, stateChangeMessageChannel string, event string) error {
+       args := rnibWriterMock.Called(nodebInfo, stateChangeMessageChannel, event)
+       return args.Error(0)
+}
\ No newline at end of file