From d20e7483d0872270a38d83efe1b7a14e87fe37de Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Fri, 3 Feb 2017 02:42:47 +0100 Subject: Use libvlr in libmsc (large refactoring) Original libvlr code is by Harald Welte , polished and tweaked by Neels Hofmeyr . This is a long series of development collapsed in one patch. The original history may still be available as branch neels/vlr_orig. TODO: This commit may be split in several smaller changes before merging to master. Related: OS#1592 Change-Id: I702ba504ce2de93507312c28eca8d11f09f4ee8b --- openbsc/include/openbsc/vlr.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'openbsc/include/openbsc/vlr.h') diff --git a/openbsc/include/openbsc/vlr.h b/openbsc/include/openbsc/vlr.h index 878bd25e4..9c469cec9 100644 --- a/openbsc/include/openbsc/vlr.h +++ b/openbsc/include/openbsc/vlr.h @@ -10,6 +10,8 @@ // for GSM_NAME_LENGTH #include +struct log_target; + /* from 3s to 10s */ #define GSM_29002_TIMER_S 10 /* from 15s to 30s */ @@ -19,7 +21,6 @@ /* from 28h to 38h */ #define GSM_29002_TIMER_L (32*60*60) - /* VLR subscriber authentication state */ enum vlr_subscr_auth_state { /* subscriber needs to be autenticated */ @@ -402,3 +403,6 @@ int vlr_set_ciph_mode(struct vlr_instance *vlr, void *msc_conn_ref, enum vlr_ciph ciph_mode, bool retrieve_imeisv); + +void log_set_filter_vlr_subscr(struct log_target *target, + struct vlr_subscr *vlr_subscr); -- cgit v1.2.3