aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm_timer.h
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.h
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.h')
-rw-r--r--src/gsm_timer.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gsm_timer.h b/src/gsm_timer.h
index fc42cafe..cfabd0cc 100644
--- a/src/gsm_timer.h
+++ b/src/gsm_timer.h
@@ -79,6 +79,12 @@ void osmo_gsm_timers_prepare(void);
int osmo_gsm_timers_update(void);
int osmo_gsm_timers_check(void);
+
+/*
+ * Get Current Frame Number
+ */
+int get_current_fn();
+
/*! }@ */
#endif // GSM_TIMER_H