aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-31 20:18:35 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-31 20:18:35 +0200
commit3d379ba589cef46de16f3382fede63f5faf2348d (patch)
treea689766103ebff7f1b12fb6788b652238da7535b /openbsc/src/gprs
parentc91ce1a9d3c7ac2ccbe9b557634de8e41fd60f78 (diff)
[GPRS] BSSGP: Fix way too long TLLI debug line
Diffstat (limited to 'openbsc/src/gprs')
-rw-r--r--openbsc/src/gprs/gprs_bssgp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/gprs/gprs_bssgp.c b/openbsc/src/gprs/gprs_bssgp.c
index 36abf1693..f3ce8a9fe 100644
--- a/openbsc/src/gprs/gprs_bssgp.c
+++ b/openbsc/src/gprs/gprs_bssgp.c
@@ -372,7 +372,7 @@ static int bssgp_rx_suspend(struct msgb *msg, struct tlv_parsed *tp,
tlli = ntohl(*(uint32_t *)TLVP_VAL(tp, BSSGP_IE_TLLI));
- DEBUGP(DBSSGP, "BSSGP BVCI=%u TLLI=0x%082x Rx SUSPEND\n",
+ DEBUGP(DBSSGP, "BSSGP BVCI=%u TLLI=0x%08x Rx SUSPEND\n",
ctx->bvci, tlli);
gsm48_parse_ra(&raid, TLVP_VAL(tp, BSSGP_IE_ROUTEING_AREA));