WO2013037208A1 - Transport stream template matching method and device in lte system - Google Patents

Transport stream template matching method and device in lte system Download PDF

Info

Publication number
WO2013037208A1
WO2013037208A1 PCT/CN2012/074457 CN2012074457W WO2013037208A1 WO 2013037208 A1 WO2013037208 A1 WO 2013037208A1 CN 2012074457 W CN2012074457 W CN 2012074457W WO 2013037208 A1 WO2013037208 A1 WO 2013037208A1
Authority
WO
WIPO (PCT)
Prior art keywords
filter
matching
field
address
matched
Prior art date
Application number
PCT/CN2012/074457
Other languages
French (fr)
Chinese (zh)
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 WO2013037208A1 publication Critical patent/WO2013037208A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/22Parsing or analysis of headers

Definitions

  • the present invention relates to the field of mobile communications, and in particular, to a transport stream template matching method and apparatus in an LTE (Long Term Evolution) system. Background technique
  • LTE Compared with 3G technology, LTE adopts a new network architecture, which reduces the number of network elements and reduces the complexity of the signaling process.
  • the network is designed with IP (Internet Protocol) and PS (Packet Switch).
  • IP Internet Protocol
  • PS Packet Switch
  • the domain greatly improves the response speed of the control plane, and the speed of the data plane also has a significant improvement.
  • the uplink data plane reaches 50M/S, and the downlink data plane reaches 100M/S.
  • the LTE control plane is responsible for allocating channels and establishing bearers, and establishing a link from the UE (User Equipment) through the eNB (evolved NodeB, evolved base station) to the core network; the data plane is responsible for the link. Transfer IP data packets on the road.
  • a plurality of bearers are usually set up between the UE and the core network, and each data packet of the uplink and the downlink is matched to a corresponding bearer, and then transmitted on the link corresponding to the bearer.
  • TFT Traffic Flow Template
  • the mapping relationship between the data packet and its corresponding bearer passes through the TFT. Match to complete.
  • the uplink data packet is matched in the UE, and the downlink data packet is matched in the P-GW (Packet Gate Way).
  • the entire frame diagram is as shown in FIG. 1 .
  • the upper line in Figure 1 indicates the control flow, and the flow control and parameter configuration are performed between the UE-eNB-MME (Mobility Manage Entity), the communication link is established, and the uplink is allocated and generated in the UE and the P-GW. And the downstream TFT.
  • the lower line in Figure 1 represents the data stream, and data is transferred between the UE-eNB-S-GW-P-GW.
  • the packet is matched in the TFT and matched to a corresponding bearer.
  • the bearer is transmitted from the data plane to the eNB through the air interface, and then sent by the eNB to the S-GW (Service GateWay, service gateway) under the control of the MME. ) /P-GW, which is finally sent to the external network.
  • the downlink data is also sent as such. If the core network has downlink data to be sent, the downlink data packet completes the TFT matching in the P-GW, finds the corresponding bearer, and then reaches the UE through the S-GW and the eNB in turn, and the data plane of the UE is submitted upwards layer by layer, and finally submitted. Give the upper application.
  • the other layers are data transmission, with a fixed processing method and a relatively stable transmission speed, and the matching speed of the TFT will be To a large extent affect the speed of the entire data surface.
  • the meanings of the English characters in Figure 1 are as follows: APP: application; NAS: non-access stratum; RRC: radio resource control layer; PDCP: packet data convergence protocol layer; RLC: radio link control layer; MAC: media access control Layer; PHY: physical layer; S1AP: S1 air interface; X2AP: X2 air interface; SCTP: sequence control transmission protocol; GTP: GPRS plane tunneling protocol.
  • the TFT is associated with a bearer, one dedicated bearer corresponds to one TFT, and the TFT is composed of one or more filters (filters).
  • the Filter stores a set of filtering conditions. If the attributes of an IP data packet satisfy all the filtering conditions of the Filter, the 4 ⁇ text can be transmitted on the TFT corresponding to the Filter.
  • the default load can be TFT or TFT. If there is a TFT, the matching principle and process are the same as the matching process of the above dedicated bearer; if there is no TFT, the default bearer is equivalent to an all-pass bearer, that is, all data packets that cannot be matched to the dedicated bearer can be Transfer on the default bearer.
  • PDN Packet Domain Network
  • Each PDN connection has a default bearer and may have one or more dedicated bearers. If there is only a default bearer on the PDN connection, then there may be no TFT. If there is a dedicated bearer in addition to the default bearer, then there is one or more TFTs, and naturally there is at least one Filter.
  • the Filter is managed in units of PDN connections. The Filter on a PDN connection is stored in a circular linked list, and whether a Filter exists in the PDN connection is marked according to whether the header and the end of the linked list are the same.
  • the doubly linked list structure of Filter is shown in Figure 2.
  • the head pointer of the doubly linked list points to the first Filter on the PDN connection, and the tail pointer points to the last Filter. If the head pointer is equal to the tail pointer, there is no Filter on this PDN connection, ie there is no dedicated bearer only the default bearer.
  • the Filter node in the linked list is mainly composed of the front and rear node pointers, the bearer ID, and the Filter entity.
  • the actual value of each field of the Filter is stored in the Filter entity, and is allocated by the network side according to the needs of the actual service.
  • the bearer ID is the bearer tag to which the Filter belongs, and all data packets matching the Filter are transmitted on this bearer.
  • a new Filter is assigned to the network side. When an existing Filter is deleted or updated, the Filter list on the PDN connection is also updated synchronously.
  • the data packets transmitted in LTE are all IP data packets, including IPv4 and IPv6 formats.
  • Figure 3 is a schematic diagram of the structure of an IPv4 packet header
  • Figure 4 is a schematic diagram of the structure of an IPv6 packet header. Regardless of whether it is an IPv4 or an IPv6 packet, some fields in the two types of packets have corresponding fields and values in the Filter. .
  • the message is transmitted by such a bearer: each field of the message header and a corresponding field of the Filter in the bearer are the same.
  • the Vesion Provide to the Vesion (Protocol Version) field, it can be known whether the packet is IPv4 or IPv6.
  • the IPv4 and IPv6 packets are different, and the matching fields are different.
  • the fields to be matched by the IPv4 message include TOS (Type of Service), Protocol (Protocol Number), SPI (Security Payload Index) in the option, Source Address, Destination Address ( Destination address), where the address contains a mask.
  • the fields to be matched by the IPv6 packet include the Traffic Class, the Flow Label, the Next Header, the SPI, the Source Address obtained from the address of the extended header in the Next Header. Destination Address. For the two types of texts, the above fields are the most matching fields. If all the above fields are not extracted in the message, only the actually extracted fields are matched. Filter contains the above fields that need to match, in addition There are also tag information such as FilterID and bearer ID.
  • Figure 5 is a flow chart for extracting the header field of the IP data packet, as shown in Figure 5, including:
  • the IP data packet is extracted from the Version field in the IP data packet, and the IP data packet is determined to be IPv4 or IPv6 according to the Version field. If the IPv4 packet is used, the address, TOS, Identification, and SPI fields are obtained from the packet. End the processing flow; if it is an IPv6 packet, obtain the address, transmission level, flow label, next header, and SPI field from the packet. Further, each field of the extracted IP data packet is matched with each field of the Filter in the TFT. If all the header fields in the packet that match the same are the same as the corresponding field of the Filter, the match is considered Successfully, the IP data packet is sent by the bearer of the TFT where the Filter is located.
  • the manner of matching each field of the extracted IP data packet with each field of the Filter in the TFT is: matching each field extracted in the IP data packet with each Filter in the TFT to completely match all the fields once. Find a Filter that matches the success, and then transmit the IP data packet from the bearer corresponding to the Filter.
  • the present invention provides a transport stream template matching method and apparatus in an LTE system, so as to solve the problem that the transport stream template matching rate is not high in the prior art.
  • the present invention provides a method for matching a transport stream template in an LTE system, including the following steps: After receiving an IP data packet, extracting a field that needs to be matched from the IP data packet; determining the address and the IP data The same PDN connection with the same source IP address; Each field is matched one by one in the Filter list of the PDN connection, and each time a field is matched, the Filter that does not match the field is eliminated until a matching result is obtained.
  • the field to be matched includes: a part of the service type Type of Service, the protocol number Protocol, the security load index SPI, the source address Source Address, and the destination address for the IPv4 packet. Or all; for the Pv6 message, part or all of the destination address Destination Class, the flow label Flow Label, the next header address Next Header, the secure load index SPI, the source address Source Address, and the destination address Destination Address.
  • the determining the PDN with the same address as the source IP address of the IP data includes: preferentially connecting the source IP address of the IP data to the PDN used by the previous IP data.
  • the addresses are compared and judged whether they are the same. If they are different, they are compared with the addresses of other PDN connections.
  • the matching the fields in the Filter Link List of the PDN connection one by one includes: first matching the destination IP address.
  • the method further includes: if the matching result is that all the Filters are unsuccessful, check whether the default bearer of the PDN connection has a Filter, and if there is a Filter, the IP The data packet does not find the corresponding transport bearer and cannot be transmitted. If there is no Filter, the IP data packet is transmitted on the default bearer of the PDN connection.
  • the method further includes: if the matching result is successfully matched to a Filter, transmitting the IP data to the corresponding port of the Filter.
  • the present invention also provides a transport stream template matching apparatus in an LTE system, including: a field extracting module, a PDN determining module, and a matching module;
  • the field tear 4 block used to receive the IP data message, will be extracted from the IP data message
  • the field to be matched is sent to the PDN determination module;
  • a PDN determining module configured to send, according to a field that is required to be matched by the field extraction module, a PDN connection of a packet domain network having the same address as the source IP address of the IP data, and send the PDN connection to a field that needs to be matched.
  • a matching module configured to send, according to a field that is required to be matched by the field extraction module, a PDN connection of a packet domain network having the same address as the source IP address of the IP data, and send the PDN connection to a field that needs to be matched.
  • a matching module configured to receive a PDN connection sent by the PDN determining module and send a matching field to the matching module, and match each field that needs to be matched one by one in the filter filter list of the PDN connection, each matching one Field, culling the Filter that does not match the field until a match is obtained.
  • the field extraction module is specifically configured to extract a field corresponding to the IPv4 packet that needs to be matched, including some or all of the following fields: Type of Service, Protocol, SPL Source Address, Destination Address; and extracting the Pv6 report.
  • the fields corresponding to the text that need to be matched include some or all of the following fields: Traffic Class, Flow Label, Next Header, SPL Source Address, Destination Address.
  • the device further includes: a matching result analyzing module, configured to receive a matching result sent by the matching module, and if the matching result is that all the filters are unsuccessful, check whether the default bearer of the PDN connection exists. Filter, if there is a Filter, indicating that the IP data packet does not find a corresponding transport bearer, and cannot be transmitted; if there is no Filter, indicating that the IP data packet is transmitted on the default bearer of the PDN connection;
  • the matching module is further configured to send a matching result to the matching result analysis module.
  • the matching result analysis module is further configured to: if the matching result is successfully matched to a Filter, instructing to transmit the IP data to the corresponding port of the Filter.
  • the transport stream template matching method and device in the LTE system proposed by the present invention solves the problem that the transport stream template matching rate is slow in the prior art, and can significantly improve the transport stream template matching rate in the LTE system.
  • Using the technical solution of the present invention establishing three on a PDN connection In a bearer test environment, the average matching time of a data message was reduced from an average of 22 microseconds to 13 microseconds.
  • FIG. 1 is a schematic diagram of a data plane and a control plane of an LTE network in the prior art
  • FIG. 2 is a schematic diagram of a doubly linked list organization structure of a filter in the prior art
  • IPv4 packet header in the prior art
  • FIG. 5 is a flowchart of extracting an IP data packet header field in the prior art
  • FIG. 6 is a schematic flowchart of a transport stream template matching method in an LTE system according to an embodiment of the present invention
  • FIG. 7 is a schematic flowchart of searching for a PDN connection according to an embodiment of the present invention.
  • FIG. 8 is a flowchart of a specific implementation of Filter Link Table matching on a PDN according to an embodiment of the present invention
  • FIG. 9 is a schematic diagram of a structure of a transport stream template matching apparatus in an LTE system according to an embodiment of the present invention. detailed description
  • a transport stream template matching method in an LTE system is provided.
  • the basic idea is: extracting a required field from an IP data packet header, matching each field in a Filter list, and failing to match the current field.
  • the matched Filter is temporarily culled; the next field is matched in the remaining Filter, and the Filter that cannot match is temporarily removed until the last Filter is left.
  • the bearer of the Filter is the bearer of the IP data packet.
  • FIG. 6 is a flowchart of a method for matching a transport stream template in an LTE system according to an embodiment of the present invention. As shown in FIG. 6, a transport stream template matching method in an LTE system according to an embodiment of the present invention includes the following processing:
  • Step 601 After receiving the IP data packet, extract the corresponding field from the IP data packet header according to the type of the IP data packet.
  • the extracting the corresponding field from the packet header according to the type of the IP data packet is: determining whether the type of the IP data packet is IPv4 or IPv6 according to the Version in the IP data packet header, and then according to the IPv4 or IPv6 format.
  • the corresponding field is extracted from the packet header.
  • the corresponding field is extracted from the packet header according to the IPv4 or IPv6 format.
  • the corresponding fields may be: a source IP address, a destination IP address (including a mask), a TOS, a protocol number, a next header address, a transmission level, a flow label, and the like.
  • Step 602 In each PDN connection, find a PDN connection with the same source IP address as the received IP data packet.
  • the PDN connection that is the same as the source IP address of the received IP data packet is:
  • the continuity of the message presentation area sent by the application for example, the continuous N messages are telephone data, and the subsequent N consecutive messages are SMS data, that is, there may be several data messages adjacent to each other transmitted on the same PDN connection.
  • the PDN connection used by the previous message is the PDN that can be used in this message. That is, the source IP address of the IP data packet is compared with the address of the PDN used by the previous IP data packet to determine whether it is the same. If not, the address of the other PDN is compared to find the current address.
  • the PDN connection corresponding to the received IP data packet is:
  • the PDN connection is recorded in the priority PDN connection, and the subsequent IP data packet takes precedence. It is judged whether the PDN connection recorded in the priority PDN connection is available. If not, the PDN connection with the same source IP address as the received IP data packet is searched, and the new PDN connection is recorded in the priority PDN connection.
  • Step 603 The corresponding fields extracted from the IP data packet header are matched one by one with each Filter in the PDN filter list, and each time a field is matched, the Filter that does not match the field is removed.
  • the destination IP address is matched first, the unmatched Filter is removed, and the remaining fields that need to be matched are matched one by one, for example, the TOS, the protocol number, the SPI, the next header, the transmission level, the flow label, and the like. Matching one by one, that is, each time a field is matched, one or more Filters may be excluded, narrowing the matching range. After each part of the field is matched, the filter is checked to check whether the last Filter remains. If yes, stop the culling and go to step 604; No, 'J, continue matching.
  • Step 604 Whether the remaining fields match successfully on the remaining Filters. If the matching is successful, then go to step 606; otherwise, go to step 605.
  • Step 605 Check whether the default bearer has a filter. If the default bearer has a Filter, the application is notified that the data packet cannot be transmitted, and the processing flow is ended. If the default bearer does not have a Filter, the process proceeds to step 606.
  • Step 606 Obtain a bearer ID corresponding to the Filter according to the matching result, and transmit an IP data packet from the bearer.
  • step 606 After the step 606 is completed, all the Filter tags on the PDN connection are reset to be valid, and the next data packet is matched.
  • Step 602 of the embodiment of the present invention as shown in FIG. 7, specifically:
  • Step 6021 Check whether there is a priority PDN connection, if yes, proceed to step 6022; If not, step 6023 is performed.
  • Step 6022 Confirm that the address of the priority PDN connection is the same as the source IP address in the IP data packet header that needs to be transmitted. If yes, go to step 603. If they are not the same, go to step 6023.
  • Step 6023 Find the PDN connection with the same source IP address as the IP data packet header that needs to be transmitted.
  • the PDN connection is the same as the source IP address in the IP data packet header that needs to be transmitted one by one. If the PDN connection is found, the IP data packet is transmitted on a certain bearer of the PDN connection, and then the Matching in the Filter list of the PDN connection;
  • step 6024 If the match in the PDN connection is successful, go to step 6024. If all the PDN connection addresses are different from the source IP address in the packet header or in the Filter list in all PDN connections, the data packet header. The fields are not matched successfully. If the data packet is abnormal, the exception processing flow is entered.
  • Step 6024 Transmit data on the bearer corresponding to the Filter in the PDN connection, and set the current PDN connection as the priority PDN connection.
  • FIG. 8 is a flowchart of a specific implementation of matching each filter in a Filter list in a PDN connection in step 603 of the embodiment of the present invention, including:
  • IPv4 data packet includes TOS, Protocol, SPI, etc.
  • Other fields of the IPv6 data packet include Traffic Class, Flow Label, Next Header, SPI, etc.
  • a round of matching will eliminate a number of Filters. After each round of matching is completed, the number of remaining Filters and the number of remaining fields are checked.
  • the filter is checked, and the last filter is checked. If there is more than one filter, the matching continues.
  • the remaining field matches again on the remaining Filter, determines whether the match is successful, if the match is successful, the obtained Filter corresponding to the bearer ID of the matching result notification data plane to from the 7 data
  • DRB Data Radio Bearer
  • FIG. 9 is a schematic structural diagram of a transport stream template matching apparatus in an LTE system according to an embodiment of the present invention, as shown in FIG.
  • the transport stream template matching apparatus in the LTE system of the embodiment of the present invention includes a field extracting module 901, a PDN determining module 902, a matching module 903, and a matching result analyzing module 904.
  • the field extraction module 901 is configured to send, after receiving the IP data packet, a field that needs to be matched, which is extracted from the IP data packet, to the PDN determining module.
  • the fields that need to be matched include: Type of Service, Protocol, SPI, Source Address, Destination Address; for IPv6, the fields that need to be matched include: Traffic Class, Flow Label, Next Header, SPL Source Address, Destination Address.
  • the above fields are the most matching fields. If all the above fields are not extracted in the message, only the actually extracted fields are matched.
  • the PDN determining module 902 is configured to perform matching words according to the field extraction module. ⁇ n
  • the matching module 903 is configured to receive a PDN connection sent by the PDN determining module and send a matching field to the matching module, and match each field that needs to be matched one by one in the filter filter list of the PDN connection, each matching A field that excludes Filters that do not match the field until a match is obtained.
  • the device further includes: a matching result analysis module 904, configured to receive a matching result sent by the matching module, and if the matching result is that all the Filters are unsuccessful, check whether the default bearer of the PDN connection has a Filter. If there is a Filter, it indicates that the IP data packet does not find the corresponding transport bearer, and cannot be transmitted; if there is no Filter, it indicates that the IP data packet is transmitted on the default bearer of the PDN connection; The matching module is further configured to send a matching result to the matching result analysis module. .

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

Disclosed is a transport stream template matching method in a long term evolution (LTE) system, including: after receiving an Internet Protocol (IP) message, extracting the fields to be matched; determining a packet domain network (PDN) connection having the same source IP address as the IP data message; matching the fields in a filter-linked list of the PDN connection one by one, and removing the mismatched filter after each field match; if all filters are not matched successfully, checking whether a default bearer has a filter or not, and if it does, then indicating that the IP data message cannot be transported, otherwise the packet is transported on the default bearer; and if a filter is matched, then the packet is transported on a corresponding bearer of the filter. Also disclosed is a transport stream template matching device in an LTE system. The present invention can be used to significantly improve the transport stream template matching rate in an LTE system.

Description

一种 LTE系统中的传输 ¾ 莫板匹配方法及装置 技术领域  Transmission 3⁄4 board matching method and device in LTE system
本发明涉及移动通讯领域,特别是涉及一种 LTE( Long Term Evolution, 长期演进) 系统中的传输流模板匹配方法及装置。 背景技术  The present invention relates to the field of mobile communications, and in particular, to a transport stream template matching method and apparatus in an LTE (Long Term Evolution) system. Background technique
与 3G技术相比, LTE采用全新的网络架构, 减少了网元数目, 削减了 信令流程的复杂度, 网络底层设计全 IP ( Internet Protocol,互联网协议 )化, 支持 PS ( Packet Switch, 分组交换)域, 大大提高了控制面的响应速度, 数据面的速度也有了重大的提升, 上行数据面达到 50M/S, 下行数据面达 到 100M/S。  Compared with 3G technology, LTE adopts a new network architecture, which reduces the number of network elements and reduces the complexity of the signaling process. The network is designed with IP (Internet Protocol) and PS (Packet Switch). The domain greatly improves the response speed of the control plane, and the speed of the data plane also has a significant improvement. The uplink data plane reaches 50M/S, and the downlink data plane reaches 100M/S.
对于一个业务而言, LTE控制面负责分配信道、建立承载,从 UE ( User Equipment, 用户设备)经 eNB ( evolved NodeB, 演进型基站)再到核心网 建立一个链路; 数据面负责在这个链路上传输 IP数据报文。 UE和核心网 之间通常都要建立多个承载, 上行和下行的每一个数据报文都要匹配到一 个对应的承载, 然后在这个承载对应的链路上传送。 为了描述数据报文与 承载的对应关系, LTE中使用了 TFT ( Traffic Flow Template, 传输流模板 ) 的概念, TFT 即数据的过滤规则, 数据报文和其对应的承载的映射关系就 通过 TFT的匹配来完成。 上行数据报文在 UE中进行匹配, 下行数据报文 在 P-GW ( Packet Gate Way , 分组过滤网关) 中进行匹配, 整个框架图如图 1所示。 图 1中上面一条线表示控制流,在 UE-eNB-MME ( Mobility Manage Entity, 移动关系实体)之间进行流程控制和参数配置, 建立通信链路, 并 在 UE和 P-GW中分配生成上行和下行 TFT。 图 1 中下面一条线表示数据 流, 在 UE-eNB-S-GW-P-GW之间传送数据。 UE如果有上行数据要发送, 报文在 TFT中进行匹配, 匹配到一个对应的承载上, 通过该承载经数据面 的链路由空口发送到 eNB ,再由 eNB在 MME的控制下发送到 S-GW( Service GateWay, 服务网关) /P-GW, 最终发送到外部网络中。 类似的, 下行数据 也如此发送。 如果核心网有下行数据要发送, 下行数据报文在 P-GW 中完 成 TFT的匹配, 找到对应承载, 再依次经 S-GW和 eNB到达 UE, 由 UE 的数据面逐层向上提交, 最终提交给上层应用程序。 从图 1 中可以看出, 从 UE到核心网的整个数据面中, 除了 TFT的承载匹配外, 其他层都是数 据传输, 有固定的处理方式和较稳定的传输速度, TFT 的匹配速度将在较 大程度上影响整个数据面的速度。 图 1中各英文字符含义如下: APP: 应用 程序; NAS: 非接入层; RRC: 无线资源控制层; PDCP: 分组数据汇聚协 议层; RLC: 无线链路控制层; MAC: 媒体接入控制层; PHY: 物理层; S1AP: S1空口链路; X2AP: X2空口链路; SCTP:序列控制传输协议; GTP: GPRS平面隧道协议。 For a service, the LTE control plane is responsible for allocating channels and establishing bearers, and establishing a link from the UE (User Equipment) through the eNB (evolved NodeB, evolved base station) to the core network; the data plane is responsible for the link. Transfer IP data packets on the road. A plurality of bearers are usually set up between the UE and the core network, and each data packet of the uplink and the downlink is matched to a corresponding bearer, and then transmitted on the link corresponding to the bearer. In order to describe the correspondence between the data packet and the bearer, the concept of the TFT (Traffic Flow Template) is used in the LTE. The TFT is the data filtering rule. The mapping relationship between the data packet and its corresponding bearer passes through the TFT. Match to complete. The uplink data packet is matched in the UE, and the downlink data packet is matched in the P-GW (Packet Gate Way). The entire frame diagram is as shown in FIG. 1 . The upper line in Figure 1 indicates the control flow, and the flow control and parameter configuration are performed between the UE-eNB-MME (Mobility Manage Entity), the communication link is established, and the uplink is allocated and generated in the UE and the P-GW. And the downstream TFT. The lower line in Figure 1 represents the data stream, and data is transferred between the UE-eNB-S-GW-P-GW. If the UE has uplink data to send, The packet is matched in the TFT and matched to a corresponding bearer. The bearer is transmitted from the data plane to the eNB through the air interface, and then sent by the eNB to the S-GW (Service GateWay, service gateway) under the control of the MME. ) /P-GW, which is finally sent to the external network. Similarly, the downlink data is also sent as such. If the core network has downlink data to be sent, the downlink data packet completes the TFT matching in the P-GW, finds the corresponding bearer, and then reaches the UE through the S-GW and the eNB in turn, and the data plane of the UE is submitted upwards layer by layer, and finally submitted. Give the upper application. As can be seen from Figure 1, in the entire data plane from the UE to the core network, except for the bearer matching of the TFT, the other layers are data transmission, with a fixed processing method and a relatively stable transmission speed, and the matching speed of the TFT will be To a large extent affect the speed of the entire data surface. The meanings of the English characters in Figure 1 are as follows: APP: application; NAS: non-access stratum; RRC: radio resource control layer; PDCP: packet data convergence protocol layer; RLC: radio link control layer; MAC: media access control Layer; PHY: physical layer; S1AP: S1 air interface; X2AP: X2 air interface; SCTP: sequence control transmission protocol; GTP: GPRS plane tunneling protocol.
TFT与承载相关, 一个专用承载对应一个 TFT, TFT由一个或者多个 Filter (过滤器)组成。 Filter中存储的是一组过滤条件, 一个 IP数据报文 的属性如果满足这个 Filter 的所有过滤条件, 那么这个 4艮文就可以在这个 Filter对应的 TFT上传输。 默认 载可以有 TFT, 也可以没有 TFT。 如果有 TFT, 那么其匹配原理和过程与上述专用承载的匹配过程相同; 如果没有 TFT, 那么默认承载相当于一个"全通"的承载, 即所有无法匹配到专用承载 的数据报文都可以在默认承载上进行传输。  The TFT is associated with a bearer, one dedicated bearer corresponds to one TFT, and the TFT is composed of one or more filters (filters). The Filter stores a set of filtering conditions. If the attributes of an IP data packet satisfy all the filtering conditions of the Filter, the 4 艮 text can be transmitted on the TFT corresponding to the Filter. The default load can be TFT or TFT. If there is a TFT, the matching principle and process are the same as the matching process of the above dedicated bearer; if there is no TFT, the default bearer is equivalent to an all-pass bearer, that is, all data packets that cannot be matched to the dedicated bearer can be Transfer on the default bearer.
实现过程中, UE 和 P-GW之间可能存在多个 PDN ( Packet Domain Network, 分组域网络)连接, 每个 PDN连接上有一个默认承载, 并可能 有一个或多个专用承载。 如果该 PDN连接上只有默认承载, 那么有可能没 有 TFT。 如果在默认承载之外还有专用承载, 那就存在一个或多个 TFT, 自然也存在至少一个 Filter。根据上述分析,以 PDN连接为单位来管理 Filter, 将一个 PDN连接上的 Filter存储在一个循环链表中, 并根据链表头尾是否 相同来标记该 PDN连接中是否存在 Filter。 为了便于匹配, 将一个 PDN连 接上的所有 Filter都组织在同一个双向链表中。 Filter的双向链表结构如图 2 所示, 双向链表的头指针指向 PDN连接上的第一个 Filter, 尾指针指向最 后一个 Filter。 如果头指针等于尾指针, 说明这个 PDN连接上没有 Filter, 即没有专用承载只有默认承载。 链表中的 Filter节点主要由前后节点指针、 承载 ID和 Filter实体组成, 其中 Filter实体中存储的是 Filter的各个字段的 实际值, 由网侧根据实际业务的需要来分配。 承载 ID是该 Filter所属的承 载标记, 所有匹配上该 Filter的数据报文都要在这个承载上进行传输。 网侧 新分配一个 Filter, 删除或更新一个已有 Filter时, PDN连接上的 Filter链 表也进行同步更新。 During the implementation process, there may be multiple PDN (Packet Domain Network) connections between the UE and the P-GW. Each PDN connection has a default bearer and may have one or more dedicated bearers. If there is only a default bearer on the PDN connection, then there may be no TFT. If there is a dedicated bearer in addition to the default bearer, then there is one or more TFTs, and naturally there is at least one Filter. According to the above analysis, the Filter is managed in units of PDN connections. The Filter on a PDN connection is stored in a circular linked list, and whether a Filter exists in the PDN connection is marked according to whether the header and the end of the linked list are the same. To facilitate matching, all Filters on a PDN connection are organized in the same doubly linked list. The doubly linked list structure of Filter is shown in Figure 2. The head pointer of the doubly linked list points to the first Filter on the PDN connection, and the tail pointer points to the last Filter. If the head pointer is equal to the tail pointer, there is no Filter on this PDN connection, ie there is no dedicated bearer only the default bearer. The Filter node in the linked list is mainly composed of the front and rear node pointers, the bearer ID, and the Filter entity. The actual value of each field of the Filter is stored in the Filter entity, and is allocated by the network side according to the needs of the actual service. The bearer ID is the bearer tag to which the Filter belongs, and all data packets matching the Filter are transmitted on this bearer. A new Filter is assigned to the network side. When an existing Filter is deleted or updated, the Filter list on the PDN connection is also updated synchronously.
LTE中传输的数据报文全是 IP数据报文, 包括 IPv4和 IPv6两种格式。 图 3是 IPv4报文头的结构示意图, 图 4是 IPv6报文头的结构示意图, 不管 是 IPv4还是 IPv6报文, 这两种报文中的若干字段在 Filter中都有对应的字 段和取值。 报文由这样的承载进行传输: 报文头的各字段和该承载中的一 个 Filter对应字段都相同。 根据 Vesion (协议版本)字段可以知道该报文是 IPv4还是 IPv6, IPv4和 IPv6的报文是不同的, 匹配的字段也不同。 IPv4 的报文要匹配的字段包括 TOS ( Type of Service, 服务类型)、 Protocol (协 议号)、 可选项中的 SPI ( Security Payload Index, 安全负载索引)、 Source Address (源地址)、 Destination Address (目的地址), 其中地址中含有掩码。 IPv6的报文要匹配的字段包括 Traffic Class (报文传输等级)、 Flow Label (流标签)、 Next Header (下一个头地址;)、 根据 Next Header中扩展头的 地址获取的 SPI、 Source Address, Destination Address。 对于这两种才艮文, 以上字段是最多要匹配的字段, 如果报文中未提取出上述所有的字段, 则 只对实际提取到的字段进行匹配。 Filter中包含上述需要匹配的字段, 另外 还有 FilterID、 承载 ID等标记信息。 图 3 和图 4 中各字符的含义如下: Identification: 十办议标 i己; Fragment offset: 分巾贞 卜偿; Time to Live: 才艮文 生存时间; Header Checksum: 头部检验码; Payload Length: 有效载荷长度; Hop Limit: 跃迁限制; IHL: Internet Header Length网络头长度。 The data packets transmitted in LTE are all IP data packets, including IPv4 and IPv6 formats. Figure 3 is a schematic diagram of the structure of an IPv4 packet header, and Figure 4 is a schematic diagram of the structure of an IPv6 packet header. Regardless of whether it is an IPv4 or an IPv6 packet, some fields in the two types of packets have corresponding fields and values in the Filter. . The message is transmitted by such a bearer: each field of the message header and a corresponding field of the Filter in the bearer are the same. According to the Vesion (Protocol Version) field, it can be known whether the packet is IPv4 or IPv6. The IPv4 and IPv6 packets are different, and the matching fields are different. The fields to be matched by the IPv4 message include TOS (Type of Service), Protocol (Protocol Number), SPI (Security Payload Index) in the option, Source Address, Destination Address ( Destination address), where the address contains a mask. The fields to be matched by the IPv6 packet include the Traffic Class, the Flow Label, the Next Header, the SPI, the Source Address obtained from the address of the extended header in the Next Header. Destination Address. For the two types of texts, the above fields are the most matching fields. If all the above fields are not extracted in the message, only the actually extracted fields are matched. Filter contains the above fields that need to match, in addition There are also tag information such as FilterID and bearer ID. The meanings of the characters in Figure 3 and Figure 4 are as follows: Identification: Ten points of discussion: Fragment offset: Dividing the time; Time to Live: Time to live; Header Checksum: Head check code; Payload Length : payload length; Hop Limit: transition limit; IHL: Internet Header Length.
图 5是 IP数据报文头部字段的提取流程图, 如图 5所示, 包括: 收到 Figure 5 is a flow chart for extracting the header field of the IP data packet, as shown in Figure 5, including:
IP数据报文后提取 IP数据报文中的 Version字段,根据 Version字段判断 IP 数据报文的类型是 IPv4还是 IPv6, 若是 IPv4报文, 则从报文中获取地址、 TOS、 Identification, SPI字段, 结束处理流程; 若是 IPv6报文, 则从报文 中获取地址、 传输等级、 流标签、 下一个头、 SPI字段。 进一步的, 再利用 提取的 IP数据报文的各个字段与 TFT中的 Filter的各字段进行匹配, 如果 报文中所有需要匹配的头部字段都与某一个 Filter的对应字段相同,那么就 认为匹配成功 , IP数据报文就由这个 Filter所在 TFT的承载发送。 The IP data packet is extracted from the Version field in the IP data packet, and the IP data packet is determined to be IPv4 or IPv6 according to the Version field. If the IPv4 packet is used, the address, TOS, Identification, and SPI fields are obtained from the packet. End the processing flow; if it is an IPv6 packet, obtain the address, transmission level, flow label, next header, and SPI field from the packet. Further, each field of the extracted IP data packet is matched with each field of the Filter in the TFT. If all the header fields in the packet that match the same are the same as the corresponding field of the Filter, the match is considered Successfully, the IP data packet is sent by the bearer of the TFT where the Filter is located.
上述利用提取的 IP数据报文的各个字段与 TFT中的 Filter的各字段进 行匹配的方式是:将 IP数据报文中提取的各个字段与 TFT中的每一个 Filter 都完整的将所有字段匹配一次, 找到一个匹配成功的 Filter, 然后从 Filter 对应的承载上将 IP数据报文传输出去。  The manner of matching each field of the extracted IP data packet with each field of the Filter in the TFT is: matching each field extracted in the IP data packet with each Filter in the TFT to completely match all the fields once. Find a Filter that matches the success, and then transmit the IP data packet from the bearer corresponding to the Filter.
但是, 由于一个承载上最多允许存在 16个 Filter, 而每一个报文都要 在最多 16个 Filter中进行一次匹配, 因而采用现有方法进行 TFT中 Filter 的匹配, 使匹配速度受限。 发明内容  However, since a maximum of 16 filters are allowed on a bearer and each packet is matched in a maximum of 16 filters, the existing method is used to match the filters in the TFT, so that the matching speed is limited. Summary of the invention
本发明提供一种 LTE系统中的传输流模板匹配方法及装置, 以解决现 有技术中传输流模板匹配速率不高的问题。  The present invention provides a transport stream template matching method and apparatus in an LTE system, so as to solve the problem that the transport stream template matching rate is not high in the prior art.
本发明提供一种 LTE系统中的传输流模板匹配方法, 包括如下步驟: 收到 IP数据报文后, 从 IP数据报文中提取需要进行匹配的字段; 确定地址与所述 IP数据 ^艮文的源 IP地址相同的 PDN连接; 将各字段逐个在所述 PDN连接的 Filter链表中进行匹配, 每匹配一个 字段, 剔除与该字段不匹配的 Filter, 直到得到匹配结果。 The present invention provides a method for matching a transport stream template in an LTE system, including the following steps: After receiving an IP data packet, extracting a field that needs to be matched from the IP data packet; determining the address and the IP data The same PDN connection with the same source IP address; Each field is matched one by one in the Filter list of the PDN connection, and each time a field is matched, the Filter that does not match the field is eliminated until a matching result is obtained.
进一步地,对于 IPv4报文,所述需要进行匹配的字段, 包括:对于 IPv4 报文为服务类型 Type of Service, 协议号 Protocol, 安全负载索引 SPI、 源 地址 Source Address, 目的地址 Destination Address中的部分或全部; 对于 Pv6报文为报文传输等级 Traffic Class、 流标签 Flow Label、 下一个头地址 Next Header、安全负载索引 SPI、源地址 Source Address,目的地址 Destination Address中的部分或全部。  Further, for the IPv4 packet, the field to be matched includes: a part of the service type Type of Service, the protocol number Protocol, the security load index SPI, the source address Source Address, and the destination address for the IPv4 packet. Or all; for the Pv6 message, part or all of the destination address Destination Class, the flow label Flow Label, the next header address Next Header, the secure load index SPI, the source address Source Address, and the destination address Destination Address.
进一步地, 所述确定地址与所述 IP数据 ^艮文的源 IP地址相同的 PDN, 包括:优先将所述 IP数据 4艮文的源 IP地址与前一个 IP数据 4艮文使用的 PDN 连接的地址进行比对, 判断是否相同, 若不相同再与其它 PDN连接的地址 进行比对。  Further, the determining the PDN with the same address as the source IP address of the IP data includes: preferentially connecting the source IP address of the IP data to the PDN used by the previous IP data. The addresses are compared and judged whether they are the same. If they are different, they are compared with the addresses of other PDN connections.
进一步地, 所述将各字段逐个在所述 PDN连接的 Filter链表中进行匹 配 , 包括: 首先匹配目的 IP地址。  Further, the matching the fields in the Filter Link List of the PDN connection one by one includes: first matching the destination IP address.
进一步地, 所述得到匹配结果之后, 该方法还包括: 如果所述匹配结 果为所有的 Filter都匹配不成功, 则检查所述 PDN连接的默认承载是否存 在 Filter, 若存在 Filter, 则所述 IP数据报文未找到对应的传输承载, 无法 传输; 若不存在 Filter, 则将所述 IP数据报文在所述 PDN连接的默认承载 上传输。  After the matching result is obtained, the method further includes: if the matching result is that all the Filters are unsuccessful, check whether the default bearer of the PDN connection has a Filter, and if there is a Filter, the IP The data packet does not find the corresponding transport bearer and cannot be transmitted. If there is no Filter, the IP data packet is transmitted on the default bearer of the PDN connection.
进一步地, 所述得到匹配结果之后, 该方法还包括: 如果所述匹配结 果为成功匹配到一个 Filter, 则将所述 IP数据 4艮文在该 Filter对应的 载上 传输。  Further, after the matching result is obtained, the method further includes: if the matching result is successfully matched to a Filter, transmitting the IP data to the corresponding port of the Filter.
本发明还提供了一种 LTE系统中的传输流模板匹配装置, 包括: 字段 提取模块、 PDN确定模块和匹配模块; 其中,  The present invention also provides a transport stream template matching apparatus in an LTE system, including: a field extracting module, a PDN determining module, and a matching module;
字段提耳 4莫块, 用于收到 IP数据报文后,将从 IP数据报文中提取的需 要进行匹配的字段发送给 PDN确定模块; The field tear 4 block, used to receive the IP data message, will be extracted from the IP data message The field to be matched is sent to the PDN determination module;
PDN确定模块, 用于根据字段提取模块发来的需要进行匹配的字段确 定地址与所述 IP数据 ^艮文的源 IP地址相同的分组域网络 PDN连接,将 PDN 连接与需要进行匹配的字段发送给匹配模块;  a PDN determining module, configured to send, according to a field that is required to be matched by the field extraction module, a PDN connection of a packet domain network having the same address as the source IP address of the IP data, and send the PDN connection to a field that needs to be matched. Give a matching module;
匹配模块, 用于接收 PDN确定模块发来的 PDN连接与需要进行匹配 的字段发送给匹配模块, 将需要进行匹配的各个字段逐个在所述 PDN连接 的过滤器 Filter链表中进行匹配, 每匹配一个字段, 剔除与该字段不匹配的 Filter, 直到得到匹配结果。  a matching module, configured to receive a PDN connection sent by the PDN determining module and send a matching field to the matching module, and match each field that needs to be matched one by one in the filter filter list of the PDN connection, each matching one Field, culling the Filter that does not match the field until a match is obtained.
进一步地, 所述字段提取模块, 具体用于提取 IPv4报文对应的需要进 行匹配的字段, 包括以下字段中的部分或全部: Type of Service, Protocol, SPL Source Address, Destination Address; 以及提取 Pv6报文对应的需要进 行匹配的字段, 包括以下字段中的部分或全部: Traffic Class、 Flow Label, Next Header, SPL Source Address、 Destination Address。  Further, the field extraction module is specifically configured to extract a field corresponding to the IPv4 packet that needs to be matched, including some or all of the following fields: Type of Service, Protocol, SPL Source Address, Destination Address; and extracting the Pv6 report. The fields corresponding to the text that need to be matched include some or all of the following fields: Traffic Class, Flow Label, Next Header, SPL Source Address, Destination Address.
进一步地, 所述装置还包括: 匹配结果分析模块, 用于接收匹配模块 发来的匹配结果, 如果所述匹配结果为所有的 Filter都匹配不成功, 则检查 所述 PDN连接的默认承载是否存在 Filter, 若存在 Filter, 则指示所述 IP数 据报文未找到对应的传输承载, 无法传输; 若不存在 Filter, 则指示将所述 IP数据报文在所述 PDN连接的默认承载上传输;  Further, the device further includes: a matching result analyzing module, configured to receive a matching result sent by the matching module, and if the matching result is that all the filters are unsuccessful, check whether the default bearer of the PDN connection exists. Filter, if there is a Filter, indicating that the IP data packet does not find a corresponding transport bearer, and cannot be transmitted; if there is no Filter, indicating that the IP data packet is transmitted on the default bearer of the PDN connection;
相应的, 所述匹配模块, 还用于向匹配结果分析模块发送匹配结果。 进一步地, 所述匹配结果分析模块, 还用于如果所述匹配结果为成功 匹配到一个 Filter,则指示将所述 IP数据 4艮文在该 Filter对应的 载上传输。  Correspondingly, the matching module is further configured to send a matching result to the matching result analysis module. Further, the matching result analysis module is further configured to: if the matching result is successfully matched to a Filter, instructing to transmit the IP data to the corresponding port of the Filter.
本发明有益效果如下:  The beneficial effects of the present invention are as follows:
通过采用本发明提出的 LTE系统中的传输流模板匹配方法及装置, 解 决了现有技术中传输流模板匹配速率慢的问题, 能够显著提高 LTE系统中 的传输流模板匹配速率。 采用本发明技术方案, 在一个 PDN连接上建立三 个承载的测试环境中, 将一个数据报文的平均匹配时间从平均 22微秒减小 到了 13微秒。 附图说明 The transport stream template matching method and device in the LTE system proposed by the present invention solves the problem that the transport stream template matching rate is slow in the prior art, and can significantly improve the transport stream template matching rate in the LTE system. Using the technical solution of the present invention, establishing three on a PDN connection In a bearer test environment, the average matching time of a data message was reduced from an average of 22 microseconds to 13 microseconds. DRAWINGS
图 1是现有技术中 LTE网络数据面和控制面的示意图;  1 is a schematic diagram of a data plane and a control plane of an LTE network in the prior art;
图 2是现有技术中 Filter的双向链表组织结构示意图;  2 is a schematic diagram of a doubly linked list organization structure of a filter in the prior art;
图 3是现有技术中 IPv4报文头的结构示意图;  3 is a schematic structural diagram of an IPv4 packet header in the prior art;
图 4是现有技术中 IPv6报文头的结构示意图;  4 is a schematic structural diagram of an IPv6 packet header in the prior art;
图 5是现有技术中 IP数据报文头部字段的提取流程图;  FIG. 5 is a flowchart of extracting an IP data packet header field in the prior art;
图 6是本发明一个具体实施例的 LTE系统中的传输流模板匹配方法流 程示意图;  6 is a schematic flowchart of a transport stream template matching method in an LTE system according to an embodiment of the present invention;
图 7是本发明实施例查找 PDN连接的流程示意图;  7 is a schematic flowchart of searching for a PDN connection according to an embodiment of the present invention;
图 8是本发明实施例 PDN上的 Filter链表匹配的具体实现流程图; 图 9是本发明具体实施例的 LTE系统中的传输流模板匹配装置结构示 意图。 具体实施方式  8 is a flowchart of a specific implementation of Filter Link Table matching on a PDN according to an embodiment of the present invention; and FIG. 9 is a schematic diagram of a structure of a transport stream template matching apparatus in an LTE system according to an embodiment of the present invention. detailed description
以下结合附图以及实施例, 对本发明进行进一步详细说明。 应当理解, 此处所描述的具体实施例仅仅用以解释本发明, 并不限定本发明。  The present invention will be further described in detail below in conjunction with the drawings and embodiments. It is understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
方法实施例  Method embodiment
根据本发明的实施例,提供了一种 LTE系统中的传输流模板匹配方法, 基本思想是: 从 IP数据报文头中提取需要的字段, 逐个字段在 Filter链表 中匹配, 将无法与当前字段匹配的 Filter暂时剔除; 在剩余的 Filter中匹配 下一个字段, 将无法匹配的 Filter暂时剔除, 直到剩下最后一个 Filter。 正 常情况下, 所有的字段都能在这个 Filter中匹配的上, 该 Filter所在的承载 就是 IP数据报文的发送承载。 采用这种匹配方式, 每匹配一个字段都将剔 除若干 Filter, 不断缩小 Filter的匹配范围, 能有效的提高匹配速度。 According to an embodiment of the present invention, a transport stream template matching method in an LTE system is provided. The basic idea is: extracting a required field from an IP data packet header, matching each field in a Filter list, and failing to match the current field. The matched Filter is temporarily culled; the next field is matched in the remaining Filter, and the Filter that cannot match is temporarily removed until the last Filter is left. Normally, all the fields can be matched in the Filter. The bearer of the Filter is the bearer of the IP data packet. With this matching method, each field will be ticked In addition to a number of Filters, the matching range of the Filter is continuously reduced, which can effectively improve the matching speed.
图 6是本发明一个具体实施例的 LTE系统中的传输流模板匹配方法的 流程图, 如图 6所示, 根据本发明实施例的 LTE系统中的传输流模板匹配 方法, 包括如下处理:  FIG. 6 is a flowchart of a method for matching a transport stream template in an LTE system according to an embodiment of the present invention. As shown in FIG. 6, a transport stream template matching method in an LTE system according to an embodiment of the present invention includes the following processing:
步驟 601: 接收到 IP数据报文后, 根据 IP数据报文的类型, 从 IP数 据报文头中提取相应的字段。  Step 601: After receiving the IP data packet, extract the corresponding field from the IP data packet header according to the type of the IP data packet.
这里, 所述根据 IP数据报文的类型从报文头中提取相应的字段为: 根 据 IP数据报文头中的 Version判断 IP数据报文的类型是 IPv4还是 IPv6,再 按照 IPv4或 IPv6 的格式从报文头中提取相应的字段; 所述按照 IPv4或 IPv6的格式从报文头中提取相应的字段为现有技术, 这里不做赞述。  Here, the extracting the corresponding field from the packet header according to the type of the IP data packet is: determining whether the type of the IP data packet is IPv4 or IPv6 according to the Version in the IP data packet header, and then according to the IPv4 or IPv6 format. The corresponding field is extracted from the packet header. The corresponding field is extracted from the packet header according to the IPv4 or IPv6 format. The prior art is not mentioned here.
所述相应的字段可以为: 源 IP地址、 目的 IP地址(内含掩码)、 TOS、 协议号、 下一个头地址、 传输等级、 流标签等字段。  The corresponding fields may be: a source IP address, a destination IP address (including a mask), a TOS, a protocol number, a next header address, a transmission level, a flow label, and the like.
步驟 602: 在各个 PDN连接中, 查找与接收的 IP数据报文的源 IP地 址相同的 PDN连接。  Step 602: In each PDN connection, find a PDN connection with the same source IP address as the received IP data packet.
完成步驟 602之后,后续的匹配范围只在这个 PDN下的 Filter链表中。 所述查找与接收的 IP数据报文的源 IP地址相同的 PDN连接为: 由于 应用程序发送的报文呈现区域连续性, 比如, 连续 N个报文是电话数据, 后面连续 N个报文是短信数据, 即可能会存在前后相邻的若干数据报文在 相同 PDN连接上传输。 基于这种区域连续性, 后一个报文在查找 PDN连 接时,优先判断前一个报文使用的 PDN连接是否是本报文可以使用的 PDN。 即优先将 IP数据报文的源 IP地址与前一个 IP数据报文使用的 PDN连接的 地址进行比对, 判断是否相同, 若不相同再与其它 PDN连接的地址进行比 对, 以查找到当前接收的 IP数据报文对应的 PDN连接。  After completing step 602, the subsequent matching range is only in the Filter list under this PDN. The PDN connection that is the same as the source IP address of the received IP data packet is: The continuity of the message presentation area sent by the application, for example, the continuous N messages are telephone data, and the subsequent N consecutive messages are SMS data, that is, there may be several data messages adjacent to each other transmitted on the same PDN connection. Based on the continuity of the area, when the next message is searched for the PDN connection, it is prioritized whether the PDN connection used by the previous message is the PDN that can be used in this message. That is, the source IP address of the IP data packet is compared with the address of the PDN used by the previous IP data packet to determine whether it is the same. If not, the address of the other PDN is compared to find the current address. The PDN connection corresponding to the received IP data packet.
具体实施中, 步驟 602完成后, 还可以在查找到当前 IP数据 ^艮文对应 的 PDN连接后, 将其记录在优先 PDN连接中, 则后面的 IP数据报文优先 判断该记录在优先 PDN连接中的 PDN连接是否能用, 若不能用, 则查找 与接收的 IP数据报文的源 IP地址相同的 PDN连接,同时将新的 PDN连接 记录在优先 PDN连接中。 In the specific implementation, after the step 602 is completed, after the PDN connection corresponding to the current IP data is found, the PDN connection is recorded in the priority PDN connection, and the subsequent IP data packet takes precedence. It is judged whether the PDN connection recorded in the priority PDN connection is available. If not, the PDN connection with the same source IP address as the received IP data packet is searched, and the new PDN connection is recorded in the priority PDN connection.
步驟 603: 将从 IP数据报文头中提取相应的字段逐个与 PDN的 Filter 链表中的各个 Filter进行匹配, 每匹配一个字段即剔除与该字段不匹配的 Filter。  Step 603: The corresponding fields extracted from the IP data packet header are matched one by one with each Filter in the PDN filter list, and each time a field is matched, the Filter that does not match the field is removed.
本发明实施例中, 首先匹配目的 IP地址, 将不匹配的 Filter剔除, 再 逐个对其余需要匹配的字段进行匹配, 例如对 TOS、 协议号、 SPI、 下一个 头、 传输等级、 流标签等字段逐个进行匹配, 即每匹配一个字段, 都可能 会排除一个或多个 Filter, 缩小匹配范围。每匹配完一个字段剔除部分 Filter 后, 检查是否剩余最后一个 Filter, 若是, 则停止剔除, 转入步驟 604; 否 贝' J , 继续匹配。  In the embodiment of the present invention, the destination IP address is matched first, the unmatched Filter is removed, and the remaining fields that need to be matched are matched one by one, for example, the TOS, the protocol number, the SPI, the next header, the transmission level, the flow label, and the like. Matching one by one, that is, each time a field is matched, one or more Filters may be excluded, narrowing the matching range. After each part of the field is matched, the filter is checked to check whether the last Filter remains. If yes, stop the culling and go to step 604; No, 'J, continue matching.
进一步的, 如果匹配完某个字段后, 所有的 Filter都被剔除, 则转入步 驟 605。  Further, if all the filters are eliminated after matching a certain field, the process proceeds to step 605.
步驟 604: 剩余的字段在剩余的 Filter上是否匹配成功,如果匹配成功, 则转入步驟 606; 否则, 转入步驟 605。  Step 604: Whether the remaining fields match successfully on the remaining Filters. If the matching is successful, then go to step 606; otherwise, go to step 605.
步驟 605: 检查默认承载是否有 Filter, 如果默认承载有 Filter, 则通知 应用程序该数据报文无法传输, 结束处理流程; 如果默认承载没有 Filter, 则转入步驟 606。  Step 605: Check whether the default bearer has a filter. If the default bearer has a Filter, the application is notified that the data packet cannot be transmitted, and the processing flow is ended. If the default bearer does not have a Filter, the process proceeds to step 606.
步驟 606:根据匹配结果得到 Filter对应的承载 ID,从该承载上传输 IP 数据报文。  Step 606: Obtain a bearer ID corresponding to the Filter according to the matching result, and transmit an IP data packet from the bearer.
步驟 606完成后, 将该 PDN连接上所有的 Filter标记再重置为有效, 准备进行下一数据报文的匹配。  After the step 606 is completed, all the Filter tags on the PDN connection are reset to be valid, and the next data packet is matched.
本发明实施例步驟 602, 如图 7所示, 具体为:  Step 602 of the embodiment of the present invention, as shown in FIG. 7, specifically:
步驟 6021 : 检查是否存在优先 PDN连接, 如果有, 则执行步驟 6022; 如果没有, 则执行步驟 6023。 Step 6021: Check whether there is a priority PDN connection, if yes, proceed to step 6022; If not, step 6023 is performed.
步驟 6022: 确认该优先 PDN连接的地址与当前需要传输的 IP数据报 文头中的源 IP地址是否相同, 如果相同, 则执行步驟 603; 如果不相同, 则执行步驟 6023。  Step 6022: Confirm that the address of the priority PDN connection is the same as the source IP address in the IP data packet header that needs to be transmitted. If yes, go to step 603. If they are not the same, go to step 6023.
步驟 6023: 查找与当前需要传输的 IP数据报文头中的源 IP地址相同 的 PDN连接。  Step 6023: Find the PDN connection with the same source IP address as the IP data packet header that needs to be transmitted.
具体的,逐个查找与当前需要传输的 IP数据报文头中的源 IP地址相同 的 PDN连接,如果找到 PDN连接,则 IP数据报文在该 PDN连接的某一个 承载上传输, 后面就可以在该 PDN连接的 Filter链表中进行匹配;  Specifically, the PDN connection is the same as the source IP address in the IP data packet header that needs to be transmitted one by one. If the PDN connection is found, the IP data packet is transmitted on a certain bearer of the PDN connection, and then the Matching in the Filter list of the PDN connection;
如果在某个 PDN连接中的 Filter匹配成功, 则执行步驟 6024; 如果所 有的 PDN连接地址都和报文头中的源 IP地址不同或者在所有的 PDN连接 中的 Filter链表中, 数据报文头字段都没有匹配成功, 说明这个数据报文出 现了异常, 则进入异常处理流程。  If the match in the PDN connection is successful, go to step 6024. If all the PDN connection addresses are different from the source IP address in the packet header or in the Filter list in all PDN connections, the data packet header. The fields are not matched successfully. If the data packet is abnormal, the exception processing flow is entered.
步驟 6024: 在 PDN连接中的 Filter对应的承载上传输数据, 并将当前 PDN连接置为优先 PDN连接。  Step 6024: Transmit data on the bearer corresponding to the Filter in the PDN connection, and set the current PDN connection as the priority PDN connection.
图 8是本发明实施例步驟 603 中 PDN连接中的 Filter链表中的各个 Filter进行匹配的具体实现流程图, 包括:  FIG. 8 is a flowchart of a specific implementation of matching each filter in a Filter list in a PDN connection in step 603 of the embodiment of the present invention, including:
确定 PDN连接后, 获取 PDN连接对应的 Filter链表;  After determining the PDN connection, obtain the Filter list corresponding to the PDN connection;
匹配目的 IP地址, 将 Filter链表中 Filter对应的目的 IP地址与所提取 的 IP数据 4艮文的目的 IP地址不同的 Filter临时剔除; 后续在 Filter链表中 匹配其他字段的时候不再匹配这些被临时剔除的 Filter; 这样通过一个字段 在链表中的一轮匹配就能够剔除若干 Filter, 缩小匹配范围。  Match the destination IP address, and temporarily remove the Filter whose destination IP address corresponding to the Filter in the Filter list is different from the destination IP address of the extracted IP data. If the other fields are matched in the Filter list, they will no longer match. Eliminated Filter; This way, through a round of matching in a linked list, you can eliminate several Filters and narrow the matching range.
接下来在剩余的 Filter中逐个匹配提取的其他字段, IPv4的数据报文其 他字段包括 TOS、 Protocol, SPI等, IPv6的数据报文其他字段包括 Traffic Class, Flow Label, Next Header, SPI等, 每一轮匹配都会剔除若干 Filter。 在每一轮匹配完成后, 都要检查剩余的 Filter数目和剩余的字段数目。 Next, the other fields that are extracted are matched one by one in the remaining Filters. Other fields of the IPv4 data packet include TOS, Protocol, SPI, etc. Other fields of the IPv6 data packet include Traffic Class, Flow Label, Next Header, SPI, etc. A round of matching will eliminate a number of Filters. After each round of matching is completed, the number of remaining Filters and the number of remaining fields are checked.
每匹配完一个字段剔除部分 Filter后, 检查是否剩余最后一个 Filter, 若还有一个以上的 Filter, 则继续匹配;  After each part of the field is matched, the filter is checked, and the last filter is checked. If there is more than one filter, the matching continues.
否则, 停止剔除, 将剩余的字段在这个剩余的 Filter上匹配一遍, 判断 是否匹配成功, 如果匹配成功, 则根据匹配结果得到 Filter对应的承载 ID, 通知数据面将数据从这个 7|载对应的数据无线 7|载 (DRB , Data Radio Bearer )上发送出去; 如匹配失败, 则检查默认承载是否存在 Filter。 一种 特殊情况是, 匹配过程中或者结束后, Filter链表中的所有 Filter都被—— 剔除, 认为是不符合, 那么也要检查默认承载是否存在 Filter。 Otherwise, stop removed, the remaining field matches again on the remaining Filter, determines whether the match is successful, if the match is successful, the obtained Filter corresponding to the bearer ID of the matching result notification data plane to from the 7 data | carrier corresponding Data Wireless 7 | (DSB, Data Radio Bearer) is sent out; if the match fails, it checks whether the default bearer has a Filter. A special case is that, during or after the matching process, all Filters in the Filter list are culled, and it is considered to be non-conforming. Then check whether the default bearer has a Filter.
装置实施例  Device embodiment
根据本发明的实施例,提供了一种 LTE系统中的传输流模板匹配装置, 图 9是本发明一个具体实施例的 LTE系统中的传输流模板匹配装置的结构 示意图, 如图 9 所示, 本发明实施例的 LTE系统中的传输流模板匹配装置 包括字段提取模块 901、 PDN确定模块 902、 匹配模块 903和匹配结果分析 模块 904。  According to an embodiment of the present invention, a transport stream template matching apparatus in an LTE system is provided. FIG. 9 is a schematic structural diagram of a transport stream template matching apparatus in an LTE system according to an embodiment of the present invention, as shown in FIG. The transport stream template matching apparatus in the LTE system of the embodiment of the present invention includes a field extracting module 901, a PDN determining module 902, a matching module 903, and a matching result analyzing module 904.
以下对本发明实施例的各个模块进行详细的说明。  The respective modules of the embodiments of the present invention are described in detail below.
具体地, 字段提取模块 901 , 用于收到 IP数据报文后, 将从 IP数据报 文中提取的需要进行匹配的字段发送给 PDN确定模块。  Specifically, the field extraction module 901 is configured to send, after receiving the IP data packet, a field that needs to be matched, which is extracted from the IP data packet, to the PDN determining module.
其中,对于 IPv4报文,所述需要进行匹配的字段包括: Type of Service, Protocol, SPI、 Source Address、 Destination Address; 于于 IPv6才艮文, 所述 需要进行匹配的字段包括: Traffic Class、 Flow Label, Next Header, SPL Source Address, Destination Address。 对于这两种才艮文, 以上字段是最多要 匹配的字段, 如果报文中未提取出上述所有的字段, 则只对实际提取到的 字段进行匹配。  For the IPv4 packet, the fields that need to be matched include: Type of Service, Protocol, SPI, Source Address, Destination Address; for IPv6, the fields that need to be matched include: Traffic Class, Flow Label, Next Header, SPL Source Address, Destination Address. For the two types of texts, the above fields are the most matching fields. If all the above fields are not extracted in the message, only the actually extracted fields are matched.
PDN确定模块 902 , 用于根据字段提取模块发来的需要进行匹配的字 ■n The PDN determining module 902 is configured to perform matching words according to the field extraction module. ■n
将 PDN连接与需要进行匹配的字段发送给匹配模块; Send the PDN connection to the matching module with the field that needs to be matched;
匹配模块 903 ,用于接收 PDN确定模块发来的 PDN连接与需要进行匹 配的字段发送给匹配模块, 将需要进行匹配的各个字段逐个在所述 PDN连 接的过滤器 Filter链表中进行匹配, 每匹配一个字段, 剔除与该字段不匹配 的 Filter, 直到得到匹配结果。  The matching module 903 is configured to receive a PDN connection sent by the PDN determining module and send a matching field to the matching module, and match each field that needs to be matched one by one in the filter filter list of the PDN connection, each matching A field that excludes Filters that do not match the field until a match is obtained.
所述装置还包括: 匹配结果分析模块 904, 用于接收匹配模块发来的匹 配结果,如果所述匹配结果为所有的 Filter都匹配不成功,则检查所述 PDN 连接的默认承载是否存在 Filter, 若存在 Filter, 则指示所述 IP数据报文未 找到对应的传输承载, 无法传输; 若不存在 Filter, 则指示将所述 IP数据报 文在所述 PDN连接的默认承载上传输; 相应的, 所述匹配模块, 还用于向 匹配结果分析模块发送匹配结果。。  The device further includes: a matching result analysis module 904, configured to receive a matching result sent by the matching module, and if the matching result is that all the Filters are unsuccessful, check whether the default bearer of the PDN connection has a Filter. If there is a Filter, it indicates that the IP data packet does not find the corresponding transport bearer, and cannot be transmitted; if there is no Filter, it indicates that the IP data packet is transmitted on the default bearer of the PDN connection; The matching module is further configured to send a matching result to the matching result analysis module. .
本发明 LTE系统中的传输流模板匹配装置的具体实施方案可参考上面 对本发明 LTE系统中的传输流模板匹配方法的描述, 此处不再赘述。  For a specific implementation of the transport stream template matching apparatus in the LTE system of the present invention, reference may be made to the description of the transport stream template matching method in the LTE system of the present invention, and details are not described herein again.
尽管为示例目的, 已经公开了本发明的优选实施例, 本领域的技术人 员将意识到各种改进、 增加和取代也是可能的, 因此, 本发明的范围应当 不限于上述实施例, 本发明的保护范围应以权利要求书的记载为准。  Although the preferred embodiments of the present invention have been disclosed for purposes of illustration, those skilled in the art will appreciate that various modifications, additions and substitutions are possible, therefore, the scope of the present invention should not be limited to the embodiments described above. The scope of protection shall be subject to the provisions of the claims.

Claims

权利要求书 Claim
1、 一种长期演进 LTE系统中的传输流模板匹配方法, 其特征在于, 该 方法包括:  A transport stream template matching method in a long term evolution LTE system, the method comprising:
收到互联网协议 IP数据报文后,从 IP数据报文中提取需要进行匹配的 字段;  After receiving the Internet Protocol IP data packet, extract the field that needs to be matched from the IP data packet;
确定地址与所述 IP数据 4艮文的源 IP地址相同的分组域网络 PDN连接; 将各字段逐个在所述 PDN连接的过滤器 Filter链表中进行匹配, 每匹 配一个字段, 剔除与该字段不匹配的 Filter, 直到得到匹配结果。  Determining a packet domain network PDN connection having the same address as the source IP address of the IP data; matching each field one by one in the filter filter list of the PDN connection, each field is matched, and the field is excluded Match the Filter until you get a match.
2、如权利要求 1所述的方法, 其特征在于, 所述需要进行匹配的字段, 包括: 对于 IPv4报文为服务类型 Type of Service, 协议号 Protocol, 安全负 载索引 SPI、 源地址 Source Address, 目的地址 Destination Address中的部分 或全部; 对于 Pv64艮文为 4艮文传输等级 Traffic Class、 流标签 Flow Label、 下一个头地址 Next Header, 安全负载索引 SPI、 源地址 Source Address, 目 的地址 Destination Address中的部分或全部。  The method of claim 1, wherein the matching field is: the IPv4 packet is a service type Type of Service, a protocol number Protocol, a security load index SPI, and a source address Source Address. Part or all of the Destination Address; for the Pv64 text, the traffic class Traffic Class, the flow label Flow Label, the next header address Next Header, the security payload index SPI, the source address Source Address, the destination address Destination Address Part or all of it.
3、 如权利要求 1 所述的方法, 其特征在于, 所述确定地址与所述 IP 数据报文的源 IP地址相同的 PDN连接, 包括: 优先将所述 IP数据报文的 源 IP地址与前一个 IP数据报文使用的 PDN连接的地址进行比对, 判断是 否相同, 若不相同再与其它 PDN连接的地址进行比对。  The method of claim 1, wherein the determining the PDN connection with the same source IP address as the IP data packet comprises: prioritizing the source IP address of the IP data packet with The addresses of the PDN connections used in the previous IP data packet are compared to determine whether they are the same. If they are different, they are compared with the addresses of other PDN connections.
4、 如权利要求 1所述的方法, 其特征在于, 所述将各字段逐个在所述 PDN连接的 Filter链表中进行匹配 , 包括: 首先匹配目的 IP地址。  The method according to claim 1, wherein the matching each field in the Filter Link List of the PDN connection includes: first matching a destination IP address.
5、 如权利要求 1所述的方法, 其特征在于, 所述得到匹配结果之后, 该方法还包括: 如果所述匹配结果为所有的 Filter都匹配不成功, 则检查所 述 PDN连接的默认承载是否存在 Filter, 若存在 Filter, 则所述 IP数据报文 未找到对应的传输承载, 无法传输; 若不存在 Filter, 则将所述 IP数据报文 在所述 PDN连接的默认承载上传输。 The method according to claim 1, wherein after the obtaining the matching result, the method further comprises: if the matching result is that all the Filters are unsuccessful, the default bearer of the PDN connection is checked. If there is a Filter, the IP data packet does not find the corresponding transport bearer and cannot be transmitted. If there is no Filter, the IP data packet is transmitted on the default bearer of the PDN connection.
6、 如权利要求 1所述的方法, 其特征在于, 所述得到匹配结果之后, 该方法还包括: 如果所述匹配结果为成功匹配到一个 Filter, 则将所述 IP 数据报文在该 Filter对应的承载上传输。 The method according to claim 1, wherein after the obtaining the matching result, the method further comprises: if the matching result is successfully matched to a Filter, the IP data packet is in the Filter The corresponding bearer is transmitted.
7、 一种 LTE系统中的传输流模板匹配装置, 其特征在于, 包括: 字段 提取模块、 PDN确定模块和匹配模块; 其中,  A transport stream template matching apparatus in an LTE system, comprising: a field extracting module, a PDN determining module, and a matching module; wherein
字段提取模块, 用于收到 IP数据报文后,将从 IP数据报文中提取的需 要进行匹配的字段发送给 PDN确定模块;  a field extracting module, configured to send, after receiving the IP data packet, a field that needs to be matched from the IP data packet to the PDN determining module;
PDN确定模块, 用于根据字段提取模块发来的需要进行匹配的字段确 定地址与所述 IP数据 ^艮文的源 IP地址相同的分组域网络 PDN连接,将 PDN 连接与需要进行匹配的字段发送给匹配模块;  a PDN determining module, configured to send, according to a field that is required to be matched by the field extraction module, a PDN connection of a packet domain network having the same address as the source IP address of the IP data, and send the PDN connection to a field that needs to be matched. Give a matching module;
匹配模块, 用于接收 PDN确定模块发来的 PDN连接与需要进行匹配 的字段发送给匹配模块, 将需要进行匹配的各个字段逐个在所述 PDN连接 的过滤器 Filter链表中进行匹配, 每匹配一个字段, 剔除与该字段不匹配的 Filter, 直到得到匹配结果。  a matching module, configured to receive a PDN connection sent by the PDN determining module and send a matching field to the matching module, and match each field that needs to be matched one by one in the filter filter list of the PDN connection, each matching one Field, culling the Filter that does not match the field until a match is obtained.
8、 如权利要求 7所述的装置, 其特征在于,  8. Apparatus according to claim 7 wherein:
所述字段提取模块, 具体用于提取 IPv4报文对应的需要进行匹配的字 段, 包括以下字段中的部分或全部: Type of Service, Protocol, SPL Source Address、 Destination Address; 以及提取 Pv6报文对应的需要进行匹配的字 段,包括以下字段中的部分或全部: Traffic Class, Flow Label, Next Header, SPL Source Address、 Destination Address。  The field extraction module is specifically configured to extract a field corresponding to the IPv4 packet that needs to be matched, including some or all of the following fields: Type of Service, Protocol, SPL Source Address, Destination Address; and corresponding to the Pv6 message. Fields that need to be matched, including some or all of the following fields: Traffic Class, Flow Label, Next Header, SPL Source Address, Destination Address.
9、 如权利要求 7或 8所述的装置, 其特征在于, 所述装置还包括: 匹 配结果分析模块, 用于接收匹配模块发来的匹配结果, 如果所述匹配结果 为所有的 Filter都匹配不成功, 则检查所述 PDN连接的默认承载是否存在 Filter, 若存在 Filter, 则指示所述 IP数据报文未找到对应的传输承载, 无 法传输; 若不存在 Filter, 则指示将所述 IP数据报文在所述 PDN连接的默 认承载上传输; 相应的, 所述匹配模块, 还用于向匹配结果分析模块发送匹配结果。 The device according to claim 7 or 8, wherein the device further comprises: a matching result analysis module, configured to receive a matching result sent by the matching module, if the matching result matches all the Filters If the filter is unsuccessful, check whether the default bearer of the PDN connection exists. If there is a Filter, it indicates that the IP data packet does not find the corresponding transport bearer and cannot be transmitted. If there is no Filter, the IP data is indicated. The message is connected to the PDN. Correspondingly, the matching module is further configured to send a matching result to the matching result analysis module.
10、 如权利要求 9所述的装置, 其特征在于,  10. Apparatus according to claim 9 wherein:
所述匹配结果分析模块, 还用于如果所迷匹配结果为成功匹配到一个 Filter, 则指示将所述 IP数据报文在该 The matching result analysis module is further configured to: if the matching result is successfully matched to a Filter, indicating that the IP data packet is in the
Figure imgf000017_0001
Figure imgf000017_0001
PCT/CN2012/074457 2011-09-14 2012-04-20 Transport stream template matching method and device in lte system WO2013037208A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201110270845A CN102325347A (en) 2011-09-14 2011-09-14 Transport stream template coupling method in LTE system and apparatus thereof
CN201110270845.9 2011-09-14

Publications (1)

Publication Number Publication Date
WO2013037208A1 true WO2013037208A1 (en) 2013-03-21

Family

ID=45453001

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2012/074457 WO2013037208A1 (en) 2011-09-14 2012-04-20 Transport stream template matching method and device in lte system

Country Status (2)

Country Link
CN (1) CN102325347A (en)
WO (1) WO2013037208A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110035010A (en) * 2019-04-24 2019-07-19 广州西麦科技股份有限公司 The matching process and relevant apparatus of matching domain

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102325347A (en) * 2011-09-14 2012-01-18 中兴通讯股份有限公司 Transport stream template coupling method in LTE system and apparatus thereof
CN104219160B (en) * 2013-05-31 2018-08-14 华为技术有限公司 Generate the method and apparatus of input parameter
CN103596289B (en) * 2013-10-18 2017-04-12 北京北方烽火科技有限公司 Small-scale core network in evolved packet system and typical application method
CN104113554B (en) * 2014-07-30 2017-06-16 中国联合网络通信集团有限公司 A kind of processing method and processing device of filter
CN104168276B (en) * 2014-08-14 2017-07-04 中国联合网络通信集团有限公司 The method of adjustment and device of a kind of filter
CN108306843B (en) * 2016-09-26 2020-11-24 中国电信股份有限公司 Service data stream transmission method, system and PGW
CN108235387B (en) * 2016-12-21 2021-06-01 联芯科技有限公司 Method and device for configuring packet switching link
CN110569360A (en) * 2019-09-06 2019-12-13 成都深思科技有限公司 Method for labeling and automatically associating network session data

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101286156A (en) * 2007-05-29 2008-10-15 北大方正集团有限公司 Method for removing repeated object based on metadata
CN101631336A (en) * 2009-08-06 2010-01-20 中兴通讯股份有限公司 Method and device for managing uplink transmission stream template
CN102325347A (en) * 2011-09-14 2012-01-18 中兴通讯股份有限公司 Transport stream template coupling method in LTE system and apparatus thereof

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101388828B (en) * 2007-09-10 2011-07-13 电信科学技术研究院 Method and device for bearing activation by evolution packet switching system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101286156A (en) * 2007-05-29 2008-10-15 北大方正集团有限公司 Method for removing repeated object based on metadata
CN101631336A (en) * 2009-08-06 2010-01-20 中兴通讯股份有限公司 Method and device for managing uplink transmission stream template
CN102325347A (en) * 2011-09-14 2012-01-18 中兴通讯股份有限公司 Transport stream template coupling method in LTE system and apparatus thereof

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110035010A (en) * 2019-04-24 2019-07-19 广州西麦科技股份有限公司 The matching process and relevant apparatus of matching domain

Also Published As

Publication number Publication date
CN102325347A (en) 2012-01-18

Similar Documents

Publication Publication Date Title
WO2013037208A1 (en) Transport stream template matching method and device in lte system
US11621916B2 (en) Information transmission method and device in IAB architecture
US10433206B2 (en) Method for processing radio protocol in mobile telecommunications system and transmitter of mobile telecommunications
CN110351700B (en) Relay forwarding method and node for self-access return link
EP3793240A1 (en) Configuration method, data transmission method and apparatus
WO2019242748A1 (en) Information transmission method and device
CN109952781B (en) UE, network node and method for processing data packets
JP6521156B2 (en) Radio communication system, mobile station and radio station
WO2019242747A1 (en) Data packet sending and receiving method and device and data packet transmission system
WO2019153428A1 (en) Wireless communication method, network device and terminal device
CN106488508B (en) A kind of data transmission method, apparatus and system
WO2018103675A1 (en) Data stream remapping method and apparatus, user equipment and ran device
US20150264580A1 (en) Mobile communication system, control apparatus, communication control method, and non-transitory computer readable medium
WO2019242714A1 (en) Data transmission method and apparatus
KR102222787B1 (en) Methods and systems for routing mobile data traffic in 5g networks
WO2017177753A1 (en) Flow-based bearer management method, and data transmission method and device
EP3554023B1 (en) Data transmission method and device
WO2012130068A1 (en) Data packet transmission method and related apparatus
EP3029961A1 (en) Method and device for a connectionless bearer service
US9794852B2 (en) Routing an IP session over WLAN
EP2862414A1 (en) Data compression in a communications network
CN108234344B (en) Method and device for identifying service data flow
JP6540812B2 (en) Gateway, method, system and program for wireless communication
WO2019153252A1 (en) Wireless communication method, network device, and terminal device
CN108471633A (en) A kind of communication means and communication system

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

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

Country of ref document: EP

Kind code of ref document: A1