summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/l1ctl.h
diff options
context:
space:
mode:
authorAndreas.Eversberg2010-05-22 12:46:20 +0200
committerAndreas.Eversberg2010-05-22 12:46:20 +0200
commit9359a915041aeb99cec512cdb89f766774a87479 (patch)
treea77c6a14b3ae9cbd8ac924987a6c6466338e5f25 /src/host/layer23/include/osmocom/l1ctl.h
parentFixing cell selection, so it works with the current layer 1 API. (diff)
downloadosmocom-9359a915041aeb99cec512cdb89f766774a87479.tar.gz
osmocom-9359a915041aeb99cec512cdb89f766774a87479.tar.xz
osmocom-9359a915041aeb99cec512cdb89f766774a87479.zip
Moved layer 1 <-> layer 2 interface from main.c to a seperate file of
liblayer23. Other applications using liblayer23 don't need to re-implement it. Messages from layer 1 are not freed in layer2_read() anymore. They will be freed by the upper layers. The layers may also decide to queue or to forward the messages. In general: A message is always discarded by the message handler and not after calling the message handler.
Diffstat (limited to 'src/host/layer23/include/osmocom/l1ctl.h')
-rw-r--r--src/host/layer23/include/osmocom/l1ctl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/host/layer23/include/osmocom/l1ctl.h b/src/host/layer23/include/osmocom/l1ctl.h
index c267fa7..48aeaad 100644
--- a/src/host/layer23/include/osmocom/l1ctl.h
+++ b/src/host/layer23/include/osmocom/l1ctl.h
@@ -28,7 +28,4 @@ int l1ctl_tx_echo_req(struct osmocom_ms *ms, unsigned int len);
int l1ctl_tx_pm_req_range(struct osmocom_ms *ms, uint16_t arfcn_from,
uint16_t arfcm_to);
-extern int osmo_send_l1(struct osmocom_ms *ms, struct msgb *msg);
-
-
#endif