aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.h
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-07-07 18:25:41 +0200
committerMax <msuraev@sysmocom.de>2017-08-14 15:50:47 +0200
commita10c39866b4b6e5515b1ceb35b15955226679eb3 (patch)
treee2a49b17bb798548b5e80cac97b619c449028ced /src/bts.h
parent341dccd7e25f0987c80cfcba7605e07fe962c8a8 (diff)
Move DL assignment to TBF-DL
This function does not really belongs to BTS and it heavily relies on direct access to TBF-DL members anyway. Change-Id: I04584103018675a2f35cfb565473bfd81a208d7c Closes: OS#1540
Diffstat (limited to 'src/bts.h')
-rw-r--r--src/bts.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bts.h b/src/bts.h
index cff0020a..1f1dae25 100644
--- a/src/bts.h
+++ b/src/bts.h
@@ -373,7 +373,6 @@ public:
int rcv_rach(uint16_t ra, uint32_t Fn, int16_t qta, uint8_t is_11bit,
enum ph_burst_type burst_type);
- void trigger_dl_ass(gprs_rlcmac_dl_tbf *tbf, gprs_rlcmac_tbf *old_tbf);
void snd_dl_ass(gprs_rlcmac_tbf *tbf, uint8_t poll, const char *imsi);
GprsMsStorage &ms_store();
@@ -501,7 +500,6 @@ private:
/* list of downlink TBFs */
LListHead<gprs_rlcmac_tbf> m_dl_tbfs;
-private:
/* disable copying to avoid slicing */
BTS(const BTS&);
BTS& operator=(const BTS&);