From cedf89092849569a8bc5e89b83d89b421c7bbdfa Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 19 Oct 2013 20:47:12 +0200 Subject: sba: Create a SBAController that will manage the sbas for a BTS The PollController is a friend of the SBAController and is allowed to access the internal list. The list is hidden from everyone else. This is done because the calculation of timeout should belong into the PollController and not into the SBAController. --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 813dfbe9..d1cbd4b4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -84,7 +84,8 @@ noinst_HEADERS = \ bts.h \ poll_controller.h \ encoding.h \ - ta.h + ta.h \ + sba.h osmo_pcu_SOURCES = pcu_main.cpp -- cgit v1.2.3