OpenBTS/Control
Kurtis Heimerl 6dfce1265c ortp 0.20 compat
git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@6191 19bc5d8c-e614-43d4-8b26-e1612bc8e597
2013-08-15 23:23:42 +00:00
..
CallControl.cpp sync of openbts 2013-08-14 00:52:14 +00:00
CallControl.h sync of openbts 2013-08-14 00:52:14 +00:00
ControlCommon.cpp sync of openbts 2013-08-14 00:52:14 +00:00
ControlCommon.h sync of openbts 2013-08-14 00:52:14 +00:00
DCCHDispatch.cpp sync of openbts 2013-08-14 00:52:14 +00:00
Makefile.am sync of openbts 2013-08-14 00:52:14 +00:00
MobilityManagement.cpp sync of openbts 2013-08-14 00:52:14 +00:00
MobilityManagement.h sync of openbts 2013-08-14 00:52:14 +00:00
RadioResource.cpp sync of openbts 2013-08-14 00:52:14 +00:00
RadioResource.h sync of openbts 2013-08-14 00:52:14 +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
RRLP_PDU_Test.cpp sync of openbts 2013-08-14 00:52:14 +00:00
RRLPServer.cpp sync of openbts 2013-08-14 00:52:14 +00:00
RRLPServer.h David's suggestions to the RRLP stuff. Tested and working. 2012-01-17 08:31:11 +00:00
SMSCB.cpp sync of openbts 2013-08-14 00:52:14 +00:00
SMSControl.cpp sync of openbts 2013-08-14 00:52:14 +00:00
SMSControl.h sync of openbts 2013-08-14 00:52:14 +00:00
TMSITable.cpp sync of openbts 2013-08-14 00:52:14 +00:00
TMSITable.h sync of openbts 2013-08-14 00:52:14 +00:00
TransactionTable.cpp ortp 0.20 compat 2013-08-15 23:23:42 +00:00
TransactionTable.h sync of openbts 2013-08-14 00:52:14 +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