Added bladerf fpga files. Changed fpga load default path.

git-svn-id: http://yate.null.ro/svn/yate/trunk@5993 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2015-07-10 14:35:37 +00:00
parent 36afeb4b64
commit fb80124f8e
5 changed files with 5 additions and 4 deletions

View File

@ -15,10 +15,10 @@
;fpga_load=yes
; fpga_file_115: string: 115KLE FPGA file to load
;fpga_file_115=${modulepath}/server/bts/hostedx115.rbf
;fpga_file_115=${sharedpath}/data/hostedx115.rbf
; fpga_file_40: string: 40KLE FPGA file to load
;fpga_file_40=${modulepath}/server/bts/hostedx40.rbf
;fpga_file_40=${sharedpath}/data/hostedx40.rbf
; tx_fpga_corr_phase: integer: TX FPGA PHASE correction
; Interval allowed: [-4096..4096]

View File

@ -3602,7 +3602,7 @@ unsigned int BrfLibUsbDevice::updateFpga(const NamedList& params)
String fName;
if (val == YSTRING("115") || val == YSTRING("40"))
fName = params.getValue("fpga_file_" + val,
"${modulepath}/server/bts/hostedx" + val + ".rbf");
"${sharedpath}/data/hostedx" + val + ".rbf");
else {
e << "Unknown FPGA size value '" << val << "'";
status = RadioInterface::Failure;

View File

@ -5,7 +5,8 @@
DESTDIR :=
DATA := snmp_mib.conf \
NULL-TEAM-MIB.txt YATE-MIB.txt
NULL-TEAM-MIB.txt YATE-MIB.txt \
hostedx115.rbf hostedx40.rbf
prefix = @prefix@
exec_prefix = @exec_prefix@

BIN
share/data/hostedx115.rbf Normal file

Binary file not shown.

BIN
share/data/hostedx40.rbf Normal file

Binary file not shown.