lynxis lazus submitted this change.

View Change



2 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.

Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
vlr_auth_fsm: fix missing space

Change-Id: I8976221ca7e314cc655f43c3ccffd9f15364cc0e
---
M src/libvlr/vlr_auth_fsm.c
1 file changed, 1 insertion(+), 1 deletion(-)

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;

To view, visit change 38408. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: I8976221ca7e314cc655f43c3ccffd9f15364cc0e
Gerrit-Change-Number: 38408
Gerrit-PatchSet: 4
Gerrit-Owner: lynxis lazus <lynxis@fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: lynxis lazus <lynxis@fe80.eu>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>