From: Jouni Malinen Date: Sun, 30 Mar 2014 13:25:27 +0000 (+0300) Subject: tests: Update hlr_auc_gw Milenage file X-Git-Tag: hostap_2_2~413 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d6f579ada9224be424ef233a6b88fc22e1e793c;p=thirdparty%2Fhostap.git tests: Update hlr_auc_gw Milenage file This increases hlr_auc_gw.c test coverage and allows the SQN updated to be checked if desired. Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/start.sh b/tests/hwsim/start.sh index cebbfad1d..8421f03c3 100755 --- a/tests/hwsim/start.sh +++ b/tests/hwsim/start.sh @@ -83,7 +83,8 @@ if [ "x$VALGRIND" = "xy" ]; then fi if [ -x $HLR_AUC_GW ]; then - sudo $HLR_AUC_GW -m $DIR/auth_serv/hlr_auc_gw.milenage_db -g $DIR/auth_serv/hlr_auc_gw.gsm > $LOGDIR/hlr_auc_gw & + cp $DIR/auth_serv/hlr_auc_gw.milenage_db $LOGDIR/hlr_auc_gw.milenage_db + sudo $HLR_AUC_GW -u -m $LOGDIR/hlr_auc_gw.milenage_db -g $DIR/auth_serv/hlr_auc_gw.gsm > $LOGDIR/hlr_auc_gw & fi sudo $HAPD_AS -ddKt $LOGDIR/as.conf > $LOGDIR/auth_serv &