aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
diff options
context:
space:
mode:
authorHarald Welte <laforge@netfilter.org>2009-10-19 22:49:33 +0200
committerHarald Welte <laforge@netfilter.org>2009-10-19 22:49:33 +0200
commit35d447b02286002a668ccc0d44f10123cb37d74f (patch)
treed76ff23798daac0b1a80864ed0e411ff1d217da2 /openbsc/src
parent746d6091d921b066f000debb2f0a844e1c5c258c (diff)
[abis_nm] print ip.access stream_id in RSL connect ack
Diffstat (limited to 'openbsc/src')
-rwxr-xr-xopenbsc/src/abis_nm.c3
1 files changed, 3 insertions, 0 deletions
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: