osmo-pcu/src
Holger Hans Peter Freyther 939bfaefec bitvector: Address compiler warnings about unsigned/signed
Fixes:
bitvector.cpp: In function 'int bitvec_pack(bitvec*, uint8_t*)':
bitvector.cpp:53:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
bitvector.cpp: In function 'int bitvec_unpack(bitvec*, uint8_t*)':
bitvector.cpp:63:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
bitvector.cpp: In function 'uint64_t bitvec_read_field(bitvec*, unsigned int&, unsigned int)':
bitvector.cpp:91:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
bitvector.cpp: In function 'int bitvec_write_field(bitvec*, unsigned int&, uint64_t, unsigned int)':
bitvector.cpp:108:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
2013-08-02 13:39:13 +04:00
..
.gitignore Adding .gitignore to source directory 2012-06-27 17:45:15 +02:00
Makefile.am Introduce new file for various measurements 2013-03-17 17:16:44 +01:00
RLCMACTest.cpp Fixed memory leaks caused by not freeing bitvector 2013-01-16 09:19:22 +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
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
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: Move the parsing of the ms_class from RA Capabilities to a method 2013-07-30 12:23:25 +04:00
gprs_bssgp_pcu.h misc: Move the struct bssgp_bvc_ctx into the struct osmo_pcu 2013-07-30 12:19:40 +04: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 misc: Move the struct bssgp_bvc_ctx into the struct osmo_pcu 2013-07-30 12:19:40 +04:00
gprs_rlcmac.h Added timing advance support for up and downlink TBFs 2013-05-13 16:45:21 +02:00
gprs_rlcmac_data.cpp misc: Move the struct bssgp_bvc_ctx into the struct osmo_pcu 2013-07-30 12:19:40 +04:00
gprs_rlcmac_meas.cpp Introduce new file for various measurements 2013-03-17 17:16:44 +01:00
gprs_rlcmac_sched.cpp Added timing advance support for up and downlink TBFs 2013-05-13 16:45:21 +02: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 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
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 pcu_l1_if.cpp: Remove unused method and comment 2013-08-02 13:38:48 +04:00
pcu_l1_if.h Add RSSI of data blocks to PCU interface 2013-03-17 17:16:18 +01:00
pcu_main.cpp misc: Add an option exit/quit when the BSSGP is supposed to be destroyed 2013-07-27 22:15:04 +02:00
pcu_vty.c VTY: complete the copyright message 2013-01-17 12:27:59 +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
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 misc: Add an option exit/quit when the BSSGP is supposed to be destroyed 2013-07-27 22:15:04 +02:00
tbf.txt Doc: Update on README and tbf.txt 2012-12-18 10:04:03 +01:00