diff options
author | Harald Welte <laforge@gnumonks.org> | 2010-05-31 20:18:35 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2010-05-31 20:18:35 +0200 |
commit | 179253282037ff0148bdd6e587d82e816fe352bd (patch) | |
tree | d236293f66f471537bf896d17a3829e3a1ecde14 /openbsc/src | |
parent | e9686b642843450956d25535b3f448c6d4f9828a (diff) |
[GPRS] BSSGP: Fix way too long TLLI debug line
Diffstat (limited to 'openbsc/src')
-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 36abf169..f3ce8a9f 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)); |