NAS EPS: fix inverted description of 2 N1 UE network capability IE fields

(cherry picked from commit 8c29bfe8b2)
This commit is contained in:
Pascal Quantin 2020-11-14 15:02:16 +00:00
parent 5010face74
commit a0ce8fa84d
1 changed files with 2 additions and 2 deletions

View File

@ -8270,7 +8270,7 @@ proto_register_nas_eps(void)
NULL, HFILL } NULL, HFILL }
}, },
{ &hf_emm_5g_up_ciot_b3, { &hf_emm_5g_up_ciot_b3,
{ "Control plane CIoT 5GS optimization", "nas_eps.emm.5g_up_ciot", { "User plane CIoT 5GS optimization", "nas_eps.emm.5g_up_ciot",
FT_BOOLEAN, 8, TFS(&tfs_supported_not_supported), 0x08, FT_BOOLEAN, 8, TFS(&tfs_supported_not_supported), 0x08,
NULL, HFILL } NULL, HFILL }
}, },
@ -8285,7 +8285,7 @@ proto_register_nas_eps(void)
NULL, HFILL } NULL, HFILL }
}, },
{ &hf_emm_5g_cp_ciot, { &hf_emm_5g_cp_ciot,
{ "User plane CIoT 5GS optimization", "nas_eps.emm.5g_cp_ciot", { "Control plane CIoT 5GS optimization", "nas_eps.emm.5g_cp_ciot",
FT_BOOLEAN, 8, TFS(&tfs_supported_not_supported), 0x01, FT_BOOLEAN, 8, TFS(&tfs_supported_not_supported), 0x01,
NULL, HFILL } NULL, HFILL }
}, },