aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests
diff options
context:
space:
mode:
authorIvan Klyuchnikov <kluchnikovi@gmail.com>2016-12-30 12:55:44 +0000
committerIvan Kluchnikov <kluchnikovi@gmail.com>2017-02-07 19:01:13 +0300
commit5788904242ca72102afa68a9bed12091e7b3ca62 (patch)
treed1be7014de2a963728285ef47e150e7f064a9add /openbsc/tests
parent362a757f5604213abde8e6ce75875dde8428e632 (diff)
gsup: Update code after rebase to updated gsup implementation
Diffstat (limited to 'openbsc/tests')
-rw-r--r--openbsc/tests/mm_auth/mm_auth_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/tests/mm_auth/mm_auth_test.c b/openbsc/tests/mm_auth/mm_auth_test.c
index b8777a8c5..526e527f2 100644
--- a/openbsc/tests/mm_auth/mm_auth_test.c
+++ b/openbsc/tests/mm_auth/mm_auth_test.c
@@ -114,7 +114,7 @@ int auth_get_tuple_for_subscr_verbose(struct gsm_auth_tuple *atuple,
int key_seq)
{
int auth_action;
- auth_action = auth_get_tuple_for_subscr(atuple, subscr, key_seq);
+ auth_action = auth_get_tuple_for_subscr(GSM_AUTH_POLICY_ACCEPT_ALL, atuple, subscr, key_seq);
printf("auth_get_tuple_for_subscr(key_seq=%d) --> auth_action == %s\n",
key_seq, auth_action_str(auth_action));
return auth_action;