lynxis lazus has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-msc/+/38408?usp=email )
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/08/38408/1
diff --git a/src/libvlr/vlr_auth_fsm.c b/src/libvlr/vlr_auth_fsm.c
index 5c16946..3a74ec1 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
https://gerrit.osmocom.org/c/osmo-msc/+/38408?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: I8976221ca7e314cc655f43c3ccffd9f15364cc0e
Gerrit-Change-Number: 38408
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis(a)fe80.eu>