laforge
/
openbts-osmo
Archived
1
0
Fork 0
This repository has been archived on 2022-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
openbts-osmo/public-trunk
Thomas Tsou e8b9db51e2 uhd: log asynchronous errors as errors
Bump abnormal asynchronous events - basically send errors -
up to ERROR level. These errors are dominated almost
entirely by underflow events, which should not be regularly
occuring.

Signed-off-by: Thomas Tsou <ttsou@vt.edu>
2011-06-02 11:19:30 -07:00
..
AsteriskConfig build: Remove all files autogenerated by autoreconf 2010-11-30 23:58:50 +01:00
CLI build: Remove all files autogenerated by autoreconf 2010-11-30 23:58:50 +01:00
CommonLibs uhd: fix seg fault at startup 2011-05-04 23:08:25 -04:00
Control gsm: fix for "L3 RR GPRS Suspension Request" error 2011-05-31 16:01:00 -07:00
GSM gsm: Add 8-bit alphabet to enumeration of GSM alphabets. 2010-12-21 18:05:09 +03:00
Globals build: Remove all files autogenerated by autoreconf 2010-11-30 23:58:50 +01:00
HLR build: Remove all files autogenerated by autoreconf 2010-11-30 23:58:50 +01:00
RRLP build: Remove all files autogenerated by autoreconf 2010-11-30 23:58:50 +01:00
SIP sip: Set display name for To field in a SIP MESSAGE. 2010-12-21 18:07:36 +03:00
SMS build: Remove all files autogenerated by autoreconf 2010-11-30 23:58:50 +01:00
TRXManager build: Remove all files autogenerated by autoreconf 2010-11-30 23:58:50 +01:00
Transceiver uhd: log asynchronous errors as errors 2011-06-02 11:19:30 -07:00
Transceiver52M uhd: log asynchronous errors as errors 2011-06-02 11:19:30 -07:00
apps config: modify example defaults 2011-05-26 15:39:32 -07:00
config build: Remove all files autogenerated by autoreconf 2010-11-30 23:58:50 +01:00
doc build: Remove all files autogenerated by autoreconf 2010-11-30 23:58:50 +01:00
smqueue smqueue: Documentation fixes for sm_state enumeration in smqueue. 2010-12-21 18:05:51 +03:00
.gitignore misc: Add a proper .gitignore file 2010-12-01 00:00:18 +01:00
AUTHORS Initial import of OpenBTS 2.6 for a new public trunk. 2010-05-23 19:42:16 -07:00
COPYING Change license to AGPLv3. 2010-07-04 15:28:06 -07:00
ChangeLog Initial import of OpenBTS 2.6 for a new public trunk. 2010-05-23 19:42:16 -07:00
INSTALL Change license to AGPLv3. 2010-07-04 15:28:06 -07:00
INSTALLATION Initial import of OpenBTS 2.6 for a new public trunk. 2010-05-23 19:42:16 -07:00
LEGAL Change license to AGPLv3. 2010-07-04 15:28:06 -07:00
Makefile.am uhd: add 52 MHz transceiver support 2011-05-05 12:20:08 -04:00
Makefile.common Another fix to the copyright notice header. 2010-07-16 17:09:09 -07:00
NEWS Initial import of OpenBTS 2.6 for a new public trunk. 2010-05-23 19:42:16 -07:00
README Initial import of OpenBTS 2.6 for a new public trunk. 2010-05-23 19:42:16 -07:00
bootstrap uhd: add conditional build support 2010-11-17 01:44:38 -05:00
configure.ac uhd: change configure default to uhd 2011-06-01 15:53:34 -07:00

README

Welcome to the OpenBTS source code.


For free support, please subscribe to openbts-discuss@lists.sourceforge.net.
See http://sourceforge.net/mailarchive/forum.php?forum_name=openbts-discuss
and https://lists.sourceforge.net/lists/listinfo/openbts-discuss for details.
For additional information, refer to http://gnuradio.org/trac/wiki/OpenBTS.


These are the directories:

AsteriskConfig	Asterisk configuration files for use with OpenBTS.
CommonLib	Common-use libraries, mostly C++ wrappers for basic facilities.
Control		Control-layer functions for the protocols of GSM 04.08 and SIP.
GSM		The GSM stack.
SIP		Components of the SIP state machines ued by the control layer.
SMS		The SMS stack.
TRXManager	The interface between the GSM stack and the radio.
Transceiver	The software transceiver and specific installation tests.
apps		OpenBTS application binaries.
doc		Project documentation.
tests		Test fixtures for subsets of OpenBTS components.
smqueue		RFC-3428 store-and-forward server for SMS



By default, OpenBTS assumes the following UDP port assignments:

5060 -- Asterisk SIP interface
5061 -- local SIP softphone
5062 -- OpenBTS SIP interface
5063 -- smqueue SIP interface
5700-range -- OpenBTS-transceiver interface

These can be controlled in the configuration file, apps/OpenBTS.config.


Releases 2.5 and later include the smqueue SMS server.  It is NOT part of the
normal GNU build process with the rest of OpenBTS.  To build smqueue, go
into the smqueue directory and just type "make -f Makefile.standalone".



Release history:

Release	Name		SVN Reposiory	SVN Rev	Comments

1.0	(none)		SF.net		??		completed L1, L2

1.1	Arnaudville	GNU Radio	r10019 (trunk)

1.2	Breaux Bridge	GNU Radio	r10088 (trunk)	GNU Build, very early assignment

1.3	Carencro	KSP		r1 (trunk)	first post-injunction release

1.4	Donaldsonville	KSP		r23 (trunk)	fixed Ubuntu build error

1.5	Eunice		KSP		r39 (trunk)	fixed L2 bugs related to segmentation
							removed incomplete SMS directory
							moved "abort" calls into L3 subclasses

1.6	New Iberia	KSP		r130 (trunk)	import of all 2.2 improvements to non-SMS release


2.0	St. Francisville KSP		r54 (smswork)	SMS support
							file-based configuration

2.1	Grand Coteau	KSP		r70 (smswork)	DTMF support
							fixed more Linux-related build errors
								-lpthread
								TLMessage constructor
							expanded stack to prevent overflows in Linux
							moved gSIPInterface to main app
							fixed iterator bug in Pager

2.2	Houma		KSP		r122 (smswork)	added LEGAL notice
							removed Assert classes
							stop paging on page response
							fixed Pager-spin bug
							fixed Transceiver spin bugs
							fixed 2^32 microsecond rollover bug
							reduced stack footprints in Transceiver
							fixed SMS timestamps
							check LAI before using TMSI in LUR
							reduced memory requirement by 75%
							removed PagerTest
							fixed stale-transaction bug in paging handler
							fixed USRP clock rollover bug
							faster call connection
							new USRPDevice design

2.3	Jean Lafitte	KSP		r190? (trunk)	check for out-of-date RACH bursts
							better TRX-GSM clock sync
							formal logging system
							command line interface
							emergency call setup

2.4	Kinder		KSP		r208? (trunk)	fixed BCCH neighbor list bug
							support for neighbor lists
							fixed support for non-local Asterisk servers
							cleaner configuration management
							more realtime control of BCCH parameters
							proper rejection of Hold messages
							fixed L3 hanging bug in MTDCheckBYE

2.4.1	Kinder		KSP		r462		fixed lots of valgrind errors

2.4.2	Kinder		KSP		r482		zero-length calling party number bug
							g++ 4.4 #includes

2.5	Lacassine	KSP		r551		imported Joshua Lackey patches
							SIP fixes from Anne Kwong
							SIP fixes from testing with SMS server
							L3 TI handling fixes
							SMS server support
							GNU Radio 3.2 compatibility
							configurable max range and LU-reject cause
							"page" & "testcall" CLI features

2.5.1	Lacassine	KSP		r595		fixed some build bugs for some Linux distros

2.5.2	Lacassine	KSP		r630		fixed channel assignment bug for Nokia DCT4+ handsets

2.5.3	Lacassine	KSP		r756		merged fix for transceiver startup crash
								due to use of uninitialized variables (rev646)
							merged fix for fusb bug from trunk (rev582)

2.5.4	Lacassine	KSP		r812		merged fixes to build under latest Fedora and
								to build with git GnuRadio (rev814)

2.6	Mamou		KSP		r886		fixed infamous fusb bug (rev582)
							fixed idle-filling table size bug
							smoother uplink power control
							load-limiting downlink power control
							new "config" features (optional, static)
							IMEI interrogation
							fixed MOD "missing FIFO" bug
							configurable short code features
							fixed transceiver startup crash
								due to use of uninitialized variables (rev646)
							readline support is back
							fixed timing advance bug (r844)
							added CLI "chans" command
							track time-of-use in TMSI table (r844)
							added CLI "noise" command (r844)
							added CLI "rxpower" command (r844)
							added CLI "unconfig" command