aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcu_l1_if.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-17 19:59:56 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-30 21:20:45 +0100
commit9b30c7f46e2c55aed06cea8d1daa9093f331fb20 (patch)
tree53af4df3d3209ca34b2747a5ee8ef6b4e75041c8 /src/pcu_l1_if.h
parentb6acfdaa24851e1aa95bfc4611709737aaafa5f1 (diff)
bts: Move the frame_number into the BTS sructure
The current_frame is an attribute of the BTS. Move it from the pcu_l1_if.cpp into the BTS. As the next step we can trigger actions depending on the change of the frame.
Diffstat (limited to 'src/pcu_l1_if.h')
-rw-r--r--src/pcu_l1_if.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pcu_l1_if.h b/src/pcu_l1_if.h
index f01b95ad..bd8fe940 100644
--- a/src/pcu_l1_if.h
+++ b/src/pcu_l1_if.h
@@ -32,8 +32,6 @@ extern "C" {
#ifdef __cplusplus
}
-int get_current_fn();
-
void pcu_l1if_tx_pdtch(msgb *msg, uint8_t trx, uint8_t ts, uint16_t arfcn,
uint32_t fn, uint8_t block_nr);
void pcu_l1if_tx_ptcch(msgb *msg, uint8_t trx, uint8_t ts, uint16_t arfcn,