20181016_jeffrey - silenceuncrio/diary GitHub Wiki

0905

ariel 有 sync 一些 code 從 M360P 到 M300

目前 M360 與 M300 LTE menu 的差異如下

M360

image

M300

image

先 pull M300 最新的 code

build image... ok

upgrade via mfgtool... ok

1025

commit cb6a10ed9cae2009d4e77c92dece2c578e445de5
Refs: [develop]
Author: jeffrey <[email protected]>
Date:   Tue Oct 16 10:22:17 2018 +0800

    add 'LTE / Serving Cell':
    - it is a nav tab in 'LTE / Engineer' originally

 proscend/prosrc/www/app/feature/serving_cell.html | 72 +++++++++++++++++++++++
 proscend/prosrc/www/app/feature/serving_cell.js   | 44 ++++++++++++++
 proscend/prosrc/www/app/locale-en.json            | 17 ++++++
 proscend/prosrc/www/app/locale-fr.json            | 17 ++++++
 proscend/prosrc/www/app/locale-zh-tw.json         | 17 ++++++
 proscend/prosrc/www/src/index.html.src            |  1 +
 proscend/prosrc/www/src/menu.html.src             |  1 +
 7 files changed, 169 insertions(+)

1145

commit 2eff1cbc68e24884aa947fd9c63a4137f7808689
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Tue Oct 16 11:42:00 2018 +0800

    - add 'LTE / Lock PCIs'
    - add 'LTE / Lock Bands'

 proscend/prosrc/icos/iweb/iweb.c                 |   9 +
 proscend/prosrc/webcgi/lte.c                     | 329 +++++++++++++++++++++++
 proscend/prosrc/www/app/feature/lock_bands.html  | 117 ++++++++
 proscend/prosrc/www/app/feature/lock_bands.js    | 173 ++++++++++++
 proscend/prosrc/www/app/feature/lock_pcis.html   | 188 +++++++++++++
 proscend/prosrc/www/app/feature/lock_pcis.js     | 162 +++++++++++
 proscend/prosrc/www/app/locale-en.json           |  33 +++
 proscend/prosrc/www/app/locale-fr.json           |  33 +++
 proscend/prosrc/www/app/locale-zh-tw.json        |  33 +++
 proscend/prosrc/www/app/services/icos.service.js |  30 +++
 proscend/prosrc/www/src/index.html.src           |   3 +-
 proscend/prosrc/www/src/menu.html.src            |   3 +-
 12 files changed, 1111 insertions(+), 2 deletions(-)

1300

幫忙在 M360P 加一個 hardware version

目前先 hard coding 為 A0

後續 MitraStar 會利用一些方式讓我們讀取硬體版本

順手連 system icos module 和 cli 都改一改

commit f9dc697385603afa18e1de5e96a804f8b07c0d77
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Tue Oct 16 13:27:14 2018 +0800

    add 'Hardware Version' information:
    - hard coding to 'A0' since MitraStar does not implement yet
    - web: add 'Hardware Version' field at 'Management / Identification' web page
    - cli: add 'hardware versino' field at cli path 'mgmt info list'

 .../prosrc/icos/clishell/cli_mgmt_identification.c |  36 +-
 proscend/prosrc/icos/icoslib/system/systemcfg.c    |   3 +
 proscend/prosrc/icos/include/module_system.h       |   1 +
 proscend/prosrc/webcgi/system.c                    | 413 +++++++++++----------
 .../prosrc/www/app/feature/identification.html     |   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 +
 8 files changed, 237 insertions(+), 222 deletions(-)