[RIC-571] Support new eNB setup request + fix non-deterministic unit tests
[ric-plt/e2mgr.git] / E2Manager / handlers / httpmsghandlers / request_handler.go
index 7bf6f1e..e37adb7 100644 (file)
@@ -13,7 +13,9 @@
 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 // See the License for the specific language governing permissions and
 // limitations under the License.
-//
+
+//  This source code is part of the near-RT RIC (RAN Intelligent Controller)
+//  platform project (RICP).
 
 package httpmsghandlers
 
@@ -22,5 +24,5 @@ import (
 )
 
 type RequestHandler interface {
-       Handle(request models.Request) error
+       Handle(request models.Request) (models.IResponse, error)
 }