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

This commit is contained in:
Pascal Quantin 2020-11-14 16:02:16 +01:00
parent c2bd3bc487
commit 8c29bfe8b2
1 changed files with 2 additions and 2 deletions

View File

@ -8270,7 +8270,7 @@ proto_register_nas_eps(void)
NULL, HFILL }
},
{ &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,
NULL, HFILL }
},
@ -8285,7 +8285,7 @@ proto_register_nas_eps(void)
NULL, HFILL }
},
{ &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,
NULL, HFILL }
},