aboutsummaryrefslogtreecommitdiffstats
path: root/src/libvlr/vlr_lu_fsm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libvlr/vlr_lu_fsm.h')
-rw-r--r--src/libvlr/vlr_lu_fsm.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/libvlr/vlr_lu_fsm.h b/src/libvlr/vlr_lu_fsm.h
deleted file mode 100644
index 5cf13c77e..000000000
--- a/src/libvlr/vlr_lu_fsm.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#pragma once
-
-#include <osmocom/core/fsm.h>
-
-enum vlr_lu_state {
- VLR_ULA_S_IDLE,
- VLR_ULA_S_WAIT_IMEISV,
- VLR_ULA_S_WAIT_PVLR, /* Waiting for ID from PVLR */
- VLR_ULA_S_WAIT_AUTH, /* Waiting for Authentication */
- VLR_ULA_S_WAIT_CIPH, /* Waiting for Ciphering Complete */
- VLR_ULA_S_WAIT_IMSI, /* Waiting for IMSI from MS */
- VLR_ULA_S_WAIT_HLR_UPD, /* Waiting for end of HLR update */
- VLR_ULA_S_WAIT_LU_COMPL,/* Waiting for LU complete */
- VLR_ULA_S_WAIT_LU_COMPL_STANDALONE, /* Standalone VLR */
- VLR_ULA_S_DONE
-};
-
-void vlr_lu_fsm_init(void);