aboutsummaryrefslogtreecommitdiffstats
path: root/pcu_l1_if.h
AgeCommit message (Collapse)AuthorFilesLines
2012-04-17L1 Interface (PCU side): Added functions for handling PhConnectInd and ↵Ivan Kluchnikov1-1/+9
PhRaInd primitives. Added functions for writing and sending Immediate Assignment message. Modified TBF managment for handling Channel Request and Immediate Assignment messages.
2012-04-12L1 Interface (PCU side): Added function for handle phReadyToSendInd ↵Ivan Kluchnikov1-0/+3
primitive. Added variable and functions for storage current FN.
2012-03-18Added L1 interface between PCU and OpenBTS for communication (PCU side).Ivan Kluchnikov1-1/+38
2012-03-05Separation of GPRS PCU application from main OpenBTS code and changing PCU ↵Ivan Kluchnikov1-0/+31
architecture (First step). 1. pcu - main program for GPRS PCU. 2. gprs_rlcmac - RLC/MAC layer implementation for PCU. Added list for TBF, TBF allocation, establishment, release. 3. gprs_bssgp_pcu - BSSGP protocol implementation for PCU. 4. pcu_l1_if - interface for communication PCU application with OpenBTS.