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
pat
c0cd4b778e
Attempt to fix a locking problem in mmCheckSipMsgs and mmCheckTimers. Tickets #1905 and #1914 . Formerly these methods held the global lock while running the transaction state machine; now they hold the global lock only to generate a temporary vector of transactions to process, then release the global lock and rely on a lock in the transaction to prevent simultaneous access to the state machine.
...
Keep deleted TranEntrys around a while after they are deleted to try to avoid crashes:
Add sDeletedTranEntrys list to hold last 100 deleted TranEntrys.
Add TranDeleted CCState. Set this when transaction is being deleted. Check for this state when starting state machines.
2016-07-14 07:06:02 -07:00
Michael Iedema
baa3934a62
update CommonLibs ref to revert localhost-only binding which broke GSMTAP functionality
2016-07-13 05:36:17 -07:00
Michael Iedema
b0c2daddd5
update ref to CommonLibs
2016-07-06 12:20:43 -07:00
Michael Iedema
b4c16be0e5
Revert "transceiver: Use length fields in UDP receive calls"
...
This reverts commit 30c652fe4f .
2016-06-10 06:43:18 -07:00
Michael Iedema
6135b5838f
Revert "bump common libs to use safer UDPSocket::read() interface"
...
This reverts commit 5b5934707a .
2016-06-10 06:41:47 -07:00
Michael Iedema
32f2258e6b
Revert "update other bits in OpenBTS to use safer read() signature"
...
This reverts commit e09152ccb5 .
2016-06-10 06:41:23 -07:00
Michael Iedema
b0ead346c8
Revert "fix socket reads to properly pass buffer and timeouts according to new signature"
...
This reverts commit 0fb9135dab .
2016-06-10 06:40:57 -07:00
Michael Iedema
0fb9135dab
fix socket reads to properly pass buffer and timeouts according to new signature
2016-05-26 14:03:58 -07:00
Michael Iedema
61fb7b69ab
fix package compat for ubuntu 16.04
2016-05-26 13:05:42 -07:00
Michael Iedema
e1f6be607b
also ignore Transceiver52 binary
2016-05-06 18:23:54 +02:00
Michael Iedema
e09152ccb5
update other bits in OpenBTS to use safer read() signature
2016-05-06 18:19:19 +02:00