Osmocom Packet control Unit (PCU): Network-side GPRS (RLC/MAC); BTS- or BSC-colocated https://osmocom.org/projects/osmopcu
Go to file
Ivan Kluchnikov 6043718c73 Added PCU debugging/logging support code based on osmocom logging system. 2012-05-24 22:07:15 +04:00
Makefile.am Added PCU debugging/logging support code based on osmocom logging system. 2012-05-24 22:07:15 +04:00
RLCMACTest.cpp We don't use OpenBTS bit vectors in PCU anymore. All OpenBTS bit vectors are replaced by Osmocom bit vectors. 2012-04-30 18:00:36 +04:00
bitvector.cpp Additional functions for Osmocom bit vector abstraction. 2012-04-30 17:51:23 +04:00
bitvector.h Additional functions for Osmocom bit vector abstraction. 2012-04-30 17:51:23 +04:00
csn1.cpp We don't use OpenBTS bit vectors in PCU anymore. All OpenBTS bit vectors are replaced by Osmocom bit vectors. 2012-04-30 18:00:36 +04:00
csn1.h We don't use OpenBTS bit vectors in PCU anymore. All OpenBTS bit vectors are replaced by Osmocom bit vectors. 2012-04-30 18:00:36 +04:00
gprs_bssgp_pcu.cpp Fixed bugs in handling of TBFs. 2012-03-18 15:04:48 +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_debug.cpp Added PCU debugging/logging support code based on osmocom logging system. 2012-05-24 22:07:15 +04:00
gprs_debug.h Added PCU debugging/logging support code based on osmocom logging system. 2012-05-24 22:07:15 +04:00
gprs_rlcmac.cpp We don't use OpenBTS bit vectors in PCU anymore. All OpenBTS bit vectors are replaced by Osmocom bit vectors. 2012-04-30 18:00:36 +04:00
gprs_rlcmac.h We don't use OpenBTS bit vectors in PCU anymore. All OpenBTS bit vectors are replaced by Osmocom bit vectors. 2012-04-30 18:00:36 +04:00
gsmL1prim.h Added structure for GsmL1_PhConnectInd_t primitive. 2012-04-17 20:36:44 +04:00
gsm_rlcmac.cpp We don't use OpenBTS bit vectors in PCU anymore. All OpenBTS bit vectors are replaced by Osmocom bit vectors. 2012-04-30 18:00:36 +04:00
gsm_rlcmac.h We don't use OpenBTS bit vectors in PCU anymore. All OpenBTS bit vectors are replaced by Osmocom bit vectors. 2012-04-30 18:00:36 +04:00
gsm_timer.cpp Added GSM timer handling routines. GSM timer is the same as osmo_timer, but it uses frame numbers instead of seconds. 2012-04-12 14:49:02 +04:00
gsm_timer.h Added GSM timer handling routines. GSM timer is the same as osmo_timer, but it uses frame numbers instead of seconds. 2012-04-12 14:49:02 +04:00
pcu_l1_if.cpp We don't use OpenBTS bit vectors in PCU anymore. All OpenBTS bit vectors are replaced by Osmocom bit vectors. 2012-04-30 18:00:36 +04:00
pcu_l1_if.h We don't use OpenBTS bit vectors in PCU anymore. All OpenBTS bit vectors are replaced by Osmocom bit vectors. 2012-04-30 18:00:36 +04:00
pcu_main.cpp Added support of osmo_timers and osmo_gsm_timers for TBF. 2012-04-12 15:22:06 +04:00