RLC-NR: fix bearerType and bearerId length

Change-Id: Ib328c9ad60f22d68c0978d77d759dec0c879d41f
Reviewed-on: https://code.wireshark.org/review/26765
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
This commit is contained in:
Pascal Quantin 2018-04-05 22:00:58 +02:00
parent db989437bd
commit 271e27af6d
1 changed files with 2 additions and 2 deletions

View File

@ -41,9 +41,9 @@ typedef struct rlc_nr_info
guint8 rlcMode;
guint8 direction;
guint8 sequenceNumberLength;
guint8 bearerType;
guint8 bearerId;
guint16 ueid;
guint16 bearerType;
guint16 bearerId;
guint16 pduLength;
} rlc_nr_info;