What's new

Band locking b312-939

Gomujutsu

Honorary Poster
Joined
Nov 29, 2016
Posts
258
Solutions
1
Reaction
158
Points
199
sino marunong mag edit ng script ba to nag try ako ng script galing ibang bansa pero not compatible sa b312-939 sa pinas baka merong marunong mag edit
1667221546500.png
 

Attachments

javascript: set_homepage();javascript: get_band();function refreshData() {$.ajax({type: "GET",async: true,url: '/api/device/information',success: function (data) {vars = [ 'WanIPAddress', 'wan_dns_address' ];for (i = 0; i < vars.length; i++) {window[vars] = getData(vars, data);$('#'%20+%20vars).html(window[vars]);}}});$.ajax({type:%20%22GET%22,async:%20true,url:%20'/api/device/signal',success:%20function%20(data)%20{vars%20=%20[%20'rssi',%20'rsrp',%20'rsrq',%20'sinr',%20'dlbandwidth',%20'ulbandwidth',%20'ulfrequency',%20'dlfrequency',%20'pci',%20'band',%20'cell_id',%20'nei_cellid',%20'txpower'%20];for%20(i%20=%200;%20i%20%3C%20vars.length;%20i++)%20{window[vars]%20=%20getData(vars,%20data);if%20(vars%20==%20'txpower')%20{var%20arrtx%20=%20window[vars].split(%22%20%22);var%20out%20=%20%22%22;arrtx.forEach(e%20=%3E%20{out%20=%20out%20+%20e%20+%20%22%3Cbr/%3E%22;});$('#'%20+%20vars).html(out);}%20else%20if%20(vars%20==%20'nei_cellid')%20{var%20arrtx%20=%20window[vars].split(%22No%22);var%20out%20=%20%22%22;arrtx.forEach(e%20=%3E%20{if%20(e%20!=%20'')%20{out%20=%20out%20+%20e%20+%20%22%3Cbr/%3E%22;}});$('#'%20+%20vars).html(out);}%20else%20{if%20(vars%20==%20'rsrp')%20{set_prg_rsrp(window[vars]);}%20else%20if%20(vars%20==%20'rsrq')%20{set_prg_rsrq(window[vars]);}%20else%20if%20(vars%20==%20'sinr')%20{set_prg_sinr(window[vars]);}%20else%20if%20(vars%20==%20'rssi')%20{set_prg_rssi(window[vars]);}$('#'%20+%20vars).html(window[vars]);}}hex%20=%20Number(cell_id).toString(16);hex2%20=%20hex.substring(0,%20hex.length%20-%202);enbid%20=%20parseInt(hex2,%2016);$('#enbid').html(enbid);}});}function%20getData(tag,%20data)%20{try%20{return%20data.split(%22%3C/%22%20+%20tag%20+%20%22%3E%22)[0].split(%22%3C%22%20+%20tag%20+%20%22%3E%22)[1];}%20catch%20(err)%20{return%20err.message;}}function%20set_band_conf(data)%20{console.log(data);data_out%20=%20%22%22;if%20(data%20==%201)%20{data_out%20=%20%22B1%22;document.getElementById('band_1').checked%20=%20true;}if%20(data%20==%204)%20{data_out%20=%20%22B3%22;document.getElementById('band_3').checked%20=%20true;}if%20(data%20==%205)%20{data_out%20=%20%22B1+B3%22;document.getElementById('band_1').checked%20=%20true;document.getElementById('band_3').checked%20=%20true;}if%20(data%20==%2080)%20{data_out%20=%20%22B8%22;document.getElementById('band_8').checked%20=%20true;}if%20(data%20==%208000000000)%20{data_out%20=%20%22B40%22;document.getElementById('band_40').checked%20=%20true;}if%20(data%20==%20'A000000095')%20{data_out%20=%20%22AUTO%22;document.getElementById('band_auto').checked%20=%20true;document.getElementById('band_1').checked%20=%20false;document.getElementById('band_3').checked%20=%20false;document.getElementById('band_8').checked%20=%20false;document.getElementById('band_40').checked%20=%20false;}return%20data_out;}function%20get_band()%20{$.ajax({type:%20%22GET%22,async:%20true,url:%20'/api/net/net-mode',success:%20function%20(data)%20{lteband%20=%20getData('LTEBand',%20data);$('#allowed').html(set_band_conf(lteband));}});}function%20set_band()%20{$(%22#band%22).html(%22%3Cspan%20style=\%22color:red;\%22%3EWait!%3C/span%3E%22);var%20lteset%20=%200;var%20band_auto%20=%20document.getElementById('band_auto').checked;var%20band_1%20=%20document.getElementById('band_1').checked;var%20band_3%20=%20document.getElementById('band_3').checked;var%20band_8%20=%20document.getElementById('band_8').checked;var%20band_40%20=%20document.getElementById('band_40').checked;if%20(band_1%20==%20true)%20{lteset%20=%201;}%20else%20if%20(band_3%20==%20true)%20{lteset%20=%204;}%20else%20if%20(band_8%20==%20true)%20{lteset%20=%2080;}%20else%20if%20(band_40%20==%20true)%20{lteset%20=%208000000000;}if%20(band_1%20==%20true%20&&%20band_3%20==%20true)%20{lteset%20=%205;}if%20(band_auto%20==%20true)%20{lteset%20=%20A000000095;}$.ajax({type:%20%22GET%22,async:%20true,url:%20'/html/home.html',success:%20function%20(data)%20{var%20datas%20=%20data.split('name=%22csrf_token%22%20content=%22');var%20token%20=%20datas[datas.length%20-%201].split('%22')[0];setTimeout(function%20()%20{$.ajax({type:%20%22POST%22,async:%20true,url:%20'/api/net/net-mode',headers:%20{'__RequestVerificationToken':%20token},contentType:%20'application/xml',data:%20'%3Crequest%3E%3CNetworkMode%3E03%3C/NetworkMode%3E%3CNetworkBand%3E3FFFFFFF%3C/NetworkBand%3E%3CLTEBand%3E'%20+%20lteset%20+%20'%3C/LTEBand%3E%3C/request%3E',success:%20function%20(nd)%20{$(%22#band%22).html(%22%3Cspan%20style=\%22color:green;\%22%3ESuccess!%3C/span%3E%22);get_band();}});},%202000);}});}function%20set_prg_rsrp(val)%20{var%20str%20=%20val.replace('-',%20'').replace('dBm',%20'');if%20(str%20%3C=%2080)%20{document.getElementById(%22pr_rsrp%22).innerHTML%20=%20'%3Cb%3E(Excellent)%3C/b%3E';document.getElementById(%22pr_rsrp%22).style%20=%20'color:%20blue;accent-color:%20currentcolor;';}%20else%20if%20(str%20%3E=%2080%20&&%20str%20%3C=%2090)%20{document.getElementById(%22pr_rsrp%22).innerHTML%20=%20'%3Cb%3E(Good)%3C/b%3E';document.getElementById(%22pr_rsrp%22).style%20=%20'color:%20green;accent-color:%20currentcolor;';}%20else%20if%20(str%20%3E=%2090%20&&%20str%20%3C=%2075)%20{document.getElementById(%22pr_rsrp%22).innerHTML%20=%20'%3Cb%3E(Medium)%3C/b%3E';document.getElementById(%22pr_rsrp%22).style%20=%20'color:%20orange;accent-color:%20currentcolor;';}%20else%20if%20(str%20%3E=%20100)%20{document.getElementById(%22pr_rsrp%22).innerHTML%20=%20'%3Cb%3E(Weak)%3C/b%3E';document.getElementById(%22pr_rsrp%22).style%20=%20'color:%20red;accent-color:%20currentcolor;';}}function%20set_prg_rsrq(val)%20{var%20str%20=%20val.replace('-',%20'').replace('dB',%20'');if%20(str%20%3C=%2010)%20{document.getElementById(%22pr_rsrq%22).innerHTML%20=%20'%3Cb%3E(Excellent)%3C/b%3E';document.getElementById(%22pr_rsrq%22).style%20=%20'color:%20blue;accent-color:%20currentcolor;';}%20else%20if%20(str%20%3E=%2010%20&&%20str%20%3C=%2015)%20{document.getElementById(%22pr_rsrq%22).innerHTML%20=%20'%3Cb%3E(Good)%3C/b%3E';document.getElementById(%22pr_rsrq%22).style%20=%20'color:%20green;accent-color:%20currentcolor;';}%20else%20if%20(str%20%3E=%2015%20&&%20str%20%3C=%2020)%20{document.getElementById(%22pr_rsrq%22).innerHTML%20=%20'%3Cb%3E(Medium)%3C/b%3E';document.getElementById(%22pr_rsrq%22).style%20=%20'color:%20orange;accent-color:%20currentcolor;';}%20else%20if%20(str%20%3E=%2020)%20{document.getElementById(%22pr_rsrq%22).innerHTML%20=%20'%3Cb%3E(Weak)%3C/b%3E';document.getElementById(%22pr_rsrq%22).style%20=%20'color:%20red;accent-color:%20currentcolor;';}}function%20set_prg_sinr(val)%20{var%20str%20=%20parseInt(val.replace('-',%20'').replace('dB',%20''));if%20(str%20%3E=%2020)%20{$('#prog_sinr').val(100);document.getElementById(%22pr_sinr%22).innerHTML%20=%20'%3Cb%3E(Excellent)%3C/b%3E';document.getElementById(%22pr_sinr%22).style%20=%20'color:%20blue;accent-color:%20currentcolor;';}%20else%20if%20(str%20%3E=%2013%20&&%20str%20%3C%2020)%20{document.getElementById(%22pr_sinr%22).innerHTML%20=%20'%3Cb%3E(Good)%3C/b%3E';document.getElementById(%22pr_sinr%22).style%20=%20'color:%20green;accent-color:%20currentcolor;';}%20else%20if%20(str%20%3E%200%20&&%20str%20%3C%2013)%20{$('#prog_sinr').val(50);document.getElementById(%22pr_sinr%22).innerHTML%20=%20'%3Cb%3E(Medium)%3C/b%3E';document.getElementById(%22pr_sinr%22).style%20=%20'color:%20orange;accent-color:%20currentcolor;';}%20else%20if%20(str%20%3C=%200)%20{$('#prog_sinr').val(25);document.getElementById(%22pr_sinr%22).innerHTML%20=%20'%3Cb%3E(Weak)%3C/b%3E';document.getElementById(%22pr_sinr%22).style%20=%20'color:%20red;accent-color:%20currentcolor;';}}function%20set_prg_rssi(val)%20{var%20str%20=%20val.replace('-',%20'').replace('dBm',%20'').replace('%3E=',%20'');if%20(str%20%3C=%2065)%20{document.getElementById(%22pr_rssi%22).innerHTML%20=%20'%3Cb%3E(Excellent)%3C/b%3E';document.getElementById(%22pr_rssi%22).style%20=%20'color:%20blue;accent-color:%20currentcolor;';}%20else%20if%20(str%20%3E=%2065%20&&%20str%20%3C=%2075)%20{document.getElementById(%22pr_rssi%22).innerHTML%20=%20'%3Cb%3E(Good)%3C/b%3E';document.getElementById(%22pr_rssi%22).style%20=%20'color:%20green;accent-color:%20currentcolor;';}%20else%20if%20(str%20%3E=%2075%20&&%20str%20%3C=%2085)%20{document.getElementById(%22pr_rssi%22).innerHTML%20=%20'%3Cb%3E(Medium)%3C/b%3E';document.getElementById(%22pr_rssi%22).style%20=%20'color:%20orange;accent-color:%20currentcolor;';}%20else%20if%20(str%20%3E=%2085%20&&%20str%20%3C=%2095)%20{document.getElementById(%22pr_rssi%22).innerHTML%20=%20'%3Cb%3E(Poor)%3C/b%3E';document.getElementById(%22pr_rssi%22).style%20=%20'color:%20orange;accent-color:%20currentcolor;';}%20else%20if%20(str%20%3E=%2095)%20{document.getElementById(%22pr_rssi%22).innerHTML%20=%20'%3Cb%3E(No%20signal)%3C/b%3E';document.getElementById(%22pr_rssi%22).style%20=%20'color:%20red;accent-color:%20currentcolor;';}}function%20set_homepage()%20{document.getElementById(%22home_page%22).innerHTML%20=%20'';document.getElementById(%22home_page%22).innerHTML%20=%20'%3Cdiv%20class=%22clearboth%22%20align=%22center%22%20style=%22margin:0%20auto;%22%3E%3Cdiv%20class=%22home_status_topo%20home_status_topo_left%22%20style=%22margin:0%20auto;%22%3E%3Cdiv%20id=%22home_dual_wan%22%20class=%22pull-left%22%20style=%22margin-top:40px;height:98px;max-width:210px;%22%3E%3Ca%20id=%22home_wan_status%22%20href=%22#mobileconnection%22%20target=%22_self%22%20rel=%22noopener%20noreferrer%22%20style=%22display:block;%22%20class=%22home_sim_on_5%22%3E%3C/a%3E%3Cdiv%20class=%22clearboth%22%20style=%22margin-top:%205px;%20display:%20inline-block;%22%3E%3Cdiv%20id=%22plmn_roam_box%22%20class=%22pull-left%20margin-right-5%22%20style=%22display:%20table;%20height:%2022px;%22%20align=%22center%22%3E%3Cspan%20id=%22home_plmn_description%22%20class=%22secondmenu_child%22%20style=%22%22%3E4G%3C/span%3E&nbsp;%3Cem%20style=%22height:%2020px;%20font-size:%2018px;%20display:%20none;%22%20id=%22roam_icon%22%20class=%22eth_no_connected%20hide%22%20lang-id-set=%22title%22%20lang-id=%22statistic.roaming%22%20title=%22Roaming%22%3E&nbsp;&nbsp;&nbsp;&nbsp;%3C/em%3E%3C/div%3E%3Cdiv%20id=%22home_wan_description%22%20class=%22pull-left%22%20style=%22display:%20table;height:%2020px;%22%3E%3Cdiv%20class=%22secondmenu_child%22%3ETELKOMSEL%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20class=%22pull-left%22%20id=%22home_wan_connect_info%22%20style=%22width:240px;margin:0%20auto;font-size:14px;%22%3E%3Cdiv%20id=%22home_wan_connected_status%22%20class=%22hide%20color_Darkgray%22%20style=%22margin:%200px%20auto;%20display:%20block;%22%20align=%22center%22%3E%3Ctable%20cellpadding=%220%22%20cellspacing=%220%22%20frame=%22void%22%20rules=%22none%22%20style=%22height:148px;width:160px;%22%3E%3Ctbody%3E%3Ctr%3E%3Ctd%3E%3Ctable%20cellpadding=%220%22%20cellspacing=%220%22%20frame=%22void%22%20rules=%22none%22%20id=%22wan_connect_rate%22%20class=%22pointer%20hide%22%20style=%22margin-top:%2072px;%20display:%20table;%22%20align=%22center%22%20onclick=%22EMUI.homeStatusDetectController.jumpToPage();%22%3E%3Ctbody%3E%3Ctr%3E%3Ctd%3E%3Cdiv%20class=%22home_up%22%3E&nbsp;%3C/div%3E%3C/td%3E%3Ctd%3E%3Cdiv%20class=%22home_icon_text_split%22%20id=%22home_up_rate%22%3E0bps%3C/div%3E%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%3E%3Cdiv%20class=%22home_down%22%3E&nbsp;%3C/div%3E%3C/td%3E%3Ctd%3E%3Cdiv%20class=%22home_icon_text_split%22%20id=%22home_down_rate%22%3E11.9Kbps%3C/div%3E%3C/td%3E%3C/tr%3E%3C/tbody%3E%3C/table%3E%3Cdiv%20id=%22home_traffic_overflow%22%20style=%22margin-top:%2038px;%20text-align:%20center;%20display:%20none;%22%20class=%22hide%20pointer%22%3E%3C/div%3E%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%20style=%22height:25px;%22%3E%3Cdiv%20id=%22home_wan_connect_status%22%20class=%22home_connect_ok%22%3E%3C/div%3E%3C/td%3E%3C/tr%3E%3C/tbody%3E%3C/table%3E%3C/div%3E%3Cdiv%20id=%22home_wan_disconnected_status%22%20class=%22hide%20color_Darkgray%22%20style=%22margin:%200px%20auto;%20display:%20none;%22%20align=%22center%22%3E%3Ctable%20cellpadding=%220%22%20cellspacing=%220%22%20frame=%22void%22%20rules=%22none%22%20style=%22height:148px;width:160px;text-align:center;%22%3E%3Ctbody%3E%3Ctr%3E%3Ctd%3E%3Cdiv%20id=%22home_error_info%22%20style=%22margin-top:72px;%22%20onclick=%22EMUI.homeStatusDetectController.jumpToPage();%22%3E%3C/div%3E%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%20style=%22height:25px;%22%3E%3Cdiv%20id=%22home_connect_failed_type%22%20class=%22home_connect_fail%22%3E%3C/div%3E%3C/td%3E%3C/tr%3E%3C/tbody%3E%3C/table%3E%3C/div%3E%3C/div%3E%3Cdiv%20class=%22pull-left%22%3E%3Ca%20href=%22#deviceinformation%22%20target=%22_self%22%20rel=%22noopener%20noreferrer%22%3E%3Cdiv%20id=%22battery_device_block%22%20class=%22hide%20pointer%22%20style=%22padding-top:45px;position:relative%22%3E%3Cdiv%20id=%22home_battery_status%22%20class=%22hide%22%20style=%22padding-top:8px;%22%3E%3Cdiv%20id=%22home_battery_low%22%20class=%22hide%20battery_low%22%20style=%22margin-top:8px;padding-top:3px;%22%3E&nbsp;%3C/div%3E%3Cdiv%20id=%22home_battery_normal%22%20class=%22hide%20battery_normal%22%20align=%22left%22%20style=%22margin-top:8px;direction:ltr%20!important;%22%3E%3Cdiv%20id=%22home_battery_dynamic_back%22%20class=%22home_battery_dynamic_back%22%3E%3C/div%3E%3C/div%3E%3Cdiv%20id=%22home_battery_charge%22%20class=%22hide%20battery_charge%22%20style=%22margin-top:8px;padding-top:3px;%22%3E&nbsp;%3C/div%3E%3C/div%3E%3Cdiv%20class=%22color_home_gray%22%20id=%22home_battery_number%22%20style=%22position:absolute;top:105px;left:80px;font-size:12px%22%3E%3C/div%3E%3C/div%3E%3Cdiv%20id=%22no_battery_device_block%22%20class=%22hide%20home_router%20pointer%22%20style=%22position:%20relative;%20z-index:%202;%20display:%20block;%22%3E%3C/div%3E%3C/a%3E%3Cdiv%20id=%22home_device_name%22%20lang-id=%22home_myDevice%22%20style=%22margin-top:5px;width:78px;%22%3EMy%20device%3C/div%3E%3C/div%3E%3Cdiv%20id=%22home_dual_wifi%22%20class=%22pull-left%22%20align=%22center%22%20style=%22font-size:14px;margin:0%20auto;width:240px;%22%3E%3Ctable%20cellpadding=%220%22%20cellspacing=%220%22%20frame=%22void%22%20rules=%22none%22%20style=%22height:148px;%22%3E%3Ctbody%3E%3Ctr%3E%3Ctd%3E%3Ctable%20cellpadding=%220%22%20cellspacing=%220%22%20frame=%22void%22%20rules=%22none%22%20class=%22pointer%22%20style=%22margin-top:72px;%22%20align=%22center%22%20onclick=%22EMUI.homeStatusDetectController.iconClickWifi();%22%3E%3Ctbody%3E%3Ctr%20id=%22home_wifi2_satus%22%20class=%22hide%22%20style=%22display:%20table-row;%22%3E%3Ctd%3E%3Ca%20href=%22#wifieasy%22%20target=%22_self%22%20rel=%22noopener%20noreferrer%22%3E%3Cdiv%20id=%22home_wifi2_status_icon%22%20class=%22home_wifisingle%22%3E&nbsp;%3C/div%3E%3C/a%3E%3C/td%3E%3Ctd%3E%3Ca%20href=%22#wifieasy%22%20target=%22_self%22%20rel=%22noopener%20noreferrer%22%3E%3Cdiv%20id=%22home_wifi_24g%22%20class=%22home_icon_text_split%20pointer%20selectmenu%22%20lang-id=%22wps_wifi_mode_24G%22%3E2.4%20GHz%3C/div%3E%3C/a%3E%3C/td%3E%3C/tr%3E%3Ctr%20id=%22home_wifi5_satus%22%20class=%22hide%22%20style=%22display:%20none;%22%3E%3Ctd%3E%3Ca%20href=%22#wifieasy%22%20target=%22_self%22%20rel=%22noopener%20noreferrer%22%3E%3Cdiv%20id=%22home_wifi5_status_icon%22%20class=%22home_wifisingle%22%3E&nbsp;%3C/div%3E%3C/a%3E%3C/td%3E%3Ctd%3E%3Ca%20href=%22#wifieasy%22%20target=%22_self%22%20rel=%22noopener%20noreferrer%22%3E%3Cdiv%20id=%22home_wifi_5g%22%20class=%22home_icon_text_split%20pointer%22%20lang-id=%22wps_wifi_mode_5G%22%3E5%20GHz%3C/div%3E%3C/a%3E%3C/td%3E%3C/tr%3E%3C/tbody%3E%3C/table%3E%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%20style=%22height:25px;%22%3E%3Cdiv%20id=%22home_wlan_connect_status%22%20class=%22home_connect_fail%22%3E%3C/div%3E%3C/td%3E%3C/tr%3E%3C/tbody%3E%3C/table%3E%3C/div%3E%3Cdiv%20id=%22home_dual_device%22%20class=%22pull-left%22%20style=%22margin-top:%2040px;%22%3E%3Cdiv%20class=%22home_desktop%20pointer%22%20style=%22position:%20relative;z-index:%202;%22%20onclick=%22EMUI.homeStatusDetectController.iconClickDevice();%22%3E%3Cdiv%20class=%22clearboth%22%20align=%22center%22%20style=%22margin-top:23px;%22%3E%3Ctable%20cellpadding=%220%22%20cellspacing=%220%22%20frame=%22void%22%20rules=%22none%22%20style=%22max-width:120px;%20text-align:center;direction:%20ltr;%22%3E%3Ctbody%3E%3Ctr%3E%3Ctd%3E%3Ca%20href=%22#devicemanagement%22%20target=%22_self%22%20rel=%22noopener%20noreferrer%22%3E%3Cdiv%20class=%22selectmenu%22%20style=%22font-size:36px;%22%20id=%22home_device_active_count%22%3E1%3C/div%3E%3C/a%3E%3C/td%3E%3Ctd%20style=%22width:21px;%22%3E%3C/td%3E%3C/tr%3E%3C/tbody%3E%3C/table%3E%3C/div%3E%3C/div%3E%3Cdiv%20style=%22margin-top:5px;%22%20class=%22wordbreak%22%20lang-id=%22menu.devicemanagement%22%3EDevices%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20class=%22clearboth%22%3E&nbsp;%3C/div%3E%3C/div%3E%3Cdiv%20style=%22height:10px;%22%3E&nbsp;%3C/div%3E%3Ctable%20style=%22width:%20100%;%20border-collapse:%20collapse;%22%20border=%220%22%20cellspacing=%2220px%22%3E%3Ctbody%3E%3Ctr%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3C/td%3E%3Ctd%20style=%22width:%2012.5%;%22%3E&nbsp;%3C/td%3E%3Ctd%20style=%22width:%2012.5%;%22%3E&nbsp;%3C/td%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3C/td%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%20style=%22width:%2037.5%;%22%20colspan=%222%22%3E&nbsp;%3Cstrong%3EConnection%3C/strong%3E%3C/td%3E%3Ctd%20style=%22width:%2012.5%;%22%3E&nbsp;%3C/td%3E%3Ctd%20style=%22width:%2050%;%22%20colspan=%222%22%3E%3Cstrong%3E&nbsp;Lock%20Band%3C/strong%3E%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%20style=%22width:%2025%;%20height:%2025px;%22%3E&nbsp;WAN%20IPv4%3C/td%3E%3Ctd%20style=%22width:%2012.5%;%22%20colspan=%222%22%3E&nbsp;:&nbsp;%3Cspan%20id=%22WanIPAddress%22%3E---%3C/span%3E%3C/td%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3Cinput%20id=%22band_auto%22%20type=%22checkbox%22%20value=%22AUTO%22%20/%3E&nbsp;Auto%3C/td%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%20style=%22width:%2025%;%20height:%2025px;%22%3E&nbsp;WAN%20DNS%3C/td%3E%3Ctd%20style=%22width:%2012.5%;%22%20colspan=%222%22%3E&nbsp;:&nbsp;%3Cspan%20id=%22wan_dns_address%22%3E---%3C/span%3E%3C/td%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3Cinput%20id=%22band_1%22%20type=%22checkbox%22%20value=%221%22%20/%3E&nbsp;Band%201%3C/td%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%20style=%22width:%2025%;%20height:%2025px;%22%3E&nbsp;BAND%3C/td%3E%3Ctd%20style=%22width:%2012.5%;%22%20colspan=%222%22%3E&nbsp;:&nbsp;%3Cspan%20id=%22band%22%3E---%3C/span%3E%3C/td%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3Cinput%20id=%22band_3%22%20type=%22checkbox%22%20value=%223%22%20/%3E&nbsp;Band%203%3C/td%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%20style=%22width:%2025%;%20height:%2025px;%22%3E&nbsp;BAND%20Setting%3C/td%3E%3Ctd%20style=%22width:%2012.5%;%22%20colspan=%222%22%3E&nbsp;:&nbsp;%3Cspan%20id=%22allowed%22%3E---%3C/span%3E%3C/td%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3Cinput%20id=%22band_8%22%20type=%22checkbox%22%20value=%228%22%20/%3E&nbsp;Band%208%3C/td%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%20style=%22width:%2025%;%20height:%2025px;%22%3E&nbsp;%3C/td%3E%3Ctd%20style=%22width:%2012.5%;%22%3E&nbsp;%3C/td%3E%3Ctd%20style=%22width:%2012.5%;%22%3E&nbsp;%3C/td%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3Cinput%20id=%22band_40%22%20type=%22checkbox%22%20value=%2240%22%20/%3E&nbsp;Band%2040%3C/td%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3C/td%3E%3Ctd%20style=%22width:%2012.5%;%22%3E&nbsp;%3C/td%3E%3Ctd%20style=%22width:%2012.5%;%22%3E&nbsp;%3C/td%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3Cbutton%20id=%22btn_set%22%20style=%22color:%20red;%22%20onclick=%22set_band()%22%3EApply%3C/button%3E%3C/td%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3C/td%3E%3Ctd%20style=%22width:%2012.5%;%22%3E&nbsp;%3C/td%3E%3Ctd%20style=%22width:%2012.5%;%22%3E&nbsp;%3C/td%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3C/td%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%20style=%22width:%2025%;%20height:%2025px;%22%3E&nbsp;RSRP%3C/td%3E%3Ctd%20style=%22width:%2012.5%;%22%3E&nbsp;:&nbsp;%3Cspan%20id=%22rsrp%22%3E---%3C/span%3E%3C/td%3E%3Ctd%20style=%22width:%2012.5%;%22%20colspan=%223%22%3E&nbsp;%3Cspan%20id=%22pr_rsrp%22%3E-%3C/span%3E%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%20style=%22width:%2025%;%20height:%2025px;%22%3E&nbsp;RSSI%3C/td%3E%3Ctd%20style=%22width:%2012.5%;%22%3E&nbsp;:&nbsp;%3Cspan%20id=%22rssi%22%3E---%3C/span%3E%3C/td%3E%3Ctd%20style=%22width:%2012.5%;%22%20colspan=%223%22%3E&nbsp;%3Cspan%20id=%22pr_rssi%22%3E-%3C/span%3E%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%20style=%22width:%2025%;%20height:%2025px;%22%3E&nbsp;RSSQ%3C/td%3E%3Ctd%20style=%22width:%2012.5%;%22%3E&nbsp;:&nbsp;%3Cspan%20id=%22rsrq%22%3E---%3C/span%3E%3C/td%3E%3Ctd%20style=%22width:%2012.5%;%22%20colspan=%223%22%3E&nbsp;%3Cspan%20id=%22pr_rsrq%22%3E-%3C/span%3E%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%20style=%22width:%2025%;%20height:%2025px;%22%3E&nbsp;SINR%3C/td%3E%3Ctd%20style=%22width:%2012.5%;%22%3E&nbsp;:&nbsp;%3Cspan%20id=%22sinr%22%3E---%3C/span%3E%3C/td%3E%3Ctd%20style=%22width:%2012.5%;%22%20colspan=%223%22%3E&nbsp;%3Cspan%20id=%22pr_sinr%22%3E-%3C/span%3E%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3C/td%3E%3Ctd%20style=%22width:%2012.5%;%22%3E&nbsp;%3C/td%3E%3Ctd%20style=%22width:%2012.5%;%22%3E&nbsp;%3C/td%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3C/td%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3C/td%3E%3Ctd%20style=%22width:%2012.5%;%22%3E&nbsp;%3C/td%3E%3Ctd%20style=%22width:%2012.5%;%22%3E&nbsp;%3C/td%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3C/td%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%20style=%22width:%2025%;%20height:%2025px;%22%3E&nbsp;CELL%20ID%3C/td%3E%3Ctd%20style=%22width:%2012.5%;%22%20colspan=%222%22%3E&nbsp;:&nbsp;%3Cspan%20id=%22cell_id%22%3E---%3C/span%3E%3C/td%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3C/td%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%20style=%22width:%2025%;%20height:%2025px;%22%3E&nbsp;PCI%3C/td%3E%3Ctd%20style=%22width:%2012.5%;%22%20colspan=%222%22%3E&nbsp;:&nbsp;%3Cspan%20id=%22pci%22%3E---%3C/span%3E%3C/td%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3C/td%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%20style=%22width:%2025%;%20height:%2025px;%22%3E&nbsp;PCI%20Nearby%3C/td%3E%3Ctd%20style=%22width:%2012.5%;%22%20colspan=%222%22%3E%3Cspan%20id=%22nei_cellid%22%3E---%3C/span%3E%3C/td%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3C/td%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%20style=%22width:%2025%;%20height:%2025px;%22%3E&nbsp;Wireless%20transmit%3C/td%3E%3Ctd%20style=%22width:%2012.5%;%22%20colspan=%222%22%3E%3Cspan%20id=%22txpower%22%3E---%3C/span%3E%3C/td%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3C/td%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3C/td%3E%3Ctd%20style=%22width:%2012.5%;%22%3E&nbsp;%3C/td%3E%3Ctd%20style=%22width:%2012.5%;%22%3E&nbsp;%3C/td%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3C/td%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3C/td%3E%3Ctd%20style=%22width:%2012.5%;%22%3E&nbsp;%3C/td%3E%3Ctd%20style=%22width:%2012.5%;%22%3E&nbsp;%3C/td%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3C/td%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3C/td%3E%3Ctd%20style=%22width:%2012.5%;%22%3E&nbsp;%3C/td%3E%3Ctd%20style=%22width:%2012.5%;%22%3E&nbsp;%3C/td%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3C/td%3E%3Ctd%20style=%22width:%2025%;%22%3E&nbsp;%3C/td%3E%3C/tr%3E%3C/tbody%3E%3C/table%3E%3Cdiv%20class=%22clearboth%22%3E&nbsp;%3C/div%3E';}window.setInterval(refreshData,%201000);
 

Similar threads

Back
Top