20171003_jeffrey - silenceuncrio/diary GitHub Wiki
0855
今天再整理一下 MfgTool 的部分
禮拜四開始來做 web ui
從 ariel 的先做 - LTE Misc - Azuretec
Azuretec
是我們目前最看好的客戶
1100
ariel 希望我還是能夠先幫她處理 LTE Misc - Azuretec
因為下禮拜需要測試
1330
為了能在 Web 顯示 RSSI
先擴充 icos_shm.cgi
的功能
commit 0bf18dbd21a24c7b9998d1b5bf72b6677a5918f7
Author: jeffrey <[email protected]>
Date: Tue Oct 3 13:30:25 2017 +0800
Enhance icos_shm.cgi: query current RSSI
- act=shm
- name=lte_cur_rssi
proscend/prosrc/webcgi/icos_shm.c | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
1400
在 Web 的 top banner 顯示 RSSI
commit 4af73e22127b9747cd4b9d0c400569abc7295ba2
Author: jeffrey <[email protected]>
Date: Tue Oct 3 13:58:01 2017 +0800
Display current RSSI at top banner of Web UI
proscend/prosrc/www/app/app.controller.js | 13 +++++++++++++
proscend/prosrc/www/app/services/icos.service.js | 3 +++
proscend/prosrc/www/brand_nobrand/brand/top.html | 2 +-
proscend/prosrc/www/brand_nobrand/brand/top_gnss.html | 2 +-
proscend/prosrc/www/brand_planet/brand/top.html | 2 +-
proscend/prosrc/www/brand_planet/brand/top_gnss.html | 2 +-
6 files changed, 20 insertions(+), 4 deletions(-)
1405
擴充 icos_shm.cgi
的功能 - 得到目前的 SIM Number
commit 2396d536fc477e5b4703f7d22de5d358bf5aa8d4
Author: jeffrey <[email protected]>
Date: Tue Oct 3 14:04:21 2017 +0800
Enhance icos_shm.cgi: query current SIM Number
- act=shm
- name=lte_cur_sim_no
1415
將目前的 SIM Slot 訊息顯示在 Web top banner 上
commit 5b9c19771a016d06f58823eed8ffd4fa4334a26e
Author: jeffrey <[email protected]>
Date: Tue Oct 3 14:15:53 2017 +0800
Display current SIM slot at top banner of Web UI
proscend/prosrc/www/app/app.controller.js | 8 ++++++++
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/brand_nobrand/brand/top.html | 1 +
proscend/prosrc/www/brand_nobrand/brand/top_gnss.html | 1 +
proscend/prosrc/www/brand_planet/brand/top.html | 1 +
proscend/prosrc/www/brand_planet/brand/top_gnss.html | 1 +
9 files changed, 18 insertions(+)
1425
SIM status 多了一個 SIM_IGNORE
commit 6c278aac6240241a8b7820112a0083c2c32bf2b7
Author: jeffrey <[email protected]>
Date: Tue Oct 3 14:23:11 2017 +0800
Add 'SIM_IGNORE' to SIM status
proscend/prosrc/webcgi/icos_shm.c | 3 ++-
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 +
4 files changed, 5 insertions(+), 1 deletion(-)
1450
幫忙擴充一下 Dual SIM
Web page 的新功能
commit 4d572b1ab1c4d5426e87fe87e37f214fe3373a5c
Author: jeffrey <[email protected]>
Date: Tue Oct 3 14:50:12 2017 +0800
At 'Dual SIM' Web page:
- add 'Used SIM' field
- add 'Connect Retry Number' field
- while 'Used SIM' is not 'Dual SIM', grey out the following fields:
- Roaming Switch
- Connect Retry Number
proscend/prosrc/webcgi/lte.c | 5 ++++
proscend/prosrc/www/app/feature/dualSim.html | 37 +++++++++++++++++++++++++---
proscend/prosrc/www/app/locale-en.json | 7 ++++++
proscend/prosrc/www/app/locale-fr.json | 7 ++++++
proscend/prosrc/www/app/locale-zh-tw.json | 7 ++++++
5 files changed, 60 insertions(+), 3 deletions(-)
1500
小修
commit 4cc876ecbd3e1aa8a3bb2155141ee11ba25d816b
Author: jeffrey <[email protected]>
Date: Tue Oct 3 14:57:58 2017 +0800
Add hint into 'LTE Config' Web page
proscend/prosrc/www/app/feature/lteConfig.html | 1 +
proscend/prosrc/www/app/locale-en.json | 2 +-
proscend/prosrc/www/app/locale-fr.json | 2 +-
proscend/prosrc/www/app/locale-zh-tw.json | 2 +-
4 files changed, 4 insertions(+), 3 deletions(-)
1505
小修
commit 6c52121783829513f46b3e272172330ae92a29e4
Author: jeffrey <[email protected]>
Date: Tue Oct 3 15:06:42 2017 +0800
Add hint in 'URL Filter' Web page:
- If user select [Full], Please display Hint as below:
- Hint: Please NOT include 'https://' inside the URL
proscend/prosrc/www/app/feature/urlfilter_edit.html | 7 ++++++-
proscend/prosrc/www/app/locale-en.json | 2 ++
proscend/prosrc/www/app/locale-fr.json | 2 ++
proscend/prosrc/www/app/locale-zh-tw.json | 2 ++
4 files changed, 12 insertions(+), 1 deletion(-)