summaryrefslogtreecommitdiffstats
path: root/include/osmocom/abis/e1_input.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/abis/e1_input.h')
-rw-r--r--include/osmocom/abis/e1_input.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/osmocom/abis/e1_input.h b/include/osmocom/abis/e1_input.h
index 8fac79a..8d2f7bc 100644
--- a/include/osmocom/abis/e1_input.h
+++ b/include/osmocom/abis/e1_input.h
@@ -157,13 +157,13 @@ struct e1inp_line {
/* SS_L_INPUT signals */
enum signal_input {
- S_INP_NONE,
- S_INP_TEI_UP,
- S_INP_TEI_DN,
- S_INP_TEI_UNKNOWN,
- S_INP_LINE_INIT,
- S_INP_LINE_ALARM,
- S_INP_LINE_NOALARM,
+ S_L_INP_NONE,
+ S_L_INP_TEI_UP,
+ S_L_INP_TEI_DN,
+ S_L_INP_TEI_UNKNOWN,
+ S_L_INP_LINE_INIT,
+ S_L_INP_LINE_ALARM,
+ S_L_INP_LINE_NOALARM,
};
/* register a driver with the E1 core */