-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathul-powder.json
More file actions
64 lines (64 loc) · 1.18 KB
/
ul-powder.json
File metadata and controls
64 lines (64 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
/* Tested with 21 bs radios and 2 ue radios */
"serial_file": "files/topology/topology-meb.json",
"cells": 1,
"channel": "AB",
"frequency": 3.5475e9,
"single_gain": true,
"rx_gain_a": 70,
"tx_gain_a": 81,
"rx_gain_b": 70,
"tx_gain_b": 81,
"sample_rate": 5e6,
"cp_size": 32,
"fft_size": 2048,
"ofdm_data_num": 1200,
"ul_mcs": {
"modulation": "16QAM",
"code_rate": 0.333
},
"ofdm_tx_zero_prefix": 160,
"ofdm_tx_zero_postfix": 160,
"ofdm_rx_zero_prefix_bs": 160,
"frame_schedule": [
"BGGGGGPPPPGGGUUUGGG"
],
"client_ul_pilot_syms": 2,
"beamsweep": false,
"beacon_antenna": 0,
/* UE configuration */
"ue_channel": "AB",
"ue_rx_gain_a": [
78,
78
],
"ue_tx_gain_a": [
81,
81
],
"ue_rx_gain_b": [
78,
78
],
"ue_tx_gain_b": [
81,
81
],
"tx_advance": [
140,
140
],
"ue_hw_framer": false,
"hw_framer": true,
/* Compute configuration */
"exclude_cores": [],
"ue_core_offset": 12,
"ue_worker_thread_num": 4,
"core_offset": 16,
"worker_thread_num": 8,
"demul_block_size": 48,
"ue_demul_block_size": 48,
/* 21 bs radios */
"socket_thread_num": 4,
"max_frame": 10000
}