Osmocom Packet control Unit (PCU): Network-side GPRS (RLC/MAC); BTS- or BSC-colocated https://osmocom.org/projects/osmopcu
Go to file
Ivan Kluchnikov 9c795abac8 Changed Downlink TBF Establishment.
We don't use TBF establishment on CCCH and Immediate Assignment message any more, now we establish Downlink TBF during Uplink TBF and use Packet Downlink Assignment message.
Added function gprs_rlcmac_packet_downlink_assignment() and modified TBF management.
2012-05-24 23:12:59 +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 Modified PCU debugging/logging system. Now we use functions from osmocom logging system. 2012-05-24 22:25:06 +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 Changed Downlink TBF Establishment. 2012-05-24 23:12:59 +04:00
gprs_bssgp_pcu.h Fixed RLC/MAC downlink block data length and gprs_rlcmac_tx_dl_data_block function. 2012-05-24 22:35:19 +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 Changed Downlink TBF Establishment. 2012-05-24 23:12:59 +04:00
gprs_rlcmac.h Changed Downlink TBF Establishment. 2012-05-24 23:12:59 +04:00
gsmL1prim.h Added structure for GsmL1_PhConnectInd_t primitive. 2012-04-17 20:36:44 +04:00
gsm_rlcmac.cpp Modified PCU debugging/logging system. Now we use functions from osmocom logging system. 2012-05-24 22:25:06 +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 Modified PCU debugging/logging system. Now we use functions from osmocom logging system. 2012-05-24 22:25:06 +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 Modified PCU debugging/logging system. Now we use functions from osmocom logging system. 2012-05-24 22:25:06 +04:00