[PATCH 7/8] bssgp: Remove commented out code that is currently not used.

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-net-gprs@lists.osmocom.org/.

Holger Freyther hfreyther at sysmocom.de
Sat Jul 27 20:20:53 UTC 2013


From: Holger Hans Peter Freyther <holger at moiji-mobile.com>

---
 src/gprs_bssgp_pcu.cpp | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/gprs_bssgp_pcu.cpp b/src/gprs_bssgp_pcu.cpp
index 2e93a02..b90f2c5 100644
--- a/src/gprs_bssgp_pcu.cpp
+++ b/src/gprs_bssgp_pcu.cpp
@@ -545,8 +545,6 @@ int gprs_bssgp_tx_fc_bvc(void)
 	/* FIXME: use real values */
 	return bssgp_tx_fc_bvc(the_pcu.bctx, 1, 6553500, 819100, 50000, 50000,
 		NULL, NULL);
-//	return bssgp_tx_fc_bvc(bctx, 1, 84000, 25000, 48000, 45000,
-//		NULL, NULL);
 }
 
 static void bvc_timeout(void *_priv)
@@ -641,8 +639,6 @@ int gprs_bssgp_create(uint16_t local_port, uint32_t sgsn_ip,
 
 	osmo_signal_register_handler(SS_L_NS, nsvc_signal_cb, NULL);
 
-//	bssgp_tx_bvc_reset(the_pcu.bctx, the_pcu.bctx->bvci, BSSGP_CAUSE_PROTO_ERR_UNSPEC);
-
 	the_pcu.bvc_timer.cb = bvc_timeout;
 
 
-- 
1.8.3.2





More information about the osmocom-net-gprs mailing list