Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add values related to the CCC service model #646

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pkg/oid/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const (
oran = "oran"
version1 = "v1"
version2 = "v2"
e2smCcc = "oran-e2sm-ccc"
e2smKpm = "oran-e2sm-kpm"
e2smRcPre = "oran-e2sm-rc-pre"
e2smMho = "oran-e2sm-mho"
Expand All @@ -48,6 +49,7 @@ const (
e2smNiOid Oid = 1
e2smKpmOid Oid = 2
e2smRcOid Oid = 3
e2smCccOid Oid = 4
e2smRcPreOid Oid = 100
e2smMhoOid Oid = 101
e2smRsmOid Oid = 102
Expand All @@ -70,6 +72,7 @@ var defaultNodes = map[string]Oid{
e2smRsm: e2smRsmOid,
e2smNi: e2smNiOid,
e2smRc: e2smRcOid,
e2smCcc: e2smCccOid,
e2: e2Oid,
e2sm: e2smOid,
}
Expand Down