20180820_jeffrey - silenceuncrio/diary GitHub Wiki

0910

review

M300 待作事項有

Tag Job Start End
TNN Reset by scheduling 7/10 8/21
是方電訊 GRE tunnel with NHRP 8/6 9/10

M300 2018-08-29 禮拜三要 release

TNN - Reset by scheduling 在這一版要 release

目前需要等一下 john 的配合發送 time sync event

john 目前遇到的困難是

光 sntp daemon 跟每個互動的過程目前發送的 event 都不只一個

更不要說 time server 還不只一個

我如果依賴目前的 event 的話一開機會 apply 遠超過一次

M360

M360 的話目前需要確認 BGP with loopback interface 能正常工作

這需要印度 PI 在 airtel 現場確認可行性

確認之後會變成工作項目在下一版要 release

52XXZ

目前 priority 最低

下個月再 review 即可

1300

邊看 react 邊等著 PI 聯絡

1335

M300 之前的 feature/sierra_sdk branch 需要我幫忙整一下為了 web ui 所做的改變

commit 0b298cdba1fd1a29e1742bf534f6e32870aa93f4
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Mon Aug 20 13:35:21 2018 +0800

    add support for the 'SIERRA_SEL' compile flag

 proscend/prosrc/webcgi/Makefile       |  4 ++++
 proscend/prosrc/www/src/menu.html.src | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

另外 jessy 告知 sierra 的 lte config 需要把 2G 這個 option 拿掉

我請他準備一下文件放在 wiki 上

不過我還是可以先幫忙作這部分

先從 proscend/prosrc/www/src/app/feature/lteConfig.html

另存新檔成 proscend/prosrc/www/app/feature/lteConfig.html.src

刪掉 proscend/prosrc/www/src/app/feature/lteConfig.html

記得修改 proscend/prosrc/www/.gitignore

diff --git a/proscend/prosrc/www/.gitignore b/proscend/prosrc/www/.gitignore
index 1a963a8..20862e6 100644
--- a/proscend/prosrc/www/.gitignore
+++ b/proscend/prosrc/www/.gitignore
@@ -19,4 +19,5 @@
 /app/feature/alarm.html
 /app/feature/lteGps.html
 /app/feature/administration.html
+/app/feature/lteConfig.html
 /src/app/feature/status.html.src

1350

搞定

commit d7b80fa1b2c9efc5b8afe849988f849385cd3dc3
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Mon Aug 20 13:50:10 2018 +0800

    while compile flag 'SIERRA_SEL' be defined, remove '2G Only' option from 'LTE Config' field at 'LTE / LTE Config' web page

 proscend/prosrc/www/.gitignore                     |   1 +
 proscend/prosrc/www/Makefile                       |   4 +
 proscend/prosrc/www/app/feature/lteConfig.html     | 382 ++++++++++-----------
 .../prosrc/www/src/app/feature/lteConfig.html.src  | 208 +++++++++++
 4 files changed, 391 insertions(+), 204 deletions(-)

1500

PI 在 skype 告知今天沒有任何在 Airtel 的測試計劃

1520

study JavaScript fundamentals before learning React