lynxis lazus has submitted this change. ( https://gerrit.osmocom.org/c/osmo-msc/+/38408?usp=email )
(
2 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: vlr_auth_fsm: fix missing space ......................................................................
vlr_auth_fsm: fix missing space
Change-Id: I8976221ca7e314cc655f43c3ccffd9f15364cc0e --- M src/libvlr/vlr_auth_fsm.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
diff --git a/src/libvlr/vlr_auth_fsm.c b/src/libvlr/vlr_auth_fsm.c index 964c4d7..1182ee2 100644 --- a/src/libvlr/vlr_auth_fsm.c +++ b/src/libvlr/vlr_auth_fsm.c @@ -473,7 +473,7 @@ case VLR_AUTH_E_HLR_SAI_NACK: auth_fsm_term(fi, AUTH_FSM_FAILURE, - gsup->cause == GMM_CAUSE_IMSI_UNKNOWN? + gsup->cause == GMM_CAUSE_IMSI_UNKNOWN ? GSM48_REJECT_IMSI_UNKNOWN_IN_HLR : GSM48_REJECT_NETWORK_FAILURE); break;