diff options
author | Harald Welte <laforge@gnumonks.org> | 2010-06-29 18:34:26 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2010-06-30 09:01:35 +0200 |
commit | 0e43007f78ad98435445dadda75c0fb9ecfcfc85 (patch) | |
tree | 3b31718193fbd67ac1b2adee15b28fa14d9adaed /openbsc/src/gprs/gprs_bssgp.c | |
parent | 509f0bd88ed7eb82144c245baff2707d62167703 (diff) |
[SGSN] BSSGP: Print TLLI as hex value like everwhere else
Diffstat (limited to 'openbsc/src/gprs/gprs_bssgp.c')
-rw-r--r-- | openbsc/src/gprs/gprs_bssgp.c | 2 |
1 files changed, 1 insertions, 1 deletions
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]); |