aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nas_5gs.c
diff options
context:
space:
mode:
authorJohn Thacker <johnthacker@gmail.com>2021-05-16 19:39:15 -0400
committerJohn Thacker <johnthacker@gmail.com>2021-05-16 19:39:15 -0400
commit157222a0319748885f37c81a358438c4409d1843 (patch)
tree73079764f19173f57f42e9cb0f81fc36c96130f9 /epan/dissectors/packet-nas_5gs.c
parent1767788e3c081005bfcf7508e083bee54e9682dc (diff)
NGAP, XNaP, NAS_5GS: Add E212_GUAMI to MCC/MNC field choices
Diffstat (limited to 'epan/dissectors/packet-nas_5gs.c')
-rw-r--r--epan/dissectors/packet-nas_5gs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-nas_5gs.c b/epan/dissectors/packet-nas_5gs.c
index 175cbef667..149d0692f5 100644
--- a/epan/dissectors/packet-nas_5gs.c
+++ b/epan/dissectors/packet-nas_5gs.c
@@ -1079,7 +1079,7 @@ de_nas_5gs_mm_5gs_mobile_id(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo,
* MNC digit 3 MCC digit 3
* MNC digit 2 MNC digit 1
*/
- offset = dissect_e212_mcc_mnc(tvb, pinfo, tree, offset, E212_NONE, TRUE);
+ offset = dissect_e212_mcc_mnc(tvb, pinfo, tree, offset, E212_GUAMI, TRUE);
/* AMF Region ID octet 7 */
proto_tree_add_item(tree, hf_nas_5gs_amf_region_id, tvb, offset, 1, ENC_BIG_ENDIAN);
offset += 1;