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>
This commit is contained in:
Sylvain Munaut 2010-07-26 00:12:48 +02:00
parent 50f1eb1114
commit c382fbf943
17 changed files with 15 additions and 15 deletions

View File

@ -1,2 +1,2 @@
noinst_HEADERS = l1a_l23_interface.h
noinst_HEADERS = l1ctl_proto.h
SUBDIRS = osmocom

View File

@ -1 +0,0 @@
../../../../include/l1a_l23_interface.h

View File

@ -0,0 +1 @@
../../../../include/l1ctl_proto.h

View File

@ -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,

View File

@ -28,7 +28,7 @@
#include <arpa/inet.h>
#include <l1a_l23_interface.h>
#include <l1ctl_proto.h>
#include <osmocore/signal.h>
#include <osmocore/logging.h>

View File

@ -70,7 +70,7 @@
#include <osmocom/bb/common/lapdm.h>
#include <osmocom/bb/common/logging.h>
#include <l1a_l23_interface.h>
#include <l1ctl_proto.h>
/* TS 04.06 Figure 4 / Section 3.2 */
#define LAPDm_LPD_NORMAL 0

View File

@ -25,7 +25,7 @@
#include <string.h>
#include <errno.h>
#include <l1a_l23_interface.h>
#include <l1ctl_proto.h>
#include <osmocore/logging.h>
#include <osmocore/talloc.h>

View File

@ -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);

View File

@ -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 {

View File

@ -39,7 +39,7 @@
#include <rf/trf6151.h>
#include <l1a_l23_interface.h>
#include <l1ctl_proto.h>
/* the size we will allocate struct msgb* for HDLC */
#define L3_MSG_HEAD 4

View File

@ -47,7 +47,7 @@
#include <layer1/tpu_window.h>
#include <layer1/l23_api.h>
#include <l1a_l23_interface.h>
#include <l1ctl_proto.h>
#define FB0_RETRY_COUNT 3
#define AFC_RETRY_COUNT 30

View File

@ -45,7 +45,7 @@
#include <layer1/tpu_window.h>
#include <layer1/l23_api.h>
#include <l1a_l23_interface.h>
#include <l1ctl_proto.h>
static void l1ddsp_meas_read(uint8_t nbmeas, uint16_t *pm)
{

View File

@ -46,7 +46,7 @@
#include <layer1/tpu_window.h>
#include <layer1/l23_api.h>
#include <l1a_l23_interface.h>
#include <l1ctl_proto.h>
struct {
uint32_t fn;

View File

@ -47,7 +47,7 @@
#include <layer1/l23_api.h>
#include <layer1/rfch.h>
#include <l1a_l23_interface.h>
#include <l1ctl_proto.h>
struct l1s_rxnb_state {
struct l1s_meas_hdr meas[4];

View File

@ -48,7 +48,7 @@
#include <layer1/l23_api.h>
#include <layer1/rfch.h>
#include <l1a_l23_interface.h>
#include <l1ctl_proto.h>
/* Channel type definitions for DEDICATED mode */
#define INVALID_CHANNEL 0

View File

@ -56,7 +56,7 @@
#include <layer1/tpu_window.h>
#include <layer1/l23_api.h>
#include <l1a_l23_interface.h>
#include <l1ctl_proto.h>
struct l1s_state l1s;