aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-07-13 13:00:33 +0200
committerIvan Kluchnikov <kluchnikovi@gmail.com>2013-07-30 12:22:51 +0400
commit249c7e943129de9192a0102cfbd8d6263166e11b (patch)
treea4af61289ec60e797b7531438ef4949ad5b1ac92
parent40bd0c4b57167975425e4f79c28cab5255d9d774 (diff)
bssgp: Remove commented out code that is currently not used.
-rw-r--r--src/gprs_bssgp_pcu.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gprs_bssgp_pcu.cpp b/src/gprs_bssgp_pcu.cpp
index 2e93a026..b90f2c57 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;