osmo-msc/src/libvlr
Philipp Maier 6038ad4cf9 vlr: drop unused is_ps parameter in vlr_subscr_req_lu()
the function vlr_subscr_req_lu() has a parameter is_ps, which is set
to vsub->vlr->cfg.is_ps by the only caller in vlr_lu_fsm.c. Inside the
function one can see that vsub->vlr->cfg.is_ps is used directly to
decide between PS or CS LU, we could also use is_ps there. Presumably
the parameter is_ps had been abandonned in an early development stage
and was not removed, so lets drop the parameter.

Change-Id: Id239721773b90099d122b232dae1ba457be9d255
2018-11-16 18:11:50 +00:00
..
Makefile.am Remove local libgsupclient; Use libosmo-gsup-client from osmo-hlr 2018-08-05 11:20:21 +02:00
vlr.c vlr: drop unused is_ps parameter in vlr_subscr_req_lu() 2018-11-16 18:11:50 +00:00
vlr_access_req_fsm.c vlr_access_req_fsm.c: use osmo_strlcpy and avoid compiler error 2018-07-26 20:31:55 +02:00
vlr_access_req_fsm.h Add libvlr implementation 2017-07-21 18:32:03 +02:00
vlr_auth_fsm.c refactor VLR FSM result handling 2018-04-12 19:40:00 +00:00
vlr_auth_fsm.h refactor VLR FSM result handling 2018-04-12 19:40:00 +00:00
vlr_core.h vlr: drop unused is_ps parameter in vlr_subscr_req_lu() 2018-11-16 18:11:50 +00:00
vlr_lu_fsm.c vlr: drop unused is_ps parameter in vlr_subscr_req_lu() 2018-11-16 18:11:50 +00:00
vlr_lu_fsm.h Add libvlr implementation 2017-07-21 18:32:03 +02:00