summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Neira Ayuso2011-08-16 17:31:20 +0200
committerPablo Neira Ayuso2011-08-16 17:35:03 +0200
commit332a3577dc4165e1b5937103ad8be1ece3b16bba (patch)
treed71d7fe84e9398547fe3dbd0c4075a733fcaa079
parentsrc: replace S_INP_* signals by S_L_INP_* according to naming policy (diff)
downloadlibosmo-abis-332a3577dc4165e1b5937103ad8be1ece3b16bba.tar.gz
libosmo-abis-332a3577dc4165e1b5937103ad8be1ece3b16bba.tar.xz
libosmo-abis-332a3577dc4165e1b5937103ad8be1ece3b16bba.zip
E1 input: rename signal_input by e1inp_signal_input
Comestical change required by patches that port openBSC upon libosmo-abis.
-rw-r--r--include/osmocom/abis/e1_input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/abis/e1_input.h b/include/osmocom/abis/e1_input.h
index 8d2f7bc..8cf5c71 100644
--- a/include/osmocom/abis/e1_input.h
+++ b/include/osmocom/abis/e1_input.h
@@ -156,7 +156,7 @@ struct e1inp_line {
};
/* SS_L_INPUT signals */
-enum signal_input {
+enum e1inp_signal_input {
S_L_INP_NONE,
S_L_INP_TEI_UP,
S_L_INP_TEI_DN,