From 35d447b02286002a668ccc0d44f10123cb37d74f Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 19 Oct 2009 22:49:33 +0200 Subject: [abis_nm] print ip.access stream_id in RSL connect ack --- openbsc/src/abis_nm.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbsc/src/abis_nm.c') diff --git a/openbsc/src/abis_nm.c b/openbsc/src/abis_nm.c index 58dd2b86d..2cb6d0060 100755 --- a/openbsc/src/abis_nm.c +++ b/openbsc/src/abis_nm.c @@ -2492,6 +2492,9 @@ static int abis_nm_rx_ipacc(struct msgb *msg) DEBUGPC(DNM, "PORT=%u ", ntohs(*((u_int16_t *) TLVP_VAL(&tp, NM_ATT_IPACC_DST_IP_PORT)))); + if (TLVP_PRESENT(&tp, NM_ATT_IPACC_STREAM_ID)) + DEBUGPC(DNM, "STREAM=0x%02x ", + *TLVP_VAL(&tp, NM_ATT_IPACC_STREAM_ID)); DEBUGPC(DNM, "\n"); break; case NM_MT_IPACC_RSL_CONNECT_NACK: -- cgit v1.2.3