Hi Max,
On Mon, Mar 14, 2016 at 06:27:54PM +0100, msuraev@sysmocom.de wrote:
DEBUGP(DBSSGP, "BSSGP BVCI=%u PDU type 0x%02x only exists "
"in DL\n", bctx->bvci, pdu_type);
DEBUGP(DBSSGP, "BSSGP BVCI=%u PDU type 0x%02x (%s) only exists "
"in DL\n", bctx->bvci, pdu_type, bssgp_pdu_str(pdu_type));
Sorry, but did you read my last feedback? There are still lots of places where you print the 0x%02x _and_ the value_string...