|
|
@@ -431,14 +431,8 @@ enum DATATYPE
|
|
431
|
431
|
ATT_DL4_PATH = 0x42,
|
|
432
|
432
|
ATT_UL4_PATH = 0x46,
|
|
433
|
433
|
ATT_SelfTest4 = 0x48,
|
|
434
|
|
- ALC1_EN = 0x51,
|
|
435
|
|
- ALC2_EN = 0x52,
|
|
436
|
|
- ALC3_EN = 0x53,
|
|
437
|
|
- ALC4_EN = 0x54,
|
|
438
|
|
- AGC1_EN = 0x61,
|
|
439
|
|
- AGC2_EN = 0x62,
|
|
440
|
|
- AGC3_EN = 0x63,
|
|
441
|
|
- AGC4_EN = 0x64,
|
|
|
434
|
+ Bluecell_ULO_ALC_ON_OFF = 0x51,
|
|
|
435
|
+ Bluecell_DLI_AGC_ON_OFF = 0x61,
|
|
442
|
436
|
ATT_TableSet = 0x70,
|
|
443
|
437
|
ATT_TableGet = 0x71,
|
|
444
|
438
|
Bluecell_StatusReq = 0x77,
|
|
|
@@ -452,8 +446,6 @@ enum DATATYPE
|
|
452
|
446
|
Bluecell_UL3_USER = 0x86,
|
|
453
|
447
|
Bluecell_UL4_USER = 0x87,
|
|
454
|
448
|
Bluecell_TEMP_USER = 0x88,
|
|
455
|
|
- Bluecell_DLI_AGC_ON_OFF,
|
|
456
|
|
- Bluecell_ULO_ALC_ON_OFF,
|
|
457
|
449
|
Bluecell_DLI_AGC_Threshold,
|
|
458
|
450
|
Bluecell_DLI_AGC_Threshold_Default,
|
|
459
|
451
|
Bluecell_DLI_Shutdown_ON_OFF,
|
|
|
@@ -670,8 +662,8 @@ typedef struct{
|
|
670
|
662
|
uint8_t BLUECELL_RESERVE13;
|
|
671
|
663
|
uint8_t BLUECELL_RESERVE14;
|
|
672
|
664
|
uint8_t BLUECELL_RESERVE15;
|
|
673
|
|
- uint8_t ATT_ALC_Threshold_H;
|
|
674
|
|
- uint8_t ATT_ALC_Threshold_L;
|
|
|
665
|
+ uint8_t ULO_ALC_Threshold_H;
|
|
|
666
|
+ uint8_t ULO_ALC_Threshold_L;
|
|
675
|
667
|
uint8_t BLUECELL_RESERVE16;
|
|
676
|
668
|
uint8_t BLUECELL_RESERVE17;
|
|
677
|
669
|
uint8_t BLUECELL_RESERVE18;
|