aboutsummaryrefslogtreecommitdiffstats
path: root/src/libvlr/vlr_lu_fsm.h
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-07-13 02:03:50 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2017-08-30 14:14:58 +0200
commitee6cfdc0d9710e3a69c8e1939eb21c8f2b759885 (patch)
treeed5aeb0979a1838778649078847a1ed6caa6b1a4 /src/libvlr/vlr_lu_fsm.h
parent6c809185ee86d318d10205756bb6d91914d11fdf (diff)
split off osmo-sgsn: remove files, apply build1.1.0
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);