20201019_jeffrey - silenceuncrio/diary GitHub Wiki

0915

這個禮拜的 review list


工作交接

  • [0%] PPTP - Aaron
  • [0%] GRE - Aaron
  • [30%] RIP - John
  • [30%] OSPF - John
  • [30%] BGP - John
  • [100%] VRRP - John
  • [80%] M300 manufacturing tool - Jessy
  • [80%] M300 uboot - Jessy
  • [80%] M300 eMMC - Jessy
  • [80%] M300 dual image - Jessy
  • [30%] M360P uboot - Jessy
  • [30%] M360P dual image - Jessy
  • [0%] icos web module - Sharon
  • [0%] Web UI - Sharon
  • [0%] proscend apple account and google account

M300 - task

  • [100%] P1 - M300 release/v2.12 add Service > IPv6
  • [0%] P2 - remove abnormal key file while web start (develop branch)
  • [0%] P4 - BGP status (web ui)
  • [0%] P4 - give a init value for google map

M300 - issue

  • none

M300 - bug

  • [30%] firmware upgrade 卡在 40%
    • pc 網卡直連 M300 lan 端
    • 檔案上傳慢到(1分鐘100KB)前端的 javascript 慢慢跑到 40% 在等著上傳檔案完成 - 一小時也等不到

M330 - task

  • [0%] P3 - sync multi language from m330 to all mobile project

M330 - issue

  • none

M330 - bug

  • [0%] firmware upgrade 上傳成 M300 的 firmware 第一次失敗後到至後續上傳正確的也會失敗
    • lighttpd 回 request entity too large

M350-C - task

  • [100%] P1 - (Web UI) 3 different mode lte config
  • [0%] P1 - (Web UI) connection table
  • [0%] P2 - remove abnormal key file while web start (develop branch)
  • [100%] P2 - porting Firewall > Basic Rules > Guest Network from from m330
  • [100%] P2 - porting Firewall > Management IP from from m330
  • [100%] P2 - porting Firewall > Service Port from from m330
  • [100%] P2 - porting Service > QoS from from m330
  • [100%] P2 - Let DHCP Server to decide it's own default gateway: also apply for vrrp mode off
  • [0%] P2 - Health retry counter
  • [0%] P2 - no more mark_wan_lte related to display signal image at top banner
  • [0%] P2 - Dynamic Web UI by HW_MCSV
  • [0%] P2 - Dynamic Firmware Upgrade by HW_MCSV

M350-C - issue

  • none

M350-C - bug

  • [20%] web ui openvpn wizard 會讓 lighttpd process 被 kill 掉
    • M330 不會
    • M330 的 lighttpd 為 1.4.30
    • M350 的 lighttpd 為 1.4.40
  • [80%] 修改 menu.html.src 透過 web upgrade 後會 cache 舊的 menu
    • 可以套用至全平台

M350-C - misc

  • [30%] 跨 repository 間 code 的 sync - 培養功力
    • 起手式
      git format-patch -k --stdout ${A_COMMIT_HASH}..${B_COMMIT_HASH} > xxx.patch
      git am -k -3 < xxx.patch
      
    • git am 失敗的時候該怎麼辦? git apply --reject

M360P - task

  • [0%] P2 - remove abnormal key file while web start (develop branch)
  • [0%] P2 - web ui: Carrier Aggregation info porting

M360P - issue

  • [60%] 1103: ui menu not base on compile flag
  • [60%] 936: some routes learned via bgp, then they disappear then appear again after a few seconds, and again and again...
  • [60%] 787: when local ethernet link is 100 half, firmware upgrade via web ui fail

M360P - bug

  • [30%] - 0000908: sometimes first time modify LTE NET mode or APN on dual APN will apply fail - root cause 是 lighttpd 重啟了
    • M360P 的 lighttpd 為 1.4.30

ISMS Server - task

  • [10%] multi language
  • [70%] setting > node name

ISMS Server - bug


MISC

  • none

1000

簡單跟新人 Sharon 介紹一下 web 的架構

先用 DMZ 做介紹

1115

上個禮拜幾乎每天電腦都會無故重開機

PHT 幫我電腦換了個新 power

1145

M350-C - task - [0%] P1 - (Web UI) 3 different mode lte config

commit 4e57af2f47081a2118e08339b73d01d347d65b3b
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Mon Oct 19 17:17:26 2020 +0800

    implement 'LTE > SIM Config': display 3 different pages base on 'ICOS_shm_status_getPtr(SHM_MODEM_INSIDE)'

 proscend/prosrc/webcgi/icos_shm.c                |  25 ++
 proscend/prosrc/www/app/feature/dualModem.html   | 436 +++++++++++++++++++++++
 proscend/prosrc/www/app/feature/dualModem.js     | 335 +++++++++++++++++
 proscend/prosrc/www/app/feature/sim_config.html  |   0
 proscend/prosrc/www/app/feature/sim_config.js    |  55 +++
 proscend/prosrc/www/app/locale-en.json           |   1 +
 proscend/prosrc/www/app/locale-fr.json           |   1 +
 proscend/prosrc/www/app/locale-zh-tw.json        |   1 +
 proscend/prosrc/www/app/services/icos.service.js |   3 +
 proscend/prosrc/www/src/index.html.src           |   2 +
 proscend/prosrc/www/src/menu.html.src            |   6 +-
 11 files changed, 860 insertions(+), 5 deletions(-)