Squash-merging e2ap-v2.0 branch
[ric-plt/e2mgr.git] / E2Manager / models / constants.go
1 //
2 // Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved.
3 //
4 // Licensed under the Apache License, Version 2.0 (the "License");
5 // you may not use this file except in compliance with the License.
6 // You may obtain a copy of the License at
7 //
8 //      http://www.apache.org/licenses/LICENSE-2.0
9 //
10 // Unless required by applicable law or agreed to in writing, software
11 // distributed under the License is distributed on an "AS IS" BASIS,
12 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 // See the License for the specific language governing permissions and
14 // limitations under the License.
15
16 //  This source code is part of the near-RT RIC (RAN Intelligent Controller)
17 //  platform project (RICP).
18
19 package models
20
21 const (
22         ProtocolIE_ID_id_RANfunctionID_Item                    = "6"
23         ProtocolIE_ID_id_RANfunctionsAccepted                  = "9"
24         ProtocolIE_ID_id_E2nodeComponentConfigUpdateAck        = "35"
25         ProtocolIE_ID_id_E2nodeComponentConfigUpdateAck_Item   = "36"
26         ProtocolIE_ID_id_TransactionID                         = "49"
27         ProtocolIE_ID_id_E2nodeComponentConfigAddition         = "50"
28         ProtocolIE_ID_id_E2nodeComponentConfigAdditionAck      = "52"
29         ProtocolIE_ID_id_E2nodeComponentConfigAdditionAck_Item = "53"
30         ProtocolIE_ID_id_E2nodeComponentConfigRemoval          = "54"
31         ProtocolIE_ID_id_E2nodeComponentConfigRemovalAck       = "56"
32         ProtocolIE_ID_id_E2nodeComponentConfigRemovalAck_Item  = "57"
33 )
34
35 const (
36         ProcedureCode_id_RICserviceQuery           = "6"
37         ProcedureCode_id_E2nodeConfigurationUpdate = "10"
38         ProcedureCode_id_RICserviceUpdate          = "7"
39 )