Osmocom Packet control Unit (PCU): Network-side GPRS (RLC/MAC); BTS- or BSC-colocated https://osmocom.org/projects/osmopcu
Go to file
Ivan Kluchnikov 8ee6051b72 Separation of GPRS PCU application from main OpenBTS code and changing PCU 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.
2012-03-05 19:24:57 +04:00
Makefile.am Separation of GPRS PCU application from main OpenBTS code and changing PCU architecture (First step). 2012-03-05 19:24:57 +04:00
RLCMACTest.cpp Moved CSN1 and RLC/MAC code to new GPRS directory. 2011-12-21 13:17:53 +03:00
csn1.cpp Moved CSN1 and RLC/MAC code to new GPRS directory. 2011-12-21 13:17:53 +03:00
csn1.h Moved CSN1 and RLC/MAC code to new GPRS directory. 2011-12-21 13:17:53 +03:00
gprs_bssgp_pcu.cpp Separation of GPRS PCU application from main OpenBTS code and changing PCU architecture (First step). 2012-03-05 19:24:57 +04:00
gprs_bssgp_pcu.h Separation of GPRS PCU application from main OpenBTS code and changing PCU architecture (First step). 2012-03-05 19:24:57 +04:00
gprs_rlcmac.cpp Separation of GPRS PCU application from main OpenBTS code and changing PCU architecture (First step). 2012-03-05 19:24:57 +04:00
gprs_rlcmac.h Separation of GPRS PCU application from main OpenBTS code and changing PCU architecture (First step). 2012-03-05 19:24:57 +04:00
gsm_rlcmac.cpp Added encoder for RLC/MAC downlink data control block. 2012-02-20 15:04:25 +04:00
gsm_rlcmac.h Added encoder for RLC/MAC downlink data control block. 2012-02-20 15:04:25 +04:00
pcu_l1_if.cpp Separation of GPRS PCU application from main OpenBTS code and changing PCU architecture (First step). 2012-03-05 19:24:57 +04:00
pcu_l1_if.h Separation of GPRS PCU application from main OpenBTS code and changing PCU architecture (First step). 2012-03-05 19:24:57 +04:00
pcu_main.cpp Separation of GPRS PCU application from main OpenBTS code and changing PCU architecture (First step). 2012-03-05 19:24:57 +04:00