gtpv2: Update RAT types.

Change-Id: Ifb134ce340d847af65bad4dd20d5c453af85d4e1
Reviewed-on: https://code.wireshark.org/review/30582
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Anders Broman 2018-11-12 13:47:57 +01:00 committed by Anders Broman
parent 51a2a00b7f
commit 8f4cf7c8d4
1 changed files with 2 additions and 0 deletions

View File

@ -2385,6 +2385,8 @@ static const value_string gtpv2_rat_type_vals[] = {
{6, "EUTRAN"},
{7, "Virtual"},
{8, "EUTRAN-NB-IoT"},
{9, "LTE-M"},
{10, "NR"},
{0, NULL}
};
static value_string_ext gtpv2_rat_type_vals_ext = VALUE_STRING_EXT_INIT(gtpv2_rat_type_vals);