Add R5 content to master
[ric-plt/e2mgr.git] / E2Manager / mocks / rnibWriterMock.go
index 5c602bb..3503d10 100644 (file)
@@ -92,3 +92,14 @@ func (rnibWriterMock *RnibWriterMock) RemoveServedNrCells(inventoryName string,
        return args.Error(0)
 }
 
+func (rnibWriterMock *RnibWriterMock) UpdateNodebInfoOnConnectionStatusInversion(nodebInfo *entities.NodebInfo, stateChangeMessageChannel string, event string) error {
+       args := rnibWriterMock.Called(nodebInfo, stateChangeMessageChannel, event)
+
+       return args.Error(0)
+}
+
+func (rnibWriterMock *RnibWriterMock) SaveGeneralConfiguration(config *entities.GeneralConfiguration) error {
+       args := rnibWriterMock.Called(config)
+
+       return args.Error(0)
+}
\ No newline at end of file