neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-msc/+/29693 )
Change subject: vlr_loc_update(): drop bogus check ......................................................................
vlr_loc_update(): drop bogus check
All callers pass authentication_required = true when is_utran = true. The failure this error message would highlight is not possible.
Change-Id: Ia1b5d5d308746651a41612f46a988f41acd0a269 --- M src/libvlr/vlr_lu_fsm.c 1 file changed, 0 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/93/29693/1
diff --git a/src/libvlr/vlr_lu_fsm.c b/src/libvlr/vlr_lu_fsm.c index 4f603b3..f673316 100644 --- a/src/libvlr/vlr_lu_fsm.c +++ b/src/libvlr/vlr_lu_fsm.c @@ -1520,10 +1520,6 @@ (ciphering_required? "+Ciph" : " (no Ciph)") : "");
- if (is_utran && !authentication_required) - LOGPFSML(fi, LOGL_ERROR, - "Authentication off on UTRAN network. Good luck.\n"); - osmo_fsm_inst_dispatch(fi, VLR_ULA_E_UPDATE_LA, NULL);
return fi;