WO2015051702A1 - Système de réseau concurrent de canal de réseautage multi-apn de terminal mobile et procédé pour créer ledit système - Google Patents

Système de réseau concurrent de canal de réseautage multi-apn de terminal mobile et procédé pour créer ledit système Download PDF

Info

Publication number
WO2015051702A1
WO2015051702A1 PCT/CN2014/087298 CN2014087298W WO2015051702A1 WO 2015051702 A1 WO2015051702 A1 WO 2015051702A1 CN 2014087298 W CN2014087298 W CN 2014087298W WO 2015051702 A1 WO2015051702 A1 WO 2015051702A1
Authority
WO
WIPO (PCT)
Prior art keywords
apn
networking
channel
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.)
Ceased
Application number
PCT/CN2014/087298
Other languages
English (en)
Chinese (zh)
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.)
CHENGDU DASINTON COMMUNICATION EQUIPMENT Co Ltd
Original Assignee
CHENGDU DASINTON COMMUNICATION EQUIPMENT 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 CHENGDU DASINTON COMMUNICATION EQUIPMENT Co Ltd filed Critical CHENGDU DASINTON COMMUNICATION EQUIPMENT Co Ltd
Publication of WO2015051702A1 publication Critical patent/WO2015051702A1/fr
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W76/00Connection management
    • H04W76/10Connection setup
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W76/00Connection management
    • H04W76/10Connection setup
    • H04W76/11Allocation or use of connection identifiers
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W76/00Connection management
    • H04W76/10Connection setup
    • H04W76/15Setup of multiple wireless link connections
    • 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

Definitions

  • the present invention relates to a mobile terminal operating system and a system and a method for creating a multi-APN network channel to sequentially activate concurrent network connections in an operating system application software.
  • APN Access Point Name
  • the APN is an indispensable identifier for routing the user Internet Protocol IP packet to the corresponding GPRS network router GGSN and the external network, and the functions thereof include: APN as the routing identifier: GPRS service support node SGSN
  • the specific domain name system DNS server is queried for the GGSN IP address corresponding to the APN to determine the GGSN that the user should access; the APN is used as the service domain identifier: the GGSN sends the user's service flow to different service domains according to different APNs.
  • the service support node SGSN mainly completes the routing and forwarding, mobility management, session management, logical link management, authentication and encryption, and CDR of packet data packets. Functions such as generation and output.
  • the SGSN is a GPRS service support node, which provides a connection with the wireless packet controller PCU through the Gb interface, performs mobile data management, such as user identification, encryption, compression, etc.; connects to the HLR through the Gr interface, and accesses the user database.
  • the SGSN is also connected to the GGSN through the Gn interface, providing functions such as transmission path and protocol conversion between the IP data packet and the wireless unit; the SGSN can also provide a Gs interface connection with the MSC and a Gd interface with the SMSC. Connections to support the collaborative work of data services and circuit services and the ability to send and receive text messages.
  • the SGSN cooperates with the GGSN to jointly assume the PS function of TD-SCDMA (WCDMA).
  • WCDMA TD-SCDMA
  • the SGSN also integrates a function similar to the VLR in the GSM network.
  • the SGSN stores user information and location information related to the packet.
  • the SGSN is the PS domain function node of the TD-SCDMA (WCDMA) core network, it is connected to the UTRAN through the Iu_PS interface, and mainly provides the functions of routing forwarding, mobility management, session management, authentication and encryption of the PS domain.
  • GGSN9811 mainly mentions two APNs, CMWAP and CMNET, which are the earliest provided by China Mobile and are currently the most widely used by users:
  • CMWAP and CMNET are two GPRS access channels divided by China Mobile. The former is set up for mobile WAP access, while the latter is mainly used for PC, laptop, PDA and other GPRS Internet services.
  • CMWAP APN is mainly for HTTP-based services, such as WAP Internet browsing, MMS, and so on.
  • HTTP-based services such as WAP Internet browsing, MMS, and so on.
  • MMS Internet browsing
  • CMWAPAPN uses the WAP gateway as a proxy node for HTTP access, and provides some auxiliary functions for users, such as free mobile phone number, content conversion, and adaptive prediction.
  • CMNET is an APN set up for open Internet access services. Users can access the Internet using any protocol without any control and restriction policies, but also do not provide other accessibility features.
  • the mobile terminal accesses the GGSN through the access SGSN, and the service data stream is translated into the Internet through the NAT corresponding to the firewall of the GGSN.
  • IPv6 The current IP protocol version IPV6 technology has matured and the standards are basically perfect. IPv6 is in the stage of coexistence and transition with IPV4. It can be said that the simultaneous networking of multiple APN channels by mobile phones is a requirement that will be widely used in the future. However, the current mobile terminal operating system lacks the corresponding interface and design for simultaneously networking multiple APN channels.
  • the reason why the mobile terminal operating system and the application software cannot realize the concurrent networking of the multi-channel APN network is that the operating system on the current mobile terminal only provides one APN access channel or data link supply layer for data exchange.
  • the application layer uses different APN data channels and must be switched.
  • the operating system on the mobile terminal does not provide a human-machine interface or interface configured with multiple APNs, and the application layer cannot configure the application of the multi-channel APN.
  • the main purpose of the Connection Manager (Connection Manager, a collection of APIs) series of APIs is to centrally manage the establishment and maintenance of device network connections based on the Windows Mobile family.
  • the mobile app uses the connection manager API to establish a network connection.
  • RAS Remote Access Service
  • RAS Remote Access Service
  • connection Once the connection is established, it can communicate as if it were a computer on a LAN, even if the computer is actually connected to a remote network.
  • PS RAS data is really quite a few. I searched a lot of information on the Internet to establish a dial-up connection. Basically it can't be used (mostly the connection is not dialed), and there are fewer instructions on how to enter APN.
  • Concurrency is an important feature of the process and an important feature of the operating system. Processes are concurrency. Multiple process entities are stored in memory and can run simultaneously for a period of time. The purpose of introducing the concept of the process is precisely to describe and implement concurrent execution.
  • Each concurrent program activity in the system has an independent side, but there are sometimes interdependencies and mutual constraints between the two concurrent program activities.
  • Direct constraint relationships usually occur between two concurrently executing programs that have a logical relationship with each other, typically because each block requires shared information.
  • the indirect constraint relationship is caused by the fact that two concurrent program segments are used by the same resource due to competition. The program segment that receives the resource can continue to execute, and the program segment that cannot obtain the resource has to pause the waiting until the available resources are available.
  • Existing work queue mechanisms have a tendency to cause deadlocks in some cases, especially when there is a dependency between two work items. If you have ever debugged this occasional deadlock, you will know that this kind of problem is very frustrating.
  • the object of the present invention is to provide a system and a system for establishing a multi-APN channel on an operating system of a mobile terminal, and supporting a mobile terminal operating system or application software to implement multi-APN concurrent networking.
  • a mobile terminal multi-APN network channel concurrent network system comprising: an application layer and a driver module located at the bottom layer, characterized in that: on a mobile terminal operating system and an operating system Between the application layer of the application software and the underlying driver module, a multi-APN networking channel module for implementing multi-APN concurrent networking is provided, wherein the application layer delivers at least two APN networking instructions to the multi-APN networking channel module, and multiple APNs.
  • the networked channel module sequentially creates or allocates at least one virtual network unit according to the foregoing networking instruction, and the driving module parses out each of the APN parameters from the received networking request, and initiates a network connection according to each APN parameter, and sends a networking request to the mobile base station.
  • the driving module sends a message of success or failure of the network response of the mobile base station to the multi-APN networking channel module, and the multi-APN networking channel module sets parameters in each successful networking message returned by the driving module to the virtual network unit created or allocated above.
  • the method for creating a network access system in which the mobile terminal concurrently accesses the APN is characterized in that: the multi-APN networking channel module presets multiple APN networking channels, and each APN networking channel corresponds to a data connection of an APN network; multi-APN networking After receiving the APN networking instruction sent by the application layer, the channel module allocates presets and/or dynamically creates multiple independent virtual network units.
  • the invention connects each APN access point one by one through the instruction of the operating system or the application software of the mobile terminal, and realizes the concurrent connection of multiple APN channels, so that different application software uses different APN networks or one application software.
  • the use of multiple APN networks can be implemented by means of successive connections, thereby solving the problem that the mobile terminal operating system performs multi-channel APN concurrent networking.
  • the multi-APN networking channel module set between the application layer and the underlying driver module of the invention passes the network networking protocol parameters included in the application layer connection request, and controls the driver module to use the corresponding networking protocol for networking as required, so that the operation
  • the system and driver modules can identify the networking protocols required in the application layer networking request.
  • the multi-APN channel concurrency adopted by the present invention enables the operating system or application software to support different APN networks of different networking protocols to concurrently network.
  • the present invention breaks through the concurrent mainstream mobile terminal operating systems, such as android, windows phone, by creating multiple concurrent APN connection channels in the multi-APN networking channel module, and successively connecting concurrent APN networks through the APN networking channel module. Ios, at the same time, various applications can only use one bottleneck limit of the same APN channel.
  • the present invention sets a multi-APN networking channel module between the application layer and the underlying driver module, so that the application layer can send multiple different APN networking requests, and an application can also send different APN networking requests multiple times.
  • the invention provides an interface function for modifying the multi-APN channel parameter table in the application layer of the mobile terminal operating system, and provides a human-machine interface for configuring and modifying parameters of the multi-APN channel for the mobile terminal user, and the mobile terminal user can modify the man-machine interface through the human-machine interface.
  • the parameter setting of the APN channel the invention provides an interface function for configuring the APN channel parameter including the channel number and the APN networking parameter and the man-machine interface modification in the application software, and solves the three major operating systems ios for the mobile terminal. Win phone and android can not configure multi-channel APN channel settings.
  • FIG. 1 is a schematic structural diagram of a multi-APN network channel concurrent network system model of a mobile terminal according to the present invention.
  • a system model supporting a method for a mobile terminal to implement concurrent multi-APN network networking includes an application layer, a multi-APN networking channel module, and a driver module.
  • the application layer includes an operating system or application software on the mobile terminal.
  • a driver module is a driver module that contains the networking hardware of a mobile device.
  • the networking hardware may be a baseband chip of the mobile terminal, and may also be referred to as a MODEM chip, and its main function is to network with the APN through the implementation of the network connection protocol.
  • a mobile device is a computing device that supports wireless networking, and can access a variety of devices that obtain various information anytime, anywhere, such as mobile computing devices such as laptops, PDAs, wireless network cards, and smart phones.
  • the multi-APN networking channel module is used for multi-APN concurrent networking and provides a channel or data link for networking multiple APNs for the operating system or application software.
  • the application layer may configure or pre-define data of the APN channel parameter configuration information in the APN networking channel module through a corresponding instruction of the multi-APN networking channel module through the human-machine interface or the application.
  • the application can directly implement the networked APN network by sending an APN networking request to the APN networking channel module. Different applications can send multiple APN networking requests of the same or different, and an application can also send different APN networking requests multiple times.
  • Different APN data connection channels are distinguished by APN parameters, and different APN parameters are identified as different APN data networking channels.
  • Parameters used to distinguish different APN data networking channels on the APN channel include, but are not limited to, APN access point names, QOS levels, networking protocols, and the like.
  • the multi-APN networking channel module presets a plurality of APN networking channels, and each APN networking channel corresponds to a data connection of an APN network. After receiving the APN networking instructions sent by the application layer, the multi-APN networking channel module allocates presets and/or dynamically creates multiple independent virtual network units.
  • the APN networking parameters are identifiers of different APNs that are networked, and different APN networking parameters represent different APN networks. Represents different APNs
  • the APN networking parameters of the network include, but are not limited to, APN access point names, QOS levels, network protocols, and the like.
  • Network connection protocols include, but are not limited to, IPV4, IPV6, or IPV4/IPV6 PPP networking protocols or PDP networking protocols.
  • the application layer sequentially sends one or more APN networking instructions to the multi-APN networking channel module.
  • the multi-APN networking channel module sequentially creates or allocates one or more channels according to the networking instruction.
  • a virtual network unit the virtual network unit sends a networking request to the mobile base station by using the driving module; after receiving the network connection request, the mobile base station sends a response signal to the driving module to the success or failure of the networking, and the driving module responds to the success of the network connection of the mobile base station.
  • the message is sent to the multi-APN networking channel module, and the multi-APN networking channel module sets the parameters in each successful networking message to the virtual network unit created or assigned above.
  • the application layer initiates another different APN networking request, and the multi-APN networking channel module will again create or assign a new virtual network that exists simultaneously with the original virtual network element. Unit, and continue to send another APN networking request again.
  • the multi-APN networking channel After receiving the APN networking instruction sent by the application layer, the multi-APN networking channel determines whether the APN networking parameter of the specified networking in the networking instruction matches the APN networking parameter of the currently connected data transmission channel, if If the match is made, the networked request is directed to the connected packet data protocol PDP network, and the network service access point identifier NSAPI or channel number actually used by the application layer is fed back; if not, the connection request is in the order of connection request. Assign a virtual "channel number" and select an idle APN networking channel to fill an idle NSAPI to handle the actual network networking request of the caller to a virtual channel. After the connection is successful, the channel number and NSAPI are fed back. The corresponding APN parameters and channel numbers are recorded in the APN channel parameter configuration information of the multi-APN networking channel module.
  • the multi-APN networking channel module contains a network interface function, and the application layer sends a network connection request according to the virtual channel identifier (constant value, string descriptor, channel instance object reference) or APN networking parameter in the interface function parameter; multi-APN networking channel module
  • the APN channel parameter configuration information is saved after the APN networking parameter is successfully connected; different APN networking parameters represent different APN network channels.
  • the multi-APN networking channel module After receiving the APN networking instructions sent by the application layer, the multi-APN networking channel module has the following three modes for creating multiple independent virtual network elements.
  • APN channel 1 is defined as CMNET
  • APN channel 2 is defined as MMS
  • APN channel 3 is defined as CMWAP.
  • the APN networking parameters are not included, and the channel number is directly used for the connection.
  • the multi-APN networking channel module After receiving the channel number networking command parameters sent by the application layer, the multi-APN networking channel module sends the predefined APN networking parameters to the driver module. After the networking is successful, the specified channel number is assigned to the application layer.
  • the application layer When the application layer sends an APN networking command, it can also use the APN networking parameter.
  • the multi-APN networking channel module parses the APN networking parameters in the APN networking command sent by the application layer. After the networking is successful, the predefined channel number is assigned to the application layer.
  • the multi-APN networking channel module parses the APN networking parameters in the APN networking command sent by the application layer. After the networking is successful, dynamically allocates an idle channel number to the application layer.
  • the operating system pre-defines the APN channel type according to the APN channel order.
  • APN channel 1 is defined as CMNET
  • APN channel 2 is defined as MMS
  • APN channel 3 is defined as CMWAP, and so on.
  • the multi-APN networking channel module parses the APN networking parameters in the APN networking command sent by the application layer. After the networking is successful, if it is a predefined APN channel, the predefined designated channel number is assigned to the application layer. Otherwise, dynamically create an idle channel number for the application layer.
  • the multi-APN networking channel module includes an APN channel parameter configuration information and an interface function for supplying a layer to modify multi-APN channel parameter configuration information.
  • the data in the APN channel parameter configuration information identifies the APN networking parameters of each APN channel, and also identifies the APN network to which each APN channel is connected. The differences in APN networking parameters represent different APN networks.
  • the APN channel parameter configuration information is used to identify the networking parameters of the APN network to which each APN networking channel is connected, and the actual networked APN of the current APN channel, including the parameter definition of the used APN channel and the number of idle APN channels.
  • the application layer can configure or schedule data in the APN channel parameter configuration information in the APN networking channel module through the interface function of the multi-APN networking channel module through the human-machine interface or the application program. Righteousness.
  • the interface function includes the channel number and the APN networking parameter.
  • the multi-APN networking channel module modifies the parameters of each APN channel according to the channel number in the interface function and the APN networking parameter.
  • APN networking parameters representing different APN networks include, but are not limited to, APN access point names, QOS levels, network protocols, and the like.
  • the application can directly implement the networked APN network by sending an APN networking request to the APN networking channel module. After the successful APN is established, the multi-APN networking channel module modifies the APN channel parameter configuration information according to the APN networking parameters. Different applications can send multiple different APN networking requests, and an application can send different APN networking requests multiple times.
  • the driving module executes the networking instruction of the multi-APN channel module, in addition to the feedback information upon success, when the networking operation fails, the detailed failure information is fed back to the multi-APN networking module, including but not limited to network timeout, no network signal, SIM Arrears, APN not open, APN parameter error and other news.
  • the program may be stored in a mobile terminal readable storage medium, optionally
  • Each module/unit of the terminal in the above embodiment may be implemented in the form of hardware or in the form of a software function module.
  • the present invention is not limited to the combination of any specific form of hardware and software, and is intended to be within the scope of the present invention.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

L'invention concerne un système de réseau concurrent de canal de réseautage multi-APN de terminal mobile et un procédé pour créer ledit système, visant à fournir un procédé pour établir un canal de réseautage multi-APN dans le système d'exploitation d'un terminal mobile et à supporter le système d'exploitation du terminal mobile, et un logiciel d'application pour réaliser un réseautage concurrent multi-APN. La présente invention est mise en œuvre par la solution technique suivante : un module de canal de réseautage multi-APN est disposé entre une couche application contenant le système d'exploitation du terminal mobile et le logiciel d'application et le module d'excitation d'une couche de fond ; la couche application fournit de manière séquentielle au moins deux instructions de réseautage APN au module de canal de réseautage multi-APN, et le module de canal de réseautage multi-APN crée ou alloue de manière séquentielle au moins un chemin d'une unité de réseau virtuel en fonction des instructions de réseautage, et le module d'excitation analyse chaque paramètre APN de la demande de réseautage reçue, établit une connexion de réseau en fonction de chaque paramètre APN, et transmet à une station de base mobile la demande de réseautage ; et le module de canal de réseautage multi-APN définit pour l'unité de réseau virtuel créée ou allouée les paramètres dans chaque message de réussite de réseautage retourné par le module d'excitation.
PCT/CN2014/087298 2013-10-10 2014-09-24 Système de réseau concurrent de canal de réseautage multi-apn de terminal mobile et procédé pour créer ledit système Ceased WO2015051702A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201310469668.6 2013-10-10
CN201310469668.6A CN103533609B (zh) 2013-10-10 2013-10-10 移动终端多apn网络通道并发网络系统及其创建方法

Publications (1)

Publication Number Publication Date
WO2015051702A1 true WO2015051702A1 (fr) 2015-04-16

Family

ID=49935190

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2014/087298 Ceased WO2015051702A1 (fr) 2013-10-10 2014-09-24 Système de réseau concurrent de canal de réseautage multi-apn de terminal mobile et procédé pour créer ledit système

Country Status (2)

Country Link
CN (1) CN103533609B (fr)
WO (1) WO2015051702A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114554532A (zh) * 2022-03-09 2022-05-27 武汉烽火技术服务有限公司 5g设备高并发仿真方法与装置

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103491105B (zh) * 2013-10-10 2017-04-12 成都达信通通讯设备有限公司 多apn网络并发联网的多apn通道管理方法
CN103533609B (zh) * 2013-10-10 2016-07-06 成都达信通通讯设备有限公司 移动终端多apn网络通道并发网络系统及其创建方法
CN103763754B (zh) 2014-01-26 2017-07-14 华为技术有限公司 一种数据处理的方法、装置及系统
WO2018165952A1 (fr) * 2017-03-16 2018-09-20 深圳大趋智能科技有限公司 Procédé et appareil de récupération de fil d'ios
CN109754072B (zh) 2018-12-29 2020-06-23 中科寒武纪科技股份有限公司 网络离线模型的处理方法、人工智能处理装置及相关产品
CN109327885A (zh) * 2018-12-25 2019-02-12 中国移动通信集团江苏有限公司 一种实现虚拟多apn接入方法、装置及设备
CN112333673A (zh) * 2020-10-12 2021-02-05 联通智网科技有限公司 一种接入点通道建立方法、装置、配置服务器和终端设备

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101322432A (zh) * 2006-09-20 2008-12-10 香港应用科技研究院有限公司 使用单个无线网络适配器在多个无线网络之间无缝漫游的方法
CN103036811A (zh) * 2012-12-12 2013-04-10 中兴通讯股份有限公司 一种用于终端实现多apn联网的系统和方法
CN103491105A (zh) * 2013-10-10 2014-01-01 成都达信通通讯设备有限公司 多apn网络并发联网的多apn通道管理方法
CN103533668A (zh) * 2013-10-10 2014-01-22 成都达信通通讯设备有限公司 有序管理多路apn并发联网数据传输通道的方法
CN103533609A (zh) * 2013-10-10 2014-01-22 成都达信通通讯设备有限公司 移动终端多apn网络通道并发网络系统及其创建方法
CN103533669A (zh) * 2013-10-10 2014-01-22 成都达信通通讯设备有限公司 移动终端多apn网络并发系统及其联网方法

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8711767B2 (en) * 2007-10-09 2014-04-29 Qualcomm Incorporated Distributed mobile access point acquisition

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101322432A (zh) * 2006-09-20 2008-12-10 香港应用科技研究院有限公司 使用单个无线网络适配器在多个无线网络之间无缝漫游的方法
CN103036811A (zh) * 2012-12-12 2013-04-10 中兴通讯股份有限公司 一种用于终端实现多apn联网的系统和方法
CN103491105A (zh) * 2013-10-10 2014-01-01 成都达信通通讯设备有限公司 多apn网络并发联网的多apn通道管理方法
CN103533668A (zh) * 2013-10-10 2014-01-22 成都达信通通讯设备有限公司 有序管理多路apn并发联网数据传输通道的方法
CN103533609A (zh) * 2013-10-10 2014-01-22 成都达信通通讯设备有限公司 移动终端多apn网络通道并发网络系统及其创建方法
CN103533669A (zh) * 2013-10-10 2014-01-22 成都达信通通讯设备有限公司 移动终端多apn网络并发系统及其联网方法

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114554532A (zh) * 2022-03-09 2022-05-27 武汉烽火技术服务有限公司 5g设备高并发仿真方法与装置

Also Published As

Publication number Publication date
CN103533609A (zh) 2014-01-22
CN103533609B (zh) 2016-07-06

Similar Documents

Publication Publication Date Title
CN103533609B (zh) 移动终端多apn网络通道并发网络系统及其创建方法
CN107995215B (zh) 智能家居设备的控制方法、装置及云平台服务器
CN107637029B (zh) 用于向无线终端提供对ip网络的访问的通信系统及通信方法
CN103533669B (zh) 移动终端多apn网络并发系统及其联网方法
JP6883031B2 (ja) マルチsimワイヤレス通信デバイスにおける仮想加入者識別モジュール(sim)のサポートを改善するためのシステムおよび方法
WO2015051701A1 (fr) Procédé permettant d'obtenir un accès à internet simultané de multiples canaux en synchronisant un réseau wifi et un réseau apn et permettant de sélectionner automatiquement et préférentiellement un réseautage wifi
CN109982383B (zh) 数据发送方法、装置及设备
CN111949364A (zh) 容器化vnf的部署方法和相关设备
WO2019228344A1 (fr) Procédé et appareil de reconfiguration de ressources, terminal et support de stockage
CN109996307A (zh) 一种数据路由方法以及终端
WO2015051706A1 (fr) Procédé de gestion de canal multi-apn pour mise en réseau simultanée de réseau multi-apn
CN109714376B (zh) 一种固网报文的发送方法、装置及系统
US20200259783A1 (en) Method and apparatus for determining ethernet mac address
WO2013185441A1 (fr) Dispositif et procédé permettant de commander une communication de données multi-pdp pour un dispositif à large bande mobile
WO2015051703A1 (fr) Procédé pour gérer de manière ordonnée un canal de transmission de données de réseautage simultané à multiples noms de point d'accès (apn) de chemin
WO2023221708A1 (fr) Procédé, système et appareil de numérotation pdn, procédé, système et appareil de configuration de numérotation multi-pdn, et dispositif et support de stockage
WO2014000463A1 (fr) Procédé et dispositif de traitement de ressources de bande de base multi-mode
CN105307208A (zh) 一种移动终端的无线网络资源分配方法、装置及移动终端
CN101588566A (zh) 皮蜂窝基站及其提供应急服务的方法以及移动通信系统
CN101739364A (zh) 一种基于usb接口的通信设备及实现业务配置的方法
CN105429900B (zh) 一种带宽提速的方法、装置及系统
WO2013185696A2 (fr) Procédé et dispositif de traitement de données
WO2023273799A1 (fr) Procédé et appareil de communication pour dispositifs externes, dispositif électronique et support de stockage
WO2022042545A1 (fr) Serveur d'application industrielle de réseau sensible au temps (tsn), client, système, procédé de service et support de stockage
CN108064087A (zh) Drx周期配置方法、终端、接入网设备及存储介质

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 14852067

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 23.08.2016)

122 Ep: pct application non-entry in european phase

Ref document number: 14852067

Country of ref document: EP

Kind code of ref document: A1