Project

General

Profile

New Model #4445 » uv5r_test_fix_2_for_HN5RV_firmware.py

Jim Unroe, 03/28/2017 02:06 PM

 
1
# Copyright 2012 Dan Smith <dsmith@danplanet.com>
2
#
3
# This program is free software: you can redistribute it and/or modify
4
# it under the terms of the GNU General Public License as published by
5
# the Free Software Foundation, either version 2 of the License, or
6
# (at your option) any later version.
7
#
8
# This program is distributed in the hope that it will be useful,
9
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11
# GNU General Public License for more details.
12
#
13
# You should have received a copy of the GNU General Public License
14
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
15

    
16
import struct
17
import time
18
import os
19
import logging
20

    
21
from chirp import chirp_common, errors, util, directory, memmap
22
from chirp import bitwise
23
from chirp.settings import RadioSetting, RadioSettingGroup, \
24
    RadioSettingValueInteger, RadioSettingValueList, \
25
    RadioSettingValueBoolean, RadioSettingValueString, \
26
    RadioSettingValueFloat, InvalidValueError, RadioSettings
27
from textwrap import dedent
28

    
29
LOG = logging.getLogger(__name__)
30

    
31
MEM_FORMAT = """
32
#seekto 0x0008;
33
struct {
34
  lbcd rxfreq[4];
35
  lbcd txfreq[4];
36
  ul16 rxtone;
37
  ul16 txtone;
38
  u8 unused1:3,
39
     isuhf:1,
40
     scode:4;
41
  u8 unknown1:7,
42
     txtoneicon:1;
43
  u8 mailicon:3,
44
     unknown2:3,
45
     lowpower:2;
46
  u8 unknown3:1,
47
     wide:1,
48
     unknown4:2,
49
     bcl:1,
50
     scan:1,
51
     pttid:2;
52
} memory[128];
53

    
54
#seekto 0x0B08;
55
struct {
56
  u8 code[5];
57
  u8 unused[11];
58
} pttid[15];
59

    
60
#seekto 0x0C88;
61
struct {
62
  u8 code222[3];
63
  u8 unused222[2];
64
  u8 code333[3];
65
  u8 unused333[2];
66
  u8 alarmcode[3];
67
  u8 unused119[2];
68
  u8 unknown1;
69
  u8 code555[3];
70
  u8 unused555[2];
71
  u8 code666[3];
72
  u8 unused666[2];
73
  u8 code777[3];
74
  u8 unused777[2];
75
  u8 unknown2;
76
  u8 code60606[5];
77
  u8 code70707[5];
78
  u8 code[5];
79
  u8 unused1:6,
80
     aniid:2;
81
  u8 unknown[2];
82
  u8 dtmfon;
83
  u8 dtmfoff;
84
} ani;
85

    
86
#seekto 0x0E28;
87
struct {
88
  u8 squelch;
89
  u8 step;
90
  u8 unknown1;
91
  u8 save;
92
  u8 vox;
93
  u8 unknown2;
94
  u8 abr;
95
  u8 tdr;
96
  u8 beep;
97
  u8 timeout;
98
  u8 unknown3[4];
99
  u8 voice;
100
  u8 unknown4;
101
  u8 dtmfst;
102
  u8 unknown5;
103
  u8 unknown12:6,
104
     screv:2;
105
  u8 pttid;
106
  u8 pttlt;
107
  u8 mdfa;
108
  u8 mdfb;
109
  u8 bcl;
110
  u8 autolk; // NOTE: The UV-6 calls this byte voxenable, but the UV-5R
111
             // calls it autolk. Since this is a minor difference, it will
112
             // be referred to by the wrong name for the UV-6.
113
  u8 sftd;
114
  u8 unknown6[3];
115
  u8 wtled;
116
  u8 rxled;
117
  u8 txled;
118
  u8 almod;
119
  u8 band;
120
  u8 tdrab;
121
  u8 ste;
122
  u8 rpste;
123
  u8 rptrl;
124
  u8 ponmsg;
125
  u8 roger;
126
  u8 rogerrx;
127
  u8 tdrch; // NOTE: The UV-82HP calls this byte rtone, but the UV-6
128
            // calls it tdrch. Since this is a minor difference, it will
129
            // be referred to by the wrong name for the UV-82HP.
130
  u8 displayab:1,
131
     unknown1:2,
132
     fmradio:1,
133
     alarm:1,
134
     unknown2:1,
135
     reset:1,
136
     menu:1;
137
  u8 unknown1:6,
138
     singleptt:1,
139
     vfomrlock:1;
140
  u8 workmode;
141
  u8 keylock;
142
} settings;
143

    
144
#seekto 0x0E7E;
145
struct {
146
  u8 unused1:1,
147
     mrcha:7;
148
  u8 unused2:1,
149
     mrchb:7;
150
} wmchannel;
151

    
152
#seekto 0x0F10;
153
struct {
154
  u8 freq[8];
155
  u8 unknown1;
156
  u8 offset[4];
157
  u8 unknown2;
158
  ul16 rxtone;
159
  ul16 txtone;
160
  u8 unused1:7,
161
     band:1;
162
  u8 unknown3;
163
  u8 unused2:2,
164
     sftd:2,
165
     scode:4;
166
  u8 unknown4;
167
  u8 unused3:1
168
     step:3,
169
     unused4:4;
170
  u8 txpower:1,
171
     widenarr:1,
172
     unknown5:4,
173
     txpower3:2;
174
} vfoa;
175

    
176
#seekto 0x0F30;
177
struct {
178
  u8 freq[8];
179
  u8 unknown1;
180
  u8 offset[4];
181
  u8 unknown2;
182
  ul16 rxtone;
183
  ul16 txtone;
184
  u8 unused1:7,
185
     band:1;
186
  u8 unknown3;
187
  u8 unused2:2,
188
     sftd:2,
189
     scode:4;
190
  u8 unknown4;
191
  u8 unused3:1
192
     step:3,
193
     unused4:4;
194
  u8 txpower:1,
195
     widenarr:1,
196
     unknown5:4,
197
     txpower3:2;
198
} vfob;
199

    
200
#seekto 0x0F56;
201
u16 fm_presets;
202

    
203
#seekto 0x1008;
204
struct {
205
  char name[7];
206
  u8 unknown2[9];
207
} names[128];
208

    
209
#seekto 0x1818;
210
struct {
211
  char line1[7];
212
  char line2[7];
213
} sixpoweron_msg;
214

    
215
#seekto 0x%04X;
216
struct {
217
  char line1[7];
218
  char line2[7];
219
} poweron_msg;
220

    
221
#seekto 0x1838;
222
struct {
223
  char line1[7];
224
  char line2[7];
225
} firmware_msg;
226

    
227
struct limit {
228
  u8 enable;
229
  bbcd lower[2];
230
  bbcd upper[2];
231
};
232

    
233
#seekto 0x1908;
234
struct {
235
  struct limit vhf;
236
  struct limit uhf;
237
} limits_new;
238

    
239
#seekto 0x1910;
240
struct {
241
  u8 unknown1[2];
242
  struct limit vhf;
243
  u8 unknown2;
244
  u8 unknown3[8];
245
  u8 unknown4[2];
246
  struct limit uhf;
247
} limits_old;
248

    
249
struct squelch {
250
  u8 sql0;
251
  u8 sql1;
252
  u8 sql2;
253
  u8 sql3;
254
  u8 sql4;
255
  u8 sql5;
256
  u8 sql6;
257
  u8 sql7;
258
  u8 sql8;
259
  u8 sql9;
260
};
261

    
262
#seekto 0x18A8;
263
struct {
264
  struct squelch vhf;
265
  u8 unknown1[6];
266
  u8 unknown2[16];
267
  struct squelch uhf;
268
} squelch_new;
269

    
270
#seekto 0x18E8;
271
struct {
272
  struct squelch vhf;
273
  u8 unknown[6];
274
  struct squelch uhf;
275
} squelch_old;
276

    
277
"""
278

    
279
# 0x1EC0 - 0x2000
280

    
281
vhf_220_radio = "\x02"
282

    
283
BASETYPE_UV5R = ["BFS", "BFB", "N5R-2", "N5R2", "N5RV", "BTS", "D5R2"]
284
BASETYPE_F11 = ["USA"]
285
BASETYPE_UV82 = ["US2S2", "B82S", "BF82", "N82-2", "N822"]
286
BASETYPE_BJ55 = ["BJ55"]  # needed for for the Baojie UV-55 in bjuv55.py
287
BASETYPE_UV6 = ["BF1", "UV6"]
288
BASETYPE_KT980HP = ["BFP3V3 B"]
289
BASETYPE_F8HP = ["BFP3V3 F", "N5R-3", "N5R3", "F5R3", "BFT"]
290
BASETYPE_UV82HP = ["N82-3", "N823"]
291
BASETYPE_LIST = BASETYPE_UV5R + BASETYPE_F11 + BASETYPE_UV82 + \
292
    BASETYPE_BJ55 + BASETYPE_UV6 + BASETYPE_KT980HP + \
293
    BASETYPE_F8HP + BASETYPE_UV82HP
294

    
295
AB_LIST = ["A", "B"]
296
ALMOD_LIST = ["Site", "Tone", "Code"]
297
BANDWIDTH_LIST = ["Wide", "Narrow"]
298
COLOR_LIST = ["Off", "Blue", "Orange", "Purple"]
299
DTMFSPEED_LIST = ["%s ms" % x for x in range(50, 2010, 10)]
300
DTMFST_LIST = ["OFF", "DT-ST", "ANI-ST", "DT+ANI"]
301
MODE_LIST = ["Channel", "Name", "Frequency"]
302
PONMSG_LIST = ["Full", "Message"]
303
PTTID_LIST = ["Off", "BOT", "EOT", "Both"]
304
PTTIDCODE_LIST = ["%s" % x for x in range(1, 16)]
305
RTONE_LIST = ["1000 Hz", "1450 Hz", "1750 Hz", "2100Hz"]
306
RESUME_LIST = ["TO", "CO", "SE"]
307
ROGERRX_LIST = ["Off"] + AB_LIST
308
RPSTE_LIST = ["OFF"] + ["%s" % x for x in range(1, 11)]
309
SAVE_LIST = ["Off", "1:1", "1:2", "1:3", "1:4"]
310
SCODE_LIST = ["%s" % x for x in range(1, 16)]
311
SHIFTD_LIST = ["Off", "+", "-"]
312
STEDELAY_LIST = ["OFF"] + ["%s ms" % x for x in range(100, 1100, 100)]
313
STEPS = [2.5, 5.0, 6.25, 10.0, 12.5, 25.0]
314
STEP_LIST = [str(x) for x in STEPS]
315
STEPS = [2.5, 5.0, 6.25, 10.0, 12.5, 20.0, 25.0, 50.0]
316
STEP291_LIST = [str(x) for x in STEPS]
317
TDRAB_LIST = ["Off"] + AB_LIST
318
TDRCH_LIST = ["CH%s" % x for x in range(1, 129)]
319
TIMEOUT_LIST = ["%s sec" % x for x in range(15, 615, 15)]
320
TXPOWER_LIST = ["High", "Low"]
321
TXPOWER3_LIST = ["High", "Mid", "Low"]
322
VOICE_LIST = ["Off", "English", "Chinese"]
323
VOX_LIST = ["OFF"] + ["%s" % x for x in range(1, 11)]
324
WORKMODE_LIST = ["Frequency", "Channel"]
325

    
326
SETTING_LISTS = {
327
    "almod": ALMOD_LIST,
328
    "aniid": PTTID_LIST,
329
    "displayab": AB_LIST,
330
    "dtmfst": DTMFST_LIST,
331
    "dtmfspeed": DTMFSPEED_LIST,
332
    "mdfa": MODE_LIST,
333
    "mdfb": MODE_LIST,
334
    "ponmsg": PONMSG_LIST,
335
    "pttid": PTTID_LIST,
336
    "rtone": RTONE_LIST,
337
    "rogerrx": ROGERRX_LIST,
338
    "rpste": RPSTE_LIST,
339
    "rxled": COLOR_LIST,
340
    "save": SAVE_LIST,
341
    "scode": PTTIDCODE_LIST,
342
    "screv": RESUME_LIST,
343
    "sftd": SHIFTD_LIST,
344
    "stedelay": STEDELAY_LIST,
345
    "step": STEP_LIST,
346
    "step291": STEP291_LIST,
347
    "tdrab": TDRAB_LIST,
348
    "tdrch": TDRCH_LIST,
349
    "timeout": TIMEOUT_LIST,
350
    "txled": COLOR_LIST,
351
    "txpower": TXPOWER_LIST,
352
    "txpower3": TXPOWER3_LIST,
353
    "voice": VOICE_LIST,
354
    "vox": VOX_LIST,
355
    "widenarr": BANDWIDTH_LIST,
356
    "workmode": WORKMODE_LIST,
357
    "wtled": COLOR_LIST
358
}
359

    
360

    
361
def _do_status(radio, block):
362
    status = chirp_common.Status()
363
    status.msg = "Cloning"
364
    status.cur = block
365
    status.max = radio.get_memsize()
366
    radio.status_fn(status)
367

    
368
UV5R_MODEL_ORIG = "\x50\xBB\xFF\x01\x25\x98\x4D"
369
UV5R_MODEL_291 = "\x50\xBB\xFF\x20\x12\x07\x25"
370
UV5R_MODEL_F11 = "\x50\xBB\xFF\x13\xA1\x11\xDD"
371
UV5R_MODEL_UV82 = "\x50\xBB\xFF\x20\x13\x01\x05"
372
UV5R_MODEL_UV6 = "\x50\xBB\xFF\x20\x12\x08\x23"
373
UV5R_MODEL_UV6_ORIG = "\x50\xBB\xFF\x12\x03\x98\x4D"
374
UV5R_MODEL_A58 = "\x50\xBB\xFF\x20\x14\x04\x13"
375

    
376

    
377
def _upper_band_from_data(data):
378
    return data[0x03:0x04]
379

    
380

    
381
def _upper_band_from_image(radio):
382
    return _upper_band_from_data(radio.get_mmap())
383

    
384

    
385
def _firmware_version_from_data(data, version_start, version_stop):
386
    version_tag = data[version_start:version_stop]
387
    return version_tag
388

    
389

    
390
def _firmware_version_from_image(radio):
391
    version = _firmware_version_from_data(radio.get_mmap(),
392
                                          radio._fw_ver_file_start,
393
                                          radio._fw_ver_file_stop)
394
    LOG.debug("_firmware_version_from_image: " + util.hexprint(version))
395
    return version
396

    
397

    
398
def _do_ident(radio, magic, secondack=True):
399
    serial = radio.pipe
400
    serial.timeout = 1
401

    
402
    LOG.info("Sending Magic: %s" % util.hexprint(magic))
403
    for byte in magic:
404
        serial.write(byte)
405
        time.sleep(0.01)
406
    ack = serial.read(1)
407

    
408
    if ack != "\x06":
409
        if ack:
410
            LOG.debug(repr(ack))
411
        raise errors.RadioError("Radio did not respond")
412

    
413
    serial.write("\x02")
414

    
415
    # Until recently, the "ident" returned by the radios supported by this
416
    # driver have always been 8 bytes long. The image sturcture is the 8 byte
417
    # "ident" followed by the downloaded memory data. So all of the settings
418
    # structures are offset by 8 bytes. The ident returned from a UV-6 radio
419
    # can be 8 bytes (original model) or now 12 bytes.
420
    #
421
    # To accomodate this, the "ident" is now read one byte at a time until the
422
    # last byte ("\xdd") is encountered. The bytes containing the value "\x01"
423
    # are discarded to shrink the "ident" length down to 8 bytes to keep the
424
    # image data aligned with the existing settings structures.
425

    
426
    # Ok, get the response
427
    response = ""
428
    for i in range(1, 13):
429
        byte = serial.read(1)
430
        response += byte
431
        # stop reading once the last byte ("\xdd") is encountered
432
        if byte == "\xdd":
433
            break
434

    
435
    # check if response is OK
436
    if len(response) in [8, 12]:
437
        # DEBUG
438
        LOG.info("Valid response, got this:")
439
        LOG.debug(util.hexprint(response))
440
        if len(response) == 12:
441
            ident = response[0] + response[3] + response[5] + response[7:]
442
        else:
443
            ident = response
444
    else:
445
        # bad response
446
        msg = "Unexpected response, got this:"
447
        msg += util.hexprint(response)
448
        LOG.debug(msg)
449
        raise errors.RadioError("Unexpected response from radio.")
450

    
451
    if secondack:
452
        serial.write("\x06")
453
        ack = serial.read(1)
454
        if ack != "\x06":
455
            raise errors.RadioError("Radio refused clone")
456

    
457
    return ident
458

    
459

    
460
def _read_block(radio, start, size, first_command=False):
461
    msg = struct.pack(">BHB", ord("S"), start, size)
462
    radio.pipe.write(msg)
463

    
464
    if first_command is False:
465
        ack = radio.pipe.read(1)
466
        if ack != "\x06":
467
            raise errors.RadioError(
468
                "Radio refused to send second block 0x%04x" % start)
469

    
470
    answer = radio.pipe.read(4)
471
    if len(answer) != 4:
472
        raise errors.RadioError("Radio refused to send block 0x%04x" % start)
473

    
474
    cmd, addr, length = struct.unpack(">BHB", answer)
475
    if cmd != ord("X") or addr != start or length != size:
476
        LOG.error("Invalid answer for block 0x%04x:" % start)
477
        LOG.debug("CMD: %s  ADDR: %04x  SIZE: %02x" % (cmd, addr, length))
478
        raise errors.RadioError("Unknown response from radio")
479

    
480
    chunk = radio.pipe.read(0x40)
481
    if not chunk:
482
        raise errors.RadioError("Radio did not send block 0x%04x" % start)
483
    elif len(chunk) != size:
484
        LOG.error("Chunk length was 0x%04i" % len(chunk))
485
        raise errors.RadioError("Radio sent incomplete block 0x%04x" % start)
486

    
487
    radio.pipe.write("\x06")
488
    time.sleep(0.05)
489

    
490
    return chunk
491

    
492

    
493
def _get_radio_firmware_version(radio):
494
    if radio.MODEL == "BJ-UV55":
495
        block = _read_block(radio, 0x1FF0, 0x40, True)
496
        version = block[0:6]
497
    else:
498
        block1 = _read_block(radio, 0x1EC0, 0x40, True)
499
        block2 = _read_block(radio, 0x1F00, 0x40, False)
500
        block = block1 + block2
501
        version = block[48:62]
502
    return version
503

    
504

    
505
IDENT_BLACKLIST = {
506
    "\x50\x0D\x0C\x20\x16\x03\x28": "Radio identifies as BTECH UV-5X3",
507
}
508

    
509

    
510
def _ident_radio(radio):
511
    for magic in radio._idents:
512
        error = None
513
        try:
514
            data = _do_ident(radio, magic)
515
            return data
516
        except errors.RadioError, e:
517
            LOG.error(e)
518
            error = e
519
            time.sleep(2)
520

    
521
    for magic, reason in IDENT_BLACKLIST.items():
522
        try:
523
            _do_ident(radio, magic, secondack=False)
524
        except errors.RadioError as e:
525
            # No match, try the next one
526
            continue
527

    
528
        # If we got here, it means we identified the radio as
529
        # something other than one of our valid idents. Warn
530
        # the user so they can do the right thing.
531
        LOG.warning(('Identified radio as a blacklisted model '
532
                     '(details: %s)') % reason)
533
        raise errors.RadioError(('%s. Please choose the proper vendor/'
534
                                 'model and try again.') % reason)
535

    
536
    if error:
537
        raise error
538
    raise errors.RadioError("Radio did not respond")
539

    
540

    
541
def _do_download(radio):
542
    data = _ident_radio(radio)
543

    
544
    radio_version = _get_radio_firmware_version(radio)
545
    LOG.info("Radio Version is %s" % repr(radio_version))
546

    
547
    if "HN5RV" in radio_version and radio.MODEL in ["UV-5R", "BF-F8HP"]:
548
        # A radio with HN5RV firmware has been detected. It could be a 
549
        # UV-5R style radio with HIGH/LOW power levels or it could be a 
550
        # BF-F8HP style radio with HIGH/MID/LOW power levels.
551
        # We are going to count on the user to make the right choice and
552
        # then append that model type to the end of the image so it can
553
        # be properly detected when loaded.
554
        append_model = True
555
    elif "\xFF" * 14 in radio_version and radio.MODEL in ["UV-5R", "UV-82HP"]:
556
        # A radio UV-5R style radio that reports no firmware version has
557
        # been detected. 
558
        # We are going to count on the user to make the right choice and 
559
        # then append that model type to the end of the image so it can
560
        # be properly detected when loaded.
561
        append_model = True
562
    elif not any(type in radio_version for type in radio._basetype):
563
        # This radio can't be properly detected by parsing its firmware
564
        # version.
565
        raise errors.RadioError("Incorrect 'Model' selected.")
566
    else:
567
        # This radio can be properly detected by parsing its firmware version.
568
        # There is no need to append its model type to the end of the image.
569
        append_model = False
570

    
571
    # Main block
572
    LOG.debug("downloading main block...")
573
    for i in range(0, 0x1800, 0x40):
574
        data += _read_block(radio, i, 0x40, False)
575
        _do_status(radio, i)
576
    _do_status(radio, radio.get_memsize())
577
    LOG.debug("done.")
578
    LOG.debug("downloading aux block...")
579
    # Auxiliary block starts at 0x1ECO (?)
580
    for i in range(0x1EC0, 0x2000, 0x40):
581
        data += _read_block(radio, i, 0x40, False)
582

    
583
    if append_model:
584
        data += radio.MODEL.ljust(8)
585

    
586
    LOG.debug("done.")
587
    return memmap.MemoryMap(data)
588

    
589

    
590
def _send_block(radio, addr, data):
591
    msg = struct.pack(">BHB", ord("X"), addr, len(data))
592
    radio.pipe.write(msg + data)
593
    time.sleep(0.05)
594

    
595
    ack = radio.pipe.read(1)
596
    if ack != "\x06":
597
        raise errors.RadioError("Radio refused to accept block 0x%04x" % addr)
598

    
599

    
600
def _do_upload(radio):
601
    ident = _ident_radio(radio)
602
    radio_upper_band = ident[3:4]
603
    image_upper_band = _upper_band_from_image(radio)
604

    
605
    if image_upper_band == vhf_220_radio or radio_upper_band == vhf_220_radio:
606
        if image_upper_band != radio_upper_band:
607
            raise errors.RadioError("Image not supported by radio")
608

    
609
    image_version = _firmware_version_from_image(radio)
610
    radio_version = _get_radio_firmware_version(radio)
611
    LOG.info("Image Version is %s" % repr(image_version))
612
    LOG.info("Radio Version is %s" % repr(radio_version))
613

    
614
    # default ranges
615
    _ranges_main_default = [
616
        (0x0008, 0x0CF8),
617
        (0x0D08, 0x0DF8),
618
        (0x0E08, 0x1808)
619
        ]
620
    _ranges_aux_default = [
621
        (0x1EC0, 0x1EF0),
622
        ]
623

    
624
    # extra aux ranges
625
    _ranges_aux_extra = [
626
        (0x1F60, 0x1F70), 
627
        (0x1F80, 0x1F90), 
628
        (0x1FC0, 0x1FD0)
629
        ]
630

    
631
    if image_version == radio_version:
632
        image_matched_radio = True
633
        if image_version.startswith("HN5RV"):
634
            ranges_main = _ranges_main_default
635
            ranges_aux = _ranges_aux_default + _ranges_aux_extra
636
        elif image_version == 0xFF * 14:
637
            ranges_main = _ranges_main_default
638
            ranges_aux = _ranges_aux_default + _ranges_aux_extra
639
        else:
640
            ranges_main = radio._ranges_main
641
            ranges_aux =  radio._ranges_aux
642
    elif any(type in radio_version for type in radio._basetype):
643
        image_matched_radio = False
644
        ranges_main = _ranges_main_default
645
        ranges_aux = _ranges_aux_default
646
    else:
647
        msg = ("The upload was stopped because the firmware "
648
               "version of the image (%s) does not match that "
649
               "of the radio (%s).")
650
        raise errors.RadioError(msg % (image_version, radio_version))
651

    
652
    # Main block
653
    for start_addr, end_addr in ranges_main:
654
        for i in range(start_addr, end_addr, 0x10):
655
            _send_block(radio, i - 0x08, radio.get_mmap()[i:i + 0x10])
656
            _do_status(radio, i)
657
        _do_status(radio, radio.get_memsize())
658

    
659
    if len(radio.get_mmap().get_packed()) == 0x1808:
660
        LOG.info("Old image, not writing aux block")
661
        return  # Old image, no aux block
662

    
663
    # Auxiliary block at radio address 0x1EC0, our offset 0x1808
664
    for start_addr, end_addr in ranges_aux:
665
        for i in range(start_addr, end_addr, 0x10):
666
            addr = 0x1808 + (i - 0x1EC0)
667
            _send_block(radio, i, radio.get_mmap()[addr:addr + 0x10])
668

    
669
    if image_matched_radio == False:
670
        msg = ("Upload finished, but the 'Other Settings' "
671
               "could not be sent because the firmware "
672
               "version of the image (%s) does not match "
673
               "that of the radio (%s).")
674
        raise errors.RadioError(msg % (image_version, radio_version))
675

    
676
UV5R_POWER_LEVELS = [chirp_common.PowerLevel("High", watts=4.00),
677
                     chirp_common.PowerLevel("Low",  watts=1.00)]
678

    
679
UV5R_POWER_LEVELS3 = [chirp_common.PowerLevel("High", watts=8.00),
680
                      chirp_common.PowerLevel("Med",  watts=4.00),
681
                      chirp_common.PowerLevel("Low",  watts=1.00)]
682

    
683
UV5R_DTCS = sorted(chirp_common.DTCS_CODES + [645])
684

    
685
UV5R_CHARSET = chirp_common.CHARSET_UPPER_NUMERIC + \
686
    "!@#$%^&*()+-=[]:\";'<>?,./"
687

    
688
def model_match(cls, data):
689
    """Match the opened/downloaded image to the correct version"""
690

    
691
    if len(data) == 0x1950:
692
        rid = data[0x1948:0x1950]
693
        return rid.startswith(cls.MODEL)
694
    elif len(data) == 0x1948:
695
        rid = data[cls._fw_ver_file_start:cls._fw_ver_file_stop]
696
        if any(type in rid for type in cls._basetype):
697
            return True
698
    else:
699
        return False
700

    
701

    
702
class BaofengUV5R(chirp_common.CloneModeRadio,
703
                  chirp_common.ExperimentalRadio):
704

    
705
    """Baofeng UV-5R"""
706
    VENDOR = "Baofeng"
707
    MODEL = "UV-5R"
708
    BAUD_RATE = 9600
709

    
710
    _memsize = 0x1808
711
    _basetype = BASETYPE_UV5R
712
    _idents = [UV5R_MODEL_291,
713
               UV5R_MODEL_ORIG
714
               ]
715
    _vhf_range = (136000000, 174000000)
716
    _220_range = (220000000, 260000000)
717
    _uhf_range = (400000000, 520000000)
718
    _mem_params = (0x1828  # poweron_msg offset
719
                   )
720
    # offset of fw version in image file
721
    _fw_ver_file_start = 0x1838
722
    _fw_ver_file_stop = 0x1846
723

    
724
    _ranges_main = [
725
                    (0x0008, 0x1808),
726
                   ]
727
    _ranges_aux = [
728
                   (0x1EC0, 0x2000),
729
                  ]
730

    
731
    @classmethod
732
    def get_prompts(cls):
733
        rp = chirp_common.RadioPrompts()
734
        rp.experimental = \
735
            ('Due to the fact that the manufacturer continues to '
736
             'release new versions of the firmware with obscure and '
737
             'hard-to-track changes, this driver may not work with '
738
             'your device. Thus far and to the best knowledge of the '
739
             'author, no UV-5R radios have been harmed by using CHIRP. '
740
             'However, proceed at your own risk!')
741
        rp.pre_download = _(dedent("""\
742
            1. Turn radio off.
743
            2. Connect cable to mic/spkr connector.
744
            3. Make sure connector is firmly connected.
745
            4. Turn radio on (volume may need to be set at 100%).
746
            5. Ensure that the radio is tuned to channel with no activity.
747
            6. Click OK to download image from device."""))
748
        rp.pre_upload = _(dedent("""\
749
            1. Turn radio off.
750
            2. Connect cable to mic/spkr connector.
751
            3. Make sure connector is firmly connected.
752
            4. Turn radio on (volume may need to be set at 100%).
753
            5. Ensure that the radio is tuned to channel with no activity.
754
            6. Click OK to upload image to device."""))
755
        return rp
756

    
757
    def get_features(self):
758
        rf = chirp_common.RadioFeatures()
759
        rf.has_settings = True
760
        rf.has_bank = False
761
        rf.has_cross = True
762
        rf.has_rx_dtcs = True
763
        rf.has_tuning_step = False
764
        rf.can_odd_split = True
765
        rf.valid_name_length = 7
766
        rf.valid_characters = UV5R_CHARSET
767
        rf.valid_skips = ["", "S"]
768
        rf.valid_tmodes = ["", "Tone", "TSQL", "DTCS", "Cross"]
769
        rf.valid_cross_modes = ["Tone->Tone", "Tone->DTCS", "DTCS->Tone",
770
                                "->Tone", "->DTCS", "DTCS->", "DTCS->DTCS"]
771
        rf.valid_power_levels = UV5R_POWER_LEVELS
772
        rf.valid_duplexes = ["", "-", "+", "split", "off"]
773
        rf.valid_modes = ["FM", "NFM"]
774

    
775
        normal_bands = [self._vhf_range, self._uhf_range]
776
        rax_bands = [self._vhf_range, self._220_range]
777

    
778
        if self._mmap is None:
779
            rf.valid_bands = [normal_bands[0], rax_bands[1], normal_bands[1]]
780
        elif not self._is_orig() and self._my_upper_band() == vhf_220_radio:
781
            rf.valid_bands = rax_bands
782
        else:
783
            rf.valid_bands = normal_bands
784
        rf.memory_bounds = (0, 127)
785
        return rf
786

    
787
    @classmethod
788
    def match_model(cls, filedata, filename):
789
        match_size = False
790
        match_model = False
791
        if len(filedata) in [0x1808, 0x1948, 0x1950]:
792
            match_size = True
793
        #fwdata = _firmware_version_from_data(filedata,
794
        #                                     cls._fw_ver_file_start,
795
        #                                     cls._fw_ver_file_stop)
796
        #if any(type in fwdata for type in cls._basetype):
797
        #    match_model = True
798
        match_model = model_match(cls, filedata)
799

    
800
        if match_size and match_model:
801
            return True
802
        else:
803
            return False
804

    
805
    def process_mmap(self):
806
        self._memobj = bitwise.parse(MEM_FORMAT % self._mem_params, self._mmap)
807

    
808
    def sync_in(self):
809
        try:
810
            self._mmap = _do_download(self)
811
        except errors.RadioError:
812
            raise
813
        except Exception, e:
814
            raise errors.RadioError("Failed to communicate with radio: %s" % e)
815
        self.process_mmap()
816

    
817
    def sync_out(self):
818
        try:
819
            _do_upload(self)
820
        except errors.RadioError:
821
            raise
822
        except Exception, e:
823
            raise errors.RadioError("Failed to communicate with radio: %s" % e)
824

    
825
    def get_raw_memory(self, number):
826
        return repr(self._memobj.memory[number])
827

    
828
    def _is_txinh(self, _mem):
829
        raw_tx = ""
830
        for i in range(0, 4):
831
            raw_tx += _mem.txfreq[i].get_raw()
832
        return raw_tx == "\xFF\xFF\xFF\xFF"
833

    
834
    def _get_mem(self, number):
835
        return self._memobj.memory[number]
836

    
837
    def _get_nam(self, number):
838
        return self._memobj.names[number]
839

    
840
    def get_memory(self, number):
841
        _mem = self._get_mem(number)
842
        _nam = self._get_nam(number)
843

    
844
        mem = chirp_common.Memory()
845
        mem.number = number
846

    
847
        if _mem.get_raw()[0] == "\xff":
848
            mem.empty = True
849
            return mem
850

    
851
        mem.freq = int(_mem.rxfreq) * 10
852

    
853
        if self._is_txinh(_mem):
854
            mem.duplex = "off"
855
            mem.offset = 0
856
        elif int(_mem.rxfreq) == int(_mem.txfreq):
857
            mem.duplex = ""
858
            mem.offset = 0
859
        elif abs(int(_mem.rxfreq) * 10 - int(_mem.txfreq) * 10) > 70000000:
860
            mem.duplex = "split"
861
            mem.offset = int(_mem.txfreq) * 10
862
        else:
863
            mem.duplex = int(_mem.rxfreq) > int(_mem.txfreq) and "-" or "+"
864
            mem.offset = abs(int(_mem.rxfreq) - int(_mem.txfreq)) * 10
865

    
866
        for char in _nam.name:
867
            if str(char) == "\xFF":
868
                char = " "  # The UV-5R software may have 0xFF mid-name
869
            mem.name += str(char)
870
        mem.name = mem.name.rstrip()
871

    
872
        dtcs_pol = ["N", "N"]
873

    
874
        if _mem.txtone in [0, 0xFFFF]:
875
            txmode = ""
876
        elif _mem.txtone >= 0x0258:
877
            txmode = "Tone"
878
            mem.rtone = int(_mem.txtone) / 10.0
879
        elif _mem.txtone <= 0x0258:
880
            txmode = "DTCS"
881
            if _mem.txtone > 0x69:
882
                index = _mem.txtone - 0x6A
883
                dtcs_pol[0] = "R"
884
            else:
885
                index = _mem.txtone - 1
886
            mem.dtcs = UV5R_DTCS[index]
887
        else:
888
            LOG.warn("Bug: txtone is %04x" % _mem.txtone)
889

    
890
        if _mem.rxtone in [0, 0xFFFF]:
891
            rxmode = ""
892
        elif _mem.rxtone >= 0x0258:
893
            rxmode = "Tone"
894
            mem.ctone = int(_mem.rxtone) / 10.0
895
        elif _mem.rxtone <= 0x0258:
896
            rxmode = "DTCS"
897
            if _mem.rxtone >= 0x6A:
898
                index = _mem.rxtone - 0x6A
899
                dtcs_pol[1] = "R"
900
            else:
901
                index = _mem.rxtone - 1
902
            mem.rx_dtcs = UV5R_DTCS[index]
903
        else:
904
            LOG.warn("Bug: rxtone is %04x" % _mem.rxtone)
905

    
906
        if txmode == "Tone" and not rxmode:
907
            mem.tmode = "Tone"
908
        elif txmode == rxmode and txmode == "Tone" and mem.rtone == mem.ctone:
909
            mem.tmode = "TSQL"
910
        elif txmode == rxmode and txmode == "DTCS" and mem.dtcs == mem.rx_dtcs:
911
            mem.tmode = "DTCS"
912
        elif rxmode or txmode:
913
            mem.tmode = "Cross"
914
            mem.cross_mode = "%s->%s" % (txmode, rxmode)
915

    
916
        mem.dtcs_polarity = "".join(dtcs_pol)
917

    
918
        if not _mem.scan:
919
            mem.skip = "S"
920

    
921
        if self.MODEL in ("KT-980HP", "BF-F8HP", "UV-82HP"):
922
            levels = UV5R_POWER_LEVELS3
923
        else:
924
            levels = UV5R_POWER_LEVELS
925
        try:
926
            mem.power = levels[_mem.lowpower]
927
        except IndexError:
928
            LOG.error("Radio reported invalid power level %s (in %s)" %
929
                      (_mem.lowpower, levels))
930
            mem.power = levels[0]
931

    
932
        mem.mode = _mem.wide and "FM" or "NFM"
933

    
934
        mem.extra = RadioSettingGroup("Extra", "extra")
935

    
936
        rs = RadioSetting("bcl", "BCL",
937
                          RadioSettingValueBoolean(_mem.bcl))
938
        mem.extra.append(rs)
939

    
940
        rs = RadioSetting("pttid", "PTT ID",
941
                          RadioSettingValueList(PTTID_LIST,
942
                                                PTTID_LIST[_mem.pttid]))
943
        mem.extra.append(rs)
944

    
945
        rs = RadioSetting("scode", "PTT ID Code",
946
                          RadioSettingValueList(PTTIDCODE_LIST,
947
                                                PTTIDCODE_LIST[_mem.scode]))
948
        mem.extra.append(rs)
949

    
950
        return mem
951

    
952
    def _set_mem(self, number):
953
        return self._memobj.memory[number]
954

    
955
    def _set_nam(self, number):
956
        return self._memobj.names[number]
957

    
958
    def set_memory(self, mem):
959
        _mem = self._get_mem(mem.number)
960
        _nam = self._get_nam(mem.number)
961

    
962
        if mem.empty:
963
            _mem.set_raw("\xff" * 16)
964
            _nam.set_raw("\xff" * 16)
965
            return
966

    
967
        was_empty = False
968
        # same method as used in get_memory to find
969
        # out whether a raw memory is empty
970
        if _mem.get_raw()[0] == "\xff":
971
            was_empty = True
972
            LOG.debug("UV5R: this mem was empty")
973
        else:
974
            # memorize old extra-values before erasing the whole memory
975
            # used to solve issue 4121
976
            LOG.debug("mem was not empty, memorize extra-settings")
977
            prev_bcl = _mem.bcl.get_value()
978
            prev_scode = _mem.scode.get_value()
979
            prev_pttid = _mem.pttid.get_value()
980

    
981
        _mem.set_raw("\x00" * 16)
982

    
983
        _mem.rxfreq = mem.freq / 10
984

    
985
        if mem.duplex == "off":
986
            for i in range(0, 4):
987
                _mem.txfreq[i].set_raw("\xFF")
988
        elif mem.duplex == "split":
989
            _mem.txfreq = mem.offset / 10
990
        elif mem.duplex == "+":
991
            _mem.txfreq = (mem.freq + mem.offset) / 10
992
        elif mem.duplex == "-":
993
            _mem.txfreq = (mem.freq - mem.offset) / 10
994
        else:
995
            _mem.txfreq = mem.freq / 10
996

    
997
        _namelength = self.get_features().valid_name_length
998
        for i in range(_namelength):
999
            try:
1000
                _nam.name[i] = mem.name[i]
1001
            except IndexError:
1002
                _nam.name[i] = "\xFF"
1003

    
1004
        rxmode = txmode = ""
1005
        if mem.tmode == "Tone":
1006
            _mem.txtone = int(mem.rtone * 10)
1007
            _mem.rxtone = 0
1008
        elif mem.tmode == "TSQL":
1009
            _mem.txtone = int(mem.ctone * 10)
1010
            _mem.rxtone = int(mem.ctone * 10)
1011
        elif mem.tmode == "DTCS":
1012
            rxmode = txmode = "DTCS"
1013
            _mem.txtone = UV5R_DTCS.index(mem.dtcs) + 1
1014
            _mem.rxtone = UV5R_DTCS.index(mem.dtcs) + 1
1015
        elif mem.tmode == "Cross":
1016
            txmode, rxmode = mem.cross_mode.split("->", 1)
1017
            if txmode == "Tone":
1018
                _mem.txtone = int(mem.rtone * 10)
1019
            elif txmode == "DTCS":
1020
                _mem.txtone = UV5R_DTCS.index(mem.dtcs) + 1
1021
            else:
1022
                _mem.txtone = 0
1023
            if rxmode == "Tone":
1024
                _mem.rxtone = int(mem.ctone * 10)
1025
            elif rxmode == "DTCS":
1026
                _mem.rxtone = UV5R_DTCS.index(mem.rx_dtcs) + 1
1027
            else:
1028
                _mem.rxtone = 0
1029
        else:
1030
            _mem.rxtone = 0
1031
            _mem.txtone = 0
1032

    
1033
        if txmode == "DTCS" and mem.dtcs_polarity[0] == "R":
1034
            _mem.txtone += 0x69
1035
        if rxmode == "DTCS" and mem.dtcs_polarity[1] == "R":
1036
            _mem.rxtone += 0x69
1037

    
1038
        _mem.scan = mem.skip != "S"
1039
        _mem.wide = mem.mode == "FM"
1040

    
1041
        if mem.power:
1042
            if self.MODEL in ("KT-980HP", "BF-F8HP", "UV-82HP"):
1043
                levels = [str(l) for l in UV5R_POWER_LEVELS3]
1044
                _mem.lowpower = levels.index(str(mem.power))
1045
            else:
1046
                _mem.lowpower = UV5R_POWER_LEVELS.index(mem.power)
1047
        else:
1048
            _mem.lowpower = 0
1049

    
1050
        if not was_empty:
1051
            # restoring old extra-settings (issue 4121
1052
            _mem.bcl.set_value(prev_bcl)
1053
            _mem.scode.set_value(prev_scode)
1054
            _mem.pttid.set_value(prev_pttid)
1055

    
1056
        for setting in mem.extra:
1057
            setattr(_mem, setting.get_name(), setting.value)
1058

    
1059
    def _is_orig(self):
1060
        version_tag = _firmware_version_from_image(self)
1061
        LOG.debug("@_is_orig, version_tag: %s", util.hexprint(version_tag))
1062
        try:
1063
            if 'BFB' in version_tag:
1064
                idx = version_tag.index("BFB") + 3
1065
                version = int(version_tag[idx:idx + 3])
1066
                return version < 291
1067
            return False
1068
        except:
1069
            pass
1070
        raise errors.RadioError("Unable to parse version string %s" %
1071
                                version_tag)
1072

    
1073
    def _my_version(self):
1074
        version_tag = _firmware_version_from_image(self)
1075
        if 'BFB' in version_tag:
1076
            idx = version_tag.index("BFB") + 3
1077
            return int(version_tag[idx:idx + 3])
1078

    
1079
        raise Exception("Unrecognized firmware version string")
1080

    
1081
    def _my_upper_band(self):
1082
        band_tag = _upper_band_from_image(self)
1083
        return band_tag
1084

    
1085
    def _get_settings(self):
1086
        _ani = self._memobj.ani
1087
        _fm_presets = self._memobj.fm_presets
1088
        _settings = self._memobj.settings
1089
        _squelch = self._memobj.squelch_new
1090
        _vfoa = self._memobj.vfoa
1091
        _vfob = self._memobj.vfob
1092
        _wmchannel = self._memobj.wmchannel
1093
        basic = RadioSettingGroup("basic", "Basic Settings")
1094
        advanced = RadioSettingGroup("advanced", "Advanced Settings")
1095

    
1096
        group = RadioSettings(basic, advanced)
1097

    
1098
        rs = RadioSetting("squelch", "Carrier Squelch Level",
1099
                          RadioSettingValueInteger(0, 9, _settings.squelch))
1100
        basic.append(rs)
1101

    
1102
        rs = RadioSetting("save", "Battery Saver",
1103
                          RadioSettingValueList(
1104
                              SAVE_LIST, SAVE_LIST[_settings.save]))
1105
        basic.append(rs)
1106

    
1107
        rs = RadioSetting("vox", "VOX Sensitivity",
1108
                          RadioSettingValueList(
1109
                              VOX_LIST, VOX_LIST[_settings.vox]))
1110
        advanced.append(rs)
1111

    
1112
        if self.MODEL == "UV-6":
1113
            # NOTE: The UV-6 calls this byte voxenable, but the UV-5R calls it
1114
            # autolk. Since this is a minor difference, it will be referred to
1115
            # by the wrong name for the UV-6.
1116
            rs = RadioSetting("autolk", "Vox",
1117
                              RadioSettingValueBoolean(_settings.autolk))
1118
            advanced.append(rs)
1119

    
1120
        if self.MODEL != "UV-6":
1121
            rs = RadioSetting("abr", "Backlight Timeout",
1122
                              RadioSettingValueInteger(0, 24, _settings.abr))
1123
            basic.append(rs)
1124

    
1125
        rs = RadioSetting("tdr", "Dual Watch",
1126
                          RadioSettingValueBoolean(_settings.tdr))
1127
        advanced.append(rs)
1128

    
1129
        if self.MODEL == "UV-6":
1130
            rs = RadioSetting("tdrch", "Dual Watch Channel",
1131
                              RadioSettingValueList(
1132
                                  TDRCH_LIST, TDRCH_LIST[_settings.tdrch]))
1133
            advanced.append(rs)
1134

    
1135
            rs = RadioSetting("tdrab", "Dual Watch TX Priority",
1136
                              RadioSettingValueBoolean(_settings.tdrab))
1137
            advanced.append(rs)
1138
        else:
1139
            rs = RadioSetting("tdrab", "Dual Watch TX Priority",
1140
                              RadioSettingValueList(
1141
                                  TDRAB_LIST, TDRAB_LIST[_settings.tdrab]))
1142
            advanced.append(rs)
1143

    
1144
        if self.MODEL == "UV-6":
1145
            rs = RadioSetting("alarm", "Alarm Sound",
1146
                              RadioSettingValueBoolean(_settings.alarm))
1147
            advanced.append(rs)
1148

    
1149
        if _settings.almod > 0x02:
1150
            val = 0x01
1151
        else:
1152
            val = _settings.almod
1153
        rs = RadioSetting("almod", "Alarm Mode",
1154
                          RadioSettingValueList(
1155
                              ALMOD_LIST, ALMOD_LIST[val]))
1156
        advanced.append(rs)
1157

    
1158
        rs = RadioSetting("beep", "Beep",
1159
                          RadioSettingValueBoolean(_settings.beep))
1160
        basic.append(rs)
1161

    
1162
        rs = RadioSetting("timeout", "Timeout Timer",
1163
                          RadioSettingValueList(
1164
                              TIMEOUT_LIST, TIMEOUT_LIST[_settings.timeout]))
1165
        basic.append(rs)
1166

    
1167
        if self._is_orig() and self._my_version() < 251:
1168
            rs = RadioSetting("voice", "Voice",
1169
                              RadioSettingValueBoolean(_settings.voice))
1170
            advanced.append(rs)
1171
        else:
1172
            rs = RadioSetting("voice", "Voice",
1173
                              RadioSettingValueList(
1174
                                  VOICE_LIST, VOICE_LIST[_settings.voice]))
1175
            advanced.append(rs)
1176

    
1177
        rs = RadioSetting("screv", "Scan Resume",
1178
                          RadioSettingValueList(
1179
                              RESUME_LIST, RESUME_LIST[_settings.screv]))
1180
        advanced.append(rs)
1181

    
1182
        if self.MODEL != "UV-6":
1183
            rs = RadioSetting("mdfa", "Display Mode (A)",
1184
                              RadioSettingValueList(
1185
                                  MODE_LIST, MODE_LIST[_settings.mdfa]))
1186
            basic.append(rs)
1187

    
1188
            rs = RadioSetting("mdfb", "Display Mode (B)",
1189
                              RadioSettingValueList(
1190
                                  MODE_LIST, MODE_LIST[_settings.mdfb]))
1191
            basic.append(rs)
1192

    
1193
        rs = RadioSetting("bcl", "Busy Channel Lockout",
1194
                          RadioSettingValueBoolean(_settings.bcl))
1195
        advanced.append(rs)
1196

    
1197
        if self.MODEL != "UV-6":
1198
            rs = RadioSetting("autolk", "Automatic Key Lock",
1199
                              RadioSettingValueBoolean(_settings.autolk))
1200
            advanced.append(rs)
1201

    
1202
        rs = RadioSetting("fmradio", "Broadcast FM Radio",
1203
                          RadioSettingValueBoolean(_settings.fmradio))
1204
        advanced.append(rs)
1205

    
1206
        if self.MODEL != "UV-6":
1207
            rs = RadioSetting("wtled", "Standby LED Color",
1208
                              RadioSettingValueList(
1209
                                  COLOR_LIST, COLOR_LIST[_settings.wtled]))
1210
            basic.append(rs)
1211

    
1212
            rs = RadioSetting("rxled", "RX LED Color",
1213
                              RadioSettingValueList(
1214
                                  COLOR_LIST, COLOR_LIST[_settings.rxled]))
1215
            basic.append(rs)
1216

    
1217
            rs = RadioSetting("txled", "TX LED Color",
1218
                              RadioSettingValueList(
1219
                                  COLOR_LIST, COLOR_LIST[_settings.txled]))
1220
            basic.append(rs)
1221

    
1222
        if self.MODEL == "UV-82":
1223
            rs = RadioSetting("roger", "Roger Beep (TX)",
1224
                              RadioSettingValueBoolean(_settings.roger))
1225
            basic.append(rs)
1226
            rs = RadioSetting("rogerrx", "Roger Beep (RX)",
1227
                              RadioSettingValueList(
1228
                                  ROGERRX_LIST,
1229
                                  ROGERRX_LIST[_settings.rogerrx]))
1230
            basic.append(rs)
1231
        else:
1232
            rs = RadioSetting("roger", "Roger Beep",
1233
                              RadioSettingValueBoolean(_settings.roger))
1234
            basic.append(rs)
1235

    
1236
        rs = RadioSetting("ste", "Squelch Tail Eliminate (HT to HT)",
1237
                          RadioSettingValueBoolean(_settings.ste))
1238
        advanced.append(rs)
1239

    
1240
        rs = RadioSetting("rpste", "Squelch Tail Eliminate (repeater)",
1241
                          RadioSettingValueList(
1242
                              RPSTE_LIST, RPSTE_LIST[_settings.rpste]))
1243
        advanced.append(rs)
1244

    
1245
        rs = RadioSetting("rptrl", "STE Repeater Delay",
1246
                          RadioSettingValueList(
1247
                              STEDELAY_LIST, STEDELAY_LIST[_settings.rptrl]))
1248
        advanced.append(rs)
1249

    
1250
        if self.MODEL != "UV-6":
1251
            rs = RadioSetting("reset", "RESET Menu",
1252
                              RadioSettingValueBoolean(_settings.reset))
1253
            advanced.append(rs)
1254

    
1255
            rs = RadioSetting("menu", "All Menus",
1256
                              RadioSettingValueBoolean(_settings.menu))
1257
            advanced.append(rs)
1258

    
1259
        if self.MODEL == "F-11":
1260
            # this is an F-11 only feature
1261
            rs = RadioSetting("vfomrlock", "VFO/MR Button",
1262
                              RadioSettingValueBoolean(_settings.vfomrlock))
1263
            advanced.append(rs)
1264

    
1265
        if self.MODEL == "UV-82":
1266
            # this is a UV-82C only feature
1267
            rs = RadioSetting("vfomrlock", "VFO/MR Switching (UV-82C only)",
1268
                              RadioSettingValueBoolean(_settings.vfomrlock))
1269
            advanced.append(rs)
1270

    
1271
        if self.MODEL == "UV-82HP":
1272
            # this is a UV-82HP only feature
1273
            rs = RadioSetting("vfomrlock", "VFO/MR Switching",
1274
                              RadioSettingValueBoolean(_settings.vfomrlock))
1275
            advanced.append(rs)
1276

    
1277
        if self.MODEL == "UV-82":
1278
            # this is an UV-82C only feature
1279
            rs = RadioSetting("singleptt", "Single PTT (UV-82C only)",
1280
                              RadioSettingValueBoolean(_settings.singleptt))
1281
            advanced.append(rs)
1282

    
1283
        if self.MODEL == "UV-82HP":
1284
            # this is an UV-82HP only feature
1285
            rs = RadioSetting("singleptt", "Single PTT",
1286
                              RadioSettingValueBoolean(_settings.singleptt))
1287
            advanced.append(rs)
1288

    
1289
        if self.MODEL == "UV-82HP":
1290
            # this is an UV-82HP only feature
1291
            rs = RadioSetting("tdrch", "Tone Burst Frequency",
1292
                              RadioSettingValueList(
1293
                                  RTONE_LIST, RTONE_LIST[_settings.tdrch]))
1294
            advanced.append(rs)
1295

    
1296
        if len(self._mmap.get_packed()) == 0x1808:
1297
            # Old image, without aux block
1298
            return group
1299

    
1300
        other = RadioSettingGroup("other", "Other Settings")
1301
        group.append(other)
1302

    
1303
        def _filter(name):
1304
            filtered = ""
1305
            for char in str(name):
1306
                if char in chirp_common.CHARSET_ASCII:
1307
                    filtered += char
1308
                else:
1309
                    filtered += " "
1310
            return filtered
1311

    
1312
        _msg = self._memobj.firmware_msg
1313
        val = RadioSettingValueString(0, 7, _filter(_msg.line1))
1314
        val.set_mutable(False)
1315
        rs = RadioSetting("firmware_msg.line1", "Firmware Message 1", val)
1316
        other.append(rs)
1317

    
1318
        val = RadioSettingValueString(0, 7, _filter(_msg.line2))
1319
        val.set_mutable(False)
1320
        rs = RadioSetting("firmware_msg.line2", "Firmware Message 2", val)
1321
        other.append(rs)
1322

    
1323
        if self.MODEL != "UV-6":
1324
            _msg = self._memobj.sixpoweron_msg
1325
            rs = RadioSetting("sixpoweron_msg.line1", "6+Power-On Message 1",
1326
                              RadioSettingValueString(
1327
                                  0, 7, _filter(_msg.line1)))
1328
            other.append(rs)
1329
            rs = RadioSetting("sixpoweron_msg.line2", "6+Power-On Message 2",
1330
                              RadioSettingValueString(
1331
                                  0, 7, _filter(_msg.line2)))
1332
            other.append(rs)
1333

    
1334
            _msg = self._memobj.poweron_msg
1335
            rs = RadioSetting("poweron_msg.line1", "Power-On Message 1",
1336
                              RadioSettingValueString(
1337
                                  0, 7, _filter(_msg.line1)))
1338
            other.append(rs)
1339
            rs = RadioSetting("poweron_msg.line2", "Power-On Message 2",
1340
                              RadioSettingValueString(
1341
                                  0, 7, _filter(_msg.line2)))
1342
            other.append(rs)
1343

    
1344
            rs = RadioSetting("ponmsg", "Power-On Message",
1345
                              RadioSettingValueList(
1346
                                  PONMSG_LIST, PONMSG_LIST[_settings.ponmsg]))
1347
            other.append(rs)
1348

    
1349
            if self._is_orig():
1350
                limit = "limits_old"
1351
            else:
1352
                limit = "limits_new"
1353

    
1354
            vhf_limit = getattr(self._memobj, limit).vhf
1355
            rs = RadioSetting("%s.vhf.lower" % limit, "VHF Lower Limit (MHz)",
1356
                              RadioSettingValueInteger(1, 1000,
1357
                                                       vhf_limit.lower))
1358
            other.append(rs)
1359

    
1360
            rs = RadioSetting("%s.vhf.upper" % limit, "VHF Upper Limit (MHz)",
1361
                              RadioSettingValueInteger(1, 1000,
1362
                                                       vhf_limit.upper))
1363
            other.append(rs)
1364

    
1365
            rs = RadioSetting("%s.vhf.enable" % limit, "VHF TX Enabled",
1366
                              RadioSettingValueBoolean(vhf_limit.enable))
1367
            other.append(rs)
1368

    
1369
            uhf_limit = getattr(self._memobj, limit).uhf
1370
            rs = RadioSetting("%s.uhf.lower" % limit, "UHF Lower Limit (MHz)",
1371
                              RadioSettingValueInteger(1, 1000,
1372
                                                       uhf_limit.lower))
1373
            other.append(rs)
1374
            rs = RadioSetting("%s.uhf.upper" % limit, "UHF Upper Limit (MHz)",
1375
                              RadioSettingValueInteger(1, 1000,
1376
                                                       uhf_limit.upper))
1377
            other.append(rs)
1378
            rs = RadioSetting("%s.uhf.enable" % limit, "UHF TX Enabled",
1379
                              RadioSettingValueBoolean(uhf_limit.enable))
1380
            other.append(rs)
1381

    
1382
        if self.MODEL != "UV-6":
1383
            workmode = RadioSettingGroup("workmode", "Work Mode Settings")
1384
            group.append(workmode)
1385

    
1386
            rs = RadioSetting("displayab", "Display",
1387
                              RadioSettingValueList(
1388
                                  AB_LIST, AB_LIST[_settings.displayab]))
1389
            workmode.append(rs)
1390

    
1391
            rs = RadioSetting("workmode", "VFO/MR Mode",
1392
                              RadioSettingValueList(
1393
                                  WORKMODE_LIST,
1394
                                  WORKMODE_LIST[_settings.workmode]))
1395
            workmode.append(rs)
1396

    
1397
            rs = RadioSetting("keylock", "Keypad Lock",
1398
                              RadioSettingValueBoolean(_settings.keylock))
1399
            workmode.append(rs)
1400

    
1401
            rs = RadioSetting("wmchannel.mrcha", "MR A Channel",
1402
                              RadioSettingValueInteger(0, 127,
1403
                                                       _wmchannel.mrcha))
1404
            workmode.append(rs)
1405

    
1406
            rs = RadioSetting("wmchannel.mrchb", "MR B Channel",
1407
                              RadioSettingValueInteger(0, 127,
1408
                                                       _wmchannel.mrchb))
1409
            workmode.append(rs)
1410

    
1411
            def convert_bytes_to_freq(bytes):
1412
                real_freq = 0
1413
                for byte in bytes:
1414
                    real_freq = (real_freq * 10) + byte
1415
                return chirp_common.format_freq(real_freq * 10)
1416

    
1417
            def my_validate(value):
1418
                value = chirp_common.parse_freq(value)
1419
                if 17400000 <= value and value < 40000000:
1420
                    msg = ("Can't be between 174.00000-400.00000")
1421
                    raise InvalidValueError(msg)
1422
                return chirp_common.format_freq(value)
1423

    
1424
            def apply_freq(setting, obj):
1425
                value = chirp_common.parse_freq(str(setting.value)) / 10
1426
                obj.band = value >= 40000000
1427
                for i in range(7, -1, -1):
1428
                    obj.freq[i] = value % 10
1429
                    value /= 10
1430

    
1431
            val1a = RadioSettingValueString(0, 10,
1432
                                            convert_bytes_to_freq(_vfoa.freq))
1433
            val1a.set_validate_callback(my_validate)
1434
            rs = RadioSetting("vfoa.freq", "VFO A Frequency", val1a)
1435
            rs.set_apply_callback(apply_freq, _vfoa)
1436
            workmode.append(rs)
1437

    
1438
            val1b = RadioSettingValueString(0, 10,
1439
                                            convert_bytes_to_freq(_vfob.freq))
1440
            val1b.set_validate_callback(my_validate)
1441
            rs = RadioSetting("vfob.freq", "VFO B Frequency", val1b)
1442
            rs.set_apply_callback(apply_freq, _vfob)
1443
            workmode.append(rs)
1444

    
1445
            rs = RadioSetting("vfoa.sftd", "VFO A Shift",
1446
                              RadioSettingValueList(
1447
                                  SHIFTD_LIST, SHIFTD_LIST[_vfoa.sftd]))
1448
            workmode.append(rs)
1449

    
1450
            rs = RadioSetting("vfob.sftd", "VFO B Shift",
1451
                              RadioSettingValueList(
1452
                                  SHIFTD_LIST, SHIFTD_LIST[_vfob.sftd]))
1453
            workmode.append(rs)
1454

    
1455
            def convert_bytes_to_offset(bytes):
1456
                real_offset = 0
1457
                for byte in bytes:
1458
                    real_offset = (real_offset * 10) + byte
1459
                return chirp_common.format_freq(real_offset * 10000)
1460

    
1461
            def apply_offset(setting, obj):
1462
                value = chirp_common.parse_freq(str(setting.value)) / 10000
1463
                for i in range(3, -1, -1):
1464
                    obj.offset[i] = value % 10
1465
                    value /= 10
1466

    
1467
            val1a = RadioSettingValueString(
1468
                0, 10, convert_bytes_to_offset(_vfoa.offset))
1469
            rs = RadioSetting("vfoa.offset",
1470
                              "VFO A Offset (0.00-69.95)", val1a)
1471
            rs.set_apply_callback(apply_offset, _vfoa)
1472
            workmode.append(rs)
1473

    
1474
            val1b = RadioSettingValueString(
1475
                0, 10, convert_bytes_to_offset(_vfob.offset))
1476
            rs = RadioSetting("vfob.offset",
1477
                              "VFO B Offset (0.00-69.95)", val1b)
1478
            rs.set_apply_callback(apply_offset, _vfob)
1479
            workmode.append(rs)
1480

    
1481
            if self.MODEL in ("KT-980HP", "BF-F8HP", "UV-82HP"):
1482
                rs = RadioSetting("vfoa.txpower3", "VFO A Power",
1483
                                  RadioSettingValueList(
1484
                                      TXPOWER3_LIST,
1485
                                      TXPOWER3_LIST[_vfoa.txpower3]))
1486
                workmode.append(rs)
1487

    
1488
                rs = RadioSetting("vfob.txpower3", "VFO B Power",
1489
                                  RadioSettingValueList(
1490
                                      TXPOWER3_LIST,
1491
                                      TXPOWER3_LIST[_vfob.txpower3]))
1492
                workmode.append(rs)
1493
            else:
1494
                rs = RadioSetting("vfoa.txpower", "VFO A Power",
1495
                                  RadioSettingValueList(
1496
                                      TXPOWER_LIST,
1497
                                      TXPOWER_LIST[_vfoa.txpower]))
1498
                workmode.append(rs)
1499

    
1500
                rs = RadioSetting("vfob.txpower", "VFO B Power",
1501
                                  RadioSettingValueList(
1502
                                      TXPOWER_LIST,
1503
                                      TXPOWER_LIST[_vfob.txpower]))
1504
                workmode.append(rs)
1505

    
1506
            rs = RadioSetting("vfoa.widenarr", "VFO A Bandwidth",
1507
                              RadioSettingValueList(
1508
                                  BANDWIDTH_LIST,
1509
                                  BANDWIDTH_LIST[_vfoa.widenarr]))
1510
            workmode.append(rs)
1511

    
1512
            rs = RadioSetting("vfob.widenarr", "VFO B Bandwidth",
1513
                              RadioSettingValueList(
1514
                                  BANDWIDTH_LIST,
1515
                                  BANDWIDTH_LIST[_vfob.widenarr]))
1516
            workmode.append(rs)
1517

    
1518
            rs = RadioSetting("vfoa.scode", "VFO A PTT-ID",
1519
                              RadioSettingValueList(
1520
                                  PTTIDCODE_LIST, PTTIDCODE_LIST[_vfoa.scode]))
1521
            workmode.append(rs)
1522

    
1523
            rs = RadioSetting("vfob.scode", "VFO B PTT-ID",
1524
                              RadioSettingValueList(
1525
                                  PTTIDCODE_LIST, PTTIDCODE_LIST[_vfob.scode]))
1526
            workmode.append(rs)
1527

    
1528
            if not self._is_orig():
1529
                rs = RadioSetting("vfoa.step", "VFO A Tuning Step",
1530
                                  RadioSettingValueList(
1531
                                      STEP291_LIST, STEP291_LIST[_vfoa.step]))
1532
                workmode.append(rs)
1533
                rs = RadioSetting("vfob.step", "VFO B Tuning Step",
1534
                                  RadioSettingValueList(
1535
                                      STEP291_LIST, STEP291_LIST[_vfob.step]))
1536
                workmode.append(rs)
1537
            else:
1538
                rs = RadioSetting("vfoa.step", "VFO A Tuning Step",
1539
                                  RadioSettingValueList(
1540
                                      STEP_LIST, STEP_LIST[_vfoa.step]))
1541
                workmode.append(rs)
1542
                rs = RadioSetting("vfob.step", "VFO B Tuning Step",
1543
                                  RadioSettingValueList(
1544
                                      STEP_LIST, STEP_LIST[_vfob.step]))
1545
                workmode.append(rs)
1546

    
1547
        fm_preset = RadioSettingGroup("fm_preset", "FM Radio Preset")
1548
        group.append(fm_preset)
1549

    
1550
        if _fm_presets <= 108.0 * 10 - 650:
1551
            preset = _fm_presets / 10.0 + 65
1552
        elif _fm_presets >= 65.0 * 10 and _fm_presets <= 108.0 * 10:
1553
            preset = _fm_presets / 10.0
1554
        else:
1555
            preset = 76.0
1556
        rs = RadioSetting("fm_presets", "FM Preset(MHz)",
1557
                          RadioSettingValueFloat(65, 108.0, preset, 0.1, 1))
1558
        fm_preset.append(rs)
1559

    
1560
        dtmf = RadioSettingGroup("dtmf", "DTMF Settings")
1561
        group.append(dtmf)
1562
        dtmfchars = "0123456789 *#ABCD"
1563

    
1564
        for i in range(0, 15):
1565
            _codeobj = self._memobj.pttid[i].code
1566
            _code = "".join([dtmfchars[x] for x in _codeobj if int(x) < 0x1F])
1567
            val = RadioSettingValueString(0, 5, _code, False)
1568
            val.set_charset(dtmfchars)
1569
            rs = RadioSetting("pttid/%i.code" % i,
1570
                              "PTT ID Code %i" % (i + 1), val)
1571

    
1572
            def apply_code(setting, obj):
1573
                code = []
1574
                for j in range(0, 5):
1575
                    try:
1576
                        code.append(dtmfchars.index(str(setting.value)[j]))
1577
                    except IndexError:
1578
                        code.append(0xFF)
1579
                obj.code = code
1580
            rs.set_apply_callback(apply_code, self._memobj.pttid[i])
1581
            dtmf.append(rs)
1582

    
1583
        _codeobj = self._memobj.ani.code
1584
        _code = "".join([dtmfchars[x] for x in _codeobj if int(x) < 0x1F])
1585
        val = RadioSettingValueString(0, 5, _code, False)
1586
        val.set_charset(dtmfchars)
1587
        rs = RadioSetting("ani.code", "ANI Code", val)
1588

    
1589
        def apply_code(setting, obj):
1590
            code = []
1591
            for j in range(0, 5):
1592
                try:
1593
                    code.append(dtmfchars.index(str(setting.value)[j]))
1594
                except IndexError:
1595
                    code.append(0xFF)
1596
            obj.code = code
1597
        rs.set_apply_callback(apply_code, _ani)
1598
        dtmf.append(rs)
1599

    
1600
        rs = RadioSetting("ani.aniid", "ANI ID",
1601
                          RadioSettingValueList(PTTID_LIST,
1602
                                                PTTID_LIST[_ani.aniid]))
1603
        dtmf.append(rs)
1604

    
1605
        _codeobj = self._memobj.ani.alarmcode
1606
        _code = "".join([dtmfchars[x] for x in _codeobj if int(x) < 0x1F])
1607
        val = RadioSettingValueString(0, 3, _code, False)
1608
        val.set_charset(dtmfchars)
1609
        rs = RadioSetting("ani.alarmcode", "Alarm Code", val)
1610

    
1611
        def apply_code(setting, obj):
1612
            alarmcode = []
1613
            for j in range(0, 3):
1614
                try:
1615
                    alarmcode.append(dtmfchars.index(str(setting.value)[j]))
1616
                except IndexError:
1617
                    alarmcode.append(0xFF)
1618
            obj.alarmcode = alarmcode
1619
        rs.set_apply_callback(apply_code, _ani)
1620
        dtmf.append(rs)
1621

    
1622
        rs = RadioSetting("dtmfst", "DTMF Sidetone",
1623
                          RadioSettingValueList(DTMFST_LIST,
1624
                                                DTMFST_LIST[_settings.dtmfst]))
1625
        dtmf.append(rs)
1626

    
1627
        if _ani.dtmfon > 0xC3:
1628
            val = 0x00
1629
        else:
1630
            val = _ani.dtmfon
1631
        rs = RadioSetting("ani.dtmfon", "DTMF Speed (on)",
1632
                          RadioSettingValueList(DTMFSPEED_LIST,
1633
                                                DTMFSPEED_LIST[val]))
1634
        dtmf.append(rs)
1635

    
1636
        if _ani.dtmfoff > 0xC3:
1637
            val = 0x00
1638
        else:
1639
            val = _ani.dtmfoff
1640
        rs = RadioSetting("ani.dtmfoff", "DTMF Speed (off)",
1641
                          RadioSettingValueList(DTMFSPEED_LIST,
1642
                                                DTMFSPEED_LIST[val]))
1643
        dtmf.append(rs)
1644

    
1645
        rs = RadioSetting("pttlt", "PTT ID Delay",
1646
                          RadioSettingValueInteger(0, 50, _settings.pttlt))
1647
        dtmf.append(rs)
1648

    
1649
        if not self._is_orig():
1650
            service = RadioSettingGroup("service", "Service Settings")
1651
            group.append(service)
1652

    
1653
            for band in ["vhf", "uhf"]:
1654
                for index in range(0, 10):
1655
                    key = "squelch_new.%s.sql%i" % (band, index)
1656
                    if band == "vhf":
1657
                        _obj = self._memobj.squelch_new.vhf
1658
                    elif band == "uhf":
1659
                        _obj = self._memobj.squelch_new.uhf
1660
                    name = "%s Squelch %i" % (band.upper(), index)
1661
                    rs = RadioSetting(key, name,
1662
                                      RadioSettingValueInteger(
1663
                                          0, 123,
1664
                                          getattr(_obj, "sql%i" % (index))))
1665
                    service.append(rs)
1666

    
1667
        return group
1668

    
1669
    def get_settings(self):
1670
        try:
1671
            return self._get_settings()
1672
        except:
1673
            import traceback
1674
            LOG.error("Failed to parse settings: %s", traceback.format_exc())
1675
            return None
1676

    
1677
    def set_settings(self, settings):
1678
        _settings = self._memobj.settings
1679
        for element in settings:
1680
            if not isinstance(element, RadioSetting):
1681
                if element.get_name() == "fm_preset":
1682
                    self._set_fm_preset(element)
1683
                else:
1684
                    self.set_settings(element)
1685
                    continue
1686
            else:
1687
                try:
1688
                    name = element.get_name()
1689
                    if "." in name:
1690
                        bits = name.split(".")
1691
                        obj = self._memobj
1692
                        for bit in bits[:-1]:
1693
                            if "/" in bit:
1694
                                bit, index = bit.split("/", 1)
1695
                                index = int(index)
1696
                                obj = getattr(obj, bit)[index]
1697
                            else:
1698
                                obj = getattr(obj, bit)
1699
                        setting = bits[-1]
1700
                    else:
1701
                        obj = _settings
1702
                        setting = element.get_name()
1703

    
1704
                    if element.has_apply_callback():
1705
                        LOG.debug("Using apply callback")
1706
                        element.run_apply_callback()
1707
                    elif element.value.get_mutable():
1708
                        LOG.debug("Setting %s = %s" % (setting, element.value))
1709
                        setattr(obj, setting, element.value)
1710
                except Exception, e:
1711
                    LOG.debug(element.get_name())
1712
                    raise
1713

    
1714
    def _set_fm_preset(self, settings):
1715
        for element in settings:
1716
            try:
1717
                val = element.value
1718
                if self._memobj.fm_presets <= 108.0 * 10 - 650:
1719
                    value = int(val.get_value() * 10 - 650)
1720
                else:
1721
                    value = int(val.get_value() * 10)
1722
                LOG.debug("Setting fm_presets = %s" % (value))
1723
                self._memobj.fm_presets = value
1724
            except Exception, e:
1725
                LOG.debug(element.get_name())
1726
                raise
1727

    
1728

    
1729
class UV5XAlias(chirp_common.Alias):
1730
    VENDOR = "Baofeng"
1731
    MODEL = "UV-5X"
1732

    
1733

    
1734
class RT5RAlias(chirp_common.Alias):
1735
    VENDOR = "Retevis"
1736
    MODEL = "RT-5R"
1737

    
1738

    
1739
class RT5RVAlias(chirp_common.Alias):
1740
    VENDOR = "Retevis"
1741
    MODEL = "RT-5RV"
1742

    
1743

    
1744
class RT5Alias(chirp_common.Alias):
1745
    VENDOR = "Retevis"
1746
    MODEL = "RT5"
1747

    
1748

    
1749
class RT5_TPAlias(chirp_common.Alias):
1750
    VENDOR = "Retevis"
1751
    MODEL = "RT5(tri-power)"
1752

    
1753

    
1754
class RH5RAlias(chirp_common.Alias):
1755
    VENDOR = "Rugged"
1756
    MODEL = "RH5R"
1757

    
1758

    
1759
@directory.register
1760
class BaofengUV5RGeneric(BaofengUV5R):
1761
    ALIASES = [UV5XAlias, RT5RAlias, RT5RVAlias, RT5Alias, RH5RAlias]
1762

    
1763

    
1764
@directory.register
1765
class BaofengF11Radio(BaofengUV5R):
1766
    VENDOR = "Baofeng"
1767
    MODEL = "F-11"
1768
    _basetype = BASETYPE_F11
1769
    _idents = [UV5R_MODEL_F11]
1770

    
1771
    def _is_orig(self):
1772
        # Override this for F11 to always return False
1773
        return False
1774

    
1775

    
1776
@directory.register
1777
class BaofengUV82Radio(BaofengUV5R):
1778
    MODEL = "UV-82"
1779
    _basetype = BASETYPE_UV82
1780
    _idents = [UV5R_MODEL_UV82]
1781
    _vhf_range = (130000000, 176000000)
1782
    _uhf_range = (400000000, 521000000)
1783

    
1784
    def _is_orig(self):
1785
        # Override this for UV82 to always return False
1786
        return False
1787

    
1788

    
1789
@directory.register
1790
class BaofengUV6Radio(BaofengUV5R):
1791

    
1792
    """Baofeng UV-6/UV-7"""
1793
    VENDOR = "Baofeng"
1794
    MODEL = "UV-6"
1795
    _basetype = BASETYPE_UV6
1796
    _idents = [UV5R_MODEL_UV6,
1797
               UV5R_MODEL_UV6_ORIG
1798
               ]
1799

    
1800
    def get_features(self):
1801
        rf = BaofengUV5R.get_features(self)
1802
        rf.memory_bounds = (1, 128)
1803
        return rf
1804

    
1805
    def _get_mem(self, number):
1806
        return self._memobj.memory[number - 1]
1807

    
1808
    def _get_nam(self, number):
1809
        return self._memobj.names[number - 1]
1810

    
1811
    def _set_mem(self, number):
1812
        return self._memobj.memory[number - 1]
1813

    
1814
    def _set_nam(self, number):
1815
        return self._memobj.names[number - 1]
1816

    
1817
    def _is_orig(self):
1818
        # Override this for UV6 to always return False
1819
        return False
1820

    
1821

    
1822
@directory.register
1823
class IntekKT980Radio(BaofengUV5R):
1824
    VENDOR = "Intek"
1825
    MODEL = "KT-980HP"
1826
    _basetype = BASETYPE_KT980HP
1827
    _idents = [UV5R_MODEL_291]
1828
    _vhf_range = (130000000, 180000000)
1829
    _uhf_range = (400000000, 521000000)
1830

    
1831
    def get_features(self):
1832
        rf = BaofengUV5R.get_features(self)
1833
        rf.valid_power_levels = UV5R_POWER_LEVELS3
1834
        return rf
1835

    
1836
    def _is_orig(self):
1837
        # Override this for KT980HP to always return False
1838
        return False
1839

    
1840

    
1841
@directory.register
1842
class BaofengBFF8HPRadio(BaofengUV5R):
1843
    VENDOR = "Baofeng"
1844
    MODEL = "BF-F8HP"
1845
    ALIASES = [RT5_TPAlias]
1846
    _basetype = BASETYPE_F8HP
1847
    _idents = [UV5R_MODEL_291,
1848
               UV5R_MODEL_A58
1849
               ]
1850
    _vhf_range = (130000000, 180000000)
1851
    _uhf_range = (400000000, 521000000)
1852

    
1853
    def get_features(self):
1854
        rf = BaofengUV5R.get_features(self)
1855
        rf.valid_power_levels = UV5R_POWER_LEVELS3
1856
        return rf
1857

    
1858
    def _is_orig(self):
1859
        # Override this for BFF8HP to always return False
1860
        return False
1861

    
1862

    
1863
@directory.register
1864
class BaofengUV82HPRadio(BaofengUV5R):
1865
    VENDOR = "Baofeng"
1866
    MODEL = "UV-82HP"
1867
    _basetype = BASETYPE_UV82HP
1868
    _idents = [UV5R_MODEL_UV82]
1869
    _vhf_range = (136000000, 175000000)
1870
    _uhf_range = (400000000, 521000000)
1871

    
1872
    def get_features(self):
1873
        rf = BaofengUV5R.get_features(self)
1874
        rf.valid_power_levels = UV5R_POWER_LEVELS3
1875
        return rf
1876

    
1877
    def _is_orig(self):
1878
        # Override this for UV82HP to always return False
1879
        return False
(5-5/9)