aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nfapi.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.mathieson@keysight.com>2020-08-29 20:00:42 +0100
committerDario Lombardo <lomato@gmail.com>2020-08-29 21:32:39 +0000
commit4c9f59ee56664a491debe6fc97c087eec20ab5e0 (patch)
tree04b42d2f31a9f0fbaa345705419ac5aa350b00df /epan/dissectors/packet-nfapi.c
parentb8a773dddc50b4c321f060c8a4f8aa12f851f05a (diff)
Fix more spelling errors in dissector strings.
A second batch of spelling errors, detected using a script that uses pyspellcheck and a Wireshark-specific dictionary file. I will take at least one more pass through the dissectors, as further improvements are made to the script.
Diffstat (limited to 'epan/dissectors/packet-nfapi.c')
-rw-r--r--epan/dissectors/packet-nfapi.c28
1 files changed, 14 insertions, 14 deletions
diff --git a/epan/dissectors/packet-nfapi.c b/epan/dissectors/packet-nfapi.c
index c04bcc0487..649536d92e 100644
--- a/epan/dissectors/packet-nfapi.c
+++ b/epan/dissectors/packet-nfapi.c
@@ -2372,7 +2372,7 @@ static void dissect_cyclic_shift_1_for_drms_value(ptvcursor_t * ptvc, packet_inf
expert_add_info_format(pinfo, item, &ei_invalid_range, "Invalid cyclic shift 1 for drms value [0..7]");
}
}
-static void dissect_tdd_subframe_assignement_value(ptvcursor_t * ptvc, packet_info* pinfo)
+static void dissect_tdd_subframe_assignment_value(ptvcursor_t * ptvc, packet_info* pinfo)
{
guint32 test_value;
proto_item* item = ptvcursor_add_ret_uint(ptvc, hf_nfapi_subframe_assignment, 2, ENC_BIG_ENDIAN, &test_value);
@@ -7616,7 +7616,7 @@ static const tlv_t configuration_tags[] =
{ 0x0057, NULL, NULL },
{ 0x0058, NULL, NULL },
{ 0x0059, NULL, NULL },
- { 0x005A, "TDD frame structure config - Subframe assignment", dissect_tdd_subframe_assignement_value },
+ { 0x005A, "TDD frame structure config - Subframe assignment", dissect_tdd_subframe_assignment_value },
{ 0x005B, "TDD frame structure config - Special sub-frame patterns", dissect_tdd_subframe_patterns_value },
{ 0x005C, NULL, NULL },
{ 0x005D, NULL, NULL },
@@ -7888,8 +7888,8 @@ static const tlv_t p7_tags[] =
{ 0x202F, "CQI PDU Release 8", dissect_rx_cqi_indication_rel8_value },
{ 0x2030, "CQI PDU Release 9", dissect_rx_cqi_indication_rel9_value },
{ 0x2031, "RACH Indication Body", dissect_rach_indication_body_value },
- { 0x2032, "Preamable PDU Release 8", dissect_rach_indication_rel8_value },
- { 0x2033, "Preamable PDU Release 9", dissect_rach_indication_rel9_value },
+ { 0x2032, "Preamble PDU Release 8", dissect_rach_indication_rel8_value },
+ { 0x2033, "Preamble PDU Release 9", dissect_rach_indication_rel9_value },
{ 0x2034, "SRS Indication Body", dissect_srs_indication_body_value },
{ 0x2035, "SRS PDU Release 8", dissect_srs_indication_rel8_value },
{ 0x2036, "SRS PDU Release 9", dissect_srs_indication_rel9_value },
@@ -7919,7 +7919,7 @@ static const tlv_t p7_tags[] =
{ 0x204E, "MDPCCH DCI UL PDU Release 13", dissect_hi_dci0_mdpcch_dci_ul_rel13_value },
{ 0x204F, "HARQ PDU Release 13 or later TDD", dissect_harq_indication_rel13_later_tdd_value },
{ 0x2050, "HARQ PDU Release 13 or later FDD", dissect_harq_indication_rel13_later_fdd_value },
- { 0x2051, "Preamable PDU Release 13", dissect_rach_indication_rel13_value },
+ { 0x2051, "Preamble PDU Release 13", dissect_rach_indication_rel13_value },
{ 0x2052, "UL CQI Information", dissect_ul_cqi_information_value },
{ 0x2053, "SRS PDU Release 11", dissect_srs_indication_rel11_value },
{ 0x2054, "TDD Channel Measurement", dissect_tdd_channel_measurement_value },
@@ -9130,7 +9130,7 @@ void proto_register_nfapi(void)
"Enable / Disable PBCH repetitions", HFILL }
},
{ &hf_nfapi_prach_cat_m_root_sequence_index,
- { "PRACH CAT-M Root sequence Index", "nfapi.prach.cat_m.root.squence.index",
+ { "PRACH CAT-M Root sequence Index", "nfapi.prach.cat_m.root.sequence.index",
FT_UINT16, BASE_DEC, NULL, 0x0,
"PRACH Root sequence Index", HFILL }
},
@@ -9544,7 +9544,7 @@ void proto_register_nfapi(void)
{ &hf_nfapi_nmm_uplink_rssi_supported,
{ "NMM Uplink RSSI supported", "nfapi.nmm.uplink.rssi.supported",
FT_UINT8, BASE_DEC, VALS(ul_rssi_supported_vals), 0x0,
- "Indicates if the uplink RSSI meausremnts are supported by NMM.", HFILL }
+ "Indicates if the uplink RSSI meausurements are supported by NMM.", HFILL }
},
{ &hf_nfapi_minimum_transmit_power,
{ "Minimum transmit power", "nfapi.minimum_transmit_power",
@@ -9637,7 +9637,7 @@ void proto_register_nfapi(void)
"Equivalent to csi-SubframeSet-r12 in TS36.306", HFILL }
},
{ &hi_nfapi_enhanced_4tx_codebook,
- { "Enhanced 4TX codebook", "nfapi.pnf.phy_rel12.exhanced_t4x_codebook",
+ { "Enhanced 4TX codebook", "nfapi.pnf.phy_rel12.enhanced_t4x_codebook",
FT_UINT16, BASE_DEC, NULL, 0x0,
"Indicates if PHY supports the enhanced 4TX codebook. Equivalent to enhanced-4TxCodebook-r12 in TS36.306", HFILL }
},
@@ -9692,7 +9692,7 @@ void proto_register_nfapi(void)
"Indicates if PHY supports DL LAA starting in the second slot in a subframe. Equivalent to secondSlotStartingPosition-r13 in TS36.306", HFILL }
},
{ &hf_nfapi_beamforming_supported,
- { "Beamforming Supported", "nfapi.pnf.phy_rel13.beamingforming_supported",
+ { "Beamforming Supported", "nfapi.pnf.phy_rel13.beamforming_supported",
FT_UINT16, BASE_DEC, NULL, 0x0,
"Indicates if PHY supports beamforming (FD-MIMO Class B). Equivalent to beamformed-r13 in TS36.306", HFILL }
},
@@ -10129,7 +10129,7 @@ void proto_register_nfapi(void)
"Number of PRB-pairs constituting the MPDCCH-PRB-pair set", HFILL }
},
{ &hf_nfapi_resource_block_assignment,
- { "Resource Block Assignment", "nfapi.resource.block.assignement",
+ { "Resource Block Assignment", "nfapi.resource.block.assignment",
FT_UINT8, BASE_DEC, NULL, 0x0,
"Combinational Index r", HFILL }
},
@@ -10184,7 +10184,7 @@ void proto_register_nfapi(void)
"Indicates the number of MPDCCH repetitions", HFILL }
},
{ &hf_nfapi_downlink_assignment_index_length,
- { "Downlink assignment Index Length", "nfapi.dl.assignement.index.length",
+ { "Downlink assignment Index Length", "nfapi.dl.assignment.index.length",
FT_UINT8, BASE_DEC, NULL, 0x0,
"Length of Downlink assignment Index field in units of bits.", HFILL }
},
@@ -10204,7 +10204,7 @@ void proto_register_nfapi(void)
"Indicates the Antenna port and, scrambling identity value", HFILL }
},
{ &hf_nfapi_paging_direct_indication_differentiation_flag,
- { "Paging/Direct indication differentiation flag", "nfapi.paging.direct.indictation.differentiation.flag",
+ { "Paging/Direct indication differentiation flag", "nfapi.paging.direct.indication.differentiation.flag",
FT_UINT8, BASE_DEC, VALS(paging_direct_indication_differtiation_flag_vals), 0x0,
"Valid for DCI format 6-2", HFILL }
},
@@ -10338,7 +10338,7 @@ void proto_register_nfapi(void)
"Indicates that PRACH procedure is initiated", HFILL }
},
{ &hf_nfapi_preamble_index,
- { "Preamble Index", "nfapi.preamable.index",
+ { "Preamble Index", "nfapi.preamble.index",
FT_UINT8, BASE_DEC, NULL, 0x0,
"The preamble Index to be used on the PRACH", HFILL }
},
@@ -10594,7 +10594,7 @@ void proto_register_nfapi(void)
"Indicates if the resource blocks allocated for this grant overlap with the SRS configuration.", HFILL }
},
{ &hf_nfapi_disable_sequence_hopping_flag,
- { "Disable seqeunce hopping flag", "nfapi.disable.sequence.hopping.flag",
+ { "Disable sequence hopping flag", "nfapi.disable.sequence.hopping.flag",
FT_UINT8, BASE_DEC, NULL, 0x0,
"Indicates if any configured group hopping should be disabled for this UE.", HFILL }
},