summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include
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/target/firmware/include
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/target/firmware/include')
-rw-r--r--src/target/firmware/include/layer1/l23_api.h2
-rw-r--r--src/target/firmware/include/layer1/sync.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/target/firmware/include/layer1/l23_api.h b/src/target/firmware/include/layer1/l23_api.h
index 1ba6d17..b160270 100644
--- a/src/target/firmware/include/layer1/l23_api.h
+++ b/src/target/firmware/include/layer1/l23_api.h
@@ -3,7 +3,7 @@
#include <stdint.h>
#include <osmocore/msgb.h>
-#include <l1a_l23_interface.h>
+#include <l1ctl_proto.h>
void l1a_l23api_init(void);
void l1_queue_for_l2(struct msgb *msg);
diff --git a/src/target/firmware/include/layer1/sync.h b/src/target/firmware/include/layer1/sync.h
index 7613449..257244b 100644
--- a/src/target/firmware/include/layer1/sync.h
+++ b/src/target/firmware/include/layer1/sync.h
@@ -5,7 +5,7 @@
#include <osmocore/gsm_utils.h>
#include <layer1/tdma_sched.h>
#include <layer1/mframe_sched.h>
-#include <l1a_l23_interface.h>
+#include <l1ctl_proto.h>
/* structure representing L1 sync information about a cell */
struct l1_cell_info {