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
34
free5GRAN::bandwidth_info
free5GRAN::BANDWIDTH_15_KHZ
= {(int) 15e3};
35
36
free5GRAN::bandwidth_info
free5GRAN::BANDWIDTH_30_KHZ
= {(int) 30e3};
free5GRAN::BAND_N_8
band BAND_N_8
Definition:
common_structures.cpp:26
free5GRAN::BAND_N_78
band BAND_N_78
Definition:
common_structures.cpp:28
free5GRAN::band_
Definition:
common_structures.h:28
free5GRAN::bandwidth_info_
Definition:
common_structures.h:55
free5GRAN::BAND_N_28
band BAND_N_28
Definition:
common_structures.cpp:27
free5GRAN::BAND_N_1
band BAND_N_1
Definition:
common_structures.cpp:22
free5GRAN::BAND_N_7
band BAND_N_7
Definition:
common_structures.cpp:25
free5GRAN::BANDWIDTH_15_KHZ
bandwidth_info BANDWIDTH_15_KHZ
Definition:
common_structures.cpp:34
free5GRAN::BAND_N_2
band BAND_N_2
Definition:
common_structures.cpp:23
common_structures.h
free5GRAN::BANDWIDTH_30_KHZ
bandwidth_info BANDWIDTH_30_KHZ
Definition:
common_structures.cpp:36
free5GRAN::BAND_N_3
band BAND_N_3
Definition:
common_structures.cpp:24
free5GRAN_github
lib
variables
common_structures
common_structures.cpp
Generated by
1.8.13