OpenBTS-UMTS/Control
Olga Bobrova d7ce14cbe7 Initial commit of OpenBTS-UMTS code 2014-10-16 14:42:05 -07:00
..
CallControl.cpp Initial commit of OpenBTS-UMTS code 2014-10-16 14:42:05 -07:00
CallControl.h Initial commit of OpenBTS-UMTS code 2014-10-16 14:42:05 -07:00
ControlCommon.cpp Initial commit of OpenBTS-UMTS code 2014-10-16 14:42:05 -07:00
ControlCommon.h Initial commit of OpenBTS-UMTS code 2014-10-16 14:42:05 -07:00
DCCHDispatch.cpp Initial commit of OpenBTS-UMTS code 2014-10-16 14:42:05 -07:00
Makefile.am Initial commit of OpenBTS-UMTS code 2014-10-16 14:42:05 -07:00
MobilityManagement.cpp Initial commit of OpenBTS-UMTS code 2014-10-16 14:42:05 -07:00
MobilityManagement.h Initial commit of OpenBTS-UMTS code 2014-10-16 14:42:05 -07:00
README.Control Initial commit of OpenBTS-UMTS code 2014-10-16 14:42:05 -07:00
RRLP_PDU_Test.cpp Initial commit of OpenBTS-UMTS code 2014-10-16 14:42:05 -07:00
RadioResource.cpp Initial commit of OpenBTS-UMTS code 2014-10-16 14:42:05 -07:00
RadioResource.h Initial commit of OpenBTS-UMTS code 2014-10-16 14:42:05 -07:00
SMSControl.cpp Initial commit of OpenBTS-UMTS code 2014-10-16 14:42:05 -07:00
SMSControl.h Initial commit of OpenBTS-UMTS code 2014-10-16 14:42:05 -07:00
TMSITable.cpp Initial commit of OpenBTS-UMTS code 2014-10-16 14:42:05 -07:00
TMSITable.h Initial commit of OpenBTS-UMTS code 2014-10-16 14:42:05 -07:00
TransactionTable.cpp Initial commit of OpenBTS-UMTS code 2014-10-16 14:42:05 -07:00
TransactionTable.h Initial commit of OpenBTS-UMTS code 2014-10-16 14:42:05 -07:00

README.Control

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