osmo-pcu/src
Holger Hans Peter Freyther f0984897a5 bts/pdch: Move the adding of paging to the BTS/PDCH objects
Only the gprs_rlcmac_pdch will manipulate the paging list now. There
can be various more refactorings of the code but they can be done
later. E.g. on memory allocation failure we can continue instead
of leaving the code, we should also set any_tbf only after things
have been paged.
2013-10-30 21:24:10 +01:00
..
.gitignore
Makefile.am bts: Introduce a PollController that has the responsibility to poll 2013-10-30 21:20:45 +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/pdch: Move the adding of paging to the BTS/PDCH objects 2013-10-30 21:24:10 +01:00
bts.h bts/pdch: Move the adding of paging to the BTS/PDCH objects 2013-10-30 21:24:10 +01:00
csn1.cpp csn1: Fix various printf/format issues pointed out by gcc 2013-08-02 13:36:20 +04:00
csn1.h
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 bts: Move struct gprs_rlcmac_bts and other structs into a bts.h 2013-10-30 21:20:45 +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 bts/pdch: Move the adding of paging to the BTS/PDCH objects 2013-10-30 21:24:10 +01:00
gprs_rlcmac.h bts/pdch: Move the adding of paging to the BTS/PDCH objects 2013-10-30 21:24:10 +01:00
gprs_rlcmac_data.cpp bts: Move struct gprs_rlcmac_bts and other structs into a bts.h 2013-10-30 21:20:45 +01:00
gprs_rlcmac_meas.cpp tbf: Move the struct to the tbf.h header file 2013-10-28 12:51:38 +04:00
gprs_rlcmac_sched.cpp pdch: Move paging dequeue into the PDCH object 2013-10-30 21:24:10 +01:00
gprs_rlcmac_ts_alloc.cpp pdch: Move enable/disable into the PDCH code 2013-10-30 21:24:09 +01:00
gsm_rlcmac.cpp
gsm_rlcmac.h
gsm_timer.cpp bts: Move the frame_number into the BTS sructure 2013-10-30 21:20:45 +01:00
gsm_timer.h
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/pdch: Move the adding of paging to the BTS/PDCH objects 2013-10-30 21:24:10 +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 bts: Introduce a singleton for the BTS and use it in the code 2013-10-30 21:20:45 +01:00
pcu_vty.c bts: Introduce a singleton for the BTS and use it in the code 2013-10-30 21:20:45 +01:00
pcu_vty.h
pcuif_proto.h Add RSSI of data blocks to PCU interface 2013-03-17 17:16:18 +01:00
poll_controller.cpp bts: Introduce a PollController that has the responsibility to poll 2013-10-30 21:20:45 +01:00
poll_controller.h bts: Introduce a PollController that has the responsibility to poll 2013-10-30 21:20:45 +01:00
sysmo_l1_fwd.c
sysmo_l1_hw.c
sysmo_l1_if.c Add RSSI of data blocks to PCU interface 2013-03-17 17:16:18 +01:00
sysmo_l1_if.h
sysmo_sock.cpp pdch: Move enable/disable into the PDCH code 2013-10-30 21:24:09 +01:00
tbf.cpp bts: Move struct gprs_rlcmac_bts and other structs into a bts.h 2013-10-30 21:20:45 +01:00
tbf.h bts: Move struct gprs_rlcmac_bts and other structs into a bts.h 2013-10-30 21:20:45 +01:00
tbf.txt