Add R5 content to master
[ric-plt/e2mgr.git] / E2Manager / mocks / nodeb_controller_mock.go
index a164383..11130b3 100644 (file)
@@ -81,3 +81,10 @@ func (c *NodebControllerMock) UpdateGnb(writer http.ResponseWriter, r *http.Requ
 
        c.Called()
 }
+
+func (c *NodebControllerMock) SetGeneralConfiguration(writer http.ResponseWriter, r *http.Request) {
+       writer.Header().Set("Content-Type", "application/json")
+       writer.WriteHeader(http.StatusOK)
+
+       c.Called()
+}
\ No newline at end of file