Seed code

Issue-ID: NONRTRIC-805
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Change-Id: I7084fb4209cb59c05bd0c4a565bfa226121e55d6
64 files changed
tree: b0661f6113ffbcad15b591105631bca7c3f697b1
  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)>]