initial commit

Signed-off-by: rajalakshmisv <rajalakshmisv@gmail.com>
Change-Id: I34ce1f748971307ba2e9823f68d173fa87398ad0
658 files changed
tree: 294712405ae4246319b68cc4461b29fec37abd06
  1. cmd/
  2. control/
  3. docs/
  4. e2ap/
  5. e2sm/
  6. protocol/
  7. releases/
  8. unitTest/
  9. xapp-descriptor/
  10. .gitreview
  11. Dockerfile
  12. go.mod
  13. go.sum
  14. README.md
README.md

================================================================================== Copyright (c) 2020 AT&T Intellectual Property.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, 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.

RC Xapp

This repository contains the source for sending RIC control Msg to RAN/E2 Node based on the GRPC control request received from other xapps

This xApp can be onboarded through the xApp Onboarder. The xapp descriptor is under the xapp-descriptor/ directory.

Then the xapp can be deployed through the App Manager.

GRPC communication can be tested using the grpccurl command