Squash-merging e2ap-v2.0 branch
[ric-plt/e2mgr.git] / E2Manager / models / constants.go
diff --git a/E2Manager/models/constants.go b/E2Manager/models/constants.go
new file mode 100644 (file)
index 0000000..143aa5d
--- /dev/null
@@ -0,0 +1,39 @@
+//
+// Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+//  This source code is part of the near-RT RIC (RAN Intelligent Controller)
+//  platform project (RICP).
+
+package models
+
+const (
+       ProtocolIE_ID_id_RANfunctionID_Item                    = "6"
+       ProtocolIE_ID_id_RANfunctionsAccepted                  = "9"
+       ProtocolIE_ID_id_E2nodeComponentConfigUpdateAck        = "35"
+       ProtocolIE_ID_id_E2nodeComponentConfigUpdateAck_Item   = "36"
+       ProtocolIE_ID_id_TransactionID                         = "49"
+       ProtocolIE_ID_id_E2nodeComponentConfigAddition         = "50"
+       ProtocolIE_ID_id_E2nodeComponentConfigAdditionAck      = "52"
+       ProtocolIE_ID_id_E2nodeComponentConfigAdditionAck_Item = "53"
+       ProtocolIE_ID_id_E2nodeComponentConfigRemoval          = "54"
+       ProtocolIE_ID_id_E2nodeComponentConfigRemovalAck       = "56"
+       ProtocolIE_ID_id_E2nodeComponentConfigRemovalAck_Item  = "57"
+)
+
+const (
+       ProcedureCode_id_RICserviceQuery           = "6"
+       ProcedureCode_id_E2nodeConfigurationUpdate = "10"
+       ProcedureCode_id_RICserviceUpdate          = "7"
+)