US9078282B2 - Method and apparatus for implementing network device function of wireless communication terminal - Google Patents

Method and apparatus for implementing network device function of wireless communication terminal Download PDF

Info

Publication number
US9078282B2
US9078282B2 US13/580,545 US201013580545A US9078282B2 US 9078282 B2 US9078282 B2 US 9078282B2 US 201013580545 A US201013580545 A US 201013580545A US 9078282 B2 US9078282 B2 US 9078282B2
Authority
US
United States
Prior art keywords
control instruction
wireless communication
communication terminal
network device
implementing
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.)
Expired - Fee Related, expires
Application number
US13/580,545
Other languages
English (en)
Other versions
US20120317263A1 (en
Inventor
Ming Zhao
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.)
ZTE Corp
Original Assignee
ZTE Corp
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 ZTE Corp filed Critical ZTE Corp
Assigned to ZTE CORPORATION reassignment ZTE CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: ZHAO, MING
Publication of US20120317263A1 publication Critical patent/US20120317263A1/en
Application granted granted Critical
Publication of US9078282B2 publication Critical patent/US9078282B2/en
Expired - Fee Related legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W88/00Devices specially adapted for wireless communication networks, e.g. terminals, base stations or access point devices
    • H04W88/02Terminal devices
    • H04W88/06Terminal devices adapted for operation in multiple networks or having at least two operational modes, e.g. multi-mode terminals
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/38Information transfer, e.g. on bus
    • G06F13/382Information transfer, e.g. on bus using universal interface adapter
    • G06F13/385Information transfer, e.g. on bus using universal interface adapter for adaptation of a particular data processing system to different peripheral devices
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W88/00Devices specially adapted for wireless communication networks, e.g. terminals, base stations or access point devices
    • H04W88/02Terminal devices
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W88/00Devices specially adapted for wireless communication networks, e.g. terminals, base stations or access point devices
    • H04W88/02Terminal devices
    • H04W88/04Terminal devices adapted for relaying to or from another terminal or user

Definitions

  • the present disclosure relates to the field of communications, in particular to a method and an apparatus for implementing a network device function of a wireless communication terminal.
  • a 3G data card exchanges data with a network in two states: one is that the data card is simulated into a modem, and the other is that the data card is simulated into a network device.
  • the second state i.e., a data card is simulated into a network device
  • the second state is becoming the mainstream use of the data card.
  • such state is only available on the windows platform of the Microsoft corporation but unavailable on a non-windows platform, such as desktop Linux and embedded Linux. The reason is that the non-windows platform cannot provide a mechanism for exchanging network data with the data card.
  • the technical problem to be solved by the disclosure is to provide a method and an apparatus for implementing a network device function of a wireless communication terminal, which can implement network data exchange with the wireless communication terminal on a non-windows platform.
  • a method for implementing a network device function of a wireless communication terminal including:
  • the step of receiving a control instruction and determining a sender of the control instruction by an apparatus for implementing the network device function of the wireless communication terminal may include:
  • the step of forwarding the received control instruction to the wireless communication terminal by the apparatus for implementing the network device function of the wireless communication terminal may include:
  • the step of forwarding the received control instruction to the host by the apparatus for implementing the network device function of the wireless communication terminal may include:
  • the predetermined instruction format may include but may be not limited to: an instruction format in a communication-class sub-protocol in a Universal Serial Bus (USB) protocol, or an instruction format in a Qualcomm Modem Interface (QMI) specification.
  • USB Universal Serial Bus
  • QMI Qualcomm Modem Interface
  • An embodiment of the disclosure further provides an apparatus for implementing a network device function of a wireless communication terminal, including:
  • an interface module which is configured to receive and send a control instruction
  • a processing module which is configured to determine a sender of the control instruction received by the interface module; forward the received control instruction to the wireless communication terminal through the interface module when the sender of the control instruction is a host; forward the received control instruction to the host through the interface module when the sender of the control instruction is the wireless communication terminal.
  • the interface module may be specifically configured to receive a request message by socket, which includes the control instruction and the sender of the control instruction;
  • the processing module may be specifically configured to determine the sender of the control instruction according to the sender of the control instruction included in the request message by socket.
  • the interface module may include:
  • a first interface module which is configured to forward a control signalling between the processing module and the wireless communication terminal;
  • a second interface module which is configured to forward a control signalling between the processing module and the host.
  • the processing module may be further configured to encapsulate the control instruction received by the interface module into a predetermined instruction format, which includes but is not limited to: an instruction format in a communication-class sub-protocol in a Universal Serial Bus (USB) protocol, or an instruction format in a Qualcomm Modem Interface (QMI) specification.
  • a predetermined instruction format which includes but is not limited to: an instruction format in a communication-class sub-protocol in a Universal Serial Bus (USB) protocol, or an instruction format in a Qualcomm Modem Interface (QMI) specification.
  • the processing module may be specifically configured to send the encapsulated control instruction to the first interface module after determining that the sender of the control instruction is the host, so as to enable the first interface module to send the encapsulated control instruction to the wireless communication terminal; and send the encapsulated control instruction to the second interface module after determining that the sender of the control instruction is the wireless communication terminal, so as to enable the second interface module to send the encapsulated control instruction to the host.
  • the apparatus for implementing a network device function of a wireless communication terminal can implement the information exchange between the wireless communication terminal and a host on a non-windows platform, as a result, the problem that the network device function of the wireless communication terminal is not available on the non-windows platform is solved, and a user can freely use the network device function of the wireless communication terminal in different operating system environments.
  • FIG. 1 is a diagram showing a flow of a method for implementing a network device function of a wireless communication terminal in one embodiment of the disclosure
  • FIG. 2 is a diagram showing the structure of an apparatus for implementing a network device function of a wireless communication terminal in one embodiment of the disclosure.
  • FIG. 3 is a diagram showing another flow of a method for implementing a network device function of a wireless communication terminal in one embodiment of the disclosure.
  • the embodiments of the disclosure provides a method and an apparatus for implementing a network device function of a wireless communication terminal, which can implement the network data exchange with the wireless communication terminal on the non-windows platform.
  • FIG. 1 is a diagram showing a flow of a method for implementing a network device function of a wireless communication terminal in one embodiment of the disclosure, as shown in FIG. 1 , the embodiment includes:
  • Step 101 an apparatus for implementing the network device function of the wireless communication terminal receives a control instruction and determines a sender of the control instruction.
  • Step 102 when the sender of the control instruction is a host, the apparatus for implementing the network device function of the wireless communication terminal forwards the received control instruction to the wireless communication terminal; and when the sender of the control instruction is the wireless communication terminal, the apparatus for implementing the network device function of the wireless communication terminal forwards the received control instruction to the host.
  • the method for implementing a network device function of a wireless communication terminal in the embodiment can implement the information exchange between the wireless communication terminal and the host on a non-windows platform, as a result, the problem that the network device function of the wireless communication terminal is not available on the non-windows platform is solved, and a user can freely use the network device function of the wireless communication terminal in different operating system environments.
  • FIG. 2 is a diagram showing the structure of an apparatus for implementing a network device function of a wireless communication terminal in one embodiment of the disclosure, as shown in FIG. 2 , the embodiment includes:
  • an interface module 20 which is configured to receive and send a control instruction
  • a processing module 21 which is configured to determine a sender of the control instruction received by the interface module 20 ; forward the received control instruction to the wireless communication terminal through the interface module 20 when the sender of the control instruction is a host; forward the received control instruction to the host through the interface module 20 when the sender of the control instruction is the wireless communication terminal.
  • the interface module 20 is specifically configured to receive a request message by socket, which includes the control instruction and the sender of the control instruction;
  • the processing module 21 is specifically configured to determine the sender of the control instruction according to the sender of the control instruction included in the request message by socket.
  • the interface module 20 includes:
  • a first interface module 22 which is configured to forward a control signalling between the processing module and the wireless communication terminal;
  • a second interface module 23 which is configured to forward control signalling between the processing module and the host.
  • the processing module 21 is further configured to encapsulate the control instruction received by the interface module 20 into a predetermined instruction format, wherein the predetermined instruction format includes but is not limited to: an instruction format in a communication-class sub-protocol in a Universal Serial Bus (USB) protocol, or an instruction format in a Qualcomm Modem Interface (QMI) specification.
  • the predetermined instruction format includes but is not limited to: an instruction format in a communication-class sub-protocol in a Universal Serial Bus (USB) protocol, or an instruction format in a Qualcomm Modem Interface (QMI) specification.
  • the processing module 21 is specifically configured to send the encapsulated control instruction to the first interface module 22 after determining that the sender of the control instruction is the host, so that the first interface module 22 sends the encapsulated control instruction to the wireless communication terminal; and send the encapsulated control instruction to the second interface module 23 after determining that the sender of the control instruction is the wireless communication terminal, so that the second interface module 23 sends the encapsulated control instruction to the host.
  • the apparatus for implementing a network device function of a wireless communication terminal in the embodiment can implement the information exchange between the wireless communication terminal and a host on a non-windows platform, as a result, the problem that the network device function of the wireless communication terminal is not available on the non-windows platform is solved, and a user can freely use the network device function of the wireless communication terminal in different operating system environments.
  • the method for implementing a network device function of a wireless communication terminal in one embodiment of the disclosure is further described below in conjunction with the apparatus for implementing the network device function of the wireless communication terminal in one embodiment of the disclosure and with the wireless communication terminal as a data card for example.
  • the firmware (on a device side) of the data card enumerates the data card as a composite apparatus in order that the data card has a network function device interface; and the firmware maps network function interface data of the data card, such as message data and frame data, to the network function interface.
  • a virtual device driver of a kernel layer of a non-windows platform is developed to connect the firmware of the data card with an application layer program of the operating system of the non-windows platform, i.e., to realize the function of the first interface module of the apparatus for implementing the network device function of the data card in one embodiment of the disclosure;
  • an application layer daemon program for the non-windows platform is developed to run all the time to receive and send the network data and state in real time, i.e., to realize the function of the processing module of the apparatus for implementing the network device function of the data card in one embodiment of the disclosure;
  • an application layer function library including network connecting, network disconnecting, parameter setting, state querying and other functions) for the non-windows platform is developed to be provided to an application program on a host side to operate various interfaces of the network device, i.e., to realize the function of the second interface module of the apparatus for implementing the network device function of the data card in one embodiment of the disclosure, and the application program on the
  • the first interface module is a direct link between the host and the data card, by which a network device control instruction and data on the host side can be sent to the data card, and data on the data card side can also be sent to the host side at the same time, wherein these control instructions include but are not limited to the related instructions in the communication-class sub-protocol in the USB protocol, various instructions meeting the QMI specification, or the like.
  • the processing module parses the received control instruction and encapsulates various control instructions and data, wherein these control instructions include but are not limited to the related instructions in the communication-class sub-protocol in the USB protocol, various instructions meeting the QMI specification, or the like.
  • the instruction data from the processing module can be encapsulated through the second interface module into a packet format identifiable to the host, and provided to the application program on the host side, wherein these packet formats include but are not limited to the related instructions in the communication-class sub-protocol in the USB protocol, various instructions meeting the QMI specification, or the like; meanwhile, the data from the host is encapsulated and then provided to the processing module.
  • FIG. 3 is a diagram showing a flow of a method for implementing a network device function of a wireless communication terminal in one embodiment of the disclosure when the wireless communication terminal is a data card, as shown in FIG. 3 , the embodiment includes:
  • Step 301 the processing module receives a request message by socket
  • the processing module judges whether a request message by socket is received
  • Step 302 the processing module determines the source of the request message by socket; when the request message by socket is sent from the second interface module, Step 303 is executed; and when the request message by socket is sent from the first interface module, Step 304 is executed;
  • the source of the request message by socket specifically can be determined based on the sender of the control instruction included in the request message by socket.
  • Step 303 the processing module extracts the control instruction from the request message by socket, and encapsulates the control instruction into a corresponding instruction format and then sends it to the first interface module;
  • the processing module extracts the control instruction from the request message by socket, encapsulates it into a corresponding instruction format which includes but is not limited to the related instructions in the communication-class sub-protocol in the USB protocol, various instructions meeting the QMI specification, or the like, and then sends the encapsulated control instruction to the first interface module in order to send it to the data card through the first interface module.
  • Step 304 the processing module extracts the control instruction from the request message by socket, and encapsulates it into a corresponding instruction format and then sends it to the second interface module;
  • the processing module extracts the control instruction from the request message by socket, encapsulates it in a corresponding instruction format which includes but is not limited to the related instructions in the communication-class sub-protocol in the USB protocol, various instructions meeting the QMI specification, or the like, and then sends the encapsulated control instruction to the second interface module in order to send it to the host through the second interface module.
  • the second interface module can also encapsulate the control instruction to facilitate the calling by the host.
  • the apparatus for implementing the network device function of the data card in one embodiment of the disclosure can implement an information exchange between the data card and the host on the non-windows platform, as a result, the problem that the network device function of the data card is not available on the non-windows platform is solved, and a user can freely use the network device function of the data card in different operating system environments.
  • the method embodiment corresponds to the apparatus embodiment, and those not described in detail in the method embodiment can refer to the related description in the apparatus embodiment, vice versa.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Mobile Radio Communication Systems (AREA)
  • Telephone Function (AREA)
  • Telephonic Communication Services (AREA)
US13/580,545 2010-08-11 2010-09-21 Method and apparatus for implementing network device function of wireless communication terminal Expired - Fee Related US9078282B2 (en)

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
CN201010251163.9A CN101917780B (zh) 2010-08-11 2010-08-11 无线通信终端网络设备功能的实现方法及装置
CN201010251163.9 2010-08-11
CN201010251163 2010-08-11
PCT/CN2010/077208 WO2012019376A1 (fr) 2010-08-11 2010-09-21 Procédé et appareil adaptés pour mettre en œuvre une fonction de dispositif de réseau pour un terminal de communication sans fil

Publications (2)

Publication Number Publication Date
US20120317263A1 US20120317263A1 (en) 2012-12-13
US9078282B2 true US9078282B2 (en) 2015-07-07

Family

ID=43325132

Family Applications (1)

Application Number Title Priority Date Filing Date
US13/580,545 Expired - Fee Related US9078282B2 (en) 2010-08-11 2010-09-21 Method and apparatus for implementing network device function of wireless communication terminal

Country Status (6)

Country Link
US (1) US9078282B2 (fr)
EP (1) EP2530995B1 (fr)
CN (1) CN101917780B (fr)
AU (1) AU2010358986B2 (fr)
CA (1) CA2790782C (fr)
WO (1) WO2012019376A1 (fr)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10091251B2 (en) * 2013-04-04 2018-10-02 Nvidia Corporation Establishing communications
CN106850554B (zh) * 2016-12-22 2019-12-17 广州视源电子科技股份有限公司 双系统定向连接的方法和装置
CN111343257B (zh) * 2020-02-17 2022-09-06 深圳市广和通无线股份有限公司 基于预设数据指令的数据处理方法、装置、设备及介质

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030097488A1 (en) * 2001-11-21 2003-05-22 International Business Machines Corporation Efficient method for determining record based I/O on top of streaming protocols
US6785730B1 (en) * 1999-02-16 2004-08-31 Rebecca S. Taylor Generic communications protocol translator
US20050114558A1 (en) 2003-11-21 2005-05-26 Zhi-Heng Nian Computer peripheral device for communicating with a computer via wireless network
CN1690946A (zh) 2004-04-22 2005-11-02 钟巨航 外存储器接口转换装置
US20070287493A1 (en) * 2006-04-11 2007-12-13 Kenneth Dean Stephens Devices and systems for improved wireless communication
US20080084897A1 (en) * 2006-10-09 2008-04-10 Samsung Electronic Co., Ltd. External connection interface emulation apparatus and method for mobile terminal
US20090003585A1 (en) * 2007-04-10 2009-01-01 Huawei Technologies Co., Ltd. Communication Method, Device And System For Implementing Scheduling Communication Service
CN101588378A (zh) 2009-06-17 2009-11-25 深圳华为通信技术有限公司 利用数据卡上网的方法、数据卡及系统
US20100077235A1 (en) * 2008-09-22 2010-03-25 Asustek Computer Inc. Mobile communication device and controlling method thereof
CN101729557A (zh) 2009-11-17 2010-06-09 中兴通讯股份有限公司 一种实现终端设备资源共享的方法及系统
CN101739364A (zh) 2009-12-08 2010-06-16 中兴通讯股份有限公司 一种基于usb接口的通信设备及实现业务配置的方法
CN101764695A (zh) 2009-12-07 2010-06-30 中兴通讯股份有限公司 一种数据卡及其数据传输方法
US20100180063A1 (en) * 2007-06-22 2010-07-15 Apple Inc. Serial pass-through device

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7688792B2 (en) * 2005-04-21 2010-03-30 Qualcomm Incorporated Method and apparatus for supporting wireless data services on a TE2 device using an IP-based interface
CN101630191B (zh) * 2009-08-26 2011-08-24 中兴通讯股份有限公司 一种实现通用串行总线调制解调器设备节电的装置及方法

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6785730B1 (en) * 1999-02-16 2004-08-31 Rebecca S. Taylor Generic communications protocol translator
US20030097488A1 (en) * 2001-11-21 2003-05-22 International Business Machines Corporation Efficient method for determining record based I/O on top of streaming protocols
US20050114558A1 (en) 2003-11-21 2005-05-26 Zhi-Heng Nian Computer peripheral device for communicating with a computer via wireless network
CN1690946A (zh) 2004-04-22 2005-11-02 钟巨航 外存储器接口转换装置
US20070287493A1 (en) * 2006-04-11 2007-12-13 Kenneth Dean Stephens Devices and systems for improved wireless communication
US20080084897A1 (en) * 2006-10-09 2008-04-10 Samsung Electronic Co., Ltd. External connection interface emulation apparatus and method for mobile terminal
US20090003585A1 (en) * 2007-04-10 2009-01-01 Huawei Technologies Co., Ltd. Communication Method, Device And System For Implementing Scheduling Communication Service
US20100180063A1 (en) * 2007-06-22 2010-07-15 Apple Inc. Serial pass-through device
US20100077235A1 (en) * 2008-09-22 2010-03-25 Asustek Computer Inc. Mobile communication device and controlling method thereof
CN101588378A (zh) 2009-06-17 2009-11-25 深圳华为通信技术有限公司 利用数据卡上网的方法、数据卡及系统
CN101729557A (zh) 2009-11-17 2010-06-09 中兴通讯股份有限公司 一种实现终端设备资源共享的方法及系统
CN101764695A (zh) 2009-12-07 2010-06-30 中兴通讯股份有限公司 一种数据卡及其数据传输方法
CN101739364A (zh) 2009-12-08 2010-06-16 中兴通讯股份有限公司 一种基于usb接口的通信设备及实现业务配置的方法
EP2386959A1 (fr) 2009-12-08 2011-11-16 ZTE Corporation Dispositif de communication basé sur une interface usb et procédé de mise en uvre d'une configuration de service

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
English Translation of the Written Opinion of the International Search Authority in international application No. PCT/CN2010/077208, mailed on May 19, 2011.
International Search Report in international application No. PCT/CN2010/077208, mailed on May 19, 2011.

Also Published As

Publication number Publication date
CN101917780B (zh) 2015-05-20
CA2790782A1 (fr) 2012-02-16
WO2012019376A1 (fr) 2012-02-16
EP2530995A4 (fr) 2017-12-27
AU2010358986A1 (en) 2012-09-20
US20120317263A1 (en) 2012-12-13
EP2530995B1 (fr) 2020-02-12
CA2790782C (fr) 2016-09-13
EP2530995A1 (fr) 2012-12-05
CN101917780A (zh) 2010-12-15
AU2010358986B2 (en) 2014-05-01

Similar Documents

Publication Publication Date Title
US10986171B2 (en) Method for unified communication of server, baseboard management controller, and server
US11151010B2 (en) Resource configuration method, mobile terminal and storage medium
US8442509B2 (en) System and method for managing a wireless device from removable media with processing capability
WO2023284699A1 (fr) Procédé de transmission de données de pile de protocoles basé sur un système linux, et dispositif informatique et support d'enregistrement
US8798541B1 (en) System and method for socket backed host controller interface emulation for virtual bluetooth adapter
JP5367717B2 (ja) プラットフォーム間で通信を行なう技術
US9110605B2 (en) Wireless internet access module, communication method for host and wireless internet access module, and data card
WO2016119623A1 (fr) Procédé et dispositif pour réaliser un partage de réseau
US9078282B2 (en) Method and apparatus for implementing network device function of wireless communication terminal
US20070155422A1 (en) Method for controlling mobile data connection through USB Ethernet management of mobile station
WO2006073541A1 (fr) Dispositif et procede de traitement infographique distribue
EP2501203A1 (fr) Procédé de pilotage universel et pilote pour dispositif mobile à haut débit
KR101863677B1 (ko) 단말기와 스마트카드 간 인터페이스 시스템 및 그 방법
JP5848741B2 (ja) ホストと無線インターネットアクセスモジュールとの間の通信方法、及びホスト通信モジュール
WO2018133792A1 (fr) Procédé de traitement de données, et carte de données vocales
CN112835838A (zh) 串口通信方法、装置、存储介质及计算机设备
TWI627596B (zh) Method for automatically switching the instant message notification mode according to the execution and connection status of the financial commodity transaction software, and the mobile device service server
CN116302750A (zh) 设备调试方法及相关装置
CN117041042A (zh) 网卡配置的管理方法及相关装置
KR20140129699A (ko) 링크 어그리게이션 모듈을 이용한 데이터 관리 시스템 및 그 방법

Legal Events

Date Code Title Description
AS Assignment

Owner name: ZTE CORPORATION, CHINA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:ZHAO, MING;REEL/FRAME:028879/0689

Effective date: 20120508

STCF Information on status: patent grant

Free format text: PATENTED CASE

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 4

FEPP Fee payment procedure

Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

LAPS Lapse for failure to pay maintenance fees

Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20230707