Initial commit 51/2451/1
authorMohamed Abukar <abukar.mohamed@nokia.com>
Fri, 7 Feb 2020 13:58:55 +0000 (15:58 +0200)
committerMohamed Abukar <abukar.mohamed@nokia.com>
Fri, 7 Feb 2020 14:09:54 +0000 (16:09 +0200)
commitf0347270cb8bb359cf43af09d2a6ec89ee75630b
tree28c1736a88bb436cbd9419411bc95a5f0eff9c18
parent18bd4a021f1d577d9a8dc96b838e6cf9fd3c8e1b
Initial commit

Contributed: Erkki Hietala <erkki.hietala@nokia.com>

Change-Id: I40f528311fa0444ff507613c6f6c1bb9d93a7598
Signed-off-by: Mohamed Abukar <abukar.mohamed@nokia.com>
24 files changed:
Dockerfile [new file with mode: 0755]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
agent/Makefile [new file with mode: 0755]
agent/cli/o1-cli.go [new file with mode: 0755]
agent/cmd/o1agent.go [new file with mode: 0755]
agent/config/config-file.json [new file with mode: 0755]
agent/config/uta_rtg.rt [new file with mode: 0755]
agent/go.mod [new file with mode: 0644]
agent/go.sum [new file with mode: 0644]
agent/pkg/nbi/helper.c [new file with mode: 0755]
agent/pkg/nbi/helper.h [new file with mode: 0755]
agent/pkg/nbi/nbi.go [new file with mode: 0755]
agent/pkg/nbi/nbi_test.go [new file with mode: 0755]
agent/pkg/nbi/types.go [new file with mode: 0755]
agent/pkg/sbi/sbi.go [new file with mode: 0755]
agent/pkg/sbi/types.go [new file with mode: 0755]
agent/test/o1-create-configmap.xml [new file with mode: 0755]
agent/test/o1-create-xapp.xml [new file with mode: 0755]
agent/yang/o-ran-sc-ric-ueec-config-v1.yang [new file with mode: 0755]
agent/yang/o-ran-sc-ric-xapp-desc-v1.yang [new file with mode: 0755]
config/supervisord.conf [new file with mode: 0755]
container-tag.yaml [new file with mode: 0644]
manager/src/process-state.py [new file with mode: 0755]