aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm_timer.cpp
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2018-04-10 13:31:45 +0200
committerPhilipp Maier <pmaier@sysmocom.de>2018-04-10 13:35:24 +0200
commit7e8e3978feeedbcb5a5881a6b45f8181adb26754 (patch)
treed3620b03660e0c638ad8cbc460ee5686cbfebb8a /src/gsm_timer.cpp
parent8ccf7046086c5154030701838d85d56d5067ecca (diff)
pcu_l1_if: add frame number to log output
Currently, the log output lacks the frame number. - make get_current_fn() public - add frame number to the log statements in pcu_l1_if.cpp Change-Id: Idce994dbf86a2bbf861907d75418a2a3867244db Related: SYS#4139 Patch-by: Octasic inc.
Diffstat (limited to 'src/gsm_timer.cpp')
-rw-r--r--src/gsm_timer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gsm_timer.cpp b/src/gsm_timer.cpp
index d3c59cbc..f7901d4f 100644
--- a/src/gsm_timer.cpp
+++ b/src/gsm_timer.cpp
@@ -43,7 +43,7 @@ static struct rb_root timer_root = RB_ROOT;
* all time functions schedule based on the BTS they
* are scheduled on.
*/
-static int get_current_fn()
+int get_current_fn()
{
return BTS::main_bts()->current_frame_number();
}