X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=E2Manager%2Fmocks%2Fnodeb_controller_mock.go;h=31499ef72946be59794277dae9e70418e6c141c3;hb=refs%2Fchanges%2F15%2F4315%2F1;hp=a1643833bd1c0492fc6e830dcd184052b6f0faab;hpb=514e6041ca6b9b92cb887c941767f298a746e315;p=ric-plt%2Fe2mgr.git diff --git a/E2Manager/mocks/nodeb_controller_mock.go b/E2Manager/mocks/nodeb_controller_mock.go index a164383..31499ef 100644 --- a/E2Manager/mocks/nodeb_controller_mock.go +++ b/E2Manager/mocks/nodeb_controller_mock.go @@ -61,21 +61,20 @@ func (c *NodebControllerMock) X2Reset(writer http.ResponseWriter, r *http.Reques c.Called() } -func (c *NodebControllerMock) X2Setup(writer http.ResponseWriter, r *http.Request) { +func (c *NodebControllerMock) UpdateGnb(writer http.ResponseWriter, r *http.Request) { writer.Header().Set("Content-Type", "application/json") writer.WriteHeader(http.StatusOK) c.Called() } -func (c *NodebControllerMock) EndcSetup(writer http.ResponseWriter, r *http.Request) { +func (c *NodebControllerMock) AddEnb(writer http.ResponseWriter, r *http.Request) { writer.Header().Set("Content-Type", "application/json") writer.WriteHeader(http.StatusOK) - c.Called() } -func (c *NodebControllerMock) UpdateGnb(writer http.ResponseWriter, r *http.Request) { +func (c *NodebControllerMock) SetGeneralConfiguration(writer http.ResponseWriter, r *http.Request) { writer.Header().Set("Content-Type", "application/json") writer.WriteHeader(http.StatusOK)