summaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorPablo Neira Ayuso2011-08-16 17:26:23 +0200
committerPablo Neira Ayuso2011-08-16 17:26:23 +0200
commitde668910d63be49661bea974c3bee61128b7f1a0 (patch)
tree2674859a45d87c930bc195d885ef886784871564 /include/osmocom
parentDAHDI: Actually increment e1_input related rate counters (diff)
downloadlibosmo-abis-de668910d63be49661bea974c3bee61128b7f1a0.tar.gz
libosmo-abis-de668910d63be49661bea974c3bee61128b7f1a0.tar.xz
libosmo-abis-de668910d63be49661bea974c3bee61128b7f1a0.zip
src: replace S_INP_* signals by S_L_INP_* according to naming policy
Diffstat (limited to 'include/osmocom')
-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 */