From b43ff704446cd7a3b4c5dc3fa4268f5ebac2c326 Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Fri, 30 Aug 2019 14:46:36 +0200 Subject: NAS 5GS: update 5GSM cause table Change-Id: I88c9015e0ec31c6d04fe653aee1753d2a604976f Reviewed-on: https://code.wireshark.org/review/34405 Reviewed-by: Pascal Quantin --- epan/dissectors/packet-nas_5gs.c | 12 ++++++++---- 1 file 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" }, -- cgit v1.2.3