osmo-msc/openbsc/src/osmo-bsc
Holger Hans Peter Freyther 5ecbc93656 misc: Fix compilation warnings
bsc_api.c:417:3: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘unsigned int’ [-Wformat]
bsc_api.c: In function ‘handle_ass_fail’:
bsc_api.c:458:3: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘unsigned int’ [-Wformat]

db.c: In function ‘db_sync_subscriber’:
db.c:785:3: warning: format ‘%i’ expects argument of type ‘int’, but argument 8 has type ‘time_t’ [-Wformat]

osmo_msc.c: In function ‘msc_release_connection’:
osmo_msc.c:145:20: warning: unused variable ‘trans’ [-Wunused-variable]

smpp_smsc.c: In function ‘link_accept_cb’:
smpp_smsc.c:891:24: warning: assignment from incompatible pointer type [enabled by default]

smpp_smsc.c:271:1: warning: ‘esme_by_system_id’ defined but not used [-Wunused-function]

smpp_openbsc.c: In function ‘smpp_openbsc_init’:
smpp_openbsc.c:545:2: warning: implicit declaration of function ‘smpp_vty_init’ [-Wimplicit-function-declaration]

osmo_bsc_ctrl.c: In function ‘verify_bts_loc’:
osmo_bsc_ctrl.c:340:19: warning: variable ‘height’ set but not used [-Wunused-but-set-variable

smpp_mirror.c: In function ‘main’:
smpp_mirror.c:297:2: warning: implicit declaration of function ‘osmo_init_logging’ [-Wimplicit-function-declaration]
2013-07-27 20:03:08 +02:00
..
Makefile.am Makefile.am: Use AM_CPPFLAGS 2013-06-12 09:16:27 +02:00
osmo_bsc_api.c audio: Make the BSC handle the new mr_config request of the BSC API 2013-01-07 16:10:31 +01:00
osmo_bsc_audio.c handover: Fix the handover signalling for IP based BTSes 2012-12-26 10:32:02 +01:00
osmo_bsc_bssap.c bsc: Allow to page a BTS that is excluded from the RF lock 2013-01-28 15:41:27 +01:00
osmo_bsc_ctrl.c misc: Fix compilation warnings 2013-07-27 20:03:08 +02:00
osmo_bsc_filter.c bsc: Send the USSD message after the location updating accept. 2012-12-03 15:32:54 +01:00
osmo_bsc_grace.c bsc: Allow to page a BTS that is excluded from the RF lock 2013-01-28 15:41:27 +01:00
osmo_bsc_main.c osmo-bsc: Introduce command msc_connection_status and send TRAPs for it 2012-09-11 16:20:46 +02:00
osmo_bsc_msc.c bsc: Introduce an authenticated signal for the MSC connection 2013-01-15 11:27:28 +01:00
osmo_bsc_sccp.c bsc: A BTS excluded from the RF lock should be allowed to make a connection 2013-01-28 15:41:27 +01:00
osmo_bsc_vty.c osmo-bsc VTY: fix saving of codec-list 2013-06-19 15:42:44 +02:00