From 7e8e3978feeedbcb5a5881a6b45f8181adb26754 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Tue, 10 Apr 2018 13:31:45 +0200 Subject: 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. --- src/gsm_timer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gsm_timer.cpp') 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(); } -- cgit v1.2.3