Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
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
spbro
OpenXG-RAN
Commits
be4e664e
Commit
be4e664e
authored
1 year ago
by
yankuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add gnb config:sd=0
parent
e317a8a5
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
211 additions
and
3708 deletions
+211
-3708
targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb.sa.band78.fr1.106PRB.2x2.oxgrf.conf
...NERIC-NR-5GC/CONF/gnb.sa.band78.fr1.106PRB.2x2.oxgrf.conf
+9
-8
targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb.sa.band78.fr1.106PRB.oxgrf.conf
...S/GENERIC-NR-5GC/CONF/gnb.sa.band78.fr1.106PRB.oxgrf.conf
+10
-9
targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb.sa.band78.fr1.106PRB.usrpb210.conf
...ENERIC-NR-5GC/CONF/gnb.sa.band78.fr1.106PRB.usrpb210.conf
+8
-8
targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb.sa.band78.fr1.273PRB.2x2.oxgrf.conf
...NERIC-NR-5GC/CONF/gnb.sa.band78.fr1.273PRB.2x2.oxgrf.conf
+10
-9
targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb.sa.band78.fr1.273PRB.oxgrf.conf
...S/GENERIC-NR-5GC/CONF/gnb.sa.band78.fr1.273PRB.oxgrf.conf
+174
-174
xdma.patch
xdma.patch
+0
-3500
No files found.
targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb.sa.band78.fr1.106PRB.2x2.oxgrf.conf
View file @
be4e664e
...
...
@@ -10,13 +10,14 @@ gNBs =
gNB_name
=
"gNB-OAI"
;
//
Tracking
area
code
,
0
x0000
and
0
xfffe
are
reserved
values
tracking_area_code
=
1
;
plmn_list
= ({
mcc
=
001
;
mnc
=
01
;
mnc_length
=
2
;
snssaiList
= ({
sst
=
1
;
}); });
tracking_area_code
=
1
00
;
plmn_list
= ({
mcc
=
466
;
mnc
=
92
;
mnc_length
=
2
;
snssaiList
= ({
sst
=
1
;
sd
=
0
;
}); });
nr_cellid
=
12345678
L
;
//////////
Physical
parameters
:
min_rxtxtime
=
6
;
pdsch_AntennaPorts_XP
=
2
;
pusch_AntennaPorts
=
2
;
do_CSIRS
=
1
;
...
...
@@ -161,7 +162,7 @@ gNBs =
//////////
AMF
parameters
:
amf_ip_address
= ( {
ipv4
=
"1
92.168.0.80
"
;
#"192.168.70.132";
amf_ip_address
= ( {
ipv4
=
"1
72.11.200.14
"
;
#"192.168.70.132";
ipv6
=
"192:168:30::17"
;
active
=
"yes"
;
preference
=
"ipv4"
;
...
...
@@ -171,10 +172,10 @@ gNBs =
NETWORK_INTERFACES
:
{
GNB_INTERFACE_NAME_FOR_NG_AMF
=
"d
emo-oai
"
;
GNB_IPV4_ADDRESS_FOR_NG_AMF
=
"1
92.168.0.202
"
;
#"192.168.70.129/24";
GNB_INTERFACE_NAME_FOR_NGU
=
"d
emo-oai
"
;
GNB_IPV4_ADDRESS_FOR_NGU
=
"1
92.168.0.202
"
;
#"192.168.70.129/24";
GNB_INTERFACE_NAME_FOR_NG_AMF
=
"d
ocker-openxg
"
;
GNB_IPV4_ADDRESS_FOR_NG_AMF
=
"1
72.11.200.1
"
;
#"192.168.70.129/24";
GNB_INTERFACE_NAME_FOR_NGU
=
"d
ocker-openxg
"
;
GNB_IPV4_ADDRESS_FOR_NGU
=
"1
72.11.200.1
"
;
#"192.168.70.129/24";
GNB_PORT_FOR_S1U
=
2152
;
# Spec 2152
};
...
...
This diff is collapsed.
Click to expand it.
targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb.sa.band78.fr1.106PRB.oxgrf.conf
View file @
be4e664e
...
...
@@ -10,13 +10,14 @@ gNBs =
gNB_name
=
"gNB-OAI"
;
//
Tracking
area
code
,
0
x0000
and
0
xfffe
are
reserved
values
tracking_area_code
=
1
;
plmn_list
= ({
mcc
=
001
;
mnc
=
01
;
mnc_length
=
2
;
snssaiList
= ({
sst
=
1
; }) });
tracking_area_code
=
1
00
;
plmn_list
= ({
mcc
=
466
;
mnc
=
92
;
mnc_length
=
2
;
snssaiList
= ({
sst
=
1
;
sd
=
0
; }) });
nr_cellid
=
12345678
L
;
//////////
Physical
parameters
:
sib1_tda
=
15
;
min_rxtxtime
=
6
;
do_CSIRS
=
1
;
do_SRS
=
1
;
...
...
@@ -159,7 +160,7 @@ gNBs =
//////////
AMF
parameters
:
amf_ip_address
= ( {
ipv4
=
"1
92.168.70.132
"
;
amf_ip_address
= ( {
ipv4
=
"1
72.11.200.14
"
;
ipv6
=
"192:168:30::17"
;
active
=
"yes"
;
preference
=
"ipv4"
;
...
...
@@ -169,10 +170,10 @@ gNBs =
NETWORK_INTERFACES
:
{
GNB_INTERFACE_NAME_FOR_NG_AMF
=
"
eno2
"
;
GNB_IPV4_ADDRESS_FOR_NG_AMF
=
"1
92.168.0.202
/24"
;
GNB_INTERFACE_NAME_FOR_NGU
=
"
eno2
"
;
GNB_IPV4_ADDRESS_FOR_NGU
=
"1
92.168.0.202
/24"
;
GNB_INTERFACE_NAME_FOR_NG_AMF
=
"
docker-openxg
"
;
GNB_IPV4_ADDRESS_FOR_NG_AMF
=
"1
72.11.200.1
/24"
;
GNB_INTERFACE_NAME_FOR_NGU
=
"
docker-openxg
"
;
GNB_IPV4_ADDRESS_FOR_NGU
=
"1
72.11.200.1
/24"
;
GNB_PORT_FOR_S1U
=
2152
;
# Spec 2152
};
...
...
@@ -213,7 +214,7 @@ RUs = (
eNB_instances
= [
0
];
#beamforming 1x4 matrix:
bf_weights
= [
0
x00007fff
,
0
x0000
,
0
x0000
,
0
x0000
];
sdr_addrs
=
"dev=pciex:0,auxdac1=1
660
"
;
sdr_addrs
=
"dev=pciex:0,auxdac1=1
511
"
;
clock_src
=
"internal"
;
}
);
...
...
This diff is collapsed.
Click to expand it.
targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb.sa.band78.fr1.106PRB.usrpb210.conf
View file @
be4e664e
...
...
@@ -10,13 +10,13 @@ gNBs =
gNB_name
=
"gNB-OAI"
;
//
Tracking
area
code
,
0
x0000
and
0
xfffe
are
reserved
values
tracking_area_code
=
1
;
plmn_list
= ({
mcc
=
001
;
mnc
=
01
;
mnc_length
=
2
;
snssaiList
= ({
sst
=
1
; }) });
tracking_area_code
=
1
00
;
plmn_list
= ({
mcc
=
466
;
mnc
=
92
;
mnc_length
=
2
;
snssaiList
= ({
sst
=
1
;
sd
=
0
; }) });
nr_cellid
=
12345678
L
;
//////////
Physical
parameters
:
min_rxtxtime
=
6
;
do_CSIRS
=
1
;
do_SRS
=
1
;
...
...
@@ -159,7 +159,7 @@ gNBs =
//////////
AMF
parameters
:
amf_ip_address
= ( {
ipv4
=
"1
92.168.70.132
"
;
amf_ip_address
= ( {
ipv4
=
"1
72.11.200.14
"
;
ipv6
=
"192:168:30::17"
;
active
=
"yes"
;
preference
=
"ipv4"
;
...
...
@@ -169,10 +169,10 @@ gNBs =
NETWORK_INTERFACES
:
{
GNB_INTERFACE_NAME_FOR_NG_AMF
=
"d
emo-oai
"
;
GNB_IPV4_ADDRESS_FOR_NG_AMF
=
"1
92.168.70.129
/24"
;
GNB_INTERFACE_NAME_FOR_NGU
=
"d
emo-oai
"
;
GNB_IPV4_ADDRESS_FOR_NGU
=
"1
92.168.70.129
/24"
;
GNB_INTERFACE_NAME_FOR_NG_AMF
=
"d
ocker-openxg
"
;
GNB_IPV4_ADDRESS_FOR_NG_AMF
=
"1
72.11.200.1
/24"
;
GNB_INTERFACE_NAME_FOR_NGU
=
"d
ocker-openxg
"
;
GNB_IPV4_ADDRESS_FOR_NGU
=
"1
72.11.200.1
/24"
;
GNB_PORT_FOR_S1U
=
2152
;
# Spec 2152
};
...
...
This diff is collapsed.
Click to expand it.
targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb.sa.band78.fr1.273PRB.2x2.oxgrf.conf
View file @
be4e664e
...
...
@@ -10,13 +10,14 @@ gNBs =
gNB_name
=
"gNB-OAI"
;
//
Tracking
area
code
,
0
x0000
and
0
xfffe
are
reserved
values
tracking_area_code
=
1
;
plmn_list
= ({
mcc
=
001
;
mnc
=
01
;
mnc_length
=
2
;
snssaiList
= ({
sst
=
1
; }); });
tracking_area_code
=
1
00
;
plmn_list
= ({
mcc
=
466
;
mnc
=
92
;
mnc_length
=
2
;
snssaiList
= ({
sst
=
1
;
sd
=
0
; }); });
nr_cellid
=
12345678
L
;
//////////
Physical
parameters
:
sib1_tda
=
15
;
min_rxtxtime
=
6
;
pdsch_AntennaPorts_XP
=
2
;
pusch_AntennaPorts
=
2
;
do_CSIRS
=
1
;
...
...
@@ -161,7 +162,7 @@ gNBs =
//////////
AMF
parameters
:
amf_ip_address
= ( {
ipv4
=
"1
92.168.0.80
"
;
amf_ip_address
= ( {
ipv4
=
"1
72.11.200.14
"
;
ipv6
=
"192:168:30::17"
;
active
=
"yes"
;
preference
=
"ipv4"
;
...
...
@@ -171,10 +172,10 @@ gNBs =
NETWORK_INTERFACES
:
{
GNB_INTERFACE_NAME_FOR_NG_AMF
=
"d
emo-oai
"
;
GNB_IPV4_ADDRESS_FOR_NG_AMF
=
"1
92.168.0.20
1/24"
;
GNB_INTERFACE_NAME_FOR_NGU
=
"d
emo-oai
"
;
GNB_IPV4_ADDRESS_FOR_NGU
=
"1
92.168.0.20
1/24"
;
GNB_INTERFACE_NAME_FOR_NG_AMF
=
"d
ocker-openxg
"
;
GNB_IPV4_ADDRESS_FOR_NG_AMF
=
"1
72.11.200.
1/24"
;
GNB_INTERFACE_NAME_FOR_NGU
=
"d
ocker-openxg
"
;
GNB_IPV4_ADDRESS_FOR_NGU
=
"1
72.11.200.
1/24"
;
GNB_PORT_FOR_S1U
=
2152
;
# Spec 2152
};
...
...
@@ -217,7 +218,7 @@ RUs = (
##beamforming 1x2 matrix: 1 layer x 2 antennas
bf_weights
= [
0
x00007fff
,
0
x0000
];
#clock_src = "internal";
sdr_addrs
=
"dev=pciex:0,auxdac1=1
630
"
;
sdr_addrs
=
"dev=pciex:0,auxdac1=1
508
"
;
}
);
...
...
This diff is collapsed.
Click to expand it.
targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb.sa.band78.fr1.273PRB.oxgrf.conf
View file @
be4e664e
...
...
@@ -2,140 +2,140 @@ Active_gNBs = ( "gNB-OAI");
# Asn1_verbosity, choice in: none, info, annoying
Asn1_verbosity
=
"none"
;
gNBs
=
(
{
gNBs
= (
{
//////////
Identification
parameters
:
gNB_ID
=
0
xe00
;
gNB_name
=
"gNB-OAI"
;
//
Tracking
area
code
,
0
x0000
and
0
xfffe
are
reserved
values
tracking_area_code
=
1
;
plmn_list
= ({
mcc
=
001
;
mnc
=
01
;
mnc_length
=
2
;
snssaiList
= ({
sst
=
1
; }); });
tracking_area_code
=
100
;
plmn_list
= ({
mcc
=
466
;
mnc
=
92
;
mnc_length
=
2
;
snssaiList
= ({
sst
=
1
;
sd
=
0
; }); });
nr_cellid
=
12345678
L
;
//////////
Physical
parameters
:
ssb_SubcarrierOffset
=
0
;
min_rxtxtime
=
6
;
pdsch_AntennaPorts_XP
=
1
;
pusch_AntennaPorts
=
1
;
do_CSIRS
=
1
;
do_SRS
=
1
;
ul_prbblacklist
=
"135,136,137,138"
servingCellConfigCommon
= (
{
#
spCellConfigCommon
#
spCellConfigCommon
physCellId
=
0
;
#
downlinkConfigCommon
#
frequencyInfoDL
# this is 3
300.24 + 134*12*30e3 = 3348.48 MHz (5G NR GSCN: 7741
)
#
downlinkConfigCommon
#
frequencyInfoDL
# this is 3
900.60 MHz + (134 PRBs + 4 SCs)@30kHz SCS (GSCN: 8158
)
absoluteFrequencySSB
=
623232
;
dl_frequencyBand
=
78
;
# this is 3
300.24
MHz
# this is 3
900.60
MHz
dl_absoluteFrequencyPointA
=
620016
;
#scs-SpecificCarrierList
# scs-SpecificCarrierList
dl_offstToCarrier
=
0
;
# subcarrierSpacing
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
dl_subcarrierSpacing
=
1
;
dl_carrierBandwidth
=
273
;
#initialDownlinkBWP
#genericParameters
# initialDownlinkBWP
# genericParameters
initialDLBWPlocationAndBandwidth
=
1099
;
#
# subcarrierSpacing
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
# subcarrierSpacing
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
initialDLBWPsubcarrierSpacing
=
1
;
#pdcch-ConfigCommon
# pdcch-ConfigCommon
initialDLBWPcontrolResourceSetZero
=
12
;
initialDLBWPsearchSpaceZero
=
1
0
;
initialDLBWPsearchSpaceZero
=
0
;
#
uplinkConfigCommon
#
frequencyInfoUL
#
uplinkConfigCommon
#
frequencyInfoUL
ul_frequencyBand
=
78
;
#scs-SpecificCarrierList
#
scs-SpecificCarrierList
ul_offstToCarrier
=
0
;
# subcarrierSpacing
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
# subcarrierSpacing
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
ul_subcarrierSpacing
=
1
;
ul_carrierBandwidth
=
273
;
pMax
=
20
;
#initialUplinkBWP
#genericParameters
# initialUplinkBWP
# genericParameters
initialULBWPlocationAndBandwidth
=
1099
;
# subcarrierSpacing
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
# subcarrierSpacing
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
initialULBWPsubcarrierSpacing
=
1
;
#rach-ConfigCommon
#rach-ConfigGeneric
# rach-ConfigCommon
# rach-ConfigGeneric
prach_ConfigurationIndex
=
98
;
#
prach_msg1_FDM
#
0 = one, 1=two, 2=four, 3=eight
#
prach_msg1_FDM
#
0 = one, 1=two, 2=four, 3=eight
prach_msg1_FDM
=
0
;
prach_msg1_FrequencyStart
=
0
;
zeroCorrelationZoneConfig
=
12
;
preambleReceivedTargetPower
= -
90
;
#
preamblTransMax (0...10) = (3,4,5,6,7,8,10,20,50,100,200)
#
preamblTransMax (0...10) = (3,4,5,6,7,8,10,20,50,100,200)
preambleTransMax
=
6
;
#
powerRampingStep
# 0=dB0,1=dB2,2=dB4,3=dB6
#
powerRampingStep
# 0=dB0,1=dB2,2=dB4,3=dB6
powerRampingStep
=
1
;
#
ra_ReponseWindow
#
1,2,4,8,10,20,40,80
#
ra_ReponseWindow
#
1,2,4,8,10,20,40,80
ra_ResponseWindow
=
4
;
#
ssb_perRACH_OccasionAndCB_PreamblesPerSSB_PR
#
1=oneeighth,2=onefourth,3=half,4=one,5=two,6=four,7=eight,8=sixteen
#
ssb_perRACH_OccasionAndCB_PreamblesPerSSB_PR
#
1=oneeighth,2=onefourth,3=half,4=one,5=two,6=four,7=eight,8=sixteen
ssb_perRACH_OccasionAndCB_PreamblesPerSSB_PR
=
3
;
#
oneHalf (0..15) 4,8,12,16,...60,64
#
oneHalf (0..15) 4,8,12,16,...60,64
ssb_perRACH_OccasionAndCB_PreamblesPerSSB
=
15
;
#
ra_ContentionResolutionTimer
#
(0..7) 8,16,24,32,40,48,56,64
#
ra_ContentionResolutionTimer
#
(0..7) 8,16,24,32,40,48,56,64
ra_ContentionResolutionTimer
=
7
;
rsrp_ThresholdSSB
=
19
;
#
prach-RootSequenceIndex_PR
#
1 = 839, 2 = 139
#
prach-RootSequenceIndex_PR
#
1 = 839, 2 = 139
prach_RootSequenceIndex_PR
=
2
;
prach_RootSequenceIndex
=
1
;
# SCS for msg1, can only be 15 for 30 kHz < 6 GHz, takes precendence over the one derived from prach-ConfigIndex
#
msg1_SubcarrierSpacing
=
1
,
# restrictedSetConfig
# 0=unrestricted, 1=restricted type A, 2=restricted type B
# restrictedSetConfig
# 0=unrestricted, 1=restricted type A, 2=restricted type B
restrictedSetConfig
=
0
,
msg3_DeltaPreamble
=
1
;
p0_NominalWithGrant
=-
90
;
# pucch-ConfigCommon setup :
# pucchGroupHopping
# 0 = neither, 1= group hopping, 2=sequence hopping
# pucch-ConfigCommon
# pucchGroupHopping
# 0 = neither, 1= group hopping, 2=sequence hopping
pucchGroupHopping
=
0
;
hoppingId
=
40
;
p0_nominal
= -
70
;
# ssb_PositionsInBurs_BitmapPR
# 1=short, 2=medium, 3=long
ssb_PositionsInBurst_PR
=
2
;
ssb_PositionsInBurst_Bitmap
=
1
;
# ssb_periodicityServingCell
# 0 = ms5, 1=ms10, 2=ms20, 3=ms40, 4=ms80, 5=ms160, 6=spare2, 7=spare1
ssb_periodicityServingCell
=
2
;
# dmrs_TypeA_position
# 0 = pos2, 1 = pos3
# dmrs_TypeA_position
# 0 = pos2, 1 = pos3
dmrs_TypeA_Position
=
0
;
# subcarrierSpacing
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
# subcarrierSpacing
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
subcarrierSpacing
=
1
;
# ssb_PositionsInBurs_BitmapPR
# 1=short, 2=medium, 3=long
ssb_PositionsInBurst_PR
=
2
;
ssb_PositionsInBurst_Bitmap
=
1
;
# ssb_periodicityServingCell
# 0 = ms5, 1=ms10, 2=ms20, 3=ms40, 4=ms80, 5=ms160, 6=spare2, 7=spare1
ssb_periodicityServingCell
=
2
;
#tdd-UL-DL-ConfigurationCommon
# subcarrierSpacing
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
# subcarrierSpacing
# 0=kHz15, 1=kHz30, 2=kHz60, 3=kHz120
referenceSubcarrierSpacing
=
1
;
# pattern1
# dl_UL_TransmissionPeriodicity
...
...
@@ -146,9 +146,8 @@ gNBs =
nrofUplinkSlots
=
2
;
nrofUplinkSymbols
=
4
;
ssPBCH_BlockPower
= -
5
;
ssPBCH_BlockPower
= -
2
5
;
}
);
...
...
@@ -162,24 +161,25 @@ gNBs =
//////////
AMF
parameters
:
amf_ip_address
= ( {
ipv4
=
"192.168.0.80"
;
amf_ip_address
= (
{
ipv4
=
"172.11.200.14"
;
ipv6
=
"192:168:30::17"
;
active
=
"yes"
;
preference
=
"ipv4"
;
}
);
NETWORK_INTERFACES
:
{
GNB_INTERFACE_NAME_FOR_NG_AMF
=
"demo-oai
"
;
GNB_IPV4_ADDRESS_FOR_NG_AMF
=
"192.168.0.20
1/24"
;
GNB_INTERFACE_NAME_FOR_NGU
=
"demo-oai
"
;
GNB_IPV4_ADDRESS_FOR_NGU
=
"192.168.0.20
1/24"
;
GNB_INTERFACE_NAME_FOR_NG_AMF
=
"docker-openxg
"
;
GNB_IPV4_ADDRESS_FOR_NG_AMF
=
"172.11.200.
1/24"
;
GNB_INTERFACE_NAME_FOR_NGU
=
"docker-openxg
"
;
GNB_IPV4_ADDRESS_FOR_NGU
=
"172.11.200.
1/24"
;
GNB_PORT_FOR_S1U
=
2152
;
# Spec 2152
};
}
}
);
MACRLCs
= (
...
...
@@ -188,10 +188,10 @@ MACRLCs = (
tr_s_preference
=
"local_L1"
;
tr_n_preference
=
"local_RRC"
;
pusch_TargetSNRx10
=
300
;
pucch_TargetSNRx10
=
3
00
;
pucch_TargetSNRx10
=
2
00
;
pusch_FailureThres
=
1000
;
ulsch_max_frame_inactivity
=
0
;
#
ul_max_mcs = 28;
ul_max_mcs
=
28
;
}
);
...
...
@@ -207,18 +207,18 @@ L1s = (
RUs
= (
{
local_rf
=
"yes"
nb_tx
=
1
;
nb_rx
=
1
;
nb_tx
=
1
nb_rx
=
1
att_tx
=
0
;
att_rx
=
0
;
bands
= [
78
];
max_pdschReferenceSignalPower
= -
27
;
max_rxgain
=
102
;
eNB_instances
= [
0
];
#
#beamforming 1x2 matrix: 1 layer x 2 antennas
bf_weights
= [
0
x00007fff
,
0
x0000
];
#clock_src = "internal
";
sdr_addrs
=
"dev=pciex:0,auxdac1=1630
"
;
#
beamforming 1x4 matrix:
bf_weights
= [
0
x00007fff
,
0
x0000
,
0
x0000
,
0
x0000
];
sdr_addrs
=
"dev=pciex:0,auxdac1=1508
"
;
clock_src
=
"internal
"
;
}
);
...
...
This diff is collapsed.
Click to expand it.
xdma.patch
deleted
100755 → 0
View file @
e317a8a5
This source diff could not be displayed because it is too large. You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
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