From 518335e688ea79a41cb6ce0b6b65ad829ece6f3f Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Fri, 6 Oct 2017 03:20:14 +0200 Subject: cosmetic: rename db_subscr_get() to db_subscr_get_by_imsi() There will be more additions, _by_msisdn() and _by_id(), to serve the upcoming VTY commands, to allow flexibly selecting subscribers as in the old OsmoNITB. Change-Id: I32fa676ccc5c10eba834c4390c8a42476b9c1961 --- src/luop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/luop.c') diff --git a/src/luop.c b/src/luop.c index 937c02c..1b17fe3 100644 --- a/src/luop.c +++ b/src/luop.c @@ -95,7 +95,7 @@ bool lu_op_fill_subscr(struct lu_operation *luop, struct db_context *dbc, { struct hlr_subscriber *subscr = &luop->subscr; - if (db_subscr_get(dbc, imsi, subscr) < 0) + if (db_subscr_get_by_imsi(dbc, imsi, subscr) < 0) return false; return true; -- cgit v1.2.3