Initial integration version of the RIC Subscription Manager 74/374/1
authorkalnagy <kalman.nagy@nokia.com>
Tue, 18 Jun 2019 12:40:39 +0000 (14:40 +0200)
committerkalnagy <kalman.nagy@nokia.com>
Tue, 18 Jun 2019 12:40:39 +0000 (14:40 +0200)
commit4511475f03107eb53c88545649898e3cfbcc2765
tree61019389b502f05708a0995f7a253283a4d061b3
parent59f84608ec15c016958a6e0e0ddd813f376c0925
Initial integration version of the RIC Subscription Manager

Change-Id: I14763247a45f639931b734fe836b214dd54dcf38
Signed-off-by: kalnagy <kalman.nagy@nokia.com>
41 files changed:
.gitreview [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
README.md [new file with mode: 0644]
RELNOTES [new file with mode: 0644]
build.sh [new file with mode: 0644]
build/binary/Dockerfile [new file with mode: 0644]
build/binary/compile.sh [new file with mode: 0644]
build/container/Dockerfile [new file with mode: 0644]
build/container/run_submgr.sh [new file with mode: 0644]
cmd/submgr.go [new file with mode: 0644]
config/submgr.yaml [new file with mode: 0644]
go.mod [new file with mode: 0644]
manifests/namespace.yaml [new file with mode: 0644]
manifests/submgr/submgr-dep.yaml [new file with mode: 0644]
manifests/submgr/submgr-svc.yaml [new file with mode: 0644]
pkg/control/control.go [new file with mode: 0644]
pkg/control/e2ap.go [new file with mode: 0644]
pkg/control/libe2ap.a [new file with mode: 0644]
pkg/control/registry.go [new file with mode: 0644]
pkg/control/types.go [new file with mode: 0644]
test/dbaas/README.md [new file with mode: 0644]
test/dbaas/manifests/dbaas-dep.yaml [new file with mode: 0644]
test/dbaas/manifests/dbaas-svc.yaml [new file with mode: 0644]
test/e2t/README.md [new file with mode: 0644]
test/e2t/build.sh [new file with mode: 0644]
test/e2t/container/Dockerfile [new file with mode: 0644]
test/e2t/container/e2t.yaml [new file with mode: 0644]
test/e2t/container/run_e2t.sh [new file with mode: 0644]
test/e2t/e2t.go [new file with mode: 0644]
test/e2t/e2t.yaml [new file with mode: 0644]
test/e2t/manifests/e2t_dep.yaml [new file with mode: 0644]
test/e2t/manifests/e2t_svc.yaml [new file with mode: 0644]
test/rco/README.md [new file with mode: 0644]
test/rco/build.sh [new file with mode: 0644]
test/rco/container/Dockerfile [new file with mode: 0644]
test/rco/container/run_rco.sh [new file with mode: 0644]
test/rco/manifests/rco-dep.yaml [new file with mode: 0644]
test/rco/manifests/rco-svc.yaml [new file with mode: 0644]
test/rco/rco.go [new file with mode: 0644]
test/rco/rco.yaml [new file with mode: 0644]
test/uta_rtg.rt [new file with mode: 0644]