aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2016-02-11 14:26:57 +0100
committerAnders Broman <a.broman58@gmail.com>2016-02-11 14:51:10 +0000
commite34f04fb0108e9422ab977ff09add1a14d88afd6 (patch)
tree3e6134e47797379ff63ccc74adf5400103129813 /asn1
parent139297f79a819d47c13114e8f8bdd6d84d46b004 (diff)
[NBAP] Array hsdsch_macdflow_id_rlc_map should be 8 elements.
Bug: 12112 Change-Id: I3d3fd822b291d459613030dda122963a72c13ee6 Reviewed-on: https://code.wireshark.org/review/13901 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'asn1')
-rw-r--r--asn1/nbap/packet-nbap-template.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/asn1/nbap/packet-nbap-template.h b/asn1/nbap/packet-nbap-template.h
index cb7aafc9b6..ff46ceabda 100644
--- a/asn1/nbap/packet-nbap-template.h
+++ b/asn1/nbap/packet-nbap-template.h
@@ -37,13 +37,14 @@ extern guint8 lchId_type_table[];
/* Mapping logicalchannel id to RLC_MODE */
extern guint8 lchId_rlc_map[];
-/* 1 to 8*/
+/* 0 to 7*/
static const guint8 hsdsch_macdflow_id_rlc_map[] = {
- RLC_UM, /*1 SRB */
- RLC_AM, /*2 Interactive PS*/
- RLC_AM, /*3 Interatcive PS*/
- RLC_UNKNOWN_MODE, /*4 ???*/
- RLC_AM, /*5 Streaming PS*/
+ RLC_UM, /*0 SRB */
+ RLC_AM, /*1 Interactive PS*/
+ RLC_AM, /*2 Interatcive PS*/
+ RLC_UNKNOWN_MODE, /*3 ???*/
+ RLC_AM, /*4 Streaming PS*/
+ RLC_UNKNOWN_MODE,
RLC_UNKNOWN_MODE,
RLC_UNKNOWN_MODE
};