GTPv2: Added missing string for value 1 of Secondary Rat Usage Report Type

Reference:    3GPP TS 29.274 V15.3.0 (2018-03), Table 8.132-1

Change-Id: Ibce9f8e2f2502a085d1368cacd0eaf6b8f5ef068
Reviewed-on: https://code.wireshark.org/review/28676
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
This commit is contained in:
Matej Tkac 2018-07-10 09:30:57 +02:00 committed by Pascal Quantin
parent 3e2d3837dd
commit ba1d0c31cd
1 changed files with 1 additions and 0 deletions

View File

@ -6769,6 +6769,7 @@ dissect_gtpv2_counter(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, p
*/
static const value_string gtpv2_secondary_rat_type_vals[] = {
{ 0, "NR" },
{ 1, "Unlicensed Spectrum"},
{ 0, NULL }
};