2 * Copyright 2019 AT&T Intellectual Property
5 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
9 * http://www.apache.org/licenses/LICENSE-2.0
11 * Unless required by applicable law or agreed to in writing, software
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.
19 * This source code is part of the near-RT RIC (RAN Intelligent Controller)
20 * platform project (RICP).
28 repeated ServedNRCell served_nr_cells = 1;
29 repeated RanFunction ran_functions = 2;
33 uint32 ran_function_id = 1;
34 string ran_function_definition = 2;
35 uint32 ran_function_revision = 3;
39 ServedNRCellInformation served_nr_cell_information = 1;
40 repeated NrNeighbourInformation nr_neighbour_infos = 2;
43 message ServedNRCellInformation{
47 string configured_stac = 4;
48 repeated string served_plmns= 5;
52 NrFrequencyInfo ul_freq_info = 1;
53 NrFrequencyInfo dl_freq_info = 2;
54 NrTransmissionBandwidth ul_transmission_bandwidth = 3;
55 NrTransmissionBandwidth dl_transmission_bandwidth = 4;
58 NrFrequencyInfo nr_freq_info = 1;
59 NrTransmissionBandwidth transmission_bandwidth = 2;
64 ChoiceNRMode choice_nr_mode = 7;
75 message NrFrequencyInfo{
77 message SulInformation{
78 uint64 sul_ar_fcn = 1;
79 NrTransmissionBandwidth sul_transmission_bandwidth = 2;
81 SulInformation sulInformation = 3;
82 repeated FrequencyBandItem frequency_bands = 4;
85 message FrequencyBandItem{
86 uint32 nr_frequency_band = 1;
87 repeated uint32 supported_sul_bands = 2;
90 message NrTransmissionBandwidth{
136 message NrNeighbourInformation{
140 message ChoiceNRMode{
142 NrFrequencyInfo ular_fcn_freq_info = 1;
143 NrFrequencyInfo dlar_fcn_freq_info = 2;
146 NrFrequencyInfo ar_fcn_nr_freq_info = 1;
151 ChoiceNRMode choice_nr_mode = 4;
153 string configured_stac = 6;