Skip to content

Commit

Permalink
NAS 5GS: update 5GSM cause table
Browse files Browse the repository at this point in the history
Change-Id: I88c9015e0ec31c6d04fe653aee1753d2a604976f
Reviewed-on: https://code.wireshark.org/review/34405
Reviewed-by: Pascal Quantin <[email protected]>
  • Loading branch information
pquantin committed Aug 30, 2019
1 parent 96b4e7e commit b43ff70
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions epan/dissectors/packet-nas_5gs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand All @@ -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" },
Expand Down

0 comments on commit b43ff70

Please sign in to comment.