CN112925542B - Test method for supporting silent upgrading of wireless router - Google Patents

Test method for supporting silent upgrading of wireless router Download PDF

Info

Publication number
CN112925542B
CN112925542B CN202110203517.0A CN202110203517A CN112925542B CN 112925542 B CN112925542 B CN 112925542B CN 202110203517 A CN202110203517 A CN 202110203517A CN 112925542 B CN112925542 B CN 112925542B
Authority
CN
China
Prior art keywords
file
testing
wireless router
executing
silent
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202110203517.0A
Other languages
Chinese (zh)
Other versions
CN112925542A (en
Inventor
王文斌
曹树鑫
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Dongguan Ruiyi Electronic Technology Co ltd
Original Assignee
Dongguan Ruiyi Electronic Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Dongguan Ruiyi Electronic Technology Co ltd filed Critical Dongguan Ruiyi Electronic Technology Co ltd
Priority to CN202110203517.0A priority Critical patent/CN112925542B/en
Publication of CN112925542A publication Critical patent/CN112925542A/en
Application granted granted Critical
Publication of CN112925542B publication Critical patent/CN112925542B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • H04L41/0813Configuration setting characterised by the conditions triggering a change of settings
    • H04L41/082Configuration setting characterised by the conditions triggering a change of settings the condition being updates or upgrades of network functionality
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/70Reducing energy consumption in communication networks in wireless communication networks

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Mobile Radio Communication Systems (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention relates to a test method for supporting silent upgrading by a wireless router. The method comprises the following steps: s1, dividing an independent silent upgrading partition in a memory, and storing an independent file or a functional module; s2, performing silent upgrading operation on the independent files or the functional modules; s3, carding application scenes of silence upgrading, dynamically loading individual files or functional modules and carrying out acceptance test; s4, analyzing a basic test point according to logic implementation and functional association in the wireless router software; s5, combining the application scene and the basic test points, and adding test cases to obtain a complete case set; s6, executing by adopting an automatic testing tool to complete automatic testing. The test method for supporting the silent upgrading function of the wireless router product provides method guidance for actual work, is simple and feasible, and can be reused for use case design and test of the silent upgrading function of other network products.

Description

Test method for supporting silent upgrading of wireless router
Technical Field
The invention relates to the field of router upgrade and update, in particular to a test method for supporting silent upgrade by a wireless router.
Background
If some independent files or functional modules of the current router equipment need to be updated, the whole system needs to be updated, the maintenance of the whole system is troublesome and low-efficiency, the module functions do not support the personalized customization of clients, and the product software is inflexible.
The silent upgrading function can only upgrade a single file or a functional module, then is dynamically loaded, does not need to upgrade the whole system, can quickly replace files needing to be regularly maintained in the system, optimizes the function of the module, and improves user experience.
Disclosure of Invention
The invention provides a test method for supporting silent upgrading of a wireless router, which aims to solve the problem that the whole system of the current router equipment is required to be upgraded.
The invention provides a test method for supporting silent upgrading by a wireless router, which comprises the following steps:
s1, dividing an independent silent upgrading partition in a memory, and storing an independent file or a functional module;
s2, performing silent upgrading operation on the independent files or the functional modules;
s3, carding application scenes of silence upgrading, dynamically loading individual files or functional modules and carrying out acceptance test;
s4, analyzing a basic test point according to logic implementation and functional association in the wireless router software;
S5, combining the application scene and the basic test points, and adding test cases to obtain a complete case set;
s6, executing by adopting an automatic testing tool to complete automatic testing.
As a further improvement of the present invention, the operation procedure of silent upgrade in step S2 includes:
reading: reading the file content, checking before reading, and checking whether the file is damaged;
Writing: writing a file into the partition, and covering the original file if the original file name exists;
deletion: deleting the file, and deleting the file from the partition;
formatting: erasing the whole partition, and emptying the content of the whole partition;
And (3) checking: and checking the file by using a CRC algorithm, and checking the integrity of the file.
In step S3, the logic of the 4 application scenario is developed by the upper layer, and the method including cloud delivery automatic update, background direct update and user selection update is supported.
As a further improvement of the present invention, in the step S5, the use case set includes use cases of silent upgrade basic function verification, integrated function verification of system upgrade in other modes, reliability verification of repeatedly operating silent upgrade partition, loading file from silent upgrade partition, and long-time running stability verification of system.
In step S6, the automated test tool is written and developed for completing the test steps according to the interface and command designed by the wireless router software.
As a further improvement of the present invention, the automated test procedure in step S6 includes:
a1. Loading individual files or functional modules by entering a designated directory;
a2. downloading and storing correct files, testing by adopting the correct files, and accumulating the testing error times of the correct files;
a3. downloading and storing error files, testing by adopting the error files, and accumulating the testing error times of the error files;
a4. After the testing of the correct file and the error file is completed, the complete testing times are accumulated once, whether the testing is interrupted or not is judged, if yes, the counted complete testing times are directly printed, and if not, the step a2 is repeatedly executed.
As a further improvement of the present invention, the specific process of the step a2 includes:
a21. downloading a correct file, and executing a stored file;
a22. acquiring a CRC value of correct file content, checking the CRC value calculated by the file content before storing the file and the current file content of the wireless router, and executing the step a23 if the check is successful; if the verification fails, accumulating the number of times of checking the correct file errors once, and executing the step a23;
a23. c, obtaining file content, calculating a CRC value, comparing the CRC value with a CRC value of a stored file, and executing step a24 if the CRC values are consistent; if the comparison is inconsistent, accumulating the error times of acquiring the correct file once, and executing the step a24;
a24. and (3) deleting the files in the silent upgrading partition in the wireless router, if the deletion is successful, executing the step a3, if the deletion is failed, accumulating the number of times of deleting the correct files once, and then executing the step a3.
As a further improvement of the present invention, the specific process of the step a3 includes:
a31. downloading an error file and executing a saved file;
a32. Acquiring a CRC value of the error file content, checking the CRC value calculated by the file content before storing the file and the current file content of the wireless router, and executing the step a33 if the check is successful; if the verification fails, accumulating the number of times of checking the error file once, and executing the step a33;
a33. unloading and erasing the silent upgrade partition, judging whether to mount the silent upgrade partition again, and if so, executing the step a4; if not, the number of times of erasing partition errors once is accumulated, and then the step a4 is executed.
The beneficial effects of the invention are as follows: the test method for supporting the silent upgrading function of the wireless router product provides method guidance for actual work, is simple and feasible, and can be reused for use case design and test of the silent upgrading function of other network products.
Drawings
FIG. 1 is a flow chart of an automated testing process in the present invention.
Detailed Description
The present invention will be described in further detail with reference to the drawings and examples, in order to make the objects, technical solutions and advantages of the present invention more apparent.
The invention provides a test method for supporting silent upgrading by a wireless router, wherein the silent upgrading function can only upgrade individual files and functional modules and then be dynamically loaded, so that the test method comprises the following steps:
s1, dividing an independent silent upgrading partition in a flash memory, wherein the size of the partition is 2M, and the partition is used for storing related independent files or functional modules.
S2, performing silent upgrading operation on the independent files or the functional modules; the operation of silence upgrading comprises the following steps:
Reading: the file content can be read out, and checking can be performed before reading to check whether the file is damaged or not;
Writing: writing a file into the partition, and covering the original file if the original file name exists;
deletion: deleting the file, and deleting the file from the partition;
formatting: erasing the whole partition, and emptying the content of the whole partition;
And (3) checking: and checking the file by using a CRC algorithm, and checking the integrity of the file.
S3, combing a plurality of silent upgrading scenes used by a user, for example, a scene that the user locally selects a file to be loaded into a router and a scene that a cloud end automatically issues the file to be loaded into the router, and performing acceptance test by using the file loading, wherein logic implementation of an application scene is developed by an upper layer, and cloud end issuing automatic update, background direct update, user selection update and the like are supported.
S4, analyzing the basic test points according to logic implementation and functional association in the wireless router software.
S5, combining the scene and the basic test point, adding reliability and stability test cases, and obtaining a complete case set, wherein the case set comprises silent upgrading basic function verification, integrated function verification of system upgrading in other modes, reliability verification of repeatedly operating silent upgrading partitions, loading files from the silent upgrading partitions, and long-time running stability verification of the system.
S6, writing test steps according to related interfaces and commands of software design, developing related automatic test tools, and executing and completing automatic tests by adopting the automatic test tools.
The software operation process of the test method is as follows:
b1. Opening a tftp server, and placing a script to be used on a computer desktop;
b2. A serial port inputs a command, and enters a/var directory, wherein the directory is readable and writable, and the other directories are read-only; downloading a test.sh script to the DUT, adding executable permission to the test.sh script file, and executing the test.sh script;
b3.Ctrl+c stops script, obtaining test result.
As shown in fig. 1, the automated test procedure includes:
a1. and loading the individual files or the functional modules by entering the designated directory.
A2. Downloading and storing correct files, testing by adopting the correct files, and accumulating the testing error times of the correct files; the method specifically comprises the following steps:
a21. downloading a correct file, and executing a stored file;
a22. Checking the file before storing the file, wherein the header of the file has a CRC check value of the file content, acquiring the value of the correct file before storing the file and checking the CRC calculated by the current file content, and executing the step a23 if the check is successful; if the verification fails, accumulating the number of times of checking the correct file errors once, and executing the step a23;
a23. Acquiring file contents for comparison, wherein the stored file has an independent CRC check value, acquiring the file contents, calculating the CRC check value, comparing the CRC check value with the value, and executing step a24 if the comparison is correct; if the comparison fails, accumulating the error times of acquiring the correct file once, and executing the step a24;
a24. And (3) deleting the file, namely deleting the file in the silent upgrading partition in the wireless router, if the deletion is successful, executing the step a3, and if the deletion is failed, accumulating the error times of deleting the correct file once, and then executing the step a3.
And carrying out +1 accumulation on the error times in the process of checking, acquiring and deleting the correct file, wherein the step is used for counting the process after downloading the correct file, and ensuring the success rate of verification operation and the reliability of the system.
A3. Downloading and storing error files, testing by adopting the error files, and accumulating the testing error times of the error files; the method specifically comprises the following steps:
a31. downloading an error file and executing a saved file;
a32. Checking the file before storing the file, wherein the header of the file has a CRC check value of the file content, acquiring the value of the error file before storing the file and checking with the CRC calculated by the current file content, and executing the step a33 if the check is successful; if the verification fails, accumulating the number of times of checking the error file once, and executing the step a33;
a33. unloading and erasing the silent upgrade partition, judging whether to mount the silent upgrade partition again, and if so, executing the step a4; if not, the number of times of erasing partition errors once is accumulated, and then the step a4 is executed.
And carrying out +1 accumulation on error times in the process of checking and erasing the partition errors of the error file, wherein the step is used for counting the process after downloading the error file, so as to ensure the success rate of verification operation, and the fault tolerance and reliability of the system.
A4. After the testing of the correct file and the error file is completed, the complete testing times are accumulated once, whether the testing is interrupted or not is judged, if yes, the counted complete testing times are directly printed, and if not, the step a2 is repeatedly executed.
In the automatic test process, correct files are checked and stored firstly, then error files are checked and stored, and the correctness of a program and the fault tolerance and reliability of a system are verified by covering different types of files.
The foregoing is a further detailed description of the invention in connection with the preferred embodiments, and it is not intended that the invention be limited to the specific embodiments described. It will be apparent to those skilled in the art that several simple deductions or substitutions may be made without departing from the spirit of the invention, and these should be considered to be within the scope of the invention.

Claims (8)

1. A testing method for supporting silent upgrading of a wireless router is characterized by comprising the following steps:
s1, dividing an independent silent upgrading partition in a memory, and storing an independent file or a functional module;
s2, performing silent upgrading operation on the independent files or the functional modules;
s3, carding application scenes of silence upgrading, dynamically loading individual files or functional modules and carrying out acceptance test;
s4, analyzing a basic test point according to logic implementation and functional association in the wireless router software;
S5, combining the application scene and the basic test points, and adding test cases to obtain a complete case set;
s6, executing by adopting an automatic testing tool to complete automatic testing.
2. The method for testing the wireless router to support silent upgrade according to claim 1, wherein the operation procedure of silent upgrade in step S2 comprises:
reading: reading the file content, checking before reading, and checking whether the file is damaged;
Writing: writing a file into the partition, and covering the original file if the original file name exists;
deletion: deleting the file, and deleting the file from the partition;
formatting: erasing the whole partition, and emptying the content of the whole partition;
And (3) checking: and checking the file by using a CRC algorithm, and checking the integrity of the file.
3. The method for testing the wireless router to support silent upgrade according to claim 1, wherein in step S3, the logic of the 4 application scenario is developed by an upper layer, and the method comprises cloud delivery automatic update, background direct update, and user selection update.
4. The method according to claim 1, wherein in step S5, the use case set includes use cases of silent upgrade basic function verification, integrated function verification of other system upgrades, reliability verification of repeatedly operating silent upgrade partition, loading file from silent upgrade partition, and long-time running stability verification of system.
5. The method for testing the wireless router for supporting silent upgrade according to claim 1, wherein in step S6, the automated testing tool is written and developed for completing testing steps according to interfaces and commands designed by the wireless router software.
6. The method according to claim 1, wherein the automated test procedure in step S6 includes:
a1. Loading individual files or functional modules by entering a designated directory;
a2. downloading and storing correct files, testing by adopting the correct files, and accumulating the testing error times of the correct files;
a3. downloading and storing error files, testing by adopting the error files, and accumulating the testing error times of the error files;
a4. After the testing of the correct file and the error file is completed, the complete testing times are accumulated once, whether the testing is interrupted or not is judged, if yes, the counted complete testing times are directly printed, and if not, the step a2 is repeatedly executed.
7. The method for testing the wireless router to support silent upgrade according to claim 6, wherein the specific procedure of step a2 comprises:
a21. downloading a correct file, and executing a stored file;
a22. acquiring a CRC value of correct file content, checking the CRC value calculated by the file content before storing the file and the current file content of the wireless router, and executing the step a23 if the check is successful; if the verification fails, accumulating the number of times of checking the correct file errors once, and executing the step a23;
a23. c, obtaining file content, calculating a CRC value, comparing the CRC value with a CRC value of a stored file, and executing step a24 if the CRC values are consistent; if the comparison is inconsistent, accumulating the error times of acquiring the correct file once, and executing the step a24;
a24. and (3) deleting the files in the silent upgrading partition in the wireless router, if the deletion is successful, executing the step a3, if the deletion is failed, accumulating the number of times of deleting the correct files once, and then executing the step a3.
8. The method for testing the wireless router to support silent upgrade according to claim 6, wherein the specific procedure of step a3 comprises:
a31. downloading an error file and executing a saved file;
a32. Acquiring a CRC value of the error file content, checking the CRC value calculated by the file content before storing the file and the current file content of the wireless router, and executing the step a33 if the check is successful; if the verification fails, accumulating the number of times of checking the error file once, and executing the step a33;
a33. unloading and erasing the silent upgrade partition, judging whether to mount the silent upgrade partition again, and if so, executing the step a4; if not, the number of times of erasing partition errors once is accumulated, and then the step a4 is executed.
CN202110203517.0A 2021-02-24 2021-02-24 Test method for supporting silent upgrading of wireless router Active CN112925542B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110203517.0A CN112925542B (en) 2021-02-24 2021-02-24 Test method for supporting silent upgrading of wireless router

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110203517.0A CN112925542B (en) 2021-02-24 2021-02-24 Test method for supporting silent upgrading of wireless router

Publications (2)

Publication Number Publication Date
CN112925542A CN112925542A (en) 2021-06-08
CN112925542B true CN112925542B (en) 2024-04-30

Family

ID=76170501

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110203517.0A Active CN112925542B (en) 2021-02-24 2021-02-24 Test method for supporting silent upgrading of wireless router

Country Status (1)

Country Link
CN (1) CN112925542B (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102075781A (en) * 2009-11-20 2011-05-25 上海倍亚得信息技术有限公司 System and method for testing user perception effect of video telephony and streaming media
CN102118260A (en) * 2009-12-30 2011-07-06 中兴通讯股份有限公司 Method for automatically managing net element version and network system
CN102346709A (en) * 2010-07-30 2012-02-08 国际商业机器公司 Software development assisting method and system
CN106874040A (en) * 2017-01-17 2017-06-20 武汉天喻教育科技有限公司 Realize that PC ends software is mourned in silence the system and method for upgrading based on Windows services
CN109062815A (en) * 2018-10-11 2018-12-21 郑州云海信息技术有限公司 Generate the method and system of upgrading/service packs test bag of virtualization software
CN109375937A (en) * 2018-10-30 2019-02-22 Oppo广东移动通信有限公司 Method for upgrading system, device, terminal device and storage medium
CN110786053A (en) * 2017-06-19 2020-02-11 T移动美国公司 System and method for testing power consumption of electronic device
CN111629200A (en) * 2019-02-27 2020-09-04 深圳Tcl数字技术有限公司 Method and device for rapidly detecting differential packet reliability and readable storage medium

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9185174B2 (en) * 2009-04-29 2015-11-10 Ianywhere Solutions, Inc. Maintaining mobile device operations
US20180018161A1 (en) * 2016-07-13 2018-01-18 Blackberry Limited Updating firmware at enterprise devices

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102075781A (en) * 2009-11-20 2011-05-25 上海倍亚得信息技术有限公司 System and method for testing user perception effect of video telephony and streaming media
CN102118260A (en) * 2009-12-30 2011-07-06 中兴通讯股份有限公司 Method for automatically managing net element version and network system
CN102346709A (en) * 2010-07-30 2012-02-08 国际商业机器公司 Software development assisting method and system
CN106874040A (en) * 2017-01-17 2017-06-20 武汉天喻教育科技有限公司 Realize that PC ends software is mourned in silence the system and method for upgrading based on Windows services
CN110786053A (en) * 2017-06-19 2020-02-11 T移动美国公司 System and method for testing power consumption of electronic device
CN109062815A (en) * 2018-10-11 2018-12-21 郑州云海信息技术有限公司 Generate the method and system of upgrading/service packs test bag of virtualization software
CN109375937A (en) * 2018-10-30 2019-02-22 Oppo广东移动通信有限公司 Method for upgrading system, device, terminal device and storage medium
CN111629200A (en) * 2019-02-27 2020-09-04 深圳Tcl数字技术有限公司 Method and device for rapidly detecting differential packet reliability and readable storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
To What Extent is Stress Testing of Android TV Applications Automated in Industrial Environments?;Bo Jiang等;《IEEE Transactions on Reliability》;第65卷(第3期);第 1223-1239页 *
基于Python和Robotframework的继电保护装置自动化集成测试方法;周 寻等;《电气时代》(第02期);第78-84页 *

Also Published As

Publication number Publication date
CN112925542A (en) 2021-06-08

Similar Documents

Publication Publication Date Title
CN108876121B (en) Work order processing method and device, computer equipment and storage medium
CN111240720A (en) Boot program upgrading method and device and storage medium
CN106951284B (en) User interface upgrading method and device based on android system application and intelligent terminal
CN112631621A (en) Dependency package management method, device, server and storage medium
CN110597545A (en) Hot patch intelligent upgrading method and system based on OTA component
CN114780019A (en) Electronic device management method and device, electronic device and storage medium
CN110083378B (en) Automatic software upgrading method and device based on file system
CN115357262A (en) Method for upgrading driver firmware in batch
CN111629200A (en) Method and device for rapidly detecting differential packet reliability and readable storage medium
CN106708550B (en) Method and device for loading shared object library
CN113094077B (en) System differential upgrading method and device, intelligent terminal and storage medium
CN112925542B (en) Test method for supporting silent upgrading of wireless router
CN111918278A (en) Over-the-air upgrade checking method, device, medium and intelligent terminal equipment
CN112181444A (en) DSP multi-core data programming method based on 1553B bus
CN114741091A (en) Firmware loading method and device, electronic equipment and computer readable storage medium
CN115145596A (en) OTA (over the air) upgrading method and device for robot upgrading package
CN111897557B (en) Updating method, device, equipment and storage medium of service system
CN114443617B (en) Intelligent verification processing method and device for migration exception
CN109815197A (en) Integrated file operation method, system, computer equipment and storage medium
CN117873870B (en) Yum source integrity test method
CN118672635A (en) System upgrading method and device for embedded equipment under small memory
CN116186050A (en) Data updating method and device based on hash algorithm
CN115718697A (en) Version matching method of software module and optical ranging system
CN114546476A (en) Firmware parameter configuration method and device, baseboard management controller and storage medium
CN117149507A (en) Vehicle ECU data updating and checking method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20240320

Address after: 523000 No. 3, Gongye West 2nd Road, Songshanhu high tech Industrial Development Zone, Dongguan City, Guangdong Province

Applicant after: Dongguan Ruiyi Electronic Technology Co.,Ltd.

Country or region after: China

Address before: 6-8 / F, building E3, TCL hi tech park, 1001 Zhongshan Garden Road, Xili, Nanshan District, Shenzhen, Guangdong 518000

Applicant before: SHENZHEN TENDA TECHNOLOGY Co.,Ltd.

Country or region before: China

GR01 Patent grant
GR01 Patent grant