[GTPv2] Update cause values as per 3GPP TS 29.274 V14.3.0 (2017-03).

Change-Id: I43a3d02322c86ff8d388f463aaa66e9866969283
Reviewed-on: https://code.wireshark.org/review/21683
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
AndersBroman 2017-05-16 12:51:42 +02:00 committed by Anders Broman
parent 90db2bb2c8
commit e6b395b264
1 changed files with 13 additions and 1 deletions

View File

@ -1384,7 +1384,19 @@ static const value_string gtpv2_cause_vals[] = {
{114, "Bearer handling not supported"},
{115, "UE already re-attached"},
{116, "Multiple PDN connections for a given APN not allowed"},
/* 117-239 Spare. For future use in a triggered/response message */
{117, "Target access restricted for the subscriber"},
{118, "Shall not be used. See NOTE 2 and NOTE 3."},
{119, "MME/SGSN refuses due to VPLMN Policy"},
{120, "GTP-C Entity Congestion"},
{121, "Late Overlapping Request"},
{122, "Timed out Request"},
{123, "UE is temporarily not reachable due to power saving"},
{124, "Relocation failure due to NAS message redirection"},
{125, "UE not authorised by OCS or external AAA Server"},
{126, "Multiple accesses to a PDN connection not allowed"},
{127, "Request rejected due to UE capability"},
/* 128-239 Spare. For future use in a triggered/response message */
/* 240-255 Spare. For future use in an initial/request message */
{0, NULL}
};