Add R5 content to master
[ric-plt/e2mgr.git] / E2Manager / mocks / rnibReaderMock.go
index 59c635e..20a7f0a 100644 (file)
@@ -156,3 +156,8 @@ func (m *RnibReaderMock) GetE2TAddresses() ([]string, error) {
        args := m.Called()
        return args.Get(0).([]string), args.Error(1)
 }
+
+func (m *RnibReaderMock) GetGeneralConfiguration() (*entities.GeneralConfiguration, error) {
+       args := m.Called()
+       return args.Get(0).(*entities.GeneralConfiguration), args.Error(1)
+}
\ No newline at end of file