aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nas_5gs.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal@wireshark.org>2019-08-30 14:46:36 +0200
committerPascal Quantin <pascal@wireshark.org>2019-08-30 12:52:06 +0000
commitb43ff704446cd7a3b4c5dc3fa4268f5ebac2c326 (patch)
tree4d1741d539400bcf770e119200ce2ee7e9afb8a0 /epan/dissectors/packet-nas_5gs.c
parent96b4e7e571af6cb03d288e70a051024df77245e6 (diff)
NAS 5GS: update 5GSM cause table
Change-Id: I88c9015e0ec31c6d04fe653aee1753d2a604976f Reviewed-on: https://code.wireshark.org/review/34405 Reviewed-by: Pascal Quantin <pascal@wireshark.org>
Diffstat (limited to 'epan/dissectors/packet-nas_5gs.c')
-rw-r--r--epan/dissectors/packet-nas_5gs.c12
1 files changed, 8 insertions, 4 deletions
diff --git a/epan/dissectors/packet-nas_5gs.c b/epan/dissectors/packet-nas_5gs.c
index d0f63a9091..1a19be01fe 100644
--- a/epan/dissectors/packet-nas_5gs.c
+++ b/epan/dissectors/packet-nas_5gs.c
@@ -2401,22 +2401,26 @@ de_nas_5gs_sm_5gsm_cap(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo,
*/
const value_string nas_5gs_sm_cause_vals[] = {
+ { 0x08, "Operator determined barring" },
{ 0x1a, "Insufficient resources" },
{ 0x1b, "Missing or unknown DNN" },
{ 0x1c, "Unknown PDU session type" },
{ 0x1d, "User authentication or authorization failed" },
{ 0x1f, "Request rejected, unspecified" },
+ { 0x20, "Service option not supported" },
+ { 0x21, "Requested service option not subscribed" },
{ 0x22, "Service option temporarily out of order" },
{ 0x23, "PTI already in use" },
{ 0x24, "Regular deactivation" },
+ { 0x26, "Network failure" },
{ 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" },
+ { 0x32, "PDU session type IPv4 only allowed" },
+ { 0x33, "PDU session type IPv6 only allowed" },
{ 0x36, "PDU session does not exist" },
{ 0x43, "Insufficient resources for specific slice and DNN" },
{ 0x44, "Not supported SSC mode" },
@@ -2429,9 +2433,9 @@ const value_string nas_5gs_sm_cause_vals[] = {
{ 0x55, "Invalid mapped EPS bearer identity" },
{ 0x5f, "Semantically incorrect message" },
{ 0x60, "Invalid mandatory information" },
- { 0x61, "Message type non - existent or not implemented" },
+ { 0x61, "Message type non-existent or not implemented" },
{ 0x62, "Message type not compatible with the protocol state" },
- { 0x63, "Information element non - existent or not implemented" },
+ { 0x63, "Information element non-existent or not implemented" },
{ 0x64, "Conditional IE error" },
{ 0x65, "Message not compatible with the protocol state" },
{ 0x6f, "Protocol error, unspecified" },