OpenBTS/Control
2012-07-31 23:07:04 +00:00
..
CallControl.cpp Fixed #40 in public. We now handle CMServiceAbort correctly. 2012-07-31 23:07:04 +00:00
CallControl.h Fixed the license notices. 2011-10-12 01:23:28 +00:00
ControlCommon.cpp handling GPRS suspension requests 2012-01-30 00:16:56 +00:00
ControlCommon.h Fixed the license notices. 2011-10-12 01:23:28 +00:00
DCCHDispatch.cpp Putting the actual OpenBTS P2.8 source code into the public SVN branch. 2011-10-07 02:40:51 +00:00
Makefile.am RRLP Additions: New config fields enable RRLP messages before mobile terminated calls and SMS. 2012-01-17 08:31:06 +00:00
MobilityManagement.cpp Had error code backwards for SR, caused spurious SR failure messages. Fixed. 2012-03-23 06:25:20 +00:00
MobilityManagement.h Fixed the license notices. 2011-10-12 01:23:28 +00:00
RadioResource.cpp Putting the actual OpenBTS P2.8 source code into the public SVN branch. 2011-10-07 02:40:51 +00:00
RadioResource.h Fixed the license notices. 2011-10-12 01:23:28 +00:00
README.Control Putting the actual OpenBTS P2.8 source code into the public SVN branch. 2011-10-07 02:40:51 +00:00
RRLPServer.cpp Had error code backwards for SR, caused spurious SR failure messages. Fixed. 2012-03-23 06:25:20 +00:00
RRLPServer.h David's suggestions to the RRLP stuff. Tested and working. 2012-01-17 08:31:11 +00:00
SMSControl.cpp David's suggestions to the RRLP stuff. Tested and working. 2012-01-17 08:31:11 +00:00
SMSControl.h Fixed the license notices. 2011-10-12 01:23:28 +00:00
TMSITable.cpp Brandon Creighton's patch: A lot of refactoring, but separates global object creation from initialization. Allows for logging of database initialization failures. 2012-02-10 01:45:41 +00:00
TMSITable.h Brandon Creighton's patch: A lot of refactoring, but separates global object creation from initialization. Allows for logging of database initialization failures. 2012-02-10 01:45:41 +00:00
TransactionTable.cpp Fixed #932 and #905 in public. OpenBTS now responds negatively to SIP 2012-06-19 20:22:20 +00:00
TransactionTable.h Fixed #932 and #905 in public. OpenBTS now responds negatively to SIP 2012-06-19 20:22:20 +00:00

This directory contains control-layer functions for the access point.

Most GSM L3 and VoIP messages terminate here.

Everything in this directory should be in the Control namespace.

Components:

RadioResource -- Functions for RR procedures (paging, access grant)
MobilityManagement -- Functions for MM procedures (CM service, location updating)
CallControl -- Functions for CC (mobile originated, mobile terminated)
SMS -- Funcitons for text messaging.



SIP and RTP UDP/IP Port Assignments

Component	Protocol	Port(s)
Asterisk	SIP		5060
Zoiper		SIP		5061
AP/BTS		SIP		5062
Zoiper		RTP		16384-16385
Asterisk	RTP		16386-16483
AP/BTS		RTP		16484-16583