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 <j@w1.fi>
This commit is contained in:
parent
23587e3999
commit
1d6f579ada
1 changed files with 2 additions and 1 deletions
|
@ -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 &
|
||||
|
|
Loading…
Reference in a new issue