WO2010097001A1 - 数据业务处理方法、***以及接入网 - Google Patents

数据业务处理方法、***以及接入网 Download PDF

Info

Publication number
WO2010097001A1
WO2010097001A1 PCT/CN2009/075799 CN2009075799W WO2010097001A1 WO 2010097001 A1 WO2010097001 A1 WO 2010097001A1 CN 2009075799 W CN2009075799 W CN 2009075799W WO 2010097001 A1 WO2010097001 A1 WO 2010097001A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
access network
terminal
application
module
Prior art date
Application number
PCT/CN2009/075799
Other languages
English (en)
French (fr)
Inventor
王志民
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2010097001A1 publication Critical patent/WO2010097001A1/zh

Links

Classifications

    • 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 

Definitions

  • a core network generally uses an Internet Protocol (IP) as a transmission basis.
  • IP Internet Protocol
  • the terminal when the core network communicates using the IP protocol stack, the terminal (wireless terminal) also transmits data using the IP protocol stack.
  • the wireless terminal when a wireless terminal performs data service transmission, the wireless terminal first accesses the network through the air interface of the wireless access network, and connects to the core network, and the core network allocates an IP address to the wireless terminal, and obtains an IP address in the wireless terminal.
  • the wireless terminal After the address, the wireless terminal communicates with other IP devices as an independent entity on the IP network, and performs normal data services.
  • the access network operates as a transparent transmission entity.
  • the encapsulated data includes: data, an IP header, and an air interface; after the access network receives the encapsulated data, the encapsulated data is performed. Processing, and stripping the air-side encapsulated data, the last 4 bar of data is sent to the IP core network.
  • the core network device allocates an IP address to the wireless terminal, the wireless terminal occupies a large number of IP addresses; in addition, the wireless terminal needs to consume a lot of wireless resources when transmitting the IP encapsulated message on the air interface, for example, User Datagram Protocol (UDP) / IP protocol stack header will bring a 28-byte burden to the data packet, resulting in more Air interface overhead.
  • UDP User Datagram Protocol
  • the present invention has been made in view of the problems in the related art that a wireless terminal consumes a large number of IP addresses and consumes a large number of air interface resources when transmitting data services.
  • the main object of the present invention is to provide an improved data service processing solution. To solve at least the above problems in the related art.
  • a data service processing method for a system including an access network, a terminal, and a core network server.
  • the access network sets the correspondence between the application type and the configuration data of the terminal; the access network receives the application data sent by the terminal, and applies the application type according to the application type pre-negotiated by the access network and the terminal.
  • the data is parsed, and the configuration data corresponding to the application type is determined according to the correspondence relationship; the access network encapsulates the parsed application data according to the determined configuration data, and sends the encapsulated application data to the core corresponding to the configuration data.
  • the wireless terminal is a wireless terminal of a fixed application type.
  • the method further includes: the access network negotiates with the terminal, determines that the application type of the terminal is a fixed application type, and further determines the terminal specific App types.
  • the application data carries the identity information of the terminal.
  • the method further includes: the core network server acquiring the identity information in the encapsulated application data; and the core network server sending the response data to the access network, where The response data carries the identity information; the access network receives the response data, determines the terminal corresponding to the identity information, and sends the response data to the terminal according to the air interface rule.
  • the configuration data includes: a core network server address, a communication mode with the core network server, and parameter information corresponding to the communication mode.
  • an access network includes: a setting module, configured to set a correspondence between an application type of the terminal and configuration data; a first receiving module, configured to receive application data sent by the terminal, and a parsing module, configured to parse the application data according to an application type that the access network and the terminal pre-negotiate; the first determining module is configured to determine, according to the corresponding relationship, the application type Corresponding configuration data; a packaging module, configured to encapsulate the parsed application data according to the determined configuration data; and the first sending module is configured to send the encapsulated application data to a core network server corresponding to the configuration data.
  • the foregoing access network further includes: a negotiation module, configured to negotiate with the terminal, to determine that the application type of the terminal is a fixed application type; and a second determining module, configured to determine a specific application type of the terminal.
  • the application data carries the identity information of the terminal.
  • the foregoing access network further includes: a second receiving module, configured to receive response data sent by the core network server, where the response data carries the identity information; and a third determining module, configured to determine, according to the identity information, the corresponding terminal; And a second sending module, configured to send the response data to the terminal determined by the third determining module according to the air interface rule.
  • the configuration data includes: a core network server address, a communication mode with the core network server, and parameter information corresponding to the communication mode.
  • a data service processing system includes: a terminal, configured to send application data to an access network according to an air interface rule; and an access network, comprising: a setting module, configured to set a correspondence between an application type and configuration data of the terminal; a receiving module, configured to receive application data sent by the terminal; a parsing module, configured to parse the application data according to an application type that is pre-negotiated with the terminal; and a first determining module, configured to determine configuration data corresponding to the application type according to the correspondence relationship
  • the encapsulating module is configured to encapsulate the received application data according to the determined configuration data.
  • the first sending module is configured to send the encapsulated application data to the corresponding core network server according to the configuration data.
  • the core network server includes: a second receiving module, configured to receive encapsulated application data sent by the access network; a first acquiring module, configured to obtain identity information in the encapsulated application data; and a second sending module, configured to The address of the access network sends the response data to the access network, where the response data carries the identity information.
  • the access network further includes: a second obtaining module, configured to obtain response data sent by the core network server; a second determining module, configured to determine the corresponding terminal according to the identity information; And a module, configured to send the response data to the terminal determined by the second determining module according to the air interface rule.
  • the access network sets the correspondence between the application type and the configuration data of the wireless terminal in the access network, and the access network converts the data sent by the wireless terminal and the core network server according to the corresponding relationship, and solves
  • the problem that the wireless terminal consumes a large number of IP addresses and consumes a large number of air interface resources when performing data services can reduce the air interface overhead and save important resources.
  • FIG. 1 is a schematic diagram of a data encapsulation format when a wireless terminal transmits data in the related art
  • FIG. 2 is a flowchart of a data service processing method according to an embodiment of the present invention
  • FIG. 4 is a schematic diagram of a system architecture in a virtual flow mode according to an embodiment of the present invention
  • FIG. 5 is a data encapsulation format when a wireless terminal transmits data according to an embodiment of the present invention
  • 6 is a block diagram of an access network according to an embodiment of the present invention
  • FIG. 7 is a block diagram of a data service processing system according to an embodiment of the present invention
  • FIG. 8 is a protocol stack conversion relationship of an embodiment of the system of the present invention; schematic diagram.
  • the wireless terminal when a wireless terminal performs data service transmission, the wireless terminal needs to acquire a core.
  • the IP address assigned by the heartbeat server is used as a separate entity on the IP network to perform data services with other IP devices.
  • the wireless terminal when the wireless terminal performs data services, it is easy to cause a large number of IP addresses to be occupied and a large amount of radio resources to be consumed.
  • the present invention provides a solution that does not need to allocate an IP address to a wireless terminal in a wireless communication system, and the wireless terminal does not use an IP protocol stack to encapsulate data and complete IP data communication.
  • the access network sets the correspondence between the application type and the configuration data of the terminal; the access network receives the application data sent by the terminal, parses the application data according to the application type negotiated by the access network and the terminal, and determines the corresponding relationship and the application type. Corresponding configuration data; the access network encapsulates the parsed application data according to the determined configuration data, and sends the encapsulated application data to a core network server corresponding to the configuration data.
  • FIG. 2 is a flowchart of a data service processing method according to an embodiment of the present invention.
  • the wireless terminal is a wireless terminal having a fixed application type, such as a bank automatic teller machine, a smart terminal having a specific application, and the like, such as a mobile phone.
  • the applied wireless terminal is not within the scope of this embodiment.
  • the wireless terminal is a fixed application type wireless terminal, it indicates that the wireless terminal only has a certain core network.
  • the server can be connected.
  • the access network needs to negotiate with the wireless terminal.
  • the wireless terminal carries the information encapsulated in the air interface. Indicates an identifier of an application type of the data packet, and the access network determines, according to the identifier, whether the wireless terminal is a fixed application type, and further determines a specific application type of the wireless terminal.
  • the data service processing method of the embodiment of the present invention is described below with reference to FIG. 2, as shown in FIG.
  • Step S202 Configure a correspondence between the application type and the configuration data of the wireless terminal on the access network, where the configuration data may include but is not limited to the following content: Server address, communication mode with the core network server, and parameter information corresponding to the communication mode; for example, if the communication mode in the configuration data is to communicate using the IP protocol stack mode, the corresponding parameter information needs to be configured with the core network. Information such as the IP address and port number of the server.
  • Step S204 When the wireless terminal needs to send the application data, the wireless terminal air interface rule sends the application data to the access network, where the application data carries the information data indicating the identity of the terminal (may also become the identity information of the wireless terminal, for example The hardware identifier HARDWAREID of the wireless terminal, the access network receives the application data sent by the wireless terminal, and parses the application data according to the application type negotiated by the access network and the terminal, and obtains the identity information of the wireless terminal, and further, connects The access network also needs to determine the configuration data corresponding to the application type according to the correspondence relationship; Step S206, the access network re-uses the parsed application data by using the specified communication protocol stack (for example, the IP protocol stack) according to the determined configuration data.
  • the specified communication protocol stack for example, the IP protocol stack
  • the core network server After the core network server obtains the identity information in the re-encapsulated application data, if the response data needs to be sent, the core network server sends the response data to the access network according to the address (for example, an IP address) of the access network, where the response data
  • the identity information is carried in the network; after receiving the response data sent by the core network server, the access network parses the identity information of the terminal included in the response data, determines the wireless terminal corresponding to the identity information, and sends the response data air interface rule to The wireless terminal to complete the interaction of the data service.
  • the above technical solution is exemplified by an example of an Evolution Data Optimized (EVDO) wireless network of a Code Division Multiple Access (CDMA) system.
  • EVDO Evolution Data Optimized
  • CDMA Code Division Multiple Access
  • the EVDO air interface protocol provides two streaming protocol formats for data transmission, and the wireless terminal can select one of the streaming protocol formats for network communication, and which one of the streaming protocol formats is used for network communication is performed by the wireless terminal. Determined when negotiating with the network when accessing the network.
  • the following describes the two streaming protocol formats in the EVDO air interface protocol.
  • the default flow mode adds 2 bits of header information to the flow layer when it is encapsulated in the air interface. This provides four different flow support. One flow is fixed for signaling and the other three are used for different data applications. use. This type of application supports fewer types of applications.
  • a wireless terminal is generally regarded as an IP entity, which communicates by carrying IP data on an application type.
  • This method supports multiple different types by supporting a complete IP address.
  • Figure 3 depicts a schematic diagram of the network architecture used in this mode of operation. As shown in Figure 3, it includes a wireless terminal, a base station, a base station controller, and Authorization/Authentication/Accounting (AAA). Server, Packet Data Serving Node (PDSN) server, router, core network server. Virtual flow mode This method adds 8 bits to the air interface package, which can support 255 different data applications. By combining the virtual flow mode with the technical solution of the embodiment of the present invention, the function of saving air interface overhead and network IP address resources can be realized.
  • AAA Authorization/Authentication/Accounting
  • Figure 4 depicts a schematic diagram of the network architecture of this mode of operation. As shown in Figure 4, it includes a wireless terminal, a base station, a base station controller, a router, and a core network server.
  • the following describes the process of implementing data service processing by the wireless terminal using the virtual flow mode.
  • the first step is to configure, in the access network, a correspondence between the virtual flow to be used (the application type of the wireless terminal) and the configuration data, where the configuration data includes but is not limited to the following content: a core network server address, The communication mode with the core network server and the parameter information corresponding to the communication mode (corresponding to step S202 in FIG. 2). It should be noted that the specifically used virtual flow parameters need to be negotiated in advance between the wireless terminal and the access network.
  • the wireless terminal accesses the network for the first time, a negotiation process occurs, and the wireless terminal negotiates with the network a set of parameters that are acceptable to both parties.
  • the network and the wireless The terminal jointly negotiates the virtual flow that the wireless terminal can support.
  • the wireless terminal and the access network save relevant parameters and use the next call.
  • the wireless terminal uses the protocol stack shown in FIG. 5 to perform data transmission, where the data includes terminal identity information (for example, HARDWAREID) (corresponding to the step in FIG.
  • Step S204 (C)+1.
  • the third step after the access network receives the data sent by the wireless terminal, the header and the data part of the air interface are solved according to the protocol stack as shown in FIG. 5, and the corresponding information is searched according to the virtual flow information in the air interface.
  • Configuration data and according to the configuration data to obtain relevant communication methods and addresses and other parameters, after obtaining the required parameters, the access network uses the corresponding communication protocol stack (for example, IP protocol) to re-encapsulate the data portion, and then package the data.
  • the subsequent data is sent to a specific core network server (corresponding to step S206 in FIG. 2).
  • the specific core network server sends response data according to the address of the access network (for example, IP, PORT), where the response data Contains terminal identity information.
  • the access network when the access network receives the response data sent from the specific core network server, searches for the corresponding virtual flow information according to the server related information, and obtains the terminal identity information in the response data, and uses the corresponding virtual flow pair.
  • the response data is encapsulated in the air interface, and the encapsulated response data is sent to the terminal through the air interface.
  • the terminal receives the response data on the air interface, and solves the response data according to the protocol stack shown in FIG. 5, and transmits the response data to the application layer.
  • FIG. 6 is a block diagram of an access network according to an embodiment of the present invention, such as As shown in FIG.
  • an access network includes: a setting module 2, a first receiving module 4, a parsing module 6, a first determining module 8, a packaging module 10, a first sending module 12, and a negotiating module 14, The second determining module 16, the second receiving module 18, the third determining module 20, and the second sending module 22.
  • the negotiation module 14 of the access network first needs to negotiate with the wireless terminal.
  • the negotiation module 14 determines whether the wireless terminal is a fixed application type, and the wireless terminal is in use.
  • the information of the air interface encapsulation carries an identifier indicating the application type of the data packet.
  • the second determining module 16 of the access network may determine the specificity of the wireless terminal according to the identifier. App types.
  • the setting module 2 in the access network also needs to set the correspondence between the application type and the configuration data of the wireless terminal, wherein the configuration data may include but is not limited to the following contents: the core network server address, and the communication mode with the core network server And the parameter information corresponding to the communication mode; for example, if the communication mode in the configuration data is to communicate by using the IP protocol stack mode, the corresponding parameter information needs to be configured with the IP address and the port number of the core network server.
  • the wireless terminal When the wireless terminal needs to send the application data, the wireless terminal sends the application data to the access network according to the air interface rule, where the application data carries the information data indicating the identity of the terminal (it may also become the identity information of the wireless terminal, for example, The hardware identifier HARDWAREID of the wireless terminal, after the first receiving module 4 of the access network receives the application data sent by the wireless terminal, the parsing module 6 of the access network can determine the application type negotiated by the access network and the terminal. The application data is parsed to obtain the identity information of the wireless terminal. In addition, the first determining module 8 of the access network further needs to determine the configuration data corresponding to the application type.
  • the encapsulating module 10 of the access network After the first determining module 8 determines the configuration data, the encapsulating module 10 of the access network re-encapsulates the parsed application data according to the determined configuration data, and re-encapsulates through the first sending module 12 of the access network.
  • the application data is sent to the core network server corresponding to the configuration data.
  • the second receiving module 18 of the access network receives the response data sent by the core network server, where the response data carries the identity information; and the third determining module 20 of the access network receives the second receiving module 20 according to the second receiving module 18
  • the identity information determines the corresponding wireless terminal; after the third determining module 20 determines the wireless terminal, the second sending module 22 of the access network sends the response data air interface rule to the wireless terminal determined by the third determining module 20 to complete Data service interaction of the wireless terminal.
  • FIG. 7 is a data service processing system according to an embodiment of the present invention.
  • the data service processing system according to the embodiment of the present invention includes: a wireless terminal 70, an access network 72, and a core network server 74, wherein the access network 72 includes: a setting module 720, a first receiving The module 721, the parsing module 722, the first determining module 723, the encapsulating module 724, the first sending module 725, the second obtaining module 726, the second determining module 727, and the third sending module 728.
  • the core network server 74 includes: Module 740, first acquisition module 741, second transmission mode Block 742; Since the access network 72 has been described in detail in the above apparatus embodiment, it will not be described in detail in the following description.
  • the wireless terminal 70 is a wireless terminal having a fixed application type, such as a bank automatic teller machine, a smart terminal having a specific application, and the like, and a wireless terminal without a fixed application such as a mobile phone is not in this implementation.
  • the scope of the discussion is within the scope of the discussion.
  • the wireless terminal 70 is a fixed application type wireless terminal, it indicates that the wireless terminal 70 only has certain specific
  • the core network server can be connected. Specifically, when the wireless terminal 70 accesses the network for the first time, the access network 72 first needs to negotiate with the wireless terminal 70. In the negotiation process, the wireless terminal 70 carries the application indicating the data packet in the information encapsulated by the air interface. The identification of the type, the access network 72 can determine the specific application type of the wireless terminal 70 based on the identification. The setting module 720 in the access network 72 also needs to set the correspondence between the application type and the configuration data of the wireless terminal 70.
  • the configuration data may include, but is not limited to, the following content: the core network server address, and the core network month
  • the communication mode of the server and the parameter information corresponding to the communication mode for example, if the communication mode in the configuration data is to communicate by using the IP protocol stack mode, the corresponding parameter information needs to configure the IP address of the core network server 74 and Information such as port number.
  • the wireless terminal 70 When the wireless terminal 70 needs to send the application data, the wireless terminal 70 sends the application data to the access network 72, where the application data carries the information data indicating the identity of the terminal (may also become the identity information of the wireless terminal, for example
  • the hardware identifier HARDWAREID of the wireless terminal after the first receiving module 721 of the access network 72 receives the application data sent by the wireless terminal 70, the parsing module 722 of the access network 72 can perform the application data according to the negotiated application type.
  • the first determining module 723 of the access network 72 needs to determine the configuration data corresponding to the application type according to the corresponding relationship.
  • the encapsulating module 724 of the access network 72 may re-encapsulate the received application data according to the determined configuration data, and configure the first sending module 725 of the access network 72.
  • the data sends the repackaged application data to the corresponding core server.
  • the second receiving module 740 of the core network server 74 receives the repackaged application data sent by the first sending module 725 of the access network 72; the first obtaining module 741 of the core network server 74 can obtain the repackaged application data.
  • the second sending module 742 of the core network server 74 can then send the response data to the access network according to the address of the access network 72. 72 , wherein the response data carries identity information.
  • the second obtaining module 726 of the access network 72 receives the response data sent by the core network server 74, where the response data carries the identity information; the second determining module 727 of the access network 72 can The identity information received by the second obtaining module 726 determines the corresponding wireless terminal 70; after the second determining module 727 determines the wireless terminal 70, the third sending module 728 of the access network 72 can send the response data to the first according to the air interface rule.
  • the wireless terminal 70 is determined by the determining module 727 to complete the interaction of the data service.
  • FIG. 8 is a schematic diagram of a protocol stack conversion relationship in an embodiment of the system of the present invention.
  • the access network 72 first parses the data sent by the wireless terminal 70 according to the pre-negotiated application type, and the parsed data is based on the data.
  • the pre-set correspondence is re-encapsulated using a communication method (for example, IP) corresponding to the core network server 74, and the data re-encapsulated by the IP communication method is sent to the core network server 74, and the core network server 74 receives the re-encapsulation.
  • IP communication method
  • the response message is encapsulated in an IP communication manner and sent to the access network 72.
  • the access network 72 queries the corresponding application type of the corresponding wireless terminal 70 according to the related information of the core network server 74, and uses the corresponding The application type re-encapsulates the response message, and sends the encapsulated response message to the wireless terminal 70 through the air interface to complete the interaction of the data service. It is to be understood that various changes and combinations may be made to the various modules described above without departing from the spirit and scope of the invention. In summary, with the technical solution of the present invention, by setting the correspondence between the application type and the configuration data of the wireless terminal in the access network, the access network can use the corresponding relationship to the wireless terminal and the core network server.
  • the transmitted data is converted to solve the problem that the wireless terminal consumes a large number of IP addresses and consumes a large amount of resources when performing data services in the related art, which can reduce the air interface overhead and save important resources.
  • modules or steps of the present invention can be implemented by a general-purpose computing device, which can be concentrated on a single computing device or distributed over a network composed of multiple computing devices.
  • they may be implemented by program code executable by the computing device, such that they may be stored in the storage device by the computing device, or they may be separately fabricated into individual integrated circuit modules, or they may be Multiple modules or steps are made into a single integrated circuit module.
  • the invention is not limited to any particular hardware and software. Piece combination.

Landscapes

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

Description

数据业务处理方法、 ***以及接入网 技术领域 本发明涉及通信领域, 并且特别地, 涉及一种数据业务处理方法、 *** 以及接入网。 背景技术 目前, 在通讯***中, 核心网一般使用互联网协议 ( Internet Protocol , 简称为 IP )作为传输基础。 在无线通讯***中, 当核心网使用 IP协议栈进 行通讯时, 终端 (无线终端) 也使用 IP协议栈发送数据。 在相关技术中, 当无线终端进行数据业务传输时, 无线终端首先通过无 线接入网的空中接口接入网络, 并连接到核心网, 核心网会向无线终端分配 IP地址, 在无线终端获取 IP地址后, 无线终端作为 IP网络上的一个独立实 体与其它 IP设备进行通讯交互, 并进行正常的数据业务, 其中, 接入网作为 透明传输实体进行工作。 下面对无线终端进行一般呼叫及数据业务的建立过 程进行说明, 包括以下处理: 步骤 1 ,无线终端与接入网络完成空口接入过程,并连接到核心网设备; 步骤 2, 核心网设备为无线终端分配 IP地址, 并建立点对点协议( Point To Point Protocol , 简称为 ΡΡΡ ) 连接; 步骤 3 , 无线终端使用 IP协议栈与核心网月艮务器进行通讯连接, 发送 和接收数据。 具体地, 在无线终端发送数据时, 数据的封装格式如图 1所示, 封装后的数据包括: 数据、 IP头、 空口; 在接入网接收到封装的数据后, 会 对封装的数据进行处理, 并剥离空口封装的数据, 最后 4巴得到的数据发送到 IP核心网。 在上述处理过程中可以看出,在核心网设备为无线终端分配 IP地址时, 无线终端占用了大量的 IP地址; 此外, 无线终端在空口上发送 IP封装的消 息时需要消耗很多无线资源,例如,用户数据报协议( User Datagram Protocol, 简称为 UDP ) /IP协议栈头会给数据包带来 28字节的负担, 从而导致更多的 空口开销。 发明内容 考虑到相关技术中无线终端进行数据业务传输时会占用大量 IP地址以 及消耗大量空口资源的问题而提出本发明, 为此, 本发明的主要目的在于提 供一种改进的数据业务处理方案, 以解决相关技术中存在的上述问题至少之
为了实现上述目的, 才艮据本发明的一个方面, 提供了一种数据业务处理 方法, 应用于包括接入网、 终端、 核心网服务器的***。 才艮据本发明的数据业务处理方法包括:接入网设置终端的应用类型与配 置数据的对应关系; 接入网接收终端发送的应用数据, 根据接入网与终端预 先协商的应用类型对应用数据进行解析, 并才艮据对应关系确定与应用类型对 应的配置数据; 接入网根据确定的配置数据对解析后的应用数据进行封装, 并将封装的应用数据发送到与配置数据相应的核心网服务器。 其中, 无线终端为固定应用类型的无线终端, 在接入网接收应用数据之 前, 上述方法还包括: 接入网与终端进行协商, 确定终端的应用类型为固定 应用类型, 并进一步确定终端具体的应用类型。 其中, 应用数据中携带有终端的身份信息。 此外, 在接入网将封装的应用数据发送到核心网服务器之后, 上述方法 还包括: 核心网服务器获取封装的应用数据中的身份信息; 核心网服务器将 响应数据发送到接入网, 其中, 响应数据中携带有身份信息; 接入网接收响 应数据, 确定与身份信息对应的终端, 并将响应数据根据空口规则发送到该 终端。 其中, 上述配置数据包括: 核心网服务器地址、 与核心网服务器的通讯 方式、 以及与通讯方式相应的参数信息。 为了实现上述目的, 才艮据本发明的另一方面, 提供了一种接入网。 才艮据本发明的接入网包括: 设置模块, 用于设置终端的应用类型与配置 数据的对应关系; 第一接收模块, 用于接收终端发送的应用数据; 解析模块, 用于根据接 入网与终端预先协商的应用类型对应用数据进行解析; 第一确定模块, 用于 根据对应关系确定与应用类型对应的配置数据; 封装模块, 用于根据确定的 配置数据对解析后的应用数据进行封装; 第一发送模块, 用于将封装的应用 数据发送到与配置数据相应的核心网月艮务器。 此外, 上述接入网还包括: 协商模块, 用于与终端进行协商, 确定终端 的应用类型为固定应用类型; 第二确定模块,用于确定终端具体的应用类型。 其中, 应用数据中携带有终端的身份信息。 此外, 上述接入网进一步包括: 第二接收模块, 用于接收核心网服务器 发送的响应数据, 其中, 响应数据中携带有身份信息; 第三确定模块, 用于 根据身份信息确定相应的终端; 第二发送模块, 用于将响应数据根据空口规 则发送到第三确定模块确定的终端。 其中,配置数据包括:核心网月艮务器地址、与核心网月艮务器的通讯方式、 以及与通讯方式相应的参数信息。 为了实现上述目的, 才艮据本发明的再一方面, 提供了一种数据业务处理 ***。 根据本发明的数据业务处理***包括: 终端, 用于根据空口规则将应用 数据发送到接入网; 接入网, 包括: 设置模块, 用于设置终端的应用类型与 配置数据的对应关系; 第一接收模块, 用于接收终端发送的应用数据; 解析 模块, 用于根据与终端预先协商的应用类型对应用数据进行解析; 第一确定 模块, 用于根据对应关系确定与应用类型对应的配置数据; 封装模块, 用于 根据确定的配置数据对接收到的应用数据进行封装; 第一发送模块, 用于根 据配置数据将封装的应用数据发送到相应的核心网服务器。 其中, 核心网服务器包括: 第二接收模块, 用于接收接入网发送的封装 的应用数据; 第一获取模块, 用于获取封装的应用数据中的身份信息; 第二 发送模块, 用于根据接入网的地址将响应数据发送到接入网, 其中, 响应数 据中携带有身份信息。 此外, 接入网进一步包括: 第二获取模块, 用于获取核心网服务器发送 的响应数据; 第二确定模块, 用于才艮据身份信息确定相应的终端; 第三发送 模块, 用于将响应数据根据空口规则发送到第二确定模块确定的终端。 借助于本发明的技术方案,通过在接入网设置无线终端的应用类型与配 置数据的之间的对应关系, 接入网根据该对应关系对无线终端和核心网服务 器发送的数据进行转换, 解决了相关技术中无线终端进行数据业务时占用大 量 IP地址以及消耗大量空口资源的问题, 能够减少了空口开销, 节省了重要 资源。 本发明的其它特征和优点将在随后的说明书中阐述, 并且, 部分地从说 明书中变得显而易见, 或者通过实施本发明而了解。 本发明的目的和其他优 点可通过在所写的说明书、 权利要求书、 以及附图中所特别指出的结构来实 现和获得。 附图说明 附图用来提供对本发明的进一步理解, 并且构成说明书的一部分, 与本 发明的实施例一起用于解释本发明, 并不构成对本发明的限制。 在附图中: 图 1是相关技术中无线终端发送数据时的数据封装格式的示意图; 图 2是根据本发明实施例的数据业务处理方法的流程图; 图 3是 居本发明实施例的在缺省流方式下***架构的示意图; 图 4是才艮据本发明实施例的在虚拟流方式下***架构的示意图; 图 5 是根据本发明实施例的无线终端发送数据时的数据封装格式的示 意图; 图 6是根据本发明实施例的接入网的框图; 图 7是才艮据本发明实施例的数据业务处理***的框图; 图 8是 居本发明***实施例的协议栈转化关系的示意图。 具体实施方式 功能相克述 在相关技术中, 在无线终端进行数据业务传输时, 无线终端需要获取核 心网服务器分配的 IP地址, 并作为 IP网络上的一个独立实体与其它 IP设备 进行数据业务, 但是, 在无线终端进行数据业务时, 容易导致大量 IP地址被 占用以及大量无线资源被消耗。 为了解决上述问题,本发明提供了一种在无线通讯***中不需要为无线 终端分配 IP地址, 无线终端不使用 IP协议栈封装数据并完成 IP数据通讯的 方案, 在本发明的技术方案中, 接入网设置终端的应用类型与配置数据的对 应关系; 接入网接收终端发送的应用数据, 根据接入网与终端预先协商的应 用类型对应用数据进行解析, 并 居对应关系确定与应用类型对应的配置数 据; 接入网根据确定的配置数据对解析后的应用数据进行封装, 并将封装的 应用数据发送到与配置数据相应的核心网月艮务器。 以下结合附图对本发明的优选实施例进行说明, 应当理解, 此处所描述 的优选实施例仅用于说明和解释本发明, 并不用于限定本发明。 在以下的描述中, 为了解释的目的, 描述了多个特定的细节, 以提供对 本发明的透彻理解。 然而, 艮显然, 在没有这些特定细节的情况下, 也可以 实现本发明, 此外, 在不背离所附权利要求阐明的精神和范围的情况下, 下 述实施例以及实施例中得各个细节可以进行各种组合。 方法实施例 根据本发明的实施例, 提供了一种数据业务处理方法, 图 2是根据本发 明实施例的数据业务处理方法的流程图。 在对本发明实施进行说明之前, 需 要说明的是, 在以下的描述中, 无线终端是例如银行自动取款机、 具有特定 应用的智能终端等具有固定应用类型的无线终端, 例如手机之类的无固定应 用的无线终端不在本实施例讨论范围之内。 此外, 在无线终端生产制造时, 需要明确该无线终端的应用类型是否为固定应用类型, 如果该无线终端是固 定应用类型的无线终端, 则说明该无线终端只与某些特定的核心网月艮务器相 连即可。 此外, 在进行如图 2所示的处理之前, 在无线终端第一次接入网络时, 接入网需要与无线终端需要进行协商, 在协商过程中, 无线终端在使用空口 封装的信息中携带表明该数据包的应用类型的标识, 接入网根据此标识确定 该无线终端是否为固定应用类型, 并进一步确定无线终端具体的应用类型。 下面结合图 2, 对本发明实施例的数据业务处理方法进行说明, 如图 2 所示, 包括以下处理 (步骤 S202 -步骤 S206 ): 步骤 S202, 在接入网上配置无线终端的应用类型与配置数据的对应关 系, 其中, 配置数据可以包括但不限于以下内容: 核心网月艮务器地址、 与核 心网服务器的通讯方式、 以及与通讯方式相应的参数信息; 例如, 如果配置 数据中的通讯方式为使用 IP协议栈方式进行通讯,则相应的参数信息就需要 配置该核心网服务器的 IP地址及端口号等信息。 步骤 S204, 在无线终端需要发送应用数据时, 无线终端 居空口规则 将应用数据发送到接入网, 其中, 应用数据中携带有表明终端身份的信息数 据 (也可以成为无线终端的身份信息, 例如, 无线终端的硬件标识 HARDWAREID ), 接入网接收无线终端发送的应用数据, 并才艮据接入网与终 端协商好的应用类型对应用数据进行解析,获取无线终端的身份信息,此外, 接入网还需要根据对应关系确定与该应用类型对应的配置数据; 步骤 S206,接入网根据确定的配置数据重新使用规定的通讯协议栈(例 如, IP协议栈)对解析后的应用数据进行重新封装, 并将重新封装的应用数 据发送到配置数据中核心网服务器地址对应的核心网服务器。 在核心网服务器获取重新封装的应用数据中的身份信息后,如果需要发 送响应数据, 核心网服务器根据接入网的地址 (例如, IP地址)将响应数据 发送到接入网, 其中, 响应数据中携带有身份信息; 接入网接收到核心网服 务器发送的响应数据后, 解析出响应数据中包含的终端的身份信息, 并确定 与身份信息对应无线终端, 再将响应数据 居空口规则发送到该无线终端, 以完成数据业务的交互。 下面, 以码分多址( Code Division Multiple Access , 简称为 CDMA ) 系 统的演进数据最优化 (Evolution Data Optimized, 简称为 EVDO ) 无线网络 为例对上述技术方案进行举例说明。 需要说明的是, EVDO空口协议中对数据传输提供了两种流协议格式, 无线终端可以选择其中一种流协议格式进行网络通讯, 具体使用哪一种流协 议格式进行网络通讯是由无线终端在接入网络时与网络进行协商所决定的。 下面, 对 EVDO空口协议中的两种流协议格式进行详细说明。 缺省流方式 这种方式在空口封装时, 在流层增加了 2bit的头信息,从而提供了四个 不同的流支持, 其中一个流固定给信令使用, 另外三个流给不同的数据应用 使用。 这种方式支持的应用类型较少, 因此, 无线终端一般被当成一个 IP实 体, 通过将 IP数据承载在一种应用类型上进行通讯, 这种方式通过支持完整 的 IP地址来支持多种不同的应用。图 3描述了这种工作方式所使用的网络架 构示意图, 如图 3 所示, 包括无线终端、 基站、 基站控制器、 认证 /鉴权 /计 费 ( Authorization/ Authentication/Accounting, 简称为 AAA )月艮务器、 分组数 据服务节点 (Packet Data Serving Node, 简称为 PDSN )服务器、 路由器、 核 心网月艮务器。 虚拟流方式 这种方式的空口封装增加了 8bit,从而可以支持 255种不同的数据应用。 将虚拟流方式结合本发明实施例的技术方案, 就可以实现节省空口开销和网 络 IP地址资源的功能。 图 4描述了这种工作方式的网络架构示意图, 如图 4 所示, 包括无线终端、 基站、 基站控制器、 路由器、 核心网服务器。 下面, 对无线终端釆用虚拟流方式实现数据业务处理过程进行说明。 第一步, 在接入网中, 配置需要使用的虚拟流(上述无线终端的应用类 型) 与配置数据的对应关系, 其中, 配置数据包括但不限于以下内容: 核心 网月艮务器地址、 与核心网月艮务器进行通讯方式、 以及与通讯方式相应的参数 信息 (对应于图 2中的步骤 S202 )。 需要说明的是,具体使用的虚拟流参数需要在无线终端与接入网预先进 行协商。 在无线终端第一次接入网络时, 会发生协商过程, 无线终端会和网 络协商出一套双方都可以接受的参数, 在这个过程中, 如果无线终端需要使 用虚拟流, 网络就会和无线终端共同协商出该无线终端可以支持的虚拟流, 此外, 在协商完毕后, 该无线终端和接入网会保存相关参数, 在下一次呼叫 进行使用。 第二步, 无线终端在协商完成后, 使用如图 5所示的协议栈进行数据发 送, 数据中包含终端身份信息 (例如, HARDWAREID ) (对应于图 2中的步 骤 S204 )„ 第三步, 当接入网收到无线终端发送的数据后, 按照如图 5所示的协议 栈解出空口的头部和数据部分, 并根据空口里的虚拟流信息查找对应的配置 数据, 并根据配置数据得到相关的通讯方式和地址等参数, 在得到需要的参 数后, 接入网使用相应的通讯协议栈(例如, IP协议)将数据部分进行重新 封装, 然后把封装后的数据发往特定的核心网服务器 (对应于图 2中的步骤 S206 )„ 第四步, 特定的核心网服务器根据接入网的地址 (例如 IP、 PORT )发 送响应数据, 其中, 响应数据中包含终端身份信息。 第五步, 当接入网收到从特定的核心网服务器发来的响应数据, 根据该 服务器相关信息查找对应的虚拟流信息,并获取响应数据中的终端身份信息, 使用对应的虚拟流对响应数据进行空口封装, 并通过空口将封装后的响应数 据发给终端。 第六步, 终端在空口上收到响应数据, 并根据图 5所示的协议栈解出响 应数据, 传递给应用层。 从上述处理可以看出, 由于终端不需要知道核心网的通讯方式, 因此在 空口不需要封装核心网通讯协议栈, 从而节省了空口开销, 并且由于终端不 需要分配相关通讯地址, 因此, 通讯地址作为一种重要资源也得到了节省。 装置实施例 根据本发明的实施例, 提供了一种接入网, 用于实现上述方法实施例中 的数据业务处理方法, 图 6是才艮据本发明实施例的接入网的框图, 如图 6所 示, 根据本发明实施例的接入网包括: 设置模块 2、 第一接收模块 4、 解析 模块 6、 第一确定模块 8、 封装模块 10、 第一发送模块 12、 协商模块 14、 第 二确定模块 16、 第二接收模块 18、 第三确定模块 20、 第二发送模块 22。 具体地, 在无线终端第一次接入网络时, 接入网的协商模块 14首先需 要与无线终端进行协商, 在协商过程中, 协商模块 14 确定无线终端是否为 固定应用类型, 无线终端在使用空口封装的信息中携带表明该数据包的应用 类型的标识, 在协商模块 14 确定是固定应用类型的情况下, 接入网的第二 确定模块 16可以才艮据此标识确定该无线终端具体的应用类型。 接入网中的设置模块 2 还需要设置无线终端的应用类型与配置数据的 对应关系, 其中, 配置数据可以包括但不限于以下内容: 核心网服务器地址、 与核心网月艮务器的通讯方式、 以及与通讯方式相应的参数信息; 例如, 如果 配置数据中的通讯方式为使用 IP协议栈方式进行通讯,则相应的参数信息就 需要配置该核心网服务器的 IP地址及端口号等信息。 在无线终端需要发送应用数据时,无线终端才艮据空口规则将应用数据发 送到接入网, 其中, 应用数据中携带有表明终端身份的信息数据 (也可以成 为无线终端的身份信息, 例如, 无线终端的硬件标识 HARDWAREID ), 在 接入网的第一接收模块 4接收到无线终端发送的应用数据后, 接入网的解析 模块 6就可以才艮据接入网与终端协商好的应用类型对应用数据进行解析, 获 取无线终端的身份信息; 此外, 接入网的第一确定模块 8还需要 居对应关 系确定与该应用类型对应的配置数据。 在第一确定模块 8确定配置数据后, 接入网的封装模块 10 就会根据确定的配置数据对解析后的应用数据进行重 新封装, 并通过接入网的第一发送模块 12 将重新封装的应用数据发送到与 配置数据相应的核心网服务器。 随后, 接入网的第二接收模块 18会接收到核心网服务器发送的响应数 据, 其中, 响应数据中携带有身份信息; 接入网的第三确定模块 20 根据第 二接收模块 18接收到的身份信息确定相应的无线终端; 在第三确定模块 20 确定了无线终端后, 接入网的第二发送模块 22 将响应数据 居空口规则发 送到第三确定模块 20确定的无线终端, 以完成与无线终端的数据业务交互。 从上述处理可以看出,通过在接入网设置无线终端的应用类型与配置数 据的之间的对应关系, 接入网才艮据该对应关系对无线终端和核心网月艮务器发 送的数据进行转换, 减少了空口开销, 节省了重要资源。 ***实施例 才艮据本发明的实施例, 提供了一种数据业务处理***, 用于实现方法实 施例中的数据业务处理方法, 图 7是才艮据本发明实施例的数据业务处理*** 的框图, 如图 7所示, 才艮据本发明实施例的数据业务处理***包括: 无线终 端 70、 接入网 72、 核心网服务器 74, 其中接入网 72包括: 设置模块 720、 第一接收模块 721、 解析模块 722、 第一确定模块 723、 封装模块 724、 第一 发送模块 725、 第二获取模块 726、 第二确定模块 727、 第三发送模块 728; 核心网服务器 74包括: 第二接收模块 740、 第一获取模块 741、 第二发送模 块 742; 由于接入网 72在上述装置实施例中已经进行了详细的说明, 在下面 的描述中不再进行详细的说明。 需要说明的是, 在以下的描述中, 无线终端 70是例如银行自动取款机、 具有特定应用的智能终端等具有固定应用类型的无线终端, 例如手机之类的 无固定应用的无线终端不在本实施例讨论范围之内。 此外, 在无线终端 70 生产制造时, 需要明确该无线终端 70 的应用类型是否为固定应用类型, 如 果该无线终端 70是固定应用类型的无线终端, 则说明该无线终端 70只与某 些特定的核心网月艮务器相连即可。 具体地, 在无线终端 70第一次接入网络时,接入网 72首先需要与无线 终端 70进行协商, 在协商过程中, 无线终端 70在使用空口封装的信息中携 带表明该数据包的应用类型的标识, 接入网 72 可以根据此标识确定该无线 终端 70具体的应用类型。 接入网 72中的设置模块 720还需要设置无线终端 70的应用类型与配置 数据的对应关系, 其中, 配置数据可以包括但不限于以下内容: 核心网月艮务 器地址、 与核心网月艮务器的通讯方式、 以及与通讯方式相应的参数信息; 例 如, 如果配置数据中的通讯方式为使用 IP协议栈方式进行通讯, 则相应的参 数信息就需要配置该核心网服务器 74的 IP地址及端口号等信息。 在无线终端 70需要发送应用数据时,无线终端 70 居空口规则将应用 数据发送到接入网 72 ,其中,应用数据中携带有表明终端身份的信息数据(也 可以成为无线终端的身份信息,例如,无线终端的硬件标识 HARDWAREID ), 在接入网 72的第一接收模块 721接收无线终端 70发送的应用数据后, 接入 网 72的解析模块 722就可以根据协商好的应用类型对应用数据进行解析, 获取无线终端 70的身份信息; 此外, 接入网 72的第一确定模块 723还需要 才艮据对应关系确定与该应用类型对应的配置数据。 在第一确定模块 723确定 配置数据后, 接入网 72的封装模块 724就可以根据确定的配置数据对接收 到的应用数据进行重新封装, 并通过接入网 72 的第一发送模块 725 居配 置数据将重新封装的应用数据发送到相应的核心网月艮务器。 核心网服务器 74的第二接收模块 740接收接入网 72的第一发送模块 725发送的重新封装的应用数据;核心网月艮务器 74的第一获取模块 741就可 以获取重新封装的应用数据中的身份信息, 随后, 通过核心网服务器 74 的 第二发送模块 742, 就可以根据接入网 72 的地址将响应数据发送到接入网 72 , 其中, 响应数据中携带有身份信息。 随后,接入网 72的第二获取模块 726会接收到核心网服务器 74发送的 响应数据, 其中, 响应数据中携带有身份信息; 接入网 72 的第二确定模块 727 就可以才艮据第二获取模块 726 接收到的身份信息确定相应的无线终端 70; 在第二确定模块 727确定了无线终端 70后, 接入网 72的第三发送模块 728就可以将响应数据根据空口规则发送到第二确定模块 727确定的无线终 端 70, 以完成数据业务的交互。 图 8是 居本发明***实施例的协议栈转化关系的示意图, 下面, 结合 图 8对根据本发明实施例的数据业务处理***的协议转换进行说明。 如图 8 所示: 无线终端 70将数据通过空口发送到接入网 72后, 接入网 72首先根 据预先协商好的应用类型对无线终端 70 发送的数据进行解析, 并将解析后 的数据根据预先设置的对应关系使用与核心网服务器 74相应的通讯方式(例 如, IP )进行重新封装, 并将以 IP通讯方式重新封装后的数据发送到核心网 服务器 74 , 核心网服务器 74接收到重新封装后的消息后, 将响应消息以 IP 通信方式进行封装, 并发送到接入网 72 , 接入网 72根据核心网服务器 74的 相关信息查询相应的无线终端 70 所对应的应用类型, 并使用相应的应用类 型将响应消息重新封装, 并将封装后的响应消息通过空口发送给无线终端 70, 以完成数据业务的交互。 需要说明的是, 在不背离所附权利要求阐明的精神和范围的情况下, 可 以对上述各个模块进行各种改变以及组合。 综上所述, 借助于本发明的技术方案, 通过在接入网设置无线终端的应 用类型与配置数据的之间的对应关系, 接入网才艮据该对应关系对无线终端和 核心网服务器发送的数据进行转换, 解决了相关技术中无线终端进行数据业 务时占用大量 IP地址以及消耗大量资源的问题, 能够减少了空口开销, 节省 了重要资源。 显然, 本领域的技术人员应该明白, 上述的本发明的各模块或各步骤可 以用通用的计算装置来实现, 它们可以集中在单个的计算装置上, 或者分布 在多个计算装置所组成的网络上, 可选地, 它们可以用计算装置可执行的程 序代码来实现, 从而, 可以将它们存储在存储装置中由计算装置来执行, 或 者将它们分别制作成各个集成电路模块, 或者将它们中的多个模块或步骤制 作成单个集成电路模块来实现。 这样, 本发明不限制于任何特定的硬件和软 件结合。 以上所述仅为本发明的优选实施例而已, 并不用于限制本发明, 对于本 领域的技术人员来说, 本发明可以有各种更改和变化。 凡在本发明的 ^"神和 原则之内, 所作的任何修改、 等同替换、 改进等, 均应包含在本发明的保护 范围之内。

Claims

权 利 要 求 书 一种数据业务处理方法, 其特征在于, 包括:
所述接入网设置终端的应用类型与配置数据的对应关系; 所述接入网接收所述终端发送的应用数据,根据所述接入网与所述 终端预先协商的应用类型对所述应用数据进行解析, 并才艮据所述对应关 系确定与所述应用类型对应的配置数据;
所述接入网根据确定的所述配置数据对解析后的所述应用数据进 行封装, 并将封装的应用数据发送到与所述配置数据相应的核心网服务 器。 根据权利要求 1所述的方法, 其特征在于, 所述终端为固定应用类型的 无线终端, 在所述接入网接收所述应用数据之前, 所述方法还包括: 所述接入网与所述终端进行协商,确定所述终端的应用类型为所述 固定应用类型, 并进一步确定所述终端具体的应用类型。 根据权利要求 2所述的方法, 其特征在于, 所述应用数据中携带有所述 终端的身份信息。 根据权利要求 3所述的方法, 其特征在于, 在所述接入网将所述封装的 应用数据发送到所述核心网服务器之后, 所述方法还包括:
所述核心网服务器获取封装的所述应用数据中的所述身份信息; 所述核心网月艮务器将响应数据发送到所述接入网, 其中, 所述响应 数据中携带有所述身份信息;
所述接入网接收所述响应数据, 确定与所述身份信息对应的终端, 并将所述响应数据才艮据所述空口规则发送到该终端。 根据权利要求 1至 4中任一项所述的方法, 其特征在于, 所述配置数据 包括: 核心网服务器地址、 与核心网服务器的通讯方式、 以及与所述通 讯方式相应的参数信息。 一种接入网, 其特征在于, 包括:
设置模块, 用于设置终端的应用类型与配置数据的对应关系; 第一接收模块, 用于接收所述终端发送的应用数据; 解析模块,用于 居接入网与所述终端预先协商的所述应用类型对 所述应用数据进行解析;
第一确定模块,用于 居所述对应关系确定与所述应用类型对应的 配置数据;
封装模块,用于 居确定的所述配置数据对解析后的所述应用数据 进行封装;
第一发送模块,用于将封装的应用数据发送到与所述配置数据相应 的核心网服务器。
7. 根据权利要求 6所述的接入网, 其特征在于, 所述接入网还包括:
协商模块, 用于与所述终端进行协商, 确定所述终端的应用类型为 所述固定应用类型;
第二确定模块, 用于确定所述终端具体的应用类型。
8. 根据权利要求 6所述的接入网, 其特征在于, 所述应用数据中携带有所 述终端的身份信息。
9. 根据权利要求 8所述的接入网, 其特征在于, 所述接入网进一步包括: 第二接收模块,用于接收所述核心网服务器发送的响应数据,其中, 所述响应数据中携带有所述身份信息;
第三确定模块, 用于根据所述身份信息确定相应的终端; 第二发送模块,用于将所述响应数据才艮据所述空口规则发送到所述 第三确定模块确定的终端。
10. 根据权利要求 6至 9中任一项所述的接入网, 其特征在于, 所述配置数 据包括: 核心网服务器地址、 与核心网服务器的通讯方式、 以及与所述 通讯方式相应的参数信息。
11. 一种数据业务处理***, 其特征在于, 包括:
终端, 用于根据空口规则将应用数据发送到接入网;
所述接入网, 包括:
设置模块, 用于设置所述终端的应用类型与配置数据的对应关系; 第一接收模块, 用于接收所述终端发送的所述应用数据; 据进行解析;
第一确定模块,用于 居所述对应关系确定与所述应用类型对应的 配置数据;
封装模块,用于 居确定的所述配置数据对接收到的所述应用数据 进行封装;
第一发送模块,用于根据所述配置数据将封装的应用数据发送到相 应的核心网服务器。
12. 根据权利要求 11所述的***, 其特征在于, 所述核心网服务器包括: 第二接收模块, 用于接收所述接入网发送的封装的所述应用数据; 第一获取模块, 用于获取封装的所述应用数据中的身份信息; 第二发送模块,用于才艮据所述接入网的地址将响应数据发送到所述 接入网, 其中, 所述响应数据中携带有所述身份信息。
13. 根据权利要求 12所述的***, 其特征在于, 所述接入网进一步包括: 第二获取模块, 用于获取所述核心网服务器发送的所述响应数据; 第二确定模块, 用于根据所述身份信息确定相应的终端; 第三发送模块,用于将所述响应数据才艮据所述空口规则发送到所述 第二确定模块确定的终端。
PCT/CN2009/075799 2009-02-24 2009-12-21 数据业务处理方法、***以及接入网 WO2010097001A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN 200910009586 CN101489259B (zh) 2009-02-24 2009-02-24 数据业务处理方法、***以及接入网
CN200910009586.7 2009-02-24

Publications (1)

Publication Number Publication Date
WO2010097001A1 true WO2010097001A1 (zh) 2010-09-02

Family

ID=40891882

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2009/075799 WO2010097001A1 (zh) 2009-02-24 2009-12-21 数据业务处理方法、***以及接入网

Country Status (2)

Country Link
CN (1) CN101489259B (zh)
WO (1) WO2010097001A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023045838A1 (zh) * 2021-09-22 2023-03-30 维沃移动通信有限公司 信息接收、信息上报方法、装置、设备及计算机存储介质

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101489259B (zh) * 2009-02-24 2011-03-02 中兴通讯股份有限公司 数据业务处理方法、***以及接入网
CN104521255B (zh) * 2013-06-29 2019-04-19 华为技术有限公司 数据传输方法、机器类通信终端及寻址服务器
WO2016183798A1 (zh) * 2015-05-19 2016-11-24 苏州易信安工业技术有限公司 一种设备控制方法、装置及***

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1838628A (zh) * 2005-03-24 2006-09-27 杭州华为三康技术有限公司 一种实现不同类型QinQ设备间网络互连的方法
CN1852549A (zh) * 2005-04-22 2006-10-25 华为技术有限公司 一种用户终端接入网络的方法
CN1866916A (zh) * 2005-10-18 2006-11-22 华为技术有限公司 接入网实现双层vlan以太网报文转发的方法和接入节点
CN101159923A (zh) * 2007-11-09 2008-04-09 华为技术有限公司 业务处理方法及***、sip应用接入网关模块
CN101489259A (zh) * 2009-02-24 2009-07-22 中兴通讯股份有限公司 数据业务处理方法、***以及接入网

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100488136C (zh) * 2004-07-09 2009-05-13 华为技术有限公司 智能终端汇聚接入***和方法
CN1859172B (zh) * 2005-09-21 2010-12-08 华为技术有限公司 宽带网络业务处理***中智能终端业务属性的分配方法
KR100754649B1 (ko) * 2006-07-24 2007-09-05 삼성전자주식회사 브리지 기반 무선 기지국 기간망 시스템 및 그 신호 처리방법
CN100456757C (zh) * 2006-11-08 2009-01-28 华为技术有限公司 家庭智能终端控制方法及家庭接入网关
CN101360037B (zh) * 2007-08-03 2010-12-08 ***通信集团公司 数据业务网络***及数据业务的访问方法

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1838628A (zh) * 2005-03-24 2006-09-27 杭州华为三康技术有限公司 一种实现不同类型QinQ设备间网络互连的方法
CN1852549A (zh) * 2005-04-22 2006-10-25 华为技术有限公司 一种用户终端接入网络的方法
CN1866916A (zh) * 2005-10-18 2006-11-22 华为技术有限公司 接入网实现双层vlan以太网报文转发的方法和接入节点
CN101159923A (zh) * 2007-11-09 2008-04-09 华为技术有限公司 业务处理方法及***、sip应用接入网关模块
CN101489259A (zh) * 2009-02-24 2009-07-22 中兴通讯股份有限公司 数据业务处理方法、***以及接入网

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023045838A1 (zh) * 2021-09-22 2023-03-30 维沃移动通信有限公司 信息接收、信息上报方法、装置、设备及计算机存储介质

Also Published As

Publication number Publication date
CN101489259A (zh) 2009-07-22
CN101489259B (zh) 2011-03-02

Similar Documents

Publication Publication Date Title
TWI764893B (zh) 用於建立無線資源控制連接的方法和裝置
US9264972B2 (en) Home networking with integrated cellular communication
WO2019033920A1 (zh) 网络侧对远端用户设备的识别和控制方法以及设备
WO2013104287A1 (zh) 数据通信的方法、装置及***
WO2020029922A1 (zh) 传输报文的方法和装置
WO2019047197A1 (en) METHOD AND SYSTEM FOR INTEGRATING FIXED ACCESS IN A CONVERGED 5G HEART
WO2014117517A1 (zh) 多制式网络融合的方法、设备及***
WO2014110704A1 (zh) 一种通过检查 wifi 数据包的长度实现 wifi 设备的上网配置方法
WO2013166913A1 (zh) 小量数据上下行传输方法、及相应终端和移动性管理单元
WO2022048441A1 (zh) 应用数据的传输方法、***及电子设备
JP4422347B2 (ja) Umおよびrmインターフェースにおけるポップの同時的なセットアップ
WO2012062049A1 (zh) 移动互联网业务的实现方法、网关、代理及***
WO2022205234A1 (zh) 一种通信方法及装置
CN102369752B (zh) 一种数据传输的方法、装置
WO2019242525A1 (zh) 数据传输方法、相关装置及***
CN113453176A (zh) 一种使卫星终端支持nas信令实现5g核心网管控的方法
CN105245695B (zh) 一种提高微信AirKiss兼容性的方法及***
WO2010097001A1 (zh) 数据业务处理方法、***以及接入网
US8315192B2 (en) Method and system for configuring a media access control header to reduce a header overhead
WO2022021435A1 (zh) 数据传输方法、设备及存储介质
JP2009533972A (ja) Mmpによってホスト・デバイスを設定すること
US20220263674A1 (en) Communication method and related apparatus
CN113965918B (zh) 一种业务处理方法、装置和存储介质
TWI479932B (zh) 訊號傳輸方法
WO2012110004A1 (zh) 基于lte-lan的报文转发方法及装置

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: 09840669

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 09840669

Country of ref document: EP

Kind code of ref document: A1