Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
config-amarisoft
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
config-amarisoft
Commits
02fbe72e
Commit
02fbe72e
authored
Jul 22, 2021
by
Joanne Hugé
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Working default nexedi configuration
parent
6d18505d
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
16 deletions
+18
-16
enb/enb.default.cfg
enb/enb.default.cfg
+11
-9
enb/sdr/config.cfg
enb/sdr/config.cfg
+5
-5
enb/sib1.asn
enb/sib1.asn
+1
-1
enb/sib23.asn
enb/sib23.asn
+1
-1
No files found.
enb/enb.default.cfg
View file @
02fbe72e
...
...
@@ -2,10 +2,10 @@
* Copyright (C) 2015-2021 Amarisoft
*/
#define TDD
0
// Values: 0 (FDD), 1(TDD)
#define N_RB_DL
25
// Values: 6 (1.4 MHz), 15 (3MHz), 25 (5MHz), 50 (10MHz), 75 (15MHz), 100 (20MHz)
#define N_ANTENNA_DL
1
// Values: 1 (SISO), 2 (MIMO 2x2)
#define N_ANTENNA_UL
1
// Values: 1, 2
#define TDD
1
// Values: 0 (FDD), 1(TDD)
#define N_RB_DL
50
// Values: 6 (1.4 MHz), 15 (3MHz), 25 (5MHz), 50 (10MHz), 75 (15MHz), 100 (20MHz)
#define N_ANTENNA_DL
2
// Values: 1 (SISO), 2 (MIMO 2x2)
#define N_ANTENNA_UL
2
// Values: 1, 2
#define CHANNEL_SIM 0 // Values: 0 (channel simulator disabled), 1 (channel simulator enabled)
{
...
...
@@ -68,8 +68,9 @@
#if TDD == 1
//dl_earfcn: 38050, /* 2600 MHz (band 38) */
dl_earfcn: 40620, /* 2593 MHz (band 41) */
//
dl_earfcn: 40620, /* 2593 MHz (band 41) */
//dl_earfcn: 42590, /* 3500 MHz (band 42) */
dl_earfcn: 38350, /* 1890 MHz (band 39) */
#else
//dl_earfcn: 300, /* DL center frequency: 2132 MHz (Band 1) */
//dl_earfcn: 900, /* DL center frequency: 1960 MHz (Band 2) */
...
...
@@ -111,7 +112,8 @@
cell_barred: false, /* SIB1.cellBarred-r13 */
intra_freq_reselection: true, /* SIB1.intraFreqReselection */
q_rx_lev_min: -70, /* SIB1.q-RxLevMin */
p_max: 10, /* maximum power allowed for the UE (dBm) */
p_max: 23, /* maximum power allowed for the UE (dBm) */
manual_ref_signal_power: true,
si_window_length: 40, /* ms */
sib_sched_list: [
{
...
...
@@ -195,8 +197,8 @@
computed from the last received SRS/PUSCH. */
// pusch_mcs: 18,
dl_256qam:
tru
e,
ul_64qam:
tru
e,
dl_256qam:
fals
e,
ul_64qam:
fals
e,
/* Scheduling request period (ms). Must be >= 40 for HD-FDD */
sr_period: 20,
...
...
@@ -252,7 +254,7 @@
/* dynamic power control */
dpc: true,
dpc_pusch_snr_target: 25,
dpc_pucch_snr_target:
2
0,
dpc_pucch_snr_target:
1
0,
/* RRC/UP ciphering algorithm preference. EEA0 is always the last. */
cipher_algo_pref: [],
...
...
enb/sdr/config.cfg
View file @
02fbe72e
/*
Parameters for SDR devic
e version 2021-03-17
/*
lteenb configuration fil
e version 2021-03-17
* Copyright (C) 2015-2021 Amarisoft
*/
...
...
@@ -38,10 +38,10 @@ rf_driver: {
args: "",
#endif
/* synchronisation source:
none, internal, gps, external (default = none
) */
/* synchronisation source:
internal, gps, external (default = internal
) */
// sync: "gps",
#if TDD == 1
rx_antenna:"rx", // force to use the RX connector in TDD as RX antenna
rx_antenna:"
tx_
rx", // force to use the RX connector in TDD as RX antenna
#endif
},
...
...
@@ -49,5 +49,5 @@ rf_driver: {
tx_pad_duration:300,
#endif
tx_gain:
9
0.0, /* TX gain (in dB) */
rx_gain:
6
0.0, /* RX gain (in dB) */
tx_gain:
7
0.0, /* TX gain (in dB) */
rx_gain:
3
0.0, /* RX gain (in dB) */
enb/sib1.asn
View file @
02fbe72e
...
...
@@ -26,7 +26,7 @@
cellSelectionInfo {
q-RxLevMin -70
},
p-Max
10
, /* maximum power allowed for the UE (dBm) */
p-Max
23
, /* maximum power allowed for the UE (dBm) */
freqBandIndicator 1, /* patched by eNB */
schedulingInfoList {
{
...
...
enb/sib23.asn
View file @
02fbe72e
...
...
@@ -36,7 +36,7 @@
}
},
pdsch-ConfigCommon {
referenceSignalPower
-8
, /* patched by eNB */
referenceSignalPower
2
, /* patched by eNB */
p-b 1 /* patched by eNB */
},
pusch-ConfigCommon {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment