From patchwork Wed Jun 4 16:54:18 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Willmann X-Patchwork-Id: 356035 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from ganesha.gnumonks.org (ganesha.gnumonks.org [IPv6:2001:780:45:1d:225:90ff:fe52:c662]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 2F32E140092 for ; Thu, 5 Jun 2014 02:55:03 +1000 (EST) Received: from localhost ([127.0.0.1] helo=ganesha.gnumonks.org) by ganesha.gnumonks.org with esmtp (Exim 4.72) (envelope-from ) id 1WsESh-0006uI-2M; Wed, 04 Jun 2014 18:54:51 +0200 Received: from isonoe.totalueberwachung.de ([2a01:198:210:100::1]) by ganesha.gnumonks.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1WsESM-0006tw-Pq; Wed, 04 Jun 2014 18:54:32 +0200 Received: from adrastea.totalueberwachung.de (24-134-59-157-dynip.superkabel.de [24.134.59.157]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by isonoe.totalueberwachung.de (Postfix) with ESMTPSA id 557A660058; Wed, 4 Jun 2014 18:54:30 +0200 (CEST) Received: by adrastea.totalueberwachung.de (Postfix, from userid 1000) id 2418B220EB; Wed, 4 Jun 2014 18:54:28 +0200 (CEST) From: Daniel Willmann To: OpenBSC Mailing List , Osmocom net ML Subject: [osmo-pcu 1/1] bts: Remove outdated comment Date: Wed, 4 Jun 2014 18:54:18 +0200 Message-Id: X-Mailer: git-send-email 1.8.4.2 X-Spam-Score: 0.1 (/) X-Spam-Report: SpamASsassin versoin 3.3.1 on ganesha.gnumonks.org summary: Content analysis details: (0.1 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.1 TW_TR BODY: Odd Letter Triples with TR Cc: Daniel Willmann X-BeenThere: openbsc@lists.osmocom.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development of the OpenBSC GSM base station controller List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: openbsc-bounces@lists.osmocom.org Errors-To: openbsc-bounces@lists.osmocom.org There is no parameter in the function and the bts has a memeber trx which has a member pdch. Sponsored-by: On-Waves ehf --- src/bts.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bts.cpp b/src/bts.cpp index 9de6dc3..3dd5705 100644 --- a/src/bts.cpp +++ b/src/bts.cpp @@ -532,7 +532,6 @@ void gprs_rlcmac_pdch::disable() m_is_enabled = 0; } -/* TODO: kill the parameter and make a pdch belong to a trx.. to a bts.. */ void gprs_rlcmac_pdch::free_resources() { struct gprs_rlcmac_paging *pag;