osmo-hlr/src
Pau Espin e49391bfc4 Remove undefined param passed to logging_vty_add_cmds
Since March 15th 2017, libosmocore API logging_vty_add_cmds() had its
parameter removed (c65c5b4ea075ef6cef11fff9442ae0b15c1d6af7). However,
definition in C file doesn't contain "(void)", which means number of
parameters is undefined and thus compiler doesn't complain. Let's remove
parameters from all callers before enforcing "(void)" on it.

Related: OS#4138
Change-Id: I6d0dbbd83ce17ee798bfb6e30378ed1dbae19134
2019-08-05 15:57:13 +02:00
..
gsupclient gsupclient: introduce osmo_gsup_client_enc_send() 2018-12-20 01:16:03 +07:00
Makefile.am src/db.c: integrate SQLite3 with talloc allocator 2019-07-30 17:15:17 +00:00
auc.c fix debug log: put 'deriving 2G from 3G' in proper place 2017-12-20 00:10:34 +01:00
auc.h initial import of osmo-gsup-hlr code so far 2016-04-28 07:18:49 +02:00
ctrl.c add whitespace around PRId64 constants 2018-12-07 12:45:19 +01:00
ctrl.h ctrl: completely replace all CTRL commands 2017-10-27 02:35:49 +02:00
db.c src/db.c: integrate SQLite3 with talloc allocator 2019-07-30 17:15:17 +00:00
db.h src/db.c: integrate SQLite3 with talloc allocator 2019-07-30 17:15:17 +00:00
db_auc.c db_auc.c: verify hex key sizes read from DB 2019-07-25 14:52:20 +02:00
db_debug.c src/db.c: integrate SQLite3 with talloc allocator 2019-07-30 17:15:17 +00:00
db_hlr.c db_hlr: zero-initialize "struct tm" 2019-06-04 12:41:54 +02:00
db_sql2c.sed Rename db_bootstrap.sed to db_sql2c.sed 2018-12-04 14:13:47 +01:00
dbd_decode_binary.c add osmo-hlr-db-tool, program to migrate from osmo-nitb db 2017-10-28 20:34:01 +02:00
gsup_router.c USSD: save MO USSD's originating MSC's vlr_number 2019-04-09 13:42:26 +02:00
gsup_router.h USSD: save MO USSD's originating MSC's vlr_number 2019-04-09 13:42:26 +02:00
gsup_send.c fix error logging for GSUP route 2019-04-18 15:30:25 +02:00
gsup_server.c gsup_server: Add "priv" pointer and make it point to 'struct hlr' 2018-06-16 20:21:45 +02:00
gsup_server.h gsup_server: Add "priv" pointer and make it point to 'struct hlr' 2018-06-16 20:21:45 +02:00
hlr.c Remove undefined param passed to logging_vty_add_cmds 2019-08-05 15:57:13 +02:00
hlr.h Create subscribers on demand 2019-05-19 14:42:46 +07:00
hlr_db_tool.c db_hlr.c: db_subscr_create(): add flags argument 2019-05-13 08:55:18 +02:00
hlr_ussd.c hlr_ussd.c: rx_proc_ss_req(): fix NULL pointer dereference 2019-07-24 19:14:44 +07:00
hlr_ussd.h SS/USSD: make NCSS session timeout configurable 2018-12-05 19:45:34 +00:00
hlr_vty.c Remove undefined param passed to logging_vty_add_cmds 2019-08-05 15:57:13 +02:00
hlr_vty.h Remove undefined param passed to logging_vty_add_cmds 2019-08-05 15:57:13 +02:00
hlr_vty_subscr.c VTY: add subscriber update network-access-mode 2019-07-15 14:13:46 +02:00
hlr_vty_subscr.h hlr: Export + Declare global g_hlr symbol 2018-07-30 14:53:13 +00:00
logging.c USSD: Add new "DSS" logging category and use it appropriately 2018-07-30 17:14:53 +02:00
logging.h USSD: Add new "DSS" logging category and use it appropriately 2018-07-30 17:14:53 +02:00
luop.c move creation of insert subscriber data messages to a common function 2018-05-18 12:18:32 +02:00
luop.h move osmo_gsup_addr_send() declaration from luop.h to gsup_router.h 2018-06-24 11:49:13 +02:00
osmo-euse-demo.c Add osmo-euse-demo as minimalistic test of a External USSD (EUSE) handler 2018-07-30 17:32:15 +02:00
populate_hlr_db.pl populate_hlr_db.pl: Script to generate a HLR database 2016-05-03 18:51:40 +02:00
rand.h initial import of osmo-gsup-hlr code so far 2016-04-28 07:18:49 +02:00
rand_fake.c initial import of osmo-gsup-hlr code so far 2016-04-28 07:18:49 +02:00
rand_urandom.c initial import of osmo-gsup-hlr code so far 2016-04-28 07:18:49 +02:00