20171019_jeffrey - silenceuncrio/diary GitHub Wiki

0920

review

1125

ospfd.conf 已經可以參考 ICOS setting 來產出了

commit 71200835ac8eb25f9142c422bc03e952421ff473
Author: jeffrey <[email protected]>
Date:   Thu Oct 19 11:21:34 2017 +0800

    'OSPF_2G' ICOS module implementing:
    - refactoring web page
    - add '_make_configuration_file' to make the configuration file for 'ospfd' base on ICOS setting

 proscend/prosrc/icos/icoslib/ospf_2g/ospf_2g.c | 131 ++++++++++++++++++++++++-
 proscend/prosrc/icos/include/module_ospf_2g.h  |  11 ++-
 proscend/prosrc/www/app/feature/ospf_2g.html   |  10 +-
 3 files changed, 145 insertions(+), 7 deletions(-)

1305

RIP module 需要重做一個

1615

先起個頭

commit d3abc9b9a589798c192527df2dfe01fd2aa836e9
Author: jeffrey <[email protected]>
Date:   Thu Oct 19 13:17:18 2017 +0800

    'RIP_2G' ICOS module implementing:
    - let the proscend 'make menuconfig' recognize it

 proscend/mconfig/Config.in                             | 1 +
 proscend/mconfig/configs/Azuretec/0_LTR-101/defconfig  | 1 +
 proscend/mconfig/configs/Azuretec/1_LTRG-101/defconfig | 1 +
 proscend/mconfig/configs/M300/0_GENERIC/defconfig      | 1 +
 proscend/mconfig/configs/M300/1_GPS/defconfig          | 1 +
 proscend/mconfig/configs/M300/2_PLANET/defconfig       | 1 +
 proscend/mconfig/configs/M300/3_GPS_PLANET/defconfig   | 1 +
 7 files changed, 7 insertions(+)

1505

進度飛快阿...

commit 4ea4a94cf814ea19dee46b2c7c2dbc7845ac6993
Author: jeffrey <[email protected]>
Date:   Thu Oct 19 15:06:15 2017 +0800

    'RIP_2G' ICOS module implementing:
    - add 'MODULE_RIP_2G' into moduleInitAry
    - add rip2gModule
    - add factory default configuration
    - Apply function not implement yet
      - only '_make_configuration_file' function
    - add CGI

 .../rootfs/home/factory/icos/rip_2g/rip_2g.json    |  11 +
 proscend/prosrc/icos/icoslib/Makefile              |   3 +
 proscend/prosrc/icos/icoslib/entry.c               |   7 +
 proscend/prosrc/icos/icoslib/ospf_2g/ospf_2g.c     |   4 +-
 proscend/prosrc/icos/icoslib/rip_2g/Makefile       |  13 +
 proscend/prosrc/icos/icoslib/rip_2g/rip_2g.c       | 509 +++++++++++++++++++++
 proscend/prosrc/icos/include/icos_common.h         |   1 +
 proscend/prosrc/icos/include/icos_module.h         |   1 +
 proscend/prosrc/icos/include/module_rip_2g.h       | 167 +++++++
 proscend/prosrc/webcgi/Makefile                    |   2 +-
 proscend/prosrc/webcgi/rip_2g.c                    | 105 +++++
 11 files changed, 820 insertions(+), 3 deletions(-)

可以先作 web 了

1545

幫忙 ariel 改善一下 Dual SIM 的小問題

commit 3d68407c6366d03a174148565cc8428f45098026
Author: jeffrey <[email protected]>
Date:   Thu Oct 19 15:44:29 2017 +0800

    Only apply 'Data Limitataion' part if no LTE related configuraions changed

 proscend/prosrc/www/app/feature/dualSim.js | 54 ++++++++++++++++++++----------
 1 file changed, 37 insertions(+), 17 deletions(-)

1600

幫忙 john 改善一下 Time And Date 的小問題

commit 4d5647e5d25ccc9e401075f4c0d070c371726697
Author: jeffrey <[email protected]>
Date:   Thu Oct 19 15:57:24 2017 +0800

    When apply 'Time And Date' web page, remind users "Please reboot to take effect"

 proscend/prosrc/www/app/feature/timeAndDate.js | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)