From 536708617505a017b6b263a32f592471913ec464 Mon Sep 17 00:00:00 2001 From: Jacob Erlbeck Date: Tue, 12 May 2015 17:54:33 +0200 Subject: ms: Add MS storage class Currently the MS objects are contained in the TBF objects only. To allow for an extended life time after the TBF objects have been freed and to find them based on TLLI, a container for the MS objects is needed. This commit adds the container class and also adds the corresponding m_list member to GprsMs. Further integration into the PCU code is not yet done. Ticket: #1674 Sponsored-by: On-Waves ehf --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 0398028c..b5456e00 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -38,6 +38,7 @@ libgprs_la_SOURCES = \ gprs_rlcmac_meas.cpp \ gprs_rlcmac_ts_alloc.cpp \ gprs_ms.cpp \ + gprs_ms_storage.cpp \ gsm_timer.cpp \ bitvector.cpp \ pcu_l1_if.cpp \ @@ -79,6 +80,7 @@ noinst_HEADERS = \ gprs_bssgp_pcu.h \ gprs_rlcmac.h \ gprs_ms.h \ + gprs_ms_storage.h \ pcuif_proto.h \ pcu_l1_if.h \ gsm_timer.h \ -- cgit v1.2.3