Adding information on purpose of info.yaml
[ric-plt/streaming-protobufs.git] / sgnb_modification_request_acknowledge.proto
1 /*
2    Copyright (c) 2019 AT&T Intellectual Property.
3    Copyright (c) 2019 Nokia.
4
5    Licensed under the Creative Commons Attribution 4.0 International
6    Public License (the "License"); you may not use this file except
7    in compliance with the License. You may obtain a copy of the License at
8
9        https://creativecommons.org/licenses/by/4.0/
10
11    Unless required by applicable law or agreed to in writing, documentation
12    distributed under the License is distributed on an "AS IS" BASIS,
13    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14    See the License for the specific language governing permissions and
15    limitations under the License.
16 */
17
18 syntax = "proto3";
19
20 package streaming_protobufs;
21
22 option go_package = "gerrit.o-ran-sc.org/r/ric-plt/streaming-protobufs";
23
24 import "google/protobuf/wrappers.proto";
25 import "x2ap_common_types.proto";
26 import "rrc_cg_config.proto";
27
28 /*
29    Protocol Buffer definition for SGNB MODIFICATION REQUEST ACKNOWLEDGE message.
30    (3GPP 36.423, ver 15.4.0)
31
32    Naming convention follows the ASN.1 field naming defined in chapter
33    '9.3 Message and Information Element Abstract Syntax (with ASN.1)' of below document:
34    http://www.3gpp.org/ftp//Specs/archive/36_series/36.423/36423-f40.zip
35
36    Dashes converted to underscores to make protobuf message syntax correct.
37 */
38
39
40 message SgNBModificationRequestAcknowledge
41 {
42     SgNBModificationRequestAcknowledge_IEs protocolIEs = 1;
43 }
44
45 message SgNBModificationRequestAcknowledge_IEs
46 {
47     uint32 id_MeNB_UE_X2AP_ID = 1;
48     uint32 id_SgNB_UE_X2AP_ID = 2;
49     E_RABs_Admitted_ToBeAdded_SgNBModAckList id_E_RABs_Admitted_ToBeAdded_SgNBModAckList = 3;
50     E_RABs_Admitted_ToBeModified_SgNBModAckList id_E_RABs_Admitted_ToBeModified_SgNBModAckList = 4;
51     E_RABs_Admitted_ToBeReleased_SgNBModAckList id_E_RABs_Admitted_ToBeReleased_SgNBModAckList = 5;
52     E_RAB_List id_E_RABs_NotAdmitted_List = 6;
53     //The content of id_SgNBtoMeNBContainer has been specified in 3GPP 38.331 to be CG-Config.
54     CG_Config id_SgNBtoMeNBContainer = 7;
55     CriticalityDiagnostics id_CriticalityDiagnostics = 8;
56     google.protobuf.UInt32Value id_MeNB_UE_X2AP_ID_Extension = 9;
57     SgNBResourceCoordinationInformation id_SgNBResourceCoordinationInformation = 10;
58     SplitSRBs id_AdmittedSplitSRBs = 11;
59     SplitSRBs id_AdmittedSplitSRBsrelease = 12;
60     RRC_Config_Ind id_RRCConfigIndication = 13;
61 }
62
63 message E_RABs_Admitted_ToBeAdded_SgNBModAckList
64 {
65     repeated E_RABs_Admitted_ToBeAdded_SgNBModAck_ItemIEs items = 1;
66 }
67
68 message E_RABs_Admitted_ToBeAdded_SgNBModAck_ItemIEs
69 {
70     E_RABs_Admitted_ToBeAdded_SgNBModAck_Item id_E_RABs_Admitted_ToBeAdded_SgNBModAck_Item = 1;
71 }
72
73 message E_RABs_Admitted_ToBeAdded_SgNBModAck_Item
74 {
75     uint32 e_RAB_ID = 1;
76     EN_DC_ResourceConfiguration en_DC_ResourceConfiguration = 2;
77     oneof resource_configuration {
78         E_RABs_Admitted_ToBeAdded_SgNBModAck_SgNBPDCPpresent sgNBPDCPpresent = 3;
79         E_RABs_Admitted_ToBeAdded_SgNBModAck_SgNBPDCPnotpresent sgNBPDCPnotpresent = 4;
80     }
81     repeated E_RABs_Admitted_ToBeAdded_SgNBModAck_ItemExtIEs iE_Extensions = 5;
82 }
83
84 message E_RABs_Admitted_ToBeAdded_SgNBModAck_ItemExtIEs
85 {
86 }
87
88 message E_RABs_Admitted_ToBeAdded_SgNBModAck_SgNBPDCPpresent
89 {
90     GTPtunnelEndpoint s1_DL_GTPtunnelEndpoint = 1;
91     GTPtunnelEndpoint sgNB_UL_GTP_TEIDatPDCP = 2;
92     RLCMode rlc_Mode = 3;
93     GTPtunnelEndpoint dL_Forwarding_GTPtunnelEndpoint = 4;
94     GTPtunnelEndpoint uL_Forwarding_GTPtunnelEndpoint = 5;
95     E_RAB_Level_QoS_Parameters mCG_E_RAB_Level_QoS_Parameters = 6;
96     ULConfiguration uL_Configuration = 7;
97     repeated E_RABs_Admitted_ToBeAdded_SgNBModAck_SgNBPDCPpresentExtIEs iE_Extensions = 8;
98 }
99
100 message E_RABs_Admitted_ToBeAdded_SgNBModAck_SgNBPDCPpresentExtIEs
101 {
102     PDCPSnLength id_uLpDCPSnLength = 1;
103     PDCPSnLength id_dLPDCPSnLength = 2;
104 }
105
106 message E_RABs_Admitted_ToBeAdded_SgNBModAck_SgNBPDCPnotpresent
107 {
108     GTPtunnelEndpoint sgNB_DL_GTP_TEIDatSCG = 1;
109     GTPtunnelEndpoint secondary_sgNB_DL_GTP_TEIDatSCG = 2;
110     repeated E_RABs_Admitted_ToBeAdded_SgNBModAck_SgNBPDCPnotpresentExtIEs iE_Extensions = 3;
111 }
112
113 message E_RABs_Admitted_ToBeAdded_SgNBModAck_SgNBPDCPnotpresentExtIEs
114 {
115     google.protobuf.UInt32Value id_lCID = 1;
116 }
117
118 message E_RABs_Admitted_ToBeModified_SgNBModAckList
119 {
120     repeated E_RABs_Admitted_ToBeModified_SgNBModAck_ItemIEs items = 1;
121 }
122
123 message E_RABs_Admitted_ToBeModified_SgNBModAck_ItemIEs
124 {
125     E_RABs_Admitted_ToBeModified_SgNBModAck_Item id_E_RABs_Admitted_ToBeModified_SgNBModAck_Item = 1;
126 }
127
128 message E_RABs_Admitted_ToBeModified_SgNBModAck_Item
129 {
130     uint32 e_RAB_ID = 1;
131     EN_DC_ResourceConfiguration en_DC_ResourceConfiguration = 2;
132     oneof resource_configuration {
133         E_RABs_Admitted_ToBeModified_SgNBModAck_SgNBPDCPpresent sgNBPDCPpresent = 3;
134         E_RABs_Admitted_ToBeModified_SgNBModAck_SgNBPDCPnotpresent sgNBPDCPnotpresent = 4;
135     }
136     repeated E_RABs_ToBeAdded_SgNBModAck_ItemExtIEs iE_Extensions = 5;
137 }
138
139 message E_RABs_ToBeAdded_SgNBModAck_ItemExtIEs
140 {
141 }
142
143 message E_RABs_Admitted_ToBeModified_SgNBModAck_SgNBPDCPpresent
144 {
145     GTPtunnelEndpoint s1_DL_GTPtunnelEndpoint = 1;
146     GTPtunnelEndpoint sgNB_UL_GTP_TEIDatPDCP = 2;
147     E_RAB_Level_QoS_Parameters mCG_E_RAB_Level_QoS_Parameters = 3;
148     ULConfiguration uL_Configuration = 4;
149     repeated E_RABs_Admitted_ToBeModified_SgNBModAck_SgNBPDCPpresentExtIEs iE_Extensions = 5;
150 }
151
152 message E_RABs_Admitted_ToBeModified_SgNBModAck_SgNBPDCPpresentExtIEs
153 {
154     PDCPSnLength id_uLpDCPSnLength = 1;
155     PDCPSnLength id_dLPDCPSnLength = 2;
156 }
157
158 message E_RABs_Admitted_ToBeModified_SgNBModAck_SgNBPDCPnotpresent
159 {
160     GTPtunnelEndpoint sgNB_DL_GTP_TEIDatSCG = 1;
161     repeated E_RABs_Admitted_ToBeModified_SgNBModAck_SgNBPDCPnotpresentExtIEs iE_Extensions = 2;
162 }
163
164 message E_RABs_Admitted_ToBeModified_SgNBModAck_SgNBPDCPnotpresentExtIEs
165 {
166     GTPtunnelEndpoint id_secondarysgNBDLGTPTEIDatPDCP = 1;
167     RLC_Status id_RLC_Status = 2;
168 }
169
170 message E_RABs_Admitted_ToBeReleased_SgNBModAckList
171 {
172     repeated E_RABs_Admitted_ToBeReleased_SgNBModAck_ItemIEs items = 1;
173 }
174
175 message E_RABs_Admitted_ToBeReleased_SgNBModAck_ItemIEs
176 {
177     E_RABs_Admitted_ToReleased_SgNBModAck_Item id_E_RABs_Admitted_ToBeReleased_SgNBModAck_Item = 1;
178 }
179
180 message E_RABs_Admitted_ToReleased_SgNBModAck_Item
181 {
182     uint32 e_RAB_ID = 1;
183     EN_DC_ResourceConfiguration en_DC_ResourceConfiguration = 2;
184     oneof resource_configuration {
185         E_RABs_Admitted_ToBeReleased_SgNBModAck_SgNBPDCPpresent sgNBPDCPpresent = 3;
186         E_RABs_Admitted_ToBeReleased_SgNBModAck_SgNBPDCPnotpresent sgNBPDCPnotpresent = 4;
187     }
188     repeated E_RABs_ToBeReleased_SgNBModAck_ItemExtIEs iE_Extensions = 5;
189 }
190
191 message E_RABs_ToBeReleased_SgNBModAck_ItemExtIEs
192 {
193 }
194
195 message E_RABs_Admitted_ToBeReleased_SgNBModAck_SgNBPDCPpresent
196 {
197     repeated E_RABs_Admitted_ToBeReleased_SgNBModAck_SgNBPDCPpresentExtIEs iE_Extensions = 1;
198 }
199
200 message E_RABs_Admitted_ToBeReleased_SgNBModAck_SgNBPDCPpresentExtIEs
201 {
202 }
203
204 message E_RABs_Admitted_ToBeReleased_SgNBModAck_SgNBPDCPnotpresent
205 {
206     repeated E_RABs_Admitted_ToBeReleased_SgNBModAck_SgNBPDCPnotpresentExtIEs iE_Extensions = 1;
207 }
208
209 message E_RABs_Admitted_ToBeReleased_SgNBModAck_SgNBPDCPnotpresentExtIEs
210 {
211 }