Commit graph

450 commits

Author SHA1 Message Date
Sébastien Dudek
d2ee00c797
Update README.md 2024-07-04 11:19:18 +02:00
Sébastien Dudek
06d720436a
Update preinstall.sh 2024-06-28 11:58:44 +02:00
FlUxIuS
42f46da364 Fixing comment 2023-01-21 13:10:48 +01:00
FlUxIuS
fd4cf3e3ed Merge branch 'master' of github.com:PentHertz/OpenBTS 2023-01-21 13:09:23 +01:00
FlUxIuS
3459ac0bf4 Fixing an enum mistake for E200 2023-01-21 13:08:45 +01:00
Sébastien Dudek
5bb98f78a6
Update README.md 2023-01-21 13:03:43 +01:00
FlUxIuS
b5a8b6dfea Experimental support for E200 (didn't tested as I don't owe a E200 yet...) 2023-01-21 13:01:06 +01:00
FlUxIuS
137320dc0f fixing liba53 install 2023-01-21 12:53:16 +01:00
Sébastien Dudek
4186c5d037
Update README.md 2023-01-18 17:04:42 +01:00
Sébastien Dudek
720286d030
Update README.md 2023-01-09 11:30:48 +01:00
FlUxIuS
15636159ad Adding support for subdevices from @STKFLT (https://github.com/RangeNetworks/openbts/pull/12/files) 2023-01-07 16:46:13 +01:00
FlUxIuS
d9ad8a5683 Fixing versions displayed 2023-01-07 12:57:12 +01:00
FlUxIuS
c4ff920c85 Updating UHD's thread header that was deprecated by new one 2023-01-07 12:32:08 +01:00
FlUxIuS
c93cc1b06c Extending support for B200mini as well from @devnulling 2023-01-06 12:00:49 +01:00
FlUxIuS
19a4966bff Fix bug with command lengths over 127 from @Will-W 2023-01-06 11:55:14 +01:00
FlUxIuS
c85cc77113 Fix several buffer overflows in TRXManager by @jduck 2023-01-06 11:43:22 +01:00
FlUxIuS
57e988c625 Merge branch 'master' of github.com:PentHertz/OpenBTS 2023-01-06 11:33:36 +01:00
FlUxIuS
b1b7d20979 Backporting patch from @alexanderkjall for GPRS attach (https://github.com/RangeNetworks/openbts/pull/9/commits/09fa52468edb5791dbbeb037591ea54fe4c197dc) 2023-01-06 11:32:36 +01:00
Sébastien Dudek
fe05f7d3ff
Update README.md 2023-01-06 11:28:48 +01:00
FlUxIuS
245f72e54f including ldconfig 2023-01-06 11:16:57 +01:00
FlUxIuS
0fe64ba3ee Including contribution headers 2023-01-06 10:16:43 +01:00
FlUxIuS
17e15858a4 Merge branch 'master' of github.com:PentHertz/OpenBTS 2023-01-06 10:07:51 +01:00
FlUxIuS
4e5e5aadbe Changing README format 2023-01-06 10:07:21 +01:00
Sébastien Dudek
7149db6fe3
Update README 2023-01-06 10:06:44 +01:00
FlUxIuS
8d02a810dc Updating preinstall script 2023-01-06 10:01:27 +01:00
FlUxIuS
c15926b2ac Adding support for B205-mini*w
:
2023-01-05 19:48:32 +01:00
FlUxIuS
18e9416fe6 Updating preinstall script 2023-01-05 19:33:07 +01:00
FlUxIuS
2e27be5c55 Fix mistake in preinstall.sh script 2023-01-05 19:01:03 +01:00
FlUxIuS
e449095de9 Fixing presintall script quickly 2023-01-05 18:57:58 +01:00
FlUxIuS
75d8da0ef0 Commenting missing handler from old API 2023-01-05 18:55:03 +01:00
FlUxIuS
c89d1f6d15 Uploading a preinstall script for EASY BUILDING 2023-01-05 18:52:41 +01:00
FlUxIuS
00d0e0ea8c Use new submodule version 2023-01-05 18:51:23 +01:00
FlUxIuS
14c13119ae Fixing build error in Ubuntu 22.04 with C++11 2023-01-05 18:43:02 +01:00
FlUxIuS
ea62587a4a Replacing submodules URLs 2023-01-05 17:58:39 +01:00
Michael Iedema
7766ef94f2 update copyright year 2021-02-10 16:55:53 +01:00
Michael Iedema
646bb6e79f lower default value of TRX.MinimumRxRSSI to -90 2017-03-22 16:18:16 +01:00
Tom Tsou
c438a5a689 Transceiver52M: Add option to explicitly set GPSDO reference
Before UHD version 3.9.0 on-board GPSDO modules for USRP
devices were automatically enabled if detected. After UHD
version 3.9.0 the UHD behavior changed to require explicit
setting of the reference to enable GPSDO use.

Modify the interfaces to pass 'internal', 'external' and
'gpsdo' reference options from configuration database into
the UHD driver layer. Convert the 'TRX.reference' entry in
the configuration from a boolean value to string.
2016-09-12 06:13:42 -07:00
Michael Iedema
2992951933 limit GPRS channel allocation to number actually requested, without this all of CN is filled with GPRS if we request anything from it 2016-07-26 11:19:50 -07:00
Harvind Samra
f6dd22cb5c Fix indexing problem in getChanGroup, which was causing seg fault when channel allocations in configuration are explicitly set. 2016-07-26 11:13:50 -07:00
Harvind Samra
c77b3ca30d Fix minimum latency bound form 1 frame to 3 frames. Probably only affects 1% of USB connections. We can tolerate 3 GSM frames latency. 2016-07-26 11:13:10 -07:00
pat
0490bbaef4 Small fixes for potential bugs in peering that were extremely unlikely ever to occur. 2016-07-26 11:11:05 -07:00
Michael Iedema
a716ed66c0 Neighbor with highest numbered arfcn was usually discarded
from neighbor table.
2016-07-26 11:10:06 -07:00
Michael Iedema
303b080e67 remove unneeded ssl and crypto dependencies 2016-07-26 10:37:05 -07:00
pat
ba18692a65 Fix AGCH queue bugs: time comparison was incorrect in gRachQ. Add AGCH details to CLI load command, which changed the output format. 2016-07-26 10:17:58 -07:00
pat
b0737ba490 Mutex protect L1Encoder::getNextWriteTime. It is called from another thread in GSMCCCH to set the channel start time. 2016-07-26 09:29:44 -07:00
pat
d1bb8df38c Reverse service order of CCCH priority queue. Add LOG(DEBUG) to check it, and some miscellaneous comments. 2016-07-26 09:20:02 -07:00
pat
4e4d559407 Fix tmsis -a. 2016-07-26 08:46:50 -07:00
pat
61072e77b0 Just move some LOG(DEBUG) messages into a scopedlock protected area. 2016-07-26 08:39:12 -07:00
pat
3f9396dd60 Reduce the post-reassignment sleep that is meant to prevent a race from 1 second to 400ms. This will reduce spurious "blocked more than one second at..." errors and hopefully is still long enough to overcome the race condition if the system is not too heavily loaded. This is a temporary measure - release6 eliminates these issues. 2016-07-14 07:42:57 -07:00
pat
af0221fab4 Fix TranEntry double deletion introduced by previous commit f93c48. 2016-07-14 07:06:40 -07:00