summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/common
diff options
context:
space:
mode:
authorSylvain Munaut2010-07-26 00:12:48 +0200
committerSylvain Munaut2010-07-27 20:51:29 +0200
commitc382fbf9439cb748278791816e699d95d8cec054 (patch)
tree04a8c81c14f3516da2d4180b4bbce8f7942aa24b /src/host/layer23/include/osmocom/bb/common
parentlayer23: Use libosmocore rsl_chan_nr_str instead of local func (diff)
downloadosmocom-c382fbf9439cb748278791816e699d95d8cec054.tar.gz
osmocom-c382fbf9439cb748278791816e699d95d8cec054.tar.xz
osmocom-c382fbf9439cb748278791816e699d95d8cec054.zip
include: Rename l1a_l23_interface.h to l1ctl_proto.h
The interface between l1 and upper layer is called by several name. IMHO l1ctl is shorted and sounds good so try to unify using that. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src/host/layer23/include/osmocom/bb/common')
-rw-r--r--src/host/layer23/include/osmocom/bb/common/lapdm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/layer23/include/osmocom/bb/common/lapdm.h b/src/host/layer23/include/osmocom/bb/common/lapdm.h
index ab048b8..de954fb 100644
--- a/src/host/layer23/include/osmocom/bb/common/lapdm.h
+++ b/src/host/layer23/include/osmocom/bb/common/lapdm.h
@@ -6,7 +6,7 @@
#include <osmocore/timer.h>
#include <osmocore/msgb.h>
-#include <l1a_l23_interface.h>
+#include <l1ctl_proto.h>
enum lapdm_state {
LAPDm_STATE_NULL = 0,