From 9b30c7f46e2c55aed06cea8d1daa9093f331fb20 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 17 Oct 2013 19:59:56 +0200 Subject: 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. --- src/pcu_l1_if.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/pcu_l1_if.h') 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, -- cgit v1.2.3