aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm_timer.cpp
AgeCommit message (Collapse)AuthorFilesLines
2018-04-10pcu_l1_if: add frame number to log outputPhilipp Maier1-1/+1
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.
2013-10-30bts: Move the frame_number into the BTS sructureHolger Hans Peter Freyther1-0/+12
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.
2012-06-14move everything to src/ subdirectoryHarald Welte1-0/+226
The code corresponds to commit a9aa4777cc1144897a77dfb6c5c3d7325705251e in openbts-p2.8.git (Tue Jun 12 18:14:49 2012 +0400)