free5GRAN  V1.0
common_structures.cpp
Go to the documentation of this file.
1 /*
2  * Copyright 2020 Telecom Paris
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 
17 #include "common_structures.h"
18 #include "../common_variables/common_variables.h"
19 
20 
21 // https://medium.com/@mishra.eric/understanding-nr5g-synchronisation-signal-block-ssb-7a8d56a48e16
22 free5GRAN::band free5GRAN::BAND_N_1 = {1, (int) 15e3, 5279, 5419, 4, new int[8]{2,8,16,22}};
23 free5GRAN::band free5GRAN::BAND_N_2 = {2, (int) 15e3, 4829, 4969, 4, new int[8]{2,8,16,22}};
24 free5GRAN::band free5GRAN::BAND_N_3 = {3, (int) 15e3, 4517, 4693, 4, new int[8]{2,8,16,22}};
25 free5GRAN::band free5GRAN::BAND_N_7 = {7,(int) 15e3, 6554, 6718, 4,new int[8]{2,8,16,22}};
26 free5GRAN::band free5GRAN::BAND_N_8 = {8, (int) 15e3, 2318, 2395, 4, new int[8]{2,8,16,22}};
27 free5GRAN::band free5GRAN::BAND_N_28 = {28, (int) 15e3, 1901, 2002, 4, new int[8]{2,8,16,22}};
28 free5GRAN::band free5GRAN::BAND_N_78 = {78, (int) 30e3, 7711, 8051, 8, new int[8]{2,8,16,22,30,36,44,50}};
29 // TEST n78
30 //free5GRAN::band free5GRAN::BAND_N_78 = {78, (int) 30e3, 7837, 7839, 8, new int[8]{2,8,16,22,30,36,44,50}};
31 
32 
33 
35 
bandwidth_info BANDWIDTH_15_KHZ
bandwidth_info BANDWIDTH_30_KHZ