20181106_jeffrey - silenceuncrio/diary GitHub Wiki

0855

review

再對照 PM 的 Task table 盤一下待作事項

  • Ethernet Status(up/down)
  • PLMN display
  • Device should have a help menu: user manual/guide, faq
  • SIM PIN enable/disable
  • the device's GUI should display network connected status: connected/disconnected
    • 有取得 ip 就是 connected
  • connection time for dual apn
  • device asks for a reboot while performing any LTE configuration change
    • ideally it should be restricted only to 1 or 2 major use cases
  • help menu not available on GUI

0915

工作

  • Ethernet Status(up/down)

john 的部分已完成

Dear All:

       LAN UP/Down share memory is ready as below:

typedef struct _eth_lan_t
{
    int up_down; //0:down,1:up
} LAN_ETH;

    LAN_ETH   lan_eth; //SHM_LAN_ETH

追加 CGI - icos_shm.cgi?act=shm&name=lan_eth

image

目前的 web page 如下

image

跟原作者 john 聊了一下

john 打算修一下讓我先等等

1025

john 修改了 CGI 存取結構讓 UI 更方便顯示

image

修改後的 web page 如下

image

上 code

commit fe928cd46e26187c4b9ad731e76a6164f3cae298
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Tue Nov 6 10:45:33 2018 +0800

    add 'Link' field at 'Ethernet Port' web page:
    - UP/DOWN

 proscend/prosrc/webcgi/icos_shm.c                | 22 ++++++++++++++++++++++
 proscend/prosrc/www/app/feature/switch.html      |  7 +++++++
 proscend/prosrc/www/app/feature/switch.js        | 14 +++++++++++++-
 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 +++
 7 files changed, 48 insertions(+), 1 deletion(-)

1630

臨時追加項目 - Please sync [Clean SMS] button from M300 to M360P

commit 3b7248b10c93e4283b149a43dd941da0904c17d3
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Tue Nov 6 16:28:19 2018 +0800

    about 'LTE / SMS' web page:
    - at 'View SMS' tab:
      - add 'Clear' button

 proscend/prosrc/webcgi/lte.c                     | 20 ++++++++++++++
 proscend/prosrc/www/app/feature/sms.html         | 11 +++++++-
 proscend/prosrc/www/app/feature/sms.js           | 35 +++++++++++++++++++++---
 proscend/prosrc/www/app/services/icos.service.js |  3 ++
 4 files changed, 64 insertions(+), 5 deletions(-)