aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nas_5gs.c
diff options
context:
space:
mode:
authorSwapnil Roy <swapnil.advent@gmail.com>2019-06-05 20:43:10 +0530
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2019-06-05 19:00:06 +0000
commit5ca087e276bc827c10cafa8a5c5154b598ee913d (patch)
tree5bc8062f1d6ac853ddf53e3df677adcc763e6976 /epan/dissectors/packet-nas_5gs.c
parentf29d6d1e00999be3d6a836522112ac3347b68844 (diff)
NAS 5GS: 5GSM cause updated as per spec v15.3.0
Change-Id: Ia982221cbf169366959ac3b273241e9b753d1042 Reviewed-on: https://code.wireshark.org/review/33503 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-nas_5gs.c')
-rw-r--r--epan/dissectors/packet-nas_5gs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-nas_5gs.c b/epan/dissectors/packet-nas_5gs.c
index fb06f616f1..ab3c17a20e 100644
--- a/epan/dissectors/packet-nas_5gs.c
+++ b/epan/dissectors/packet-nas_5gs.c
@@ -2342,11 +2342,10 @@ const value_string nas_5gs_sm_cause_vals[] = {
{ 0x23, "PTI already in use" },
{ 0x24, "Regular deactivation" },
{ 0x27, "Reactivation requested" },
- { 0x26, "Out of LADN service area" },
- { 0x27, "Reactivation requested" },
{ 0x2b, "Invalid PDU session identity" },
{ 0x2c, "Semantic errors in packet filter(s)" },
{ 0x2d, "Syntactical error in packet filter(s)" },
+ { 0x2e, "Out of LADN service area" },
{ 0x2f, "PTI mismatch" },
{ 0x32, "PDU session type Ipv4 only allowed" },
{ 0x33, "PDU session type Ipv6 only allowed" },
@@ -2359,6 +2358,7 @@ const value_string nas_5gs_sm_cause_vals[] = {
{ 0x52, "Maximum data rate per UE for user-plane integrity protection is too low" },
{ 0x53, "Semantic error in the QoS operation" },
{ 0x54, "Syntactical error in the QoS operation" },
+ { 0x55, "Invalid mapped EPS bearer identity" },
{ 0x5f, "Semantically incorrect message" },
{ 0x60, "Invalid mandatory information" },
{ 0x61, "Message type non - existent or not implemented" },