Add generated code

Issue-ID: NONRTRIC-812
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Change-Id: I15efdc502a1a42670f57cd9c9d6ff8cb5dc31971
26 files changed
tree: 55386024f68ac197a7608f06cde8cf62f4ef1879
  1. gogeneratorspecs/
  2. internal/
  3. .gitignore
  4. .gitreview
  5. build-sme-ubuntu.sh
  6. container-tag.yaml
  7. Dockerfile
  8. generate.sh
  9. go.mod
  10. go.sum
  11. INFO.yaml
  12. main.go
  13. main_test.go
  14. README.md
README.md

O-RAN-SC Non-RealTime CAPIF implementation

This product is a Go implementation of the CAPIF Core function, based on the 3GPP CAPIF interfaces.

Run

To run the Core Function run the following commands from the top of the repo:

go build
./capifcore [-port <port (default 8080)>]