From 0e43007f78ad98435445dadda75c0fb9ecfcfc85 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 29 Jun 2010 18:34:26 +0200 Subject: [SGSN] BSSGP: Print TLLI as hex value like everwhere else --- openbsc/src/gprs/gprs_bssgp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/src/gprs') diff --git a/openbsc/src/gprs/gprs_bssgp.c b/openbsc/src/gprs/gprs_bssgp.c index 0ec873ca..30bc0f9b 100644 --- a/openbsc/src/gprs/gprs_bssgp.c +++ b/openbsc/src/gprs/gprs_bssgp.c @@ -441,7 +441,7 @@ static int bssgp_rx_llc_disc(struct msgb *msg, struct tlv_parsed *tp, tlli = ntohl(*(uint32_t *)TLVP_VAL(tp, BSSGP_IE_TLLI)); - DEBUGP(DBSSGP, "BSSGP BVCI=%u TLLI=%u LLC DISCARDED\n", + DEBUGP(DBSSGP, "BSSGP BVCI=%u TLLI=%08x LLC DISCARDED\n", ctx->bvci, tlli); rate_ctr_inc(&ctx->ctrg->ctr[BSSGP_CTR_DISCARDED]); -- cgit v1.2.3