From a10c39866b4b6e5515b1ceb35b15955226679eb3 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 7 Jul 2017 18:25:41 +0200 Subject: 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 --- src/bts.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/bts.h') 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 m_dl_tbfs; -private: /* disable copying to avoid slicing */ BTS(const BTS&); BTS& operator=(const BTS&); -- cgit v1.2.3