Movatterモバイル変換


[0]ホーム

URL:


CN102625399B - Method for quickly switching network system on mobile platform - Google Patents

Method for quickly switching network system on mobile platform
Download PDF

Info

Publication number
CN102625399B
CN102625399BCN201210091915.9ACN201210091915ACN102625399BCN 102625399 BCN102625399 BCN 102625399BCN 201210091915 ACN201210091915 ACN 201210091915ACN 102625399 BCN102625399 BCN 102625399B
Authority
CN
China
Prior art keywords
baseband
parameters
library
network
module
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
Application number
CN201210091915.9A
Other languages
Chinese (zh)
Other versions
CN102625399A (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.)
Rockchip Electronics Co Ltd
Original Assignee
Fuzhou Rockchip Electronics 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 Fuzhou Rockchip Electronics Co LtdfiledCriticalFuzhou Rockchip Electronics Co Ltd
Priority to CN201210091915.9ApriorityCriticalpatent/CN102625399B/en
Publication of CN102625399ApublicationCriticalpatent/CN102625399A/en
Application grantedgrantedCritical
Publication of CN102625399BpublicationCriticalpatent/CN102625399B/en
Expired - Fee Relatedlegal-statusCriticalCurrent
Anticipated expirationlegal-statusCritical

Links

Landscapes

Abstract

Translated fromChinese

一种移动平台上快速切换网络制式的方法,包括:在移动设备中存储不同网络制式的基带模组代码库,RILD进程从系统启动脚本中读取基带库信息,当不同制式的模组物理上链接到系统中之后,基带信息融合库收到上报的通知,获得各模组的Modem ID、Vendor ID、Product ID;基带信息融合库在自己的列表中匹配上述三个ID,判断是否需要切换网络制式;基带信息融合库提取出参数填入基带抽象模型,并启动模型切换单元,完成网络制式的切换。本发明提供了一种在移动平台上实现网络制式快速切换的方法。

A method for quickly switching network standards on a mobile platform, comprising: storing baseband module code libraries of different network standards in a mobile device, the RILD process reads baseband library information from a system startup script, and when modules of different standards physically After linking to the system, the baseband information fusion library receives the reported notification and obtains the Modem ID, Vendor ID, and Product ID of each module; the baseband information fusion library matches the above three IDs in its own list to determine whether it is necessary to switch the network Standard: The baseband information fusion library extracts the parameters and fills them into the baseband abstract model, and starts the model switching unit to complete the switching of the network standard. The invention provides a method for realizing fast switching of network standards on a mobile platform.

Description

Translated fromChinese
一种移动平台上快速切换网络制式的方法A method for quickly switching network standards on a mobile platform

【技术领域】【Technical field】

本发明涉及无线通信网络技术领域,具体是指一种移动平台上快速切换网络制式的方法。The invention relates to the technical field of wireless communication networks, in particular to a method for quickly switching network standards on a mobile platform.

【背景技术】【Background technique】

目前移动平台上需要支持各种型号的GSM模组和各种3G网络制式,移动设备与不同模组之间的通信采用的AT指令和通信流程都存在差异。如果该移动平台上同时存在两组或者更多组不同制式的模组,就有在不同制式之间相互切换的需求。需要添加相应的库文件,根据AT交互结果查询模组信息;然后根据信息,不同模组导入不同的基带管理库,占用大量内存,并且切换库文件过程中耗费CPU资源,切换时限长,用户体验差。At present, the mobile platform needs to support various types of GSM modules and various 3G network standards, and the AT commands and communication processes used for communication between mobile devices and different modules are different. If there are two or more groups of modules of different standards on the mobile platform, there is a need to switch between different standards. It is necessary to add the corresponding library files, and query the module information according to the AT interaction results; then according to the information, different modules import different baseband management libraries, which takes up a lot of memory, and consumes CPU resources during the process of switching library files, and the switching time is long. Difference.

中国发明专利201010206662.6公开了一种自动适配不同网络制式无线模块的方法,该方法将各种无线模块所支持的网络制式对应的共享库路径传入到RILD进程中,需要针对每一个模组带一个基带Vendor库,并且与基带交互之前其实是必须先用一份共享库,之后再加载特定的目标基带库,此过程耗时耗内存。Chinese invention patent 201010206662.6 discloses a method for automatically adapting wireless modules of different network standards. This method transfers the shared library paths corresponding to the network standards supported by various wireless modules into the RILD process. A baseband Vendor library, and before interacting with the baseband, you must first use a shared library, and then load the specific target baseband library. This process consumes time and memory.

有鉴于此,本发明人针对现有技术的缺陷深入研究,并有本案产生。In view of this, the inventor has made in-depth research on the defects of the prior art, and this case has been produced.

【发明内容】【Content of invention】

本发明所要解决的技术问题在于提供一种移动平台上快速切换网络制式的方法。The technical problem to be solved by the present invention is to provide a method for quickly switching network standards on a mobile platform.

本发明采用以下技术方案解决上述技术问题:The present invention adopts the following technical solutions to solve the above-mentioned technical problems:

一种移动平台上快速切换网络制式的方法,该方法包括:A method for quickly switching network standards on a mobile platform, the method comprising:

在移动设备中存储不同网络制式的基带模组代码库,该代码库包括了不同基带模组的虚拟化参数,组成一份列表,该列表中的参数包括:Modem ID、Vendor ID、Product ID、切换等待时间、AT数据口、PPP数据口、chat拨号参数和断开链路参数;Store baseband module code libraries of different network standards in the mobile device. The code library includes virtualization parameters of different baseband modules, forming a list. The parameters in the list include: Modem ID, Vendor ID, Product ID, Switch waiting time, AT data port, PPP data port, chat dialing parameters and disconnection link parameters;

移动平台启动后,系统初始化无线接入进程,启动RILD进程;After the mobile platform starts, the system initializes the wireless access process and starts the RILD process;

RILD进程从系统启动脚本中读取基带库信息,初始化该基带库;The RILD process reads the baseband library information from the system startup script and initializes the baseband library;

当不同制式的模组物理上链接到系统中之后,基带信息融合库收到上报的通知,获得各模组的Modem ID、Vendor ID、Product ID;After the modules of different standards are physically linked to the system, the baseband information fusion library receives the notification and obtains the Modem ID, Vendor ID, and Product ID of each module;

基带信息融合库在自己的列表中匹配上述三个ID,如果匹配到列表中某个条目所含的这三个ID与基带信息融合库获取的三个ID相同,而该条目中所示的网络制式和当前正在使用的网络制式并不吻合,则认为此时需要切换网络制式;The baseband information fusion library matches the above three IDs in its own list. If the three IDs contained in an entry in the matching list are the same as the three IDs obtained by the baseband information fusion library, and the network shown in the entry If the standard does not match the current network standard, it is considered that the network standard needs to be switched at this time;

基带信息融合库提取出该条目中包含的chat拨号参数、AT数据口、PPP数据口、切换等待时间和断开链路参数,将这些参数填入基带抽象模型,并启动模型切换单元;The baseband information fusion library extracts the chat dialing parameters, AT data port, PPP data port, switching waiting time and disconnection parameters contained in the entry, fills these parameters into the baseband abstract model, and starts the model switching unit;

当基带抽象模型得到传递来的这些参数之后,即可认为抽象模型单元实例化完成,衍变成为基带Vendor库;When the baseband abstract model has received these parameters, it can be considered that the abstract model unit has been instantiated and evolved into a baseband Vendor library;

RILD进程利用chat拨号参数与网络拨号层进行交互,完成新制式的网络的业务附着。The RILD process interacts with the network dial-up layer by using the chat dial-up parameters to complete the service attachment of the new standard network.

所述网络制式模组包括WCDMA模组、CDMA-EVDO模组、TD-SCDMA模组。The network standard modules include WCDMA modules, CDMA-EVDO modules, and TD-SCDMA modules.

本发明的优点在于:提供了一种在移动平台上实现网络制式快速切换的方法,通过移动设备的RILD(Radio Interface Layer Deamon)向GSM模组发送AT命令,采用单一的基带库即可完成不同网络制式之间的相互切换,无需每个模组都要携带对应的库文件。这样对于用户来说,简化了使用流程,大大加强了用户体验;由于不需要每个模组都带有对应的库文件,则减少了CPU占用率和内存占用率。通过此方法,还可以达到快速推出支持不同模组和不同网络制式的移动设备以适应消费需求,以及还降低代码维护成本的目的。The invention has the advantages of providing a method for fast switching of network standards on the mobile platform, sending AT commands to the GSM module through the RILD (Radio Interface Layer Deamon) of the mobile device, and using a single baseband library to complete different Mutual switching between network standards does not require each module to carry the corresponding library file. In this way, for users, the use process is simplified and the user experience is greatly enhanced; since there is no need for each module to have a corresponding library file, the CPU usage rate and memory usage rate are reduced. Through this method, mobile devices supporting different modules and different network standards can be launched quickly to meet consumer demand, and the purpose of reducing code maintenance costs can also be achieved.

【附图说明】【Description of drawings】

下面参照附图结合实施例对本发明作进一步的描述。The present invention will be further described below with reference to the accompanying drawings and embodiments.

图1是本发明快速切换不同网络制式的实现流程示意图。Fig. 1 is a schematic diagram of the realization flow of fast switching between different network standards in the present invention.

图2是本发明中移动平台建立无线通讯连接示意图。FIG. 2 is a schematic diagram of establishing a wireless communication connection by the mobile platform in the present invention.

【具体实施方式】【Detailed ways】

一种移动平台上快速切换网络制式的方法,如图1所示,该方法包括:A method for quickly switching network standards on a mobile platform, as shown in Figure 1, the method includes:

在移动设备中存储不同网络制式的基带模组代码库,该代码库包括了不同基带模组的虚拟化参数,组成一份列表,该列表中的参数包括:Modem ID、Vendor ID、Product ID、切换等待时间、AT数据口、PPP数据口、chat拨号参数和断开链路参数;Store baseband module code libraries of different network standards in the mobile device. The code library includes virtualization parameters of different baseband modules, forming a list. The parameters in the list include: Modem ID, Vendor ID, Product ID, Switch waiting time, AT data port, PPP data port, chat dialing parameters and disconnect link parameters;

移动平台启动后,系统初始化无线接入进程,启动RILD进程;After the mobile platform starts, the system initializes the wireless access process and starts the RILD process;

RILD进程从系统启动脚本中读取基带库信息,初始化该基带库;The RILD process reads the baseband library information from the system startup script and initializes the baseband library;

当不同制式的模组物理上链接到系统中之后,基带信息融合库收到上报的通知,获得各模组的Modem ID、Vendor ID、Product ID;After the modules of different standards are physically linked to the system, the baseband information fusion library receives the notification and obtains the Modem ID, Vendor ID, and Product ID of each module;

基带信息融合库在自己的列表中匹配上述三个ID,如果匹配到列表中某个条目所含的这三个ID与基带信息融合库获取的三个ID相同,而该条目中所示的网络制式和当前正在使用的网络制式并不吻合,则认为此时需要切换网络制式;The baseband information fusion library matches the above three IDs in its own list. If the three IDs contained in an entry in the matching list are the same as the three IDs obtained by the baseband information fusion library, and the network shown in the entry If the standard does not match the current network standard, it is considered that the network standard needs to be switched at this time;

基带信息融合库提取出该条目中包含的chat拨号参数,AT数据口,PPP数据口、切换等待时间和断开链路参数,将这些参数填入基带抽象模型,并启动模型切换单元;The baseband information fusion library extracts the chat dialing parameters, AT data port, PPP data port, switching waiting time and disconnection parameters contained in the entry, fills these parameters into the baseband abstract model, and starts the model switching unit;

当基带抽象模型得到传递来的这些参数之后,即可认为抽象模型单元实例化完成,衍变成为基带Vendor库;When the baseband abstract model has received these parameters, it can be considered that the abstract model unit has been instantiated and evolved into a baseband Vendor library;

RILD进程利用chat拨号参数与网络拨号层进行交互,完成新制式的网络的业务附着。The RILD process interacts with the network dial-up layer by using the chat dial-up parameters to complete the service attachment of the new standard network.

其中基带信息融合库是为了维护不同的基带模组而设计的一份代码库,库中维护了不同模组的虚拟化参数,组成一份列表。这些参数包括:基带的Modem ID号,Vendor ID号,Product ID号,切换等待时间,chat拨号参数和断开链路参数。基带信息融合库负责在操作基带模组进行数据业务之前来判定模组的类型和提取相应的差异化参数。Among them, the baseband information fusion library is a code library designed to maintain different baseband modules. The virtualization parameters of different modules are maintained in the library to form a list. These parameters include: baseband Modem ID number, Vendor ID number, Product ID number, switching waiting time, chat dialing parameters and disconnection link parameters. The baseband information fusion library is responsible for determining the type of the module and extracting the corresponding differentiation parameters before operating the baseband module for data services.

基带抽象模型是将基带模组的一般化操作流程抽象出来,预留了缺失部分(AT数据口,PPP数据口,切换等待时间,chat拨号参数和断开链路参数),这些缺失部分需要由基带信息融合库在获知基带的三个ID信息之后,从自身的列表中查询匹配后,提取出来传递给基带抽象模型,完成该模型的实例化操作,从而产生一个完整的基带库,实现网络制式的快速切换。The baseband abstract model abstracts the general operation process of the baseband module, and reserves the missing parts (AT data port, PPP data port, switching waiting time, chat dialing parameters and disconnection link parameters). These missing parts need to be replaced by After knowing the three ID information of the baseband, the baseband information fusion library queries and matches from its own list, extracts them and passes them to the baseband abstract model, and completes the instantiation operation of the model, thereby generating a complete baseband library and realizing the network standard quick switching.

如图2所示,移动平台启动后,系统需要初始化无线接入进程RILD,RILD从系统启动脚本中读取基带库信息,初始化该基带库。基带库根据基带上报的信息,从表中查询到该基带联网所需的各种参数,再由RILD调用基带库利用这些参数的向模组发出AT指令进行交互,并连接网络。As shown in Figure 2, after the mobile platform is started, the system needs to initialize the wireless access process RILD, which reads the baseband library information from the system startup script and initializes the baseband library. Based on the information reported by the baseband, the baseband library queries the various parameters required for the baseband networking from the table, and then the RILD calls the baseband library to use these parameters to send AT commands to the module to interact and connect to the network.

当不同制式的模组物理上链接到系统中之后,基带信息融合库收到上报的通知,获得该模组的Modem ID、Vendor ID、以及Product ID,这是区分不同模组的核心方式。After the modules of different standards are physically linked to the system, the baseband information fusion library receives the notification and obtains the Modem ID, Vendor ID, and Product ID of the module, which is the core way to distinguish different modules.

基带信息融合库在自己的列表中匹配这三个ID,如果匹配到列表中某个条目所含的这三个ID与基带信息融合库获取的三个ID相同,而该条目中所示的网络制式和当前正在使用的网络制式并不吻合,则认为此时需要切换网络制式。基带信息融合库提取出该条目中包含的chat拨号参数,AT数据口,PPP数据口以及切换等待时间和断开链路参数,将这些参数填入基带抽象模型,并启动模型切换单元,完成网络制式的切换。The baseband information fusion library matches these three IDs in its own list. If the three IDs contained in an entry in the matching list are the same as the three IDs obtained by the baseband information fusion library, and the network shown in the entry If the standard does not match the current network standard, it is considered that the network standard needs to be switched at this time. The baseband information fusion library extracts the chat dialing parameters, AT data port, PPP data port, switching waiting time and disconnection parameters contained in the entry, fills these parameters into the baseband abstract model, and starts the model switching unit to complete the network Format switching.

当基带抽象模型得到传递来的这些参数之后,即可认为该抽象模型单元实例化完成,衍变成为基带Vendor库(由厂家提供的,包含特定模组完成数据业务时所需的操作的库)。After the baseband abstract model has received these parameters, it can be considered that the abstract model unit is instantiated and evolved into a baseband Vendor library (a library provided by the manufacturer that contains the operations required for a specific module to complete data services).

本发明提供了一种在移动平台上实现网络制式快速切换的方法,通过移动设备的RILD(Radio Interface Layer Deamon)向GSM模组发送AT命令,采用单一的基带库即可完成不同网络制式之间的相互切换,无需每个模组都要携带对应的库文件。这样对于用户来说,简化了使用流程,大大加强了用户体验;由于不需要每个模组都带有对应的库文件,则减少了CPU占用率和内存占用率。通过此方法,还可以达到快速推出支持不同模组和不同网络制式的移动设备以适应消费需求,以及还降低代码维护成本的目的。The invention provides a method for realizing fast switching of network standards on a mobile platform. The AT command is sent to the GSM module through the RILD (Radio Interface Layer Deamon) of the mobile device, and a single baseband library can be used to complete the switching between different network standards. Mutual switching, no need for each module to carry the corresponding library file. In this way, for users, the use process is simplified and the user experience is greatly enhanced; since there is no need for each module to have a corresponding library file, the CPU usage rate and memory usage rate are reduced. Through this method, mobile devices supporting different modules and different network standards can be launched quickly to meet consumer demand, and the purpose of reducing code maintenance costs can also be achieved.

以上所述仅为本发明的较佳实施用例而已,并非用于限定本发明的保护范图。凡在本发明的精神和原则之内,所作的任何修改、等同替换以及改进等,均应包含在本发明的保护范围之内。The above descriptions are only preferred implementation examples of the present invention, and are not intended to limit the scope of protection of the present invention. Any modifications, equivalent replacements and improvements made within the spirit and principles of the present invention shall be included within the protection scope of the present invention.

Claims (2)

Translated fromChinese
1.一种移动平台上快速切换网络制式的方法,其特征在于:该方法包括:1. A method for quickly switching network formats on a mobile platform, characterized in that: the method comprises:在移动设备中存储不同网络制式的基带模组代码库,该代码库包括了不同基带模组的虚拟化参数,组成一份列表,该列表中的参数包括:Modem ID、Vendor ID、Product ID、切换等待时间、AT数据口、PPP数据口、chat拨号参数和断开链路参数;Store baseband module code libraries of different network standards in the mobile device. The code library includes virtualization parameters of different baseband modules, forming a list. The parameters in the list include: Modem ID, Vendor ID, Product ID, Switch waiting time, AT data port, PPP data port, chat dialing parameters and disconnect link parameters;移动平台启动后,系统初始化无线接入进程,启动RILD进程;After the mobile platform starts, the system initializes the wireless access process and starts the RILD process;RILD进程从系统启动脚本中读取基带库信息,初始化该基带库;The RILD process reads the baseband library information from the system startup script and initializes the baseband library;当不同制式的模组物理上链接到系统中之后,基带信息融合库收到上报的通知,获得各模组的Modem ID、Vendor ID、Product ID;After the modules of different standards are physically linked to the system, the baseband information fusion library receives the notification and obtains the Modem ID, Vendor ID, and Product ID of each module;基带信息融合库在自己的列表中匹配上述三个ID,如果匹配到列表中某个条目所含的这三个ID与基带信息融合库获取的三个ID相同,而该条目中所示的网络制式和当前正在使用的网络制式并不吻合,则认为此时需要切换网络制式;The baseband information fusion library matches the above three IDs in its own list. If the three IDs contained in an entry in the matching list are the same as the three IDs obtained by the baseband information fusion library, and the network shown in the entry If the standard does not match the current network standard, it is considered that the network standard needs to be switched at this time;基带信息融合库提取出该条目中包含的chat拨号参数、AT数据口、PPP数据口、切换等待时间和断开链路参数,将这些参数填入基带抽象模型,并启动模型切换单元;The baseband information fusion library extracts the chat dialing parameters, AT data port, PPP data port, switching waiting time and disconnection parameters contained in the entry, fills these parameters into the baseband abstract model, and starts the model switching unit;当基带抽象模型得到传递来的这些参数之后,即可认为抽象模型单元实例化完成,衍变成为基带vendor库;When the baseband abstract model has received these parameters, it can be considered that the abstract model unit is instantiated and evolved into a baseband vendor library;RILD进程利用chat拨号参数与网络拨号层进行交互,完成新制式的网络的业务附着。The RILD process interacts with the network dial-up layer by using the chat dial-up parameters to complete the service attachment of the new standard network.2.如权利要求1所述的一种移动平台上快速切换网络制式的方法,其特征在于:所述网络制式模组为WCDMA模组、CDMA-EVDO模组、TD-SCDMA模组中其中的一种。2. The method for quickly switching network standards on a mobile platform as claimed in claim 1, wherein the network standard module is one of the WCDMA module, CDMA-EVDO module, and TD-SCDMA module. A sort of.
CN201210091915.9A2012-03-222012-03-30Method for quickly switching network system on mobile platformExpired - Fee RelatedCN102625399B (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN201210091915.9ACN102625399B (en)2012-03-222012-03-30Method for quickly switching network system on mobile platform

Applications Claiming Priority (3)

Application NumberPriority DateFiling DateTitle
CN201210078395.82012-03-22
CN2012100783952012-03-22
CN201210091915.9ACN102625399B (en)2012-03-222012-03-30Method for quickly switching network system on mobile platform

Publications (2)

Publication NumberPublication Date
CN102625399A CN102625399A (en)2012-08-01
CN102625399Btrue CN102625399B (en)2014-08-13

Family

ID=46565035

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN201210091915.9AExpired - Fee RelatedCN102625399B (en)2012-03-222012-03-30Method for quickly switching network system on mobile platform

Country Status (1)

CountryLink
CN (1)CN102625399B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN106416372A (en)*2014-04-112017-02-15诺基亚通信公司 Methods, devices and systems
CN104581880B (en)*2014-12-262018-04-27小米科技有限责任公司Control the method and device of telephone service
CN110139326B (en)*2018-02-082021-07-06成都鼎桥通信技术有限公司Method, device and terminal equipment for automatically switching network modes in private network system
CN114501565A (en)*2022-02-212022-05-13深圳市亿诺德科技有限公司Network switching method based on industrial Internet of things

Citations (4)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN101141719A (en)*2006-09-052008-03-12中兴通讯股份有限公司Method of performing dual-mode mobile communication logical control and dual-mode mobile phone
US20080222335A1 (en)*2007-03-082008-09-11Koji AbumiMode setting method and system including pci bus in hot plug of pci device
CN101355749A (en)*2007-07-242009-01-28华为技术有限公司 Method, system, server and terminal for configuring service parameters
CN101917779A (en)*2010-06-122010-12-15中兴通讯股份有限公司Method and device for automatically adapting to wireless modules with different network standards

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN101141719A (en)*2006-09-052008-03-12中兴通讯股份有限公司Method of performing dual-mode mobile communication logical control and dual-mode mobile phone
US20080222335A1 (en)*2007-03-082008-09-11Koji AbumiMode setting method and system including pci bus in hot plug of pci device
CN101355749A (en)*2007-07-242009-01-28华为技术有限公司 Method, system, server and terminal for configuring service parameters
CN101917779A (en)*2010-06-122010-12-15中兴通讯股份有限公司Method and device for automatically adapting to wireless modules with different network standards

Also Published As

Publication numberPublication date
CN102625399A (en)2012-08-01

Similar Documents

PublicationPublication DateTitle
CN104378729B (en)Mobile communications network service implementation method and mobile terminal system
CN101447884B (en) A method, device and system for implementing software upgrade through cooperation between network elements
CN101272626B (en)Method, device and system for implementing local exchange
JP6076480B2 (en) Service processing method and apparatus
CN102801563B (en)gateway uplink mode switching method, gateway device and communication system
CN103491653A (en)WiFi and 3G coexisting method based on Android intelligent terminal
JP6567063B2 (en) Call supplementary service configuration synchronization method, apparatus and system
CN105491568A (en)Automatic router accessing method, device and intelligent terminal
CN102625399B (en)Method for quickly switching network system on mobile platform
CN101883355A (en)Collocation method and system of terminal parameter and terminal management device
CN110324808A (en)Switching method, device and the mobile terminal of configuration file
WO2010148914A1 (en)Method and apparatus for creating dial-up service
WO2012122768A1 (en)Method and device for communication of dual-network dual-standby terminal
TWI526936B (en) Change the way smart card application type, intelligent terminal, service level Taiwan and systems
CN102724658B (en)Terminal is connected concurrent processing method with multichannel data
US9820310B2 (en)Network connection method and system
CN104066045B (en)A kind of Android system for supporting more phone business, method and system chip
CN103428682A (en)Auxiliary information sending method, user equipment, network side configuration method and network side
CN104244244A (en)Data transmission method and device
CN104797004B (en)The method that automatic network-building is realized between master-slave equipment
CN104793896B (en)Single the dual control switching method and device of a kind of dual control equipment
CN105099836A (en)BLE intelligent node control method and system
CN111918288A (en)Communication method, communication device and electronic equipment
CN106169982B (en)Method, device and system for processing expansion port
US9961621B2 (en)Wireless customer premise equipment and access method therefor

Legal Events

DateCodeTitleDescription
C06Publication
PB01Publication
C10Entry into substantive examination
SE01Entry into force of request for substantive examination
C14Grant of patent or utility model
GR01Patent grant
C56Change in the name or address of the patentee
CP01Change in the name or title of a patent holder

Address after:350000 Fuzhou Gulou District, Fujian, software Avenue, building 89, No. 18

Patentee after:FUZHOU ROCKCHIP ELECTRONICS Co.,Ltd.

Address before:350000 Fuzhou Gulou District, Fujian, software Avenue, building 89, No. 18

Patentee before:Fuzhou Rockchip Electronics Co.,Ltd.

CP01Change in the name or title of a patent holder
CP01Change in the name or title of a patent holder

Address after:350000 building, No. 89, software Avenue, Gulou District, Fujian, Fuzhou 18, China

Patentee after:Ruixin Microelectronics Co.,Ltd.

Address before:350000 building, No. 89, software Avenue, Gulou District, Fujian, Fuzhou 18, China

Patentee before:FUZHOU ROCKCHIP ELECTRONICS Co.,Ltd.

EE01Entry into force of recordation of patent licensing contract
EE01Entry into force of recordation of patent licensing contract

Application publication date:20120801

Assignee:Hangzhou Tuoxin Technology Co.,Ltd.

Assignor:Ruixin Microelectronics Co.,Ltd.

Contract record no.:X2023350000315

Denomination of invention:A Method for Quickly Switching Network Formats on Mobile Platforms

Granted publication date:20140813

License type:Common License

Record date:20230718

CF01Termination of patent right due to non-payment of annual fee
CF01Termination of patent right due to non-payment of annual fee

Granted publication date:20140813


[8]ページ先頭

©2009-2025 Movatter.jp