aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_ms_storage.h
diff options
context:
space:
mode:
authorSaurabh Sharan <saurabh.sharan@radisys.com>2016-02-24 17:59:47 +0530
committerSaurabh Sharan <saurabh.sharan@radisys.com>2016-02-25 18:45:57 +0530
commitbb549f4341f029599599b993e48af718c371ccde (patch)
treed6697ee04c05a512a8c42119443406a31619650d /src/gprs_ms_storage.h
parentf3f1bde4fcabf20d00b60de934e1c1e07ab0b16c (diff)
EGPRS support MCS1 to MCS9 in UL and DLssharan/egprs
This release contains our EGPRS development done from December 2015 till February 2016. It includes rebase from Jan 2016 Master branch of Git but not the latest master available on date 22nd Feb 2016. The code has been Unit tested. It has not been tested in any integration environment. For details on the feature changes please refer the README.
Diffstat (limited to 'src/gprs_ms_storage.h')
-rw-r--r--src/gprs_ms_storage.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gprs_ms_storage.h b/src/gprs_ms_storage.h
index 44ad0ed..df788bf 100644
--- a/src/gprs_ms_storage.h
+++ b/src/gprs_ms_storage.h
@@ -33,8 +33,6 @@ public:
GprsMsStorage(BTS *bts);
~GprsMsStorage();
- void cleanup();
-
virtual void ms_idle(class GprsMs *);
virtual void ms_active(class GprsMs *);