osmo-pcu/src
Andreas Eversberg 66690dd3c6 Rewrite of RLC/MAC uplink acknowledged TBF.
It uses history buffer and sends ack/nack control messages about received
blocks. It defragments the blocks and forwards them to upper layer. It
does content resolution and ignores other MS. It sends final ACK after
all blocks have been sucessfully received. Timers are used to detect
loss of uplink, and repeat lost final ACK.
2012-06-27 15:44:31 +02:00
..
Makefile.am Split of L1 interface to be used with OpenBTS or sysmo-BTS 2012-06-23 10:33:16 +02:00
RLCMACTest.cpp move everything to src/ subdirectory 2012-06-14 20:48:42 +08:00
bitvector.cpp move everything to src/ subdirectory 2012-06-14 20:48:42 +08:00
bitvector.h move everything to src/ subdirectory 2012-06-14 20:48:42 +08:00
csn1.cpp Removed all size_t variables. Fixed type of readIndex and writeIndex variables. 2012-06-15 10:13:30 +04:00
csn1.h Removed all size_t variables. Fixed type of readIndex and writeIndex variables. 2012-06-15 10:13:30 +04:00
gprs_bssgp_pcu.cpp Packet Downlink Assigment now uses ARFCN/TN of current BTS layout 2012-06-25 09:26:15 +02:00
gprs_bssgp_pcu.h Hack to slow down uplink transfer 2012-06-23 19:35:56 +02:00
gprs_debug.cpp move everything to src/ subdirectory 2012-06-14 20:48:42 +08:00
gprs_debug.h move everything to src/ subdirectory 2012-06-14 20:48:42 +08:00
gprs_rlcmac.cpp Packet Downlink Assigment now uses ARFCN/TN of current BTS layout 2012-06-25 09:26:15 +02:00
gprs_rlcmac.h Packet Downlink Assigment now uses ARFCN/TN of current BTS layout 2012-06-25 09:26:15 +02:00
gprs_rlcmac_data.cpp Rewrite of RLC/MAC uplink acknowledged TBF. 2012-06-27 15:44:31 +02:00
gprs_rlcmac_sched.cpp Introducing scheduler to process transmission of blocks 2012-06-27 15:36:27 +02:00
gsmL1prim.h move everything to src/ subdirectory 2012-06-14 20:48:42 +08:00
gsm_rlcmac.cpp Removed all size_t variables. Fixed type of readIndex and writeIndex variables. 2012-06-15 10:13:30 +04:00
gsm_rlcmac.h move everything to src/ subdirectory 2012-06-14 20:48:42 +08:00
gsm_timer.cpp move everything to src/ subdirectory 2012-06-14 20:48:42 +08:00
gsm_timer.h move everything to src/ subdirectory 2012-06-14 20:48:42 +08:00
pcu_l1_if.cpp Split of L1 interface to be used with OpenBTS or sysmo-BTS 2012-06-23 10:33:16 +02:00
pcu_l1_if.h Split of L1 interface to be used with OpenBTS or sysmo-BTS 2012-06-23 10:33:16 +02:00
pcu_main.cpp Split of L1 interface to be used with OpenBTS or sysmo-BTS 2012-06-23 10:33:16 +02:00
sysmo_l1_if.cpp Split of L1 interface to be used with OpenBTS or sysmo-BTS 2012-06-23 10:33:16 +02:00