aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gprs_sndcp_vty.c
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2013-03-07 15:25:48 +0100
committerAndreas Eversberg <jolly@eversberg.eu>2014-03-13 08:08:50 +0100
commit30e0e36b9e6098403ac405c5e9dc65ef7ddef6bd (patch)
treeb76225f6e276e6f69523a6c3d62bf29c990e3fee /openbsc/src/gprs/gprs_sndcp_vty.c
parent2c74baa28e49deab88b31e3f8e43a3b44282eb83 (diff)
HACK: Fix of several compiler warningsjolly/testing
Diffstat (limited to 'openbsc/src/gprs/gprs_sndcp_vty.c')
-rw-r--r--openbsc/src/gprs/gprs_sndcp_vty.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/openbsc/src/gprs/gprs_sndcp_vty.c b/openbsc/src/gprs/gprs_sndcp_vty.c
index 28fdc635b..deeef071a 100644
--- a/openbsc/src/gprs/gprs_sndcp_vty.c
+++ b/openbsc/src/gprs/gprs_sndcp_vty.c
@@ -43,8 +43,6 @@
static void vty_dump_sne(struct vty *vty, struct gprs_sndcp_entity *sne)
{
- unsigned int i;
-
vty_out(vty, " TLLI %08x SAPI=%u NSAPI=%u:%s",
sne->lle->llme->tlli, sne->lle->sapi, sne->nsapi, VTY_NEWLINE);
vty_out(vty, " Defrag: npdu=%u highest_seg=%u seg_have=0x%08x tot_len=%u%s",