osmo-pcu/src
Holger Hans Peter Freyther e23102602c llc: Move some more secrets from the TBF into the LLC
Introduce a method to append data to a TBF and then reset the
read pointer when the frame has been sent.
2013-11-13 17:08:07 +01:00
..
.gitignore Adding .gitignore to source directory 2012-06-27 17:45:15 +02:00
Makefile.am llc: Move the llc structure to a new header file 2013-11-07 08:02:10 +01:00
bitvector.cpp bitvector: Address compiler warnings about unsigned/signed 2013-08-02 13:39:13 +04:00
bitvector.h bitvector: Address compiler warnings about unsigned/signed 2013-08-02 13:39:13 +04:00
bts.cpp bts: Count the number of llc frames that were "scheduled" to be sent 2013-11-13 16:43:26 +01:00
bts.h bts: Count the number of llc frames that were "scheduled" to be sent 2013-11-13 16:43:26 +01:00
csn1.cpp csn1: Fix various printf/format issues pointed out by gcc 2013-08-02 13:36:20 +04:00
csn1.h Ported fixes and improvements from Wireshark for RLC/MAC control block decoding. Part 1. 2012-10-10 19:43:37 +04:00
decoding.cpp pdch: Move the giant switch/case of gprs_rlcmac_rcv_control_block 2013-10-30 21:24:11 +01:00
decoding.h pdch: Move the giant switch/case of gprs_rlcmac_rcv_control_block 2013-10-30 21:24:11 +01:00
encoding.cpp tbf: Make tfi private and update the code 2013-10-30 21:24:13 +01:00
encoding.h encoding: Move the functions into the encoding class 2013-10-30 21:24:10 +01:00
femtobts.c femtobts: Remove code that is causing warnings with GCC 4.8 2013-08-02 13:36:52 +04:00
femtobts.h femtobts: Remove code that is causing warnings with GCC 4.8 2013-08-02 13:36:52 +04:00
gprs_bssgp_pcu.cpp misc: Fix coverity warning about indention 2013-11-11 20:28:29 +01:00
gprs_bssgp_pcu.h bts: Move struct gprs_rlcmac_bts and other structs into a bts.h 2013-10-30 21:20:45 +01:00
gprs_debug.cpp Introduce new file for various measurements 2013-03-17 17:16:44 +01:00
gprs_debug.h Introduce new file for various measurements 2013-03-17 17:16:44 +01:00
gprs_rlcmac.cpp tbf: Move the tx part into the tbf as it accesses internal data 2013-11-06 20:15:11 +01:00
gprs_rlcmac.h tbf: Move gprs_rlcmac_send_data_block_acknowledged into tbf 2013-10-30 21:24:12 +01:00
gprs_rlcmac_meas.cpp tbf: Have one imsi field and assign it through a function 2013-10-30 21:24:13 +01:00
gprs_rlcmac_sched.cpp tbf: Make tfi private and update the code 2013-10-30 21:24:13 +01:00
gprs_rlcmac_ts_alloc.cpp tbf: Make tfi private and update the code 2013-10-30 21:24:13 +01:00
gsm_rlcmac.cpp Ported fixes and improvements from Wireshark for RLC/MAC control block decoding. Part 1. 2012-10-10 19:43:37 +04:00
gsm_rlcmac.h Ported fixes and improvements from Wireshark for RLC/MAC control block decoding. Part 1. 2012-10-10 19:43:37 +04:00
gsm_timer.cpp bts: Move the frame_number into the BTS sructure 2013-10-30 21:20:45 +01:00
gsm_timer.h move everything to src/ subdirectory 2012-06-14 20:48:42 +08:00
llc.cpp llc: Move some more secrets from the TBF into the LLC 2013-11-13 17:08:07 +01:00
llc.h llc: Move some more secrets from the TBF into the LLC 2013-11-13 17:08:07 +01:00
openbts_sock.cpp misc: Add an option exit/quit when the BSSGP is supposed to be destroyed 2013-07-27 22:15:04 +02:00
pcu_l1_if.cpp bts: Move gprs_rlcmac_rcv_rach into the BTS class 2013-10-30 21:24:11 +01:00
pcu_l1_if.h bts: Move the frame_number into the BTS sructure 2013-10-30 21:20:45 +01:00
pcu_main.cpp misc: Fix a potential leak on config parsing 2013-11-11 20:12:30 +01:00
pcu_vty.c pcu: Address the return without value 2013-11-11 20:10:04 +01:00
pcu_vty.h VTY implementation 2012-07-13 12:30:03 +02:00
pcuif_proto.h Add RSSI of data blocks to PCU interface 2013-03-17 17:16:18 +01:00
poll_controller.cpp tbf: Move gprs_rlcmac_poll_timeout into the tbf 2013-10-30 21:24:11 +01:00
poll_controller.h bts: Introduce a PollController that has the responsibility to poll 2013-10-30 21:20:45 +01:00
rlc.h pdch/tbf: Move gprs_rlcmac_rcv_data_block_acknowledged into the pdch 2013-10-30 21:24:11 +01:00
sba.cpp sba: Move freeing a sba into a central place 2013-10-30 21:24:12 +01:00
sba.h sba: Move freeing a sba into a central place 2013-10-30 21:24:12 +01:00
sysmo_l1_fwd.c Adding direct access to DSP of sysmoBTS for PDTCH traffice 2012-12-18 10:47:28 +01:00
sysmo_l1_hw.c Adding direct access to DSP of sysmoBTS for PDTCH traffice 2012-12-18 10:47:28 +01:00
sysmo_l1_if.c Add RSSI of data blocks to PCU interface 2013-03-17 17:16:18 +01:00
sysmo_l1_if.h Adding direct access to DSP of sysmoBTS for PDTCH traffice 2012-12-18 10:47:28 +01:00
sysmo_sock.cpp bts/tbf: Move the lists into the BTS and do the look-up from the BTS 2013-10-30 21:24:10 +01:00
ta.cpp tbf: Update the timing advance for the new tlli based on the old one 2013-10-30 21:24:13 +01:00
ta.h tbf: Update the timing advance for the new tlli based on the old one 2013-10-30 21:24:13 +01:00
tbf.cpp llc: Move some more secrets from the TBF into the LLC 2013-11-13 17:08:07 +01:00
tbf.h llc: Move the llc structure to a new header file 2013-11-07 08:02:10 +01:00
tbf.txt Doc: Update on README and tbf.txt 2012-12-18 10:04:03 +01:00