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).
26 import "ran_function.proto";
30 repeated ServedNRCell served_nr_cells = 1;
31 repeated RanFunction ran_functions = 2;
35 ServedNRCellInformation served_nr_cell_information = 1;
36 repeated NrNeighbourInformation nr_neighbour_infos = 2;
39 message ServedNRCellInformation{
43 string configured_stac = 4;
44 repeated string served_plmns= 5;
48 NrFrequencyInfo ul_freq_info = 1;
49 NrFrequencyInfo dl_freq_info = 2;
50 NrTransmissionBandwidth ul_transmission_bandwidth = 3;
51 NrTransmissionBandwidth dl_transmission_bandwidth = 4;
54 NrFrequencyInfo nr_freq_info = 1;
55 NrTransmissionBandwidth transmission_bandwidth = 2;
60 ChoiceNRMode choice_nr_mode = 7;
71 message NrFrequencyInfo{
73 message SulInformation{
74 uint64 sul_ar_fcn = 1;
75 NrTransmissionBandwidth sul_transmission_bandwidth = 2;
77 SulInformation sulInformation = 3;
78 repeated FrequencyBandItem frequency_bands = 4;
81 message FrequencyBandItem{
82 uint32 nr_frequency_band = 1;
83 repeated uint32 supported_sul_bands = 2;
86 message NrTransmissionBandwidth{
132 message NrNeighbourInformation{
136 message ChoiceNRMode{
138 NrFrequencyInfo ular_fcn_freq_info = 1;
139 NrFrequencyInfo dlar_fcn_freq_info = 2;
142 NrFrequencyInfo ar_fcn_nr_freq_info = 1;
147 ChoiceNRMode choice_nr_mode = 4;
149 string configured_stac = 6;