<p dir="ltr">Hi!<br>
I see only one of my patches here, please add the other one as well.<br>
The missing one is the &quot;pol get&quot;</p>
<p dir="ltr">Tnx</p>
<p dir="ltr">73 de IZ3GME Marco</p>
<div class="gmail_quote">Il 17/mar/2014 00:03 &quot;Build System&quot; &lt;<a href="mailto:donotreply@danplanet.com">donotreply@danplanet.com</a>&gt; ha scritto:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Tested changes:<br>
<br>
[Jim Unroe &lt;<a href="mailto:rock.unroe@gmail.com">rock.unroe@gmail.com</a>&gt;] [UV-5R] Add Support for Baofeng UV-6<br>
<br>
add support for Baofeng UV-6 to uv5r.py<br>
  expose new settings in structures<br>
  add new options lists<br>
  add &#39;def _get_mem(self, number):&#39; and &#39;def _get_nam(self, number):&#39; helpers<br>
    to accomadate the UV-6&#39;s channel numbering scheme (1-128 vs. 0-127))<br>
  update &#39;def get_memory(self, number):&#39; to use the above helpers<br>
  add &#39;def _set_mem(self, number):&#39; and &#39;def _set_nam(self, number):&#39; helpers<br>
    to accomadate the UV-6&#39;s channel numbering scheme (1-128 vs. 0-127)<br>
  update &#39;def set_memory(self, mem):&#39; to use the above helpers<br>
  add menu settings<br>
  add subclass<br>
<br>
#923<br>
<br>
[Jens Jensen &lt;<a href="mailto:kd4tjx@yahoo.com">kd4tjx@yahoo.com</a>&gt;] [ft-7900] initial settings support for FT-7900 #1483<br>
<br>
[Marco Filippi &lt;<a href="mailto:iz3gme.marco@gmail.com">iz3gme.marco@gmail.com</a>&gt;] [KG-UVxD] Fix dtcs pol set<br>
<br>
Dtcs pol use only one bit<br>
<br>
Fix #1479<br>
<br>
[Jim Unroe &lt;<a href="mailto:rock.unroe@gmail.com">rock.unroe@gmail.com</a>&gt;] [UV-5R] Driver Maintenance - Settings<br>
<br>
update a few settings to more closely resemble the radio&#39;s menu settings<br>
hide/show settings based on the radio model instead of firmware version<br>
<br>
#1471<br>
<br>
<br>
<br>
Full log:<br>
<br>
[...truncated 23 lines...]<br>
test_lbcd_array (tests.unit.test_bitwise.TestBitwiseBCDTypes) ... ok<br>
test_int_array (tests.unit.test_bitwise.TestBitwiseBaseIntTypes) ... ok<br>
test_type_u16 (tests.unit.test_bitwise.TestBitwiseBaseIntTypes) ... ok<br>
test_type_u24 (tests.unit.test_bitwise.TestBitwiseBaseIntTypes) ... ok<br>
test_type_u32 (tests.unit.test_bitwise.TestBitwiseBaseIntTypes) ... ok<br>
test_type_u8 (tests.unit.test_bitwise.TestBitwiseBaseIntTypes) ... ok<br>
test_type_ul16 (tests.unit.test_bitwise.TestBitwiseBaseIntTypes) ... ok<br>
test_type_ul24 (tests.unit.test_bitwise.TestBitwiseBaseIntTypes) ... ok<br>
test_type_ul32 (tests.unit.test_bitwise.TestBitwiseBaseIntTypes) ... ok<br>
test_char (tests.unit.test_bitwise.TestBitwiseCharTypes) ... ok<br>
test_string (tests.unit.test_bitwise.TestBitwiseCharTypes) ... ok<br>
test_string_invalid_chars (tests.unit.test_bitwise.TestBitwiseCharTypes) ... ok<br>
test_string_wrong_length (tests.unit.test_bitwise.TestBitwiseCharTypes) ... ok<br>
test_comment_cppstyle (tests.unit.test_bitwise.TestBitwiseComments) ... ok<br>
test_comment_inline_cppstyle (tests.unit.test_bitwise.TestBitwiseComments) ... ok<br>
test_missing_semicolon (tests.unit.test_bitwise.TestBitwiseErrors) ... ok<br>
test_seek (tests.unit.test_bitwise.TestBitwiseSeek) ... ok<br>
test_seekto (tests.unit.test_bitwise.TestBitwiseSeek) ... ok<br>
test_struct_one_element (tests.unit.test_bitwise.TestBitwiseStructTypes) ... ok<br>
test_struct_two_elements (tests.unit.test_bitwise.TestBitwiseStructTypes) ... ok<br>
test_struct_writes (tests.unit.test_bitwise.TestBitwiseStructTypes) ... ok<br>
split_tone_encode_test_cross_dtcs_tone (tests.unit.test_chirp_common.TestSplitTone) ... ok<br>
split_tone_encode_test_cross_none_dtcs (tests.unit.test_chirp_common.TestSplitTone) ... ok<br>
split_tone_encode_test_cross_none_tone (tests.unit.test_chirp_common.TestSplitTone) ... ok<br>
split_tone_encode_test_cross_tone_dtcs (tests.unit.test_chirp_common.TestSplitTone) ... ok<br>
split_tone_encode_test_cross_tone_tone (tests.unit.test_chirp_common.TestSplitTone) ... ok<br>
split_tone_encode_test_dtcs (tests.unit.test_chirp_common.TestSplitTone) ... ok<br>
split_tone_encode_test_none (tests.unit.test_chirp_common.TestSplitTone) ... ok<br>
split_tone_encode_test_tone (tests.unit.test_chirp_common.TestSplitTone) ... ok<br>
split_tone_encode_test_tsql (tests.unit.test_chirp_common.TestSplitTone) ... ok<br>
test_split_tone_decode_cross_dtcs_dtcs (tests.unit.test_chirp_common.TestSplitTone) ... ok<br>
test_split_tone_decode_cross_dtcs_tone (tests.unit.test_chirp_common.TestSplitTone) ... ok<br>
test_split_tone_decode_cross_none_dtcs (tests.unit.test_chirp_common.TestSplitTone) ... ok<br>
test_split_tone_decode_cross_none_tone (tests.unit.test_chirp_common.TestSplitTone) ... ok<br>
test_split_tone_decode_cross_tone_dtcs (tests.unit.test_chirp_common.TestSplitTone) ... ok<br>
test_split_tone_decode_cross_tone_tone (tests.unit.test_chirp_common.TestSplitTone) ... ok<br>
test_split_tone_decode_dtcs (tests.unit.test_chirp_common.TestSplitTone) ... ok<br>
test_split_tone_decode_none (tests.unit.test_chirp_common.TestSplitTone) ... ok<br>
test_split_tone_decode_tone (tests.unit.test_chirp_common.TestSplitTone) ... ok<br>
test_split_tone_decode_tsql (tests.unit.test_chirp_common.TestSplitTone) ... ok<br>
test_fix_rounded_step_250 (tests.unit.test_chirp_common.TestStepFunctions) ... ok<br>
test_fix_rounded_step_500 (tests.unit.test_chirp_common.TestStepFunctions) ... ok<br>
test_fix_rounded_step_750 (tests.unit.test_chirp_common.TestStepFunctions) ... ok<br>
test_is_12_5 (tests.unit.test_chirp_common.TestStepFunctions) ... ok<br>
test_is_2_5 (tests.unit.test_chirp_common.TestStepFunctions) ... ok<br>
test_is_5_0 (tests.unit.test_chirp_common.TestStepFunctions) ... ok<br>
test_is_6_25 (tests.unit.test_chirp_common.TestStepFunctions) ... ok<br>
test_is_fractional_step (tests.unit.test_chirp_common.TestStepFunctions) ... ok<br>
test_required_step (tests.unit.test_chirp_common.TestStepFunctions) ... ok<br>
test_required_step_fail (tests.unit.test_chirp_common.TestStepFunctions) ... ok<br>
test_format_freq (tests.unit.test_chirp_common.TestUtilityFunctions) ... ok<br>
test_parse_freq_bad (tests.unit.test_chirp_common.TestUtilityFunctions) ... ok<br>
test_parse_freq_decimal (tests.unit.test_chirp_common.TestUtilityFunctions) ... ok<br>
test_parse_freq_whitespace (tests.unit.test_chirp_common.TestUtilityFunctions) ... ok<br>
test_parse_freq_whole (tests.unit.test_chirp_common.TestUtilityFunctions) ... ok<br>
test_ensure_has_calls_almost_full (tests.unit.test_import_logic.DstarTests) ... ok<br>
test_ensure_has_calls_empty (tests.unit.test_import_logic.DstarTests) ... ok<br>
test_ensure_has_calls_partial (tests.unit.test_import_logic.DstarTests) ... ok<br>
test_ensure_has_calls_rptcall_full1 (tests.unit.test_import_logic.DstarTests) ... ok<br>
test_ensure_has_calls_rptcall_full2 (tests.unit.test_import_logic.DstarTests) ... ok<br>
test_ensure_has_calls_urcall_full (tests.unit.test_import_logic.DstarTests) ... ok<br>
test_import_bank (tests.unit.test_import_logic.ImportFieldTests) ... ok<br>
test_import_dtcs_diffA_dtcs (tests.unit.test_import_logic.ImportFieldTests) ... ok<br>
test_import_dtcs_diffB_dtcs (tests.unit.test_import_logic.ImportFieldTests) ... ok<br>
test_import_duplex_negative (tests.unit.test_import_logic.ImportFieldTests) ... ok<br>
test_import_duplex_too_big_vhf (tests.unit.test_import_logic.ImportFieldTests) ... ok<br>
test_import_duplex_uhf (tests.unit.test_import_logic.ImportFieldTests) ... ok<br>
test_import_duplex_vhf (tests.unit.test_import_logic.ImportFieldTests) ... ok<br>
test_import_mem (tests.unit.test_import_logic.ImportFieldTests) ... ok<br>
test_import_mem_with_errors (tests.unit.test_import_logic.ImportFieldTests) ... ok<br>
test_import_mem_with_warnings (tests.unit.test_import_logic.ImportFieldTests) ... ok<br>
test_import_mode_invalid (tests.unit.test_import_logic.ImportFieldTests) ... ok<br>
test_import_mode_valid_am (tests.unit.test_import_logic.ImportFieldTests) ... ok<br>
test_import_mode_valid_fm (tests.unit.test_import_logic.ImportFieldTests) ... ok<br>
test_import_name (tests.unit.test_import_logic.ImportFieldTests) ... ok<br>
test_import_power_closest (tests.unit.test_import_logic.ImportFieldTests) ... ok<br>
test_import_power_no_dst (tests.unit.test_import_logic.ImportFieldTests) ... ok<br>
test_import_power_no_src (tests.unit.test_import_logic.ImportFieldTests) ... ok<br>
test_import_power_same (tests.unit.test_import_logic.ImportFieldTests) ... ok<br>
test_import_tone_diffA_tsql (tests.unit.test_import_logic.ImportFieldTests) ... ok<br>
test_import_tone_diffB_tsql (tests.unit.test_import_logic.ImportFieldTests) ... ok<br>
test_mapping (tests.unit.test_mappingmodel.TestBaseBank) ... ok<br>
test_mapping_eq (tests.unit.test_mappingmodel.TestBaseBank) ... ok<br>
test_base_class (tests.unit.test_mappingmodel.TestBaseBankModel) ... ok<br>
test_get_name (tests.unit.test_mappingmodel.TestBaseBankModel) ... ok<br>
test_mapping (tests.unit.test_mappingmodel.TestBaseMapping) ... ok<br>
test_mapping_eq (tests.unit.test_mappingmodel.TestBaseMapping) ... ok<br>
test_base_class (tests.unit.test_mappingmodel.TestBaseMappingModel) ... ok<br>
test_get_name (tests.unit.test_mappingmodel.TestBaseMappingModel) ... ok<br>
test_base_class (tests.unit.test_mappingmodel.TestBaseMappingModelIndexInterface) ... ok<br>
test_add_memory_to_mapping (tests.unit.test_mappingmodel.TestIcomBankModel) ... ok<br>
test_get_mapping_memories (tests.unit.test_mappingmodel.TestIcomBankModel) ... ok<br>
test_get_mappings (tests.unit.test_mappingmodel.TestIcomBankModel) ... ok<br>
test_get_memory_mappings (tests.unit.test_mappingmodel.TestIcomBankModel) ... ok<br>
test_get_num_mappings (tests.unit.test_mappingmodel.TestIcomBankModel) ... ok<br>
test_remove_memory_from_mapping (tests.unit.test_mappingmodel.TestIcomBankModel) ... ok<br>
test_remove_memory_from_mapping_no_bank (tests.unit.test_mappingmodel.TestIcomBankModel) ... ok<br>
test_remove_memory_from_mapping_wrong_bank (tests.unit.test_mappingmodel.TestIcomBankModel) ... ok<br>
test_icom_bank (tests.unit.test_mappingmodel.TestIcomBanks) ... ok<br>
test_mapping (tests.unit.test_mappingmodel.TestIcomBanks) ... ok<br>
test_mapping_eq (tests.unit.test_mappingmodel.TestIcomBanks) ... ok<br>
test_add_memory_to_mapping (tests.unit.test_mappingmodel.TestIcomIndexedBankModel) ... ok<br>
test_get_index_bounds (tests.unit.test_mappingmodel.TestIcomIndexedBankModel) ... ok<br>
test_get_mapping_memories (tests.unit.test_mappingmodel.TestIcomIndexedBankModel) ... ok<br>
test_get_mappings (tests.unit.test_mappingmodel.TestIcomIndexedBankModel) ... ok<br>
test_get_memory_index (tests.unit.test_mappingmodel.TestIcomIndexedBankModel) ... ok<br>
test_get_memory_mappings (tests.unit.test_mappingmodel.TestIcomIndexedBankModel) ... ok<br>
test_get_next_mapping_index (tests.unit.test_mappingmodel.TestIcomIndexedBankModel) ... ok<br>
test_get_num_mappings (tests.unit.test_mappingmodel.TestIcomIndexedBankModel) ... ok<br>
test_remove_memory_from_mapping (tests.unit.test_mappingmodel.TestIcomIndexedBankModel) ... ok<br>
test_remove_memory_from_mapping_no_bank (tests.unit.test_mappingmodel.TestIcomIndexedBankModel) ... ok<br>
test_remove_memory_from_mapping_wrong_bank (tests.unit.test_mappingmodel.TestIcomIndexedBankModel) ... ok<br>
test_set_memory_index (tests.unit.test_mappingmodel.TestIcomIndexedBankModel) ... ok<br>
test_set_memory_index_bad_bank (tests.unit.test_mappingmodel.TestIcomIndexedBankModel) ... ok<br>
test_set_memory_index_bad_index (tests.unit.test_mappingmodel.TestIcomIndexedBankModel) ... ok<br>
test_auto_tone_mode_cross (tests.unit.test_memedit_edits.TestEdits) ... ok<br>
test_auto_tone_mode_dtcs (tests.unit.test_memedit_edits.TestEdits) ... ok<br>
test_auto_tone_mode_dtcs_pol (tests.unit.test_memedit_edits.TestEdits) ... ok<br>
test_auto_tone_mode_dtcs_rx (tests.unit.test_memedit_edits.TestEdits) ... ok<br>
test_auto_tone_mode_tone (tests.unit.test_memedit_edits.TestEdits) ... ok<br>
test_auto_tone_mode_tsql (tests.unit.test_memedit_edits.TestEdits) ... ok<br>
test_init (tests.unit.test_platform.Win32PlatformTest) ... ok<br>
test_serial_ports_bad_portnames (tests.unit.test_platform.Win32PlatformTest) ... ok<br>
test_serial_ports_sorted (tests.unit.test_platform.Win32PlatformTest) ... ok<br>
test_apply_callback (tests.unit.test_settings.TestSettingContainers) ... ok<br>
test_radio_setting (tests.unit.test_settings.TestSettingContainers) ... ok<br>
test_radio_setting_group (tests.unit.test_settings.TestSettingContainers) ... ok<br>
test_radio_setting_multi (tests.unit.test_settings.TestSettingContainers) ... ok<br>
test_changed (tests.unit.test_settings.TestSettingValues) ... ok<br>
test_radio_setting_value_boolean (tests.unit.test_settings.TestSettingValues) ... ok<br>
test_radio_setting_value_float (tests.unit.test_settings.TestSettingValues) ... ok<br>
test_radio_setting_value_integer (tests.unit.test_settings.TestSettingValues) ... ok<br>
test_radio_setting_value_list (tests.unit.test_settings.TestSettingValues) ... ok<br>
test_radio_setting_value_string (tests.unit.test_settings.TestSettingValues) ... ok<br>
test_validate_callback (tests.unit.test_settings.TestSettingValues) ... ok<br>
test_delete_hole_with_all (tests.unit.test_shiftdialog.ShiftDialogTest) ... ok<br>
test_delete_hole_with_all_full (tests.unit.test_shiftdialog.ShiftDialogTest) ... ok<br>
test_delete_hole_with_hole (tests.unit.test_shiftdialog.ShiftDialogTest) ... ok<br>
test_delete_hole_without_hole (tests.unit.test_shiftdialog.ShiftDialogTest) ... ok<br>
test_insert_hole_with_space (tests.unit.test_shiftdialog.ShiftDialogTest) ... ok<br>
test_insert_hole_without_space (tests.unit.test_shiftdialog.ShiftDialogTest) ... ok<br>
<br>
----------------------------------------------------------------------<br>
Ran 151 tests in 0.069s<br>
<br>
OK<br>
Registered Icom_IC-2820H = IC2820Radio<br>
Registered TYT_TH-UVF8D = TYTUVF8DRadio<br>
Registered AnyTone_5888UV = AnyTone5888UVRadio<br>
Registered Intek_HR-2040 = IntekHR2040Radio<br>
Registered Polmar_DB-50M = PolmarDB50MRadio<br>
Registered Powerwerx_DB-750X = PowerwerxDB750XRadio<br>
Registered Icom_IC-2200H = IC2200Radio<br>
Registered Yaesu_FT-2800M = FT2800Radio<br>
Registered Yaesu_VX-3 = VX3Radio<br>
Registered Icom_IC-2100H = IC2100Radio<br>
Registered Yaesu_FTM-350 = FTM350Radio<br>
Registered Icom_IC-91_92AD_ICF_File = IC9xICFRadio<br>
Registered Icom_IC-V82_U82 = ICx8xRadio<br>
Registered Yaesu_VX-6 = VX6Radio<br>
Registered Yaesu_VX-5 = VX5Radio<br>
Registered Yaesu_FT-60 = FT60Radio<br>
Registered Yaesu_VX-7 = VX7Radio<br>
Registered Baofeng_UV-5R = BaofengUV5R<br>
Registered Baofeng_F-11 = BaofengF11Radio<br>
Registered Baofeng_UV-82 = BaofengUV82Radio<br>
Registered Baofeng_UV-6 = BaofengUV6Radio<br>
Registered Yaesu_FT-1802M = FT1802Radio<br>
Registered Kenwood_TK-7102 = KenwoodTK7102Radio<br>
Registered Kenwood_TK-8102 = KenwoodTK8102Radio<br>
Registered Kenwood_TK-7108 = KenwoodTK7108Radio<br>
Registered Kenwood_TK-8108 = KenwoodTK8108Radio<br>
Registered Icom_ID-31A = ID31Radio<br>
Registered Icom_ID-51A = ID51Radio<br>
Registered Icom_IC-2720H = IC2720Radio<br>
Registered Icom_IC-T8A = ICT8ARadio<br>
Registered Wouxun_KG-UVD1P = KGUVD1PRadio<br>
Registered Wouxun_KG-UV6 = KGUV6DRadio<br>
Registered Wouxun_KG-816 = KG816Radio<br>
Registered Wouxun_KG-818 = KG818Radio<br>
Registered TYT_TH-UVF1 = TYTTHUVF1Radio<br>
Registered Yaesu_FT-90 = FT90Radio<br>
Registered Generic_CSV = CSVRadio<br>
Registered Commander_KG-UV = CommanderCSVRadio<br>
Registered RT_Systems_CSV = RTCSVRadio<br>
Registered Kenwood_ITM = ITMRadio<br>
Registered Alinco_DR03T = DR03Radio<br>
Registered Alinco_DR06T = DR06Radio<br>
Registered Alinco_DR135T = DR135Radio<br>
Registered Alinco_DR235T = DR235Radio<br>
Registered Alinco_DR435T = DR435Radio<br>
Registered Alinco_DJ596 = DJ596Radio<br>
Registered Jetstream_JT220M = JT220MRadio<br>
Registered Alinco_DJ175 = DJ175Radio<br>
Registered Kenwood_TH-D7 = THD7Radio<br>
Registered Kenwood_TH-D7G = THD7GRadio<br>
Registered Kenwood_TM-D700 = TMD700Radio<br>
Registered Kenwood_TM-V7 = TMV7Radio<br>
Registered Kenwood_TM-G707 = TMG707Radio<br>
Registered Kenwood_TH-G71 = THG71Radio<br>
Registered Kenwood_TH-F6 = THF6ARadio<br>
Registered Kenwood_TH-F7 = THF7ERadio<br>
Registered Kenwood_TM-D710 = TMD710Radio<br>
Registered Kenwood_TH-D72_live_mode = THD72Radio<br>
Registered Kenwood_TM-V71 = TMV71Radio<br>
Registered Kenwood_TH-K2 = THK2Radio<br>
Registered Kenwood_TM-271 = TM271Radio<br>
Registered Kenwood_TM-281 = TM281Radio<br>
Registered Kenwood_TM-471 = TM471Radio<br>
Registered Yaesu_VX-8_R = VX8Radio<br>
Registered Yaesu_VX-8_DR = VX8DRadio<br>
Registered Yaesu_VX-8_GE = VX8GERadio<br>
Registered Icom_IC-T7H = ICT7HRadio<br>
Registered Icom_IC-Q7A = ICQ7Radio<br>
Registered Baofeng_UV-B5 = BaofengUVB5<br>
Registered Generic_XML = XMLRadio<br>
Registered Kenwood_HMK = HMKRadio<br>
Registered Kenwood_TH-D72_clone_mode = THD72Radio<br>
Registered Icom_IC-91_92AD = IC9xRadio<br>
Registered Icom_IC-T70 = ICT70Radio<br>
Registered Icom_IC-208H = IC208Radio<br>
Registered Icom_ID-800H_v2 = ID800v2Radio<br>
Registered Icom_7200 = Icom7200Radio<br>
Registered Icom_7000 = Icom7000Radio<br>
Registered Icom_746 = Icom746Radio<br>
Registered ARRL_Travel_Plus = TpeRadio<br>
Registered Vertex_Standard_VXA-700 = VXA700Radio<br>
Registered Icom_IC-W32A = ICW32ARadio<br>
Registered Baofeng_UV-3R = UV3RRadio<br>
Registered Yaesu_VX-2 = VX2Radio<br>
Registered Puxing_PX-777 = Puxing777Radio<br>
Registered Puxing_PX-2R = Puxing2RRadio<br>
Registered Baojie_BJ-UV55 = BaojieBJUV55Radio<br>
Registered Baofeng_BF-888 = H777Radio<br>
Registered Yaesu_FT-7800_7900 = FT7800Radio<br>
Registered Yaesu_FT-8800 = FT8800Radio<br>
Registered Yaesu_FT-8900 = FT8900Radio<br>
Registered Yaesu_FT-817 = FT817Radio<br>
Registered Yaesu_FT-817ND = FT817NDRadio<br>
Registered Yaesu_FT-817ND_US = FT817NDUSRadio<br>
Registered Yaesu_FT-857_897 = FT857Radio<br>
Registered Yaesu_FT-857_897_US = FT857USRadio<br>
Registered Icom_ID-880H = ID880Radio<br>
Registered Icom_ID-80H = ID80Radio<br>
Registered TYT_TH-UV3R = TYTUV3RRadio<br>
   Alinco DJ175         Detect      PASSED: All tests<br>
   Alinco DJ175         CopyAll     PASSED: All tests<br>
   Alinco DJ175         Clone       PASSED: All tests<br>
   Alinco DJ175         BruteForce  PASSED: All tests<br>
   Alinco DJ175         Edges       PASSED: All tests<br>
   Alinco DJ175         Banks      SKIPPED: Banks not supported<br>
   Alinco DJ596         Detect      PASSED: All tests<br>
   Alinco DJ596         CopyAll     PASSED: All tests<br>
   Alinco DJ596         Clone       PASSED: All tests<br>
   Alinco DJ596         BruteForce  PASSED: All tests<br>
   Alinco DJ596         Edges       PASSED: All tests<br>
   Alinco DJ596         Banks      SKIPPED: Banks not supported<br>
   Alinco DR235T        Detect      PASSED: All tests<br>
   Alinco DR235T        CopyAll     PASSED: All tests<br>
   Alinco DR235T        Clone       PASSED: All tests<br>
   Alinco DR235T        BruteForce  PASSED: All tests<br>
   Alinco DR235T        Edges       PASSED: All tests<br>
   Alinco DR235T        Banks      SKIPPED: Banks not supported<br>
  Baofeng BF-888        Detect      PASSED: All tests<br>
  Baofeng BF-888        CopyAll     PASSED: All tests<br>
  Baofeng BF-888        Clone       PASSED: All tests<br>
  Baofeng BF-888        BruteForce  PASSED: All tests<br>
  Baofeng BF-888        Edges       PASSED: All tests<br>
  Baofeng BF-888        Banks      SKIPPED: Banks not supported<br>
  Baofeng F-11          Detect      PASSED: All tests<br>
  Baofeng F-11          CopyAll     PASSED: All tests<br>
  Baofeng F-11          Clone       PASSED: All tests<br>
  Baofeng F-11          BruteForce  PASSED: All tests<br>
  Baofeng F-11          Edges       PASSED: All tests<br>
  Baofeng F-11          Banks      SKIPPED: Banks not supported<br>
  Baofeng UV-3R         Detect      PASSED: All tests<br>
  Baofeng UV-3R         CopyAll     PASSED: All tests<br>
  Baofeng UV-3R         Clone       PASSED: All tests<br>
  Baofeng UV-3R         BruteForce  PASSED: All tests<br>
  Baofeng UV-3R         Edges       PASSED: All tests<br>
  Baofeng UV-3R         Banks      SKIPPED: Banks not supported<br>
  Baofeng UV-5R         Detect      PASSED: All tests<br>
  Baofeng UV-5R         CopyAll     PASSED: All tests<br>
  Baofeng UV-5R         Clone       PASSED: All tests<br>
  Baofeng UV-5R         BruteForce  PASSED: All tests<br>
  Baofeng UV-5R         Edges       PASSED: All tests<br>
  Baofeng UV-5R         Banks      SKIPPED: Banks not supported<br>
  Baofeng UV-B5         Detect      PASSED: All tests<br>
  Baofeng UV-B5         CopyAll     PASSED: All tests<br>
  Baofeng UV-B5         Clone       PASSED: All tests<br>
  Baofeng UV-B5         BruteForce  PASSED: All tests<br>
  Baofeng UV-B5         Edges       PASSED: All tests<br>
  Baofeng UV-B5         Banks      SKIPPED: Banks not supported<br>
     Icom IC-208H       Detect      PASSED: All tests<br>
     Icom IC-208H       CopyAll     PASSED: All tests<br>
     Icom IC-208H       Clone       PASSED: All tests<br>
     Icom IC-208H       BruteForce  PASSED: All tests<br>
     Icom IC-208H       Edges       PASSED: All tests<br>
     Icom IC-208H       Banks       PASSED: All tests<br>
     Icom IC-2100H      Detect      PASSED: All tests<br>
     Icom IC-2100H      CopyAll     PASSED: All tests<br>
     Icom IC-2100H      Clone       PASSED: All tests<br>
     Icom IC-2100H      BruteForce  PASSED: All tests<br>
     Icom IC-2100H      Edges       PASSED: All tests<br>
     Icom IC-2100H      Banks      SKIPPED: Banks not supported<br>
     Icom IC-2200H      Detect      PASSED: All tests<br>
     Icom IC-2200H      CopyAll     PASSED: All tests<br>
     Icom IC-2200H      Clone       PASSED: All tests<br>
     Icom IC-2200H      BruteForce  PASSED: All tests<br>
     Icom IC-2200H      Edges       PASSED: All tests<br>
     Icom IC-2200H      Banks       PASSED: All tests<br>
     Icom IC-2720H      Detect      PASSED: All tests<br>
     Icom IC-2720H      CopyAll     PASSED: All tests<br>
     Icom IC-2720H      Clone       PASSED: All tests<br>
     Icom IC-2720H      BruteForce  PASSED: All tests<br>
     Icom IC-2720H      Edges       PASSED: All tests<br>
     Icom IC-2720H      Banks       PASSED: All tests<br>
     Icom IC-2820H      Detect      PASSED: All tests<br>
     Icom IC-2820H      CopyAll     PASSED: All tests<br>
     Icom IC-2820H      Clone       PASSED: All tests<br>
     Icom IC-2820H      BruteForce  PASSED: All tests<br>
     Icom IC-2820H      Edges       PASSED: All tests<br>
     Icom IC-2820H      Banks       PASSED: All tests<br>
     Icom IC-Q7A        Detect      PASSED: All tests<br>
     Icom IC-Q7A        CopyAll     PASSED: All tests<br>
     Icom IC-Q7A        Clone       PASSED: All tests<br>
     Icom IC-Q7A        BruteForce  PASSED: All tests<br>
     Icom IC-Q7A        Edges       PASSED: All tests<br>
     Icom IC-Q7A        Banks      SKIPPED: Banks not supported<br>
     Icom IC-T70        Detect      PASSED: All tests<br>
     Icom IC-T70        CopyAll     PASSED: All tests<br>
     Icom IC-T70        Clone       PASSED: All tests<br>
     Icom IC-T70        BruteForce  PASSED: All tests<br>
     Icom IC-T70        Edges       PASSED: All tests<br>
     Icom IC-T70        Banks       PASSED: All tests<br>
     Icom IC-T7H        Detect      PASSED: All tests<br>
     Icom IC-T7H        CopyAll     PASSED: All tests<br>
     Icom IC-T7H        Clone       PASSED: All tests<br>
     Icom IC-T7H        BruteForce  PASSED: All tests<br>
     Icom IC-T7H        Edges       PASSED: All tests<br>
     Icom IC-T7H        Banks      SKIPPED: Banks not supported<br>
     Icom IC-T8A        Detect      PASSED: All tests<br>
     Icom IC-T8A        CopyAll     PASSED: All tests<br>
     Icom IC-T8A        Clone       PASSED: All tests<br>
     Icom IC-T8A        BruteForce  PASSED: All tests<br>
     Icom IC-T8A        Edges       PASSED: All tests<br>
     Icom IC-T8A        Banks      SKIPPED: Banks not supported<br>
     Icom IC-V82/U82    Detect      PASSED: All tests<br>
     Icom IC-V82/U82    CopyAll     PASSED: All tests<br>
     Icom IC-V82/U82    Clone       PASSED: All tests<br>
     Icom IC-V82/U82    BruteForce  PASSED: All tests<br>
     Icom IC-V82/U82    Edges       PASSED: All tests<br>
     Icom IC-V82/U82    Banks       PASSED: All tests<br>
     Icom IC-W32A VHF   Detect      PASSED: All tests<br>
     Icom IC-W32A VHF   CopyAll     PASSED: All tests<br>
     Icom IC-W32A VHF   Clone       PASSED: All tests<br>
     Icom IC-W32A VHF   BruteForce  PASSED: All tests<br>
     Icom IC-W32A VHF   Edges       PASSED: All tests<br>
     Icom IC-W32A VHF   Banks      SKIPPED: Banks not supported<br>
     Icom IC-W32A UHF   Detect      PASSED: All tests<br>
     Icom IC-W32A UHF   CopyAll     PASSED: All tests<br>
     Icom IC-W32A UHF   Clone       PASSED: All tests<br>
     Icom IC-W32A UHF   BruteForce  PASSED: All tests<br>
     Icom IC-W32A UHF   Edges       PASSED: All tests<br>
     Icom IC-W32A UHF   Banks      SKIPPED: Banks not supported<br>
     Icom ID-31A        Detect      PASSED: All tests<br>
     Icom ID-31A        CopyAll     PASSED: All tests<br>
     Icom ID-31A        Clone       PASSED: All tests<br>
     Icom ID-31A        BruteForce  PASSED: All tests<br>
     Icom ID-31A        Edges       PASSED: All tests<br>
     Icom ID-31A        Banks       PASSED: All tests<br>
     Icom ID-51A        Detect      PASSED: All tests<br>
     Icom ID-51A        CopyAll     PASSED: All tests<br>
     Icom ID-51A        Clone       PASSED: All tests<br>
     Icom ID-51A        BruteForce  PASSED: All tests<br>
     Icom ID-51A        Edges       PASSED: All tests<br>
     Icom ID-51A        Banks       PASSED: All tests<br>
     Icom ID-800H v2    Detect      PASSED: All tests<br>
     Icom ID-800H v2    CopyAll     PASSED: All tests<br>
     Icom ID-800H v2    Clone       PASSED: All tests<br>
     Icom ID-800H v2    BruteForce  PASSED: All tests<br>
     Icom ID-800H v2    Edges       PASSED: All tests<br>
     Icom ID-800H v2    Banks       PASSED: All tests<br>
     Icom ID-880H       Detect      PASSED: All tests<br>
     Icom ID-880H       CopyAll     PASSED: All tests<br>
     Icom ID-880H       Clone       PASSED: All tests<br>
     Icom ID-880H       BruteForce  PASSED: All tests<br>
     Icom ID-880H       Edges       PASSED: All tests<br>
     Icom ID-880H       Banks       PASSED: All tests<br>
Jetstream JT220M        Detect      PASSED: All tests<br>
Jetstream JT220M        CopyAll     PASSED: All tests<br>
Jetstream JT220M        Clone       PASSED: All tests<br>
Jetstream JT220M        BruteForce  PASSED: All tests<br>
Jetstream JT220M        Edges       PASSED: All tests<br>
Jetstream JT220M        Banks      SKIPPED: Banks not supported<br>
  Kenwood TH-D72 (clone Detect      PASSED: All tests<br>
  Kenwood TH-D72 (clone CopyAll     PASSED: All tests<br>
  Kenwood TH-D72 (clone Clone       PASSED: All tests<br>
  Kenwood TH-D72 (clone BruteForce  PASSED: All tests<br>
  Kenwood TH-D72 (clone Edges       PASSED: All tests<br>
  Kenwood TH-D72 (clone Banks      SKIPPED: Banks not supported<br>
  Kenwood TK-8102       Detect      PASSED: All tests<br>
  Kenwood TK-8102       CopyAll     PASSED: All tests<br>
  Kenwood TK-8102       Clone       PASSED: All tests<br>
  Kenwood TK-8102       BruteForce  PASSED: All tests<br>
  Kenwood TK-8102       Edges       PASSED: All tests<br>
  Kenwood TK-8102       Banks      SKIPPED: Banks not supported<br>
   Polmar DB-50M        Detect      PASSED: All tests<br>
   Polmar DB-50M        CopyAll     PASSED: All tests<br>
   Polmar DB-50M        Clone       PASSED: All tests<br>
   Polmar DB-50M        BruteForce  PASSED: All tests<br>
   Polmar DB-50M        Edges       PASSED: All tests<br>
   Polmar DB-50M        Banks      SKIPPED: Banks not supported<br>
   Puxing PX-2R         Detect      PASSED: All tests<br>
   Puxing PX-2R         CopyAll     PASSED: All tests<br>
   Puxing PX-2R         Clone       PASSED: All tests<br>
   Puxing PX-2R         BruteForce  PASSED: All tests<br>
   Puxing PX-2R         Edges       PASSED: All tests<br>
   Puxing PX-2R         Banks      SKIPPED: Banks not supported<br>
   Puxing PX-777        Detect      PASSED: All tests<br>
   Puxing PX-777        CopyAll     PASSED: All tests<br>
   Puxing PX-777        Clone       PASSED: All tests<br>
   Puxing PX-777        BruteForce  PASSED: All tests<br>
   Puxing PX-777        Edges       PASSED: All tests<br>
   Puxing PX-777        Banks      SKIPPED: Banks not supported<br>
      TYT TH-UV3R       Detect      PASSED: All tests<br>
      TYT TH-UV3R       CopyAll     PASSED: All tests<br>
      TYT TH-UV3R       Clone       PASSED: All tests<br>
      TYT TH-UV3R       BruteForce  PASSED: All tests<br>
      TYT TH-UV3R       Edges       PASSED: All tests<br>
      TYT TH-UV3R       Banks      SKIPPED: Banks not supported<br>
      TYT TH-UVF1       Detect      PASSED: All tests<br>
      TYT TH-UVF1       CopyAll     PASSED: All tests<br>
      TYT TH-UVF1       Clone       PASSED: All tests<br>
      TYT TH-UVF1       BruteForce  PASSED: All tests<br>
      TYT TH-UVF1       Edges       PASSED: All tests<br>
      TYT TH-UVF1       Banks      SKIPPED: Banks not supported<br>
   Vertex VXA-700       Detect      PASSED: All tests<br>
   Vertex VXA-700       CopyAll     PASSED: All tests<br>
   Vertex VXA-700       Clone       PASSED: All tests<br>
   Vertex VXA-700       BruteForce  PASSED: All tests<br>
   Vertex VXA-700       Edges       PASSED: All tests<br>
   Vertex VXA-700       Banks      SKIPPED: Banks not supported<br>
   Wouxun KG-816        Detect      PASSED: All tests<br>
   Wouxun KG-816        CopyAll     PASSED: All tests<br>
   Wouxun KG-816        Clone       PASSED: All tests<br>
   Wouxun KG-816        BruteForce  PASSED: All tests<br>
   Wouxun KG-816        Edges       PASSED: All tests<br>
   Wouxun KG-816        Banks      SKIPPED: Banks not supported<br>
   Wouxun KG-818        Detect      PASSED: All tests<br>
   Wouxun KG-818        CopyAll     PASSED: All tests<br>
   Wouxun KG-818        Clone       PASSED: All tests<br>
   Wouxun KG-818        BruteForce  PASSED: All tests<br>
   Wouxun KG-818        Edges       PASSED: All tests<br>
   Wouxun KG-818        Banks      SKIPPED: Banks not supported<br>
   Wouxun KG-UV6        Detect      PASSED: All tests<br>
   Wouxun KG-UV6        CopyAll     PASSED: All tests<br>
   Wouxun KG-UV6        Clone       PASSED: All tests<br>
   Wouxun KG-UV6        BruteForce  PASSED: All tests<br>
   Wouxun KG-UV6        Edges       PASSED: All tests<br>
   Wouxun KG-UV6        Banks      SKIPPED: Banks not supported<br>
   Wouxun KG-UVD1P      Detect      PASSED: All tests<br>
   Wouxun KG-UVD1P      CopyAll     PASSED: All tests<br>
   Wouxun KG-UVD1P      Clone       PASSED: All tests<br>
   Wouxun KG-UVD1P      BruteForce  PASSED: All tests<br>
   Wouxun KG-UVD1P      Edges       PASSED: All tests<br>
   Wouxun KG-UVD1P      Banks      SKIPPED: Banks not supported<br>
    Yaesu FT-1802M      Detect      PASSED: All tests<br>
    Yaesu FT-1802M      CopyAll     PASSED: All tests<br>
    Yaesu FT-1802M      Clone       PASSED: All tests<br>
    Yaesu FT-1802M      BruteForce  PASSED: All tests<br>
    Yaesu FT-1802M      Edges       PASSED: All tests<br>
    Yaesu FT-1802M      Banks      SKIPPED: Banks not supported<br>
    Yaesu FT-2800M      Detect      PASSED: All tests<br>
    Yaesu FT-2800M      CopyAll     PASSED: All tests<br>
    Yaesu FT-2800M      Clone       PASSED: All tests<br>
    Yaesu FT-2800M      BruteForce  PASSED: All tests<br>
    Yaesu FT-2800M      Edges       PASSED: All tests<br>
    Yaesu FT-2800M      Banks      SKIPPED: Banks not supported<br>
    Yaesu FT-60         Detect      PASSED: All tests<br>
    Yaesu FT-60         CopyAll     PASSED: All tests<br>
    Yaesu FT-60         Clone       PASSED: All tests<br>
    Yaesu FT-60         BruteForce  PASSED: All tests<br>
    Yaesu FT-60         Edges       PASSED: All tests<br>
    Yaesu FT-60         Banks      SKIPPED: Banks not supported<br>
    Yaesu FT-7800/7900  Detect      PASSED: All tests<br>
    Yaesu FT-7800/7900  CopyAll     PASSED: All tests<br>
    Yaesu FT-7800/7900  Clone       PASSED: All tests<br>
    Yaesu FT-7800/7900  BruteForce  PASSED: All tests<br>
    Yaesu FT-7800/7900  Edges       PASSED: All tests<br>
    Yaesu FT-7800/7900  Banks       PASSED: All tests<br>
    Yaesu FT-817        Detect      PASSED: All tests<br>
    Yaesu FT-817        CopyAll     PASSED: All tests<br>
    Yaesu FT-817        Clone       PASSED: All tests<br>
    Yaesu FT-817        BruteForce  PASSED: All tests<br>
    Yaesu FT-817        Edges       PASSED: All tests<br>
    Yaesu FT-817        Banks      SKIPPED: Banks not supported<br>
    Yaesu FT-817ND      Detect      PASSED: All tests<br>
    Yaesu FT-817ND      CopyAll     PASSED: All tests<br>
    Yaesu FT-817ND      Clone       PASSED: All tests<br>
    Yaesu FT-817ND      BruteForce  PASSED: All tests<br>
    Yaesu FT-817ND      Edges       PASSED: All tests<br>
    Yaesu FT-817ND      Banks      SKIPPED: Banks not supported<br>
    Yaesu FT-817ND (US) Detect      PASSED: All tests<br>
    Yaesu FT-817ND (US) CopyAll     PASSED: All tests<br>
    Yaesu FT-817ND (US) Clone       PASSED: All tests<br>
    Yaesu FT-817ND (US) BruteForce  PASSED: All tests<br>
    Yaesu FT-817ND (US) Edges       PASSED: All tests<br>
    Yaesu FT-817ND (US) Banks      SKIPPED: Banks not supported<br>
    Yaesu FT-857/897    Detect      PASSED: All tests<br>
    Yaesu FT-857/897    CopyAll     PASSED: All tests<br>
    Yaesu FT-857/897    Clone       PASSED: All tests<br>
    Yaesu FT-857/897    BruteForce  PASSED: All tests<br>
    Yaesu FT-857/897    Edges       PASSED: All tests<br>
    Yaesu FT-857/897    Banks      SKIPPED: Banks not supported<br>
    Yaesu FT-857/897 (U Detect      PASSED: All tests<br>
    Yaesu FT-857/897 (U CopyAll     PASSED: All tests<br>
    Yaesu FT-857/897 (U Clone       PASSED: All tests<br>
    Yaesu FT-857/897 (U BruteForce  PASSED: All tests<br>
    Yaesu FT-857/897 (U Edges       PASSED: All tests<br>
    Yaesu FT-857/897 (U Banks      SKIPPED: Banks not supported<br>
    Yaesu FT-8800 Left  Detect      PASSED: All tests<br>
    Yaesu FT-8800 Left  CopyAll     PASSED: All tests<br>
    Yaesu FT-8800 Left  Clone       PASSED: All tests<br>
    Yaesu FT-8800 Left  BruteForce  PASSED: All tests<br>
    Yaesu FT-8800 Left  Edges       PASSED: All tests<br>
    Yaesu FT-8800 Left  Banks       PASSED: All tests<br>
    Yaesu FT-8800 Right Detect      PASSED: All tests<br>
    Yaesu FT-8800 Right CopyAll     PASSED: All tests<br>
    Yaesu FT-8800 Right Clone       PASSED: All tests<br>
    Yaesu FT-8800 Right BruteForce  PASSED: All tests<br>
    Yaesu FT-8800 Right Edges       PASSED: All tests<br>
    Yaesu FT-8800 Right Banks       PASSED: All tests<br>
    Yaesu FT-8900       Detect      PASSED: All tests<br>
    Yaesu FT-8900       CopyAll     PASSED: All tests<br>
    Yaesu FT-8900       Clone       PASSED: All tests<br>
    Yaesu FT-8900       BruteForce  PASSED: All tests<br>
    Yaesu FT-8900       Edges       PASSED: All tests<br>
    Yaesu FT-8900       Banks      SKIPPED: Banks not supported<br>
    Yaesu FTM-350 Left  Detect      PASSED: All tests<br>
    Yaesu FTM-350 Left  CopyAll     PASSED: All tests<br>
    Yaesu FTM-350 Left  Clone       PASSED: All tests<br>
    Yaesu FTM-350 Left  BruteForce  PASSED: All tests<br>
    Yaesu FTM-350 Left  Edges       PASSED: All tests<br>
    Yaesu FTM-350 Left  Banks      SKIPPED: Banks not supported<br>
    Yaesu FTM-350 Right Detect      PASSED: All tests<br>
    Yaesu FTM-350 Right CopyAll     PASSED: All tests<br>
    Yaesu FTM-350 Right Clone       PASSED: All tests<br>
    Yaesu FTM-350 Right BruteForce  PASSED: All tests<br>
    Yaesu FTM-350 Right Edges       PASSED: All tests<br>
    Yaesu FTM-350 Right Banks      SKIPPED: Banks not supported<br>
    Yaesu VX-2          Detect      PASSED: All tests<br>
    Yaesu VX-2          CopyAll     PASSED: All tests<br>
    Yaesu VX-2          Clone       PASSED: All tests<br>
    Yaesu VX-2          BruteForce  PASSED: All tests<br>
    Yaesu VX-2          Edges       PASSED: All tests<br>
    Yaesu VX-2          Banks       PASSED: All tests<br>
    Yaesu VX-3          Detect      PASSED: All tests<br>
    Yaesu VX-3          CopyAll     PASSED: All tests<br>
    Yaesu VX-3          Clone       PASSED: All tests<br>
    Yaesu VX-3          BruteForce  PASSED: All tests<br>
    Yaesu VX-3          Edges       PASSED: All tests<br>
    Yaesu VX-3          Banks       PASSED: All tests<br>
    Yaesu VX-5          Detect      PASSED: All tests<br>
    Yaesu VX-5          CopyAll     PASSED: All tests<br>
    Yaesu VX-5          Clone       PASSED: All tests<br>
    Yaesu VX-5          BruteForce  PASSED: All tests<br>
    Yaesu VX-5          Edges       PASSED: All tests<br>
    Yaesu VX-5          Banks       PASSED: All tests<br>
    Yaesu VX-6          Detect      PASSED: All tests<br>
    Yaesu VX-6          CopyAll     PASSED: All tests<br>
    Yaesu VX-6          Clone       PASSED: All tests<br>
    Yaesu VX-6          BruteForce  PASSED: All tests<br>
    Yaesu VX-6          Edges       PASSED: All tests<br>
    Yaesu VX-6          Banks       PASSED: All tests<br>
    Yaesu VX-7          Detect      PASSED: All tests<br>
    Yaesu VX-7          CopyAll     PASSED: All tests<br>
    Yaesu VX-7          Clone       PASSED: All tests<br>
    Yaesu VX-7          BruteForce  PASSED: All tests<br>
    Yaesu VX-7          Edges       PASSED: All tests<br>
    Yaesu VX-7          Banks       PASSED: All tests<br>
    Yaesu VX-8 R        Detect      PASSED: All tests<br>
    Yaesu VX-8 R        CopyAll     PASSED: All tests<br>
    Yaesu VX-8 R        Clone       PASSED: All tests<br>
    Yaesu VX-8 R        BruteForce  PASSED: All tests<br>
    Yaesu VX-8 R        Edges       PASSED: All tests<br>
    Yaesu VX-8 R        Banks       PASSED: All tests<br>
----------------------------------------------------------------------<br>
Results:<br>
  TOTAL  : 342<br>
  FAILED : 0<br>
  SKIPPED: 38<br>
  PASSED : 304<br>
  CRASHED: 0<br>
Patch &#39;tip&#39; is OK<br>
================================================<br>
Tests OK<br>
Email was triggered for: Success<br>
Sending email for trigger: Success<br>
<br>_______________________________________________<br>
chirp_devel mailing list<br>
<a href="mailto:chirp_devel@intrepid.danplanet.com">chirp_devel@intrepid.danplanet.com</a><br>
<a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_devel" target="_blank">http://intrepid.danplanet.com/mailman/listinfo/chirp_devel</a><br>
Developer docs: <a href="http://chirp.danplanet.com/projects/chirp/wiki/Developers" target="_blank">http://chirp.danplanet.com/projects/chirp/wiki/Developers</a><br></blockquote></div>