aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2022-10-26 18:11:58 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2022-10-27 23:59:38 +0200
commit3189f39a4e50590a1a805ac8ac5c699574262018 (patch)
tree3ed8078fff07730f5bcc28308781db75784def89 /include
parent923b664215e8ff15818de147ffbc7ad99dec7ee6 (diff)
vlr: auth_fsm: rename AUTH_RES to AUTH_SUCCESS
Previous patch added the AUTH_FAILURE event, which means that the AUTH_RES event now only signals success. Reflect that in the name. No functional change. Related: OS#4830 Change-Id: I7124a3591fcf36cee06d7488eeb94f9b85af5dc2
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/msc/vlr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/msc/vlr.h b/include/osmocom/msc/vlr.h
index b3b658bf2..499aa37c0 100644
--- a/include/osmocom/msc/vlr.h
+++ b/include/osmocom/msc/vlr.h
@@ -67,7 +67,7 @@ enum vlr_lu_event {
VLR_ULA_E_UPDATE_LA, /* Initial trigger (LU from MS) */
VLR_ULA_E_SEND_ID_ACK, /* Result of Send-ID from PVLR */
VLR_ULA_E_SEND_ID_NACK, /* Result of Send-ID from PVLR */
- VLR_ULA_E_AUTH_RES, /* Successful result of auth procedure */
+ VLR_ULA_E_AUTH_SUCCESS, /* Successful result of auth procedure */
VLR_ULA_E_AUTH_FAILURE, /* Auth procedure failed */
VLR_ULA_E_CIPH_RES, /* Result of Ciphering Mode Command */
VLR_ULA_E_ID_IMSI, /* IMSI received from MS */