osmo-bsc/src/utils
Vadim Yanitskiy a985e3370d utils/meas_pcap2db: fix -Wpointer-sign in pcap_cb()
When building with CFLAGS="-flto -Wall", I get the following:

  meas_pcap2db.c: In function ‘pcap_cb’:
  meas_pcap2db.c:64:27: warning: pointer targets in initialization of
                                 ‘const char *’ from ‘const u_char *’
                                 {aka ‘const unsigned char *’} differ
                                 in signedness [-Wpointer-sign]
     64 |         const char *cur = bytes;

Change-Id: I84d8e6f290bda0f03476f182f292ecc7a9e520f2
2022-04-27 12:41:24 +00:00
..
Makefile.am Move struct gsm_bts_paging_state to paging.h 2022-04-25 08:35:57 +00:00
bs11_config.c Get rid of lots of stubs [4/4] 2021-10-07 14:08:29 +02:00
isdnsync.c move openbsc/* to repos root 2017-08-27 03:52:43 +02:00
meas_db.c utils/meas_db: fix -Wunused-variable warnings 2022-04-27 12:41:24 +00:00
meas_db.h move openbsc/* to repos root 2017-08-27 03:52:43 +02:00
meas_json.c Get rid of lots of stubs [4/4] 2021-10-07 14:08:29 +02:00
meas_pcap2db.c utils/meas_pcap2db: fix -Wpointer-sign in pcap_cb() 2022-04-27 12:41:24 +00:00
meas_udp2db.c Use OSMO_FD_* instead of deprecated BSC_FD_* 2020-07-15 18:38:11 +02:00
meas_vis.c src/utils/meas_vis.c: fix bs_power -> bs_power_db 2021-06-07 09:47:28 +02:00