aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nbap.h
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2012-07-26 08:15:20 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2012-07-26 08:15:20 +0000
commitf925bf1adf136d2142687c17787ee03760cfe967 (patch)
tree411e000b270d409943a480c9a60996c9790c7968 /epan/dissectors/packet-nbap.h
parente34abcbc14d9e052639447fe8ef1b47a02eb47dd (diff)
From Jacob Nordgren and Rishie Sharma:
- RRC now configures logical channels in HS-DSCH hs, and some HSDSCH common support added - RLC: modifed memory management, MAC: dch would set the incorrect logical channel for RLC git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44027 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-nbap.h')
-rw-r--r--epan/dissectors/packet-nbap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-nbap.h b/epan/dissectors/packet-nbap.h
index 652ea3460b..018aba0d9e 100644
--- a/epan/dissectors/packet-nbap.h
+++ b/epan/dissectors/packet-nbap.h
@@ -55,7 +55,7 @@ static const guint8 lchId_type_table[]= {
MAC_CONTENT_PS_DTCH, /* 12 Streaming PS => DTCH*/
MAC_CONTENT_CS_DTCH, /* 13 Streaming CS*/
MAC_CONTENT_PS_DTCH, /* 14 Interatictive PS => DTCH*/
- MAC_CONTENT_UNKNOWN /* This is CCCH? */
+ MAC_CONTENT_CCCH /* This is CCCH? */
};
@@ -104,7 +104,7 @@ static const guint8 hsdsch_macdflow_id_mac_content_map[] = {
};
/* Make fake logical channel id's based on MACdFlow-ID's*/
-static const guint8 fake_lchid_macd_flow[] = {0,9,14,11,0,12};
+static const guint8 fake_lchid_macd_flow[] = {1,9,14,11,0,12};
static const value_string lchid_name_resolve[] = {
{1,"DCCH"}, /* 1 to 4 SRB => DCCH*/