WO2011124182A2 - Detection method, device and system of transmission between controller and base station - Google Patents

Detection method, device and system of transmission between controller and base station Download PDF

Info

Publication number
WO2011124182A2
WO2011124182A2 PCT/CN2011/074053 CN2011074053W WO2011124182A2 WO 2011124182 A2 WO2011124182 A2 WO 2011124182A2 CN 2011074053 W CN2011074053 W CN 2011074053W WO 2011124182 A2 WO2011124182 A2 WO 2011124182A2
Authority
WO
WIPO (PCT)
Prior art keywords
udp
controller
base station
packet
udp packet
Prior art date
Application number
PCT/CN2011/074053
Other languages
French (fr)
Chinese (zh)
Other versions
WO2011124182A3 (en
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 华为技术有限公司
Priority to PCT/CN2011/074053 priority Critical patent/WO2011124182A2/en
Priority to CN2011800016396A priority patent/CN102301765A/en
Publication of WO2011124182A2 publication Critical patent/WO2011124182A2/en
Publication of WO2011124182A3 publication Critical patent/WO2011124182A3/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W92/00Interfaces specially adapted for wireless communication networks
    • H04W92/04Interfaces between hierarchically different network devices
    • H04W92/12Interfaces between hierarchically different network devices between access points and access point controllers

Definitions

  • the present invention relates to wireless communication technologies, and in particular, to a method, device and system for detecting transmission between a controller and a base station. Background technique
  • QoS Quality of Service
  • IP packets are transmitted inside IP packets.
  • IP packets include IP headers and ICMP packets.
  • the first four bytes of an ICMP message include a type field, a code field, and a checksum field.
  • the ping program is used to detect whether the host can communicate with the host.
  • the ping program uses the ICMP request and the ICMP response to determine whether the channel is reachable. For example, after the source host sends an ICMP Request packet to the destination host, if the ICMP response returned by the destination host is received within a certain period of time, the host is considered reachable, otherwise it is unreachable. However, the ping packet may be discarded by the transmission device or the wireless device as a ping attack. As a result, the ping packet is not high in some networks.
  • Some communication devices perform traffic control on ping packets, and choose to enter proportionally for ping packets exceeding a certain traffic, which leads to system abnormality; and the wireless service channel is User Datagram Protocol (UDP) bearer, due to ping
  • the packet is essentially an ICMP packet.
  • the detection of ICMP packets does not reflect the transmission of UDP packets. Summary of the invention The embodiment of the invention provides a method, a device and a system for detecting a transmission between a controller and a base station, thereby improving detection performance.
  • a method for detecting a transmission between a controller and a base station including:
  • the controller sends a UDP packet to the base station through a pre-designated user data packet protocol UDP port; the controller receives the UDP packet returned by the base station after detecting the specified UDP port; and the controller sends the UDP packet according to the The received UDP packet determines the transmission status between the controller and the base station.
  • a transmission detection device between a controller and a base station including:
  • a sending module configured to send, by using a pre-designated user data packet protocol UDP port, a UDP packet to the base station;
  • a receiving module configured to receive, by the base station, a UDP packet returned after detecting the specified UDP port
  • the detecting module is configured to determine, according to the UDP packet sent by the sending module and the UDP packet received by the receiving module, a transmission status between the controller and the base station.
  • a method for detecting a transmission between a controller and a base station including:
  • a transmission detection device between a controller and a base station including:
  • a receiving module configured to receive, by using a user data packet protocol, a UDP port, a UDP packet sent by the controller;
  • a sending module configured to: after detecting that the UDP port that the UDP packet received by the receiving module passes is a pre-designated UDP port, return a UDP packet to the controller, so that the controller is configured according to the sent UDP The packet and the received UDP packet determine the transmission status between the controller and the base station.
  • a transmission detection system between a controller and a base station including: Equipment.
  • the embodiment of the present invention can transmit the UDP packet of the specified UDP port between the controller and the base station, and detect the transmission status by using the UDP "3 ⁇ 4 text", thereby avoiding the problem caused by using the ICMP, and improving the detection. Performance and reliability.
  • FIG. 1 is a schematic flow chart of a method according to a first embodiment of the present invention
  • FIG. 2 is a schematic flow chart of a method according to a second embodiment of the present invention.
  • FIG. 3 is a schematic structural view of a second embodiment of the present invention.
  • FIG. 4 is a schematic structural diagram of a device according to a third embodiment of the present invention.
  • FIG. 5 is a schematic flowchart of a method according to a fourth embodiment of the present invention.
  • FIG. 6 is a schematic structural diagram of a device according to a fifth embodiment of the present invention.
  • Fig. 7 is a schematic structural view of a system according to a sixth embodiment of the present invention. detailed description
  • Step 11 The controller sends a UDP packet to the base station through a pre-designated UDP port.
  • the controller may be, for example, a Base Station Controller (BSC), and the base station is a Base Transceiver Station (BTS); or the controller is a Radio Network Controller (RNC).
  • BSC Base Station Controller
  • BTS Base Transceiver Station
  • RNC Radio Network Controller
  • the base station is a NodeB.
  • the specified UDP port can be customized. For example, set the UDP port with port number 65042 as the designated port.
  • UDP packet size, priority, and packet interval can be configured to maximize the path and parameters of the actual service.
  • Step 12 The controller receives the UDP packet returned by the base station after detecting the specified UDP port.
  • the base station After receiving the UDP packet, the base station can return a UDP packet to the controller if it detects that the port number corresponding to the received UDP packet is a specified UDP port number (for example, 65042).
  • a specified UDP port number for example, 65042
  • the received UDP packet is returned to the controller as it is by exchanging the source IP address and the destination IP address in the packet, that is, the source IP address and the destination IP address are exchanged in the received packet. In addition, no changes are made to the rest of the message.
  • Step 13 The controller determines the transmission status between the controller and the base station according to the sent UDP packet and the received UDP packet.
  • the controller does not receive the UDP packet corresponding to the specified UDP port within a certain period of time, it determines that the channel between the controller and the base station is unreachable, or, within a certain period of time, if the UDP corresponding to the specified UDP port is received.
  • the message determines that the channel between the controller and the base station is reachable.
  • the QoS quality can be determined according to the parameters in the sent UDP packet and the received UDP packet. For details, see the following embodiments.
  • the UDP packet of the specified UDP port is transmitted between the controller and the base station, and the transmission status of the UDP packet is detected, which can avoid the problem caused by the ICMP packet, and can improve the detection performance and reliability.
  • FIG. 2 is a schematic flow chart of a method according to a second embodiment of the present invention
  • FIG. 3 is a second embodiment of the present invention.
  • the format of the UDP packet can be specifically as follows:
  • the size and sending interval of the above UDP file can be configured as follows: Detection period: Default value 5s, range configurable l ⁇ 60s
  • Detection packet length The default value is 64 bytes, the range is configurable, generally between 46-1500 bytes.
  • the above "usUDPSourcePort” and “usUDPDestPort” can be set to the specified UDP port number, for example, 65042.
  • usSequenceNum can be used to record the serial number of the document
  • ulCurrTimeStamp is used to record the system timestamp
  • Step 22 After detecting the UDP packet from the specified UDP port, the base station returns the UDP packet to the controller.
  • the base station After receiving the UDP packet from the port with the port number of 65042, the base station exchanges the source address and the destination address in the UDP packet, and then the UDP packet is intact through the port with the port number of 65042. Return to the controller.
  • Step 23 The controller compares the UDP packet sent by the specified UDP port with the received UDP packet to determine the transmission status.
  • the controller does not receive the UDP packet returned by the base station through the designated port within a certain period of time, it is determined that the channel between the controller and the base station is unreachable.
  • the QoS parameter may be calculated.
  • the specific information may be as follows:
  • the controller can also record the sequence number of the packet when the packet is sent. If the controller receives the packet returned by the base station, if the sequence number is not continuous, the UDP packet is discontinued. After that, you can obtain the number of UDP packets lost in a unit of time and get the number of lost packets. The number of lost packets divided by the number of UDP packets sent per unit time is the packet loss rate.
  • the UDP packet of the specified UDP port is transmitted between the controller and the base station, and the transmission status of the UDP packet is detected, which can avoid the problem caused by the ICMP packet, and can improve the detection performance and reliability.
  • FIG. 4 is a schematic structural diagram of a device according to a third embodiment of the present invention, and provides a transmission detection device between a controller and a base station, including a sending module 41, a receiving module 42 and a detecting module 43.
  • the sending module 41 is configured to pass a pre-designated UDP.
  • the port sends a UDP packet to the base station;
  • the receiving module 42 is configured to receive the UDP packet returned by the base station after detecting the specified UDP port, and the detecting module 43 is configured to use the UDP packet sent by the sending module 41.
  • the UDP packet received by the receiving module 42 determines the transmission status between the controller and the base station.
  • the receiving module 42 may be specifically configured to receive, by the base station, the UDP packet returned by the base station to the controller by using the exchange source IP address and the destination IP address after detecting the specified UDP port.
  • the detecting module 43 may be specifically configured to: if the receiving module does not receive the UDP packet corresponding to the designated port within a certain period of time, determine that the channel between the controller and the base station is unreachable, or, at a certain time If the UDP address corresponding to the specific port is received, it is determined that the channel between the controller and the base station is reachable.
  • the sending UDP packet includes a sequence number and a timestamp of the packet
  • the detecting module 43 is specifically configured to: according to the sequence number and timestamp of the packet sent by the sending module and received by the receiving module , determine the quality of service QoS parameters.
  • the detecting module 43 may be specifically configured to: determine a delay according to a sending time when the sending module sends a UDP packet, and a receiving time when the receiving module receives the UDP packet; or, according to the sending The packet sequence number of the UDP packet sent by the module and the packet sequence number of the UDP packet received by the receiving module determine the packet loss rate.
  • the device can be located inside the controller.
  • the detecting device provided by the embodiment can transmit the UDP file of the specified UDP port through the controller and the base station, and detect the transmission status through the UDP file, thereby avoiding the problem caused by using the ICMP, and improving the detection performance. And reliability.
  • FIG. 5 is a schematic flowchart of a method according to a fourth embodiment of the present invention, and a method for detecting a transmission between a controller and a base station, including:
  • Step 51 The base station receives the UDP packet sent by the controller through the UDP port.
  • Step 52 After detecting that the UDP port is a pre-designated UDP port, the base station returns a UDP packet to the controller, so that the controller determines, according to the sent UDP packet and the received UDP packet. The transmission status between the controller and the base station.
  • the base station may return the received UDP message to the controller by exchanging the source Internet IP address and the destination IP address in the received message.
  • the UDP packet of the specified UDP port is transmitted between the base station and the UDP packet, and the UDP packet is used to detect the transmission status, which can avoid the problem caused by the ICMP packet, and improve detection performance and reliability.
  • FIG. 6 is a schematic structural diagram of a device according to a fifth embodiment of the present invention, a transmission detection device between a controller and a base station, including a receiving module 61 and a sending module 62; and a receiving module 61 for receiving a controller through a user data packet protocol UDP port
  • the UDP packet sent by the sending module 62 is configured to: after detecting that the UDP port that the UDP packet received by the receiving module 61 passes is a pre-designated UDP port, return a UDP packet to the controller, so that the UDP packet is sent to the controller.
  • the controller determines the transmission status between the controller and the base station according to the sent UDP packet and the received UDP packet.
  • the sending module 62 may be specifically configured to: after detecting that the UDP port is a pre-designated UDP port, returning to the controller through the exchange of the source Internet IP address and the destination IP address in the received message. UDP packet.
  • the device of this embodiment may be located in a base station.
  • the specific process for implementing the detection by the detecting device provided by the embodiment of the present invention is similar to the foregoing method embodiment, and details are not described herein again.
  • the detection device provided in this embodiment can detect the transmission status of the UDP packet by transmitting the UDP packet of the designated port with the controller, and can avoid the problem caused by the ICMP packet, which can improve the detection performance and reliability.
  • FIG. 7 is a schematic structural diagram of a system according to a sixth embodiment of the present invention, and a transmission detection system between a controller and a base station, including a controller 71 and a base station 72; wherein the controller 71 can participate in the embodiment corresponding to FIG.
  • the base station 72 can refer to the corresponding embodiment in FIG. 6, and details are not described herein again.
  • the detection system provided by the embodiment can transmit the UDP packet of the designated port between the controller and the base station, and detect the transmission status of the UDP packet, which can avoid the problem caused by the ICMP packet, and can improve the detection performance and reliability.
  • the foregoing program may be stored in a computer readable storage medium, and when executed, the program includes The foregoing steps of the method embodiment; and the foregoing storage medium includes: a medium that can store program codes, such as a ROM, a RAM, a magnetic disk, or an optical disk.

Landscapes

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

Abstract

A detection method, device and system of the transmission between a controller and a base station are provided by the present invention. The method includes that the controller transmits a User Datagram Protocol (UDP) message to the base station via a pre-designated UDP port (11); the controller receives the UDP message returned by the base station after the base station detects the designated UDP port (12); the controller, according to the transmitted UDP message and the received UDP message, confirms the transmission status between the controller and the base station (13). The embodiments of the present invention enable to improve detection capability and reliability.

Description

控制器与基站间传输检测方法、 设备及系统  Transmission detection method, device and system between controller and base station
技术领域 Technical field
本发明涉及无线通信技术,尤其涉及一种控制器与基站间传输检测方法、 设备及系统。 背景技术  The present invention relates to wireless communication technologies, and in particular, to a method, device and system for detecting transmission between a controller and a base station. Background technique
由于基站处于网络末端, 且遍布广泛, 尤其是最后一公里所采用的技术 较为复杂, 控制器和基站之间在采用互联网协议 ( Internet Protocol, IP )传 输时, 如何判断中间的传输通断及服务质量(Quality of Service, QoS )是保 证无线业务服务的关键。  Since the base station is at the end of the network and spreads widely, especially the technology used in the last mile is complicated, how to judge the intermediate transmission and disconnection and service when the controller and the base station use the Internet Protocol (IP) transmission. Quality of Service (QoS) is the key to ensuring wireless service.
因特网控制消息协议 ( Internet Control Message Protocol, ICMP )是 IP 层的一个组成部分, 主要用来传递差错报文以及其它信息。 ICMP报文是在 IP数据包内部被传输的, 例如, IP数据包包括 IP首部和 ICMP报文。 ICMP 报文的前四个字节包括类型域、 代码域、 校验和域。  The Internet Control Message Protocol (ICC) is an integral part of the IP layer and is used to deliver error messages and other information. ICMP packets are transmitted inside IP packets. For example, IP packets include IP headers and ICMP packets. The first four bytes of an ICMP message include a type field, a code field, and a checksum field.
ping程序用来检测主机到主机之间是否可通信, ping程序采用 ICMP请 求和 ICMP应答以判断通道是否可达。 例如, 源主机向目的主机发送 ICMP 请求报文后, 如果一定时间内收到目的主机返回的 ICMP应答, 则认为主机 可达, 否则不可达。 但是, ping报文可能会被传输设备或者无线设备误认为 是 ping攻击而被丟弃, 导致 ping报文在有些网络生存能力不高。有些通信设 备对 ing报文进行流量控制,对于超过一定流量的 ping报文选择比例性进入, 从而导致系统判断异常;而且无线业务通道是用户数据包协议( User Datagram Protocol, UDP )承载, 由于 ping报文实质为 ICMP报文, 用 ICMP报文检测 不能真实反映 UDP报文传输情况。 发明内容 本发明实施例是提供一种控制器与基站间传输检测方法、 设备及系统, 提高检测性能。 The ping program is used to detect whether the host can communicate with the host. The ping program uses the ICMP request and the ICMP response to determine whether the channel is reachable. For example, after the source host sends an ICMP Request packet to the destination host, if the ICMP response returned by the destination host is received within a certain period of time, the host is considered reachable, otherwise it is unreachable. However, the ping packet may be discarded by the transmission device or the wireless device as a ping attack. As a result, the ping packet is not high in some networks. Some communication devices perform traffic control on ping packets, and choose to enter proportionally for ping packets exceeding a certain traffic, which leads to system abnormality; and the wireless service channel is User Datagram Protocol (UDP) bearer, due to ping The packet is essentially an ICMP packet. The detection of ICMP packets does not reflect the transmission of UDP packets. Summary of the invention The embodiment of the invention provides a method, a device and a system for detecting a transmission between a controller and a base station, thereby improving detection performance.
一方面, 提供了一种控制器与基站间传输检测方法, 包括:  In one aspect, a method for detecting a transmission between a controller and a base station is provided, including:
控制器通过预先指定的用户数据包协议 UDP端口向基站发送 UDP报文; 控制器接收所述基站在检测到所述指定的 UDP端口后返回的 UDP报文; 控制器根据发送的 UDP报文和接收的 UDP报文, 确定控制器与基站间 的传输状况。  The controller sends a UDP packet to the base station through a pre-designated user data packet protocol UDP port; the controller receives the UDP packet returned by the base station after detecting the specified UDP port; and the controller sends the UDP packet according to the The received UDP packet determines the transmission status between the controller and the base station.
另一方面, 提供一种控制器与基站间传输检测设备, 包括:  In another aspect, a transmission detection device between a controller and a base station is provided, including:
发送模块, 用于通过预先指定的用户数据包协议 UDP 端口向基站发送 UDP才艮文;  a sending module, configured to send, by using a pre-designated user data packet protocol UDP port, a UDP packet to the base station;
接收模块, 用于接收所述基站在检测到所述指定的 UDP 端口后返回的 UDP才艮文;  a receiving module, configured to receive, by the base station, a UDP packet returned after detecting the specified UDP port;
检测模块, 用于根据所述发送模块发送的 UDP报文和所述接收模块接收 的 UDP报文, 确定控制器与基站间的传输状况。  The detecting module is configured to determine, according to the UDP packet sent by the sending module and the UDP packet received by the receiving module, a transmission status between the controller and the base station.
另一方面, 提供一种控制器与基站间传输检测方法, 包括:  In another aspect, a method for detecting a transmission between a controller and a base station is provided, including:
基站通过用户数据包协议 UDP端口接收控制器发送的 UDP报文; 所述基站在检测到所述 UDP端口为预先指定的 UDP端口后, 向所述控制 器返回 UDP报文, 使得所述控制器根据发送的 UDP报文和接收的 UDP报文, 确定控制器与基站间的传输状况。  Receiving, by the base station, a UDP packet sent by the controller by using a UDP port of the user data packet; the base station, after detecting that the UDP port is a pre-designated UDP port, returning a UDP packet to the controller, so that the controller The transmission status between the controller and the base station is determined according to the sent UDP packet and the received UDP packet.
另一方面, 提供一种控制器与基站间传输检测设备, 包括:  In another aspect, a transmission detection device between a controller and a base station is provided, including:
接收模块, 用于通过用户数据包协议 UDP端口接收控制器发送的 UDP 报文;  a receiving module, configured to receive, by using a user data packet protocol, a UDP port, a UDP packet sent by the controller;
发送模块, 用于在检测到所述接收模块接收的 UDP报文通过的所述 UDP 端口为预先指定的 UDP端口后, 向所述控制器返回 UDP报文, 使得所述控制 器根据发送的 UDP报文和接收的 UDP报文,确定控制器与基站间的传输状况。  a sending module, configured to: after detecting that the UDP port that the UDP packet received by the receiving module passes is a pre-designated UDP port, return a UDP packet to the controller, so that the controller is configured according to the sent UDP The packet and the received UDP packet determine the transmission status between the controller and the base station.
再一方面, 提供一种控制器与基站间传输检测系统, 包括: 上述的两种 设备。 In another aspect, a transmission detection system between a controller and a base station is provided, including: Equipment.
由上述技术方案可知, 本发明实施例通过控制器与基站间传输指定 UDP 端口的 UDP报文, 通过 UDP"¾文进行传输状况的检测, 可以避免采用 ICMP才艮 文引起的问题, 可以提高检测性能和可靠性。 附图说明  According to the foregoing technical solution, the embodiment of the present invention can transmit the UDP packet of the specified UDP port between the controller and the base station, and detect the transmission status by using the UDP "3⁄4 text", thereby avoiding the problem caused by using the ICMP, and improving the detection. Performance and reliability.
为了更清楚地说明本发明实施例中的技术方案, 下面将对实施例描述中 所需要使用的附图作一简单地介绍, 显而易见地, 下面描述中的附图是本发 明的一些实施例, 对于本领域普通技术人员来讲, 在不付出创造性劳动性的 前提下, 还可以根据这些附图获得其他的附图。  In order to more clearly illustrate the technical solutions in the embodiments of the present invention, a brief description of the drawings to be used in the description of the embodiments will be briefly made. It is obvious that the drawings in the following description are some embodiments of the present invention. It will be apparent to those skilled in the art that other drawings may be obtained from these drawings without the inventive labor.
图 1为本发明第一实施例的方法流程示意图;  1 is a schematic flow chart of a method according to a first embodiment of the present invention;
图 2为本发明第二实施例的方法流程示意图;  2 is a schematic flow chart of a method according to a second embodiment of the present invention;
图 3为本发明第二实施例对应的结构示意图;  3 is a schematic structural view of a second embodiment of the present invention;
图 4为本发明第三实施例的设备结构示意图;  4 is a schematic structural diagram of a device according to a third embodiment of the present invention;
图 5为本发明第四实施例的方法流程示意图;  FIG. 5 is a schematic flowchart of a method according to a fourth embodiment of the present invention; FIG.
图 6为本发明第五实施例的设备的结构示意图;  6 is a schematic structural diagram of a device according to a fifth embodiment of the present invention;
图 7为本发明第六实施例的系统的结构示意图。 具体实施方式  Fig. 7 is a schematic structural view of a system according to a sixth embodiment of the present invention. detailed description
为使本发明实施例的目的、 技术方案和优点更加清楚, 下面将结合本发 明实施例中的附图, 对本发明实施例中的技术方案进行清楚、 完整地描述, 显然, 所描述的实施例是本发明一部分实施例, 而不是全部的实施例。 基于 本发明中的实施例, 本领域普通技术人员在没有做出创造性劳动前提下所获 得的所有其他实施例, 都属于本发明保护的范围。  The technical solutions in the embodiments of the present invention are clearly and completely described in the following with reference to the accompanying drawings in the embodiments of the present invention. It is a partial embodiment of the invention, and not all of the embodiments. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments of the present invention without creative efforts are within the scope of the present invention.
图 1为本发明第一实施例的方法流程示意图, 提供了一种控制器与基站 间传输检测方法, 包括: 步骤 11: 控制器通过预先指定的 UDP端口向基站发送 UDP报文。 1 is a schematic flowchart of a method according to a first embodiment of the present invention, and provides a method for detecting a transmission between a controller and a base station, including: Step 11: The controller sends a UDP packet to the base station through a pre-designated UDP port.
其中,控制器,例如,可以为基站控制器(Base Station Controller, BSC ) , 基站为基站收发站 ( Base Transceiver Station, BTS ) ; 或者, 控制器为无线 网络控制器( Radio Network Controller, RNC ) , 基站为 NodeB。  The controller may be, for example, a Base Station Controller (BSC), and the base station is a Base Transceiver Station (BTS); or the controller is a Radio Network Controller (RNC). The base station is a NodeB.
该指定的 UDP端口可以自定义, 例如, 设置端口号为 65042的 UDP端 口为指定端口。  The specified UDP port can be customized. For example, set the UDP port with port number 65042 as the designated port.
另外, UDP报文大小、 优先级、 发包间隔等可以配置, 以最大限度的模 拟实际业务走的路径和参数。  In addition, UDP packet size, priority, and packet interval can be configured to maximize the path and parameters of the actual service.
步骤 12: 控制器接收所述基站在检测到所述指定的 UDP端口后返回的 UDP才艮文。  Step 12: The controller receives the UDP packet returned by the base station after detecting the specified UDP port.
基站在接收到 UDP报文后, 如果检测出该接收的 UDP报文对应的端口 号为指定 UDP端口号 (如 65042 ) , 则可以向控制器返回 UDP报文。  After receiving the UDP packet, the base station can return a UDP packet to the controller if it detects that the port number corresponding to the received UDP packet is a specified UDP port number (for example, 65042).
进一步, 可以是通过交换该报文中的源 IP地址和目的 IP地址将接收的 UDP报文原封不动地返回给控制器,即除了将接收的报文中源 IP地址和目的 IP地址进行交换之外, 对该报文中的其它内容不做任何改动。  Further, the received UDP packet is returned to the controller as it is by exchanging the source IP address and the destination IP address in the packet, that is, the source IP address and the destination IP address are exchanged in the received packet. In addition, no changes are made to the rest of the message.
步骤 13: 控制器根据发送的 UDP报文和接收的 UDP报文, 确定控制器 与基站间的传输状况。  Step 13: The controller determines the transmission status between the controller and the base station according to the sent UDP packet and the received UDP packet.
例如,如果在一定时间内,控制器没有接收到指定 UDP端口对应的 UDP 报文, 则确定控制器与基站间的通道不可达, 或者, 在一定时间内, 如果接 收到指定 UDP端口对应的 UDP报文, 则确定控制器与基站间的通道可达。 并且, 进一步地, 根据发送的 UDP报文和接收的 UDP报文中的参数可以确 定 QoS质量。 具体内容可以参见下述实施例。  For example, if the controller does not receive the UDP packet corresponding to the specified UDP port within a certain period of time, it determines that the channel between the controller and the base station is unreachable, or, within a certain period of time, if the UDP corresponding to the specified UDP port is received. The message determines that the channel between the controller and the base station is reachable. Moreover, the QoS quality can be determined according to the parameters in the sent UDP packet and the received UDP packet. For details, see the following embodiments.
本实施例通过控制器与基站间传输指定 UDP端口的 UDP报文,通过 UDP 报文进行传输状况的检测, 可以避免采用 ICMP报文引起的问题, 可以提高 检测性能和可靠性。  In this embodiment, the UDP packet of the specified UDP port is transmitted between the controller and the base station, and the transmission status of the UDP packet is detected, which can avoid the problem caused by the ICMP packet, and can improve the detection performance and reliability.
图 2为本发明第二实施例的方法流程示意图, 图 3为本发明第二实施例 对应的结构示意图, 参见图 2, —种控制器与基站间传输检测方法, 包括: 步骤 21 : 控制器采用指定 UDP端口向基站发送 UDP报文, 该 UDP报 文中可以包含报文的序列号和系统时间戳。 2 is a schematic flow chart of a method according to a second embodiment of the present invention, and FIG. 3 is a second embodiment of the present invention. A corresponding structure diagram, as shown in FIG. 2, a method for detecting a transmission between a controller and a base station, includes: Step 21: The controller sends a UDP packet to the base station by using a designated UDP port, where the UDP packet can include the sequence number of the packet. And system timestamp.
具体地, 例如, UDP报文的格式可以具体如下所示:  Specifically, for example, the format of the UDP packet can be specifically as follows:
typedef struct UDP— PING— PKG  Typedef struct UDP— PING— PKG
/* IP 头 20 字节 */ /* IP header 20 bytes */
UINT8 ucIpVer:4; /* version */  UINT8 ucIpVer:4; /* version */
UINT8 ucIpHdrLen:4; /* header length */  UINT8 ucIpHdrLen:4; /* header length */
UINT8 ucServiceType; /* type of service */ UINT8 ucServiceType; /* type of service */
UINT16 usTotalLen; /* total length */ UINT16 usTotalLen; /* total length */
UINT16 usldentification; /* identification */  UINT16 usldentification; /* identification */
UINT16 usOffset; /* fragment offset field */ UINT16 usOffset; /* fragment offset field */
UINT8 ucTTL; /* time to live*/ UINT8 ucTTL; /* time to live*/
UINT8 ucProtocol; /* protocol */  UINT8 ucProtocol; /* protocol */
UINT16 usCheckSum; /* checksum */  UINT16 usCheckSum; /* checksum */
UINT32 ulSrcAddr;  UINT32 ulSrcAddr;
UINT32 ulDestAddr; /* source and dest address * UINT32 ulDestAddr; /* source and dest address *
/* UDP 头 8字节 */ /* UDP header 8 bytes */
UINT16 usUDPSourcePort;  UINT16 usUDPSourcePort;
UINT16 usUDPDestPort;  UINT16 usUDPDestPort;
UINT16 usUDPLen;  UINT16 usUDPLen;
UINT 16 usUDPCheckSum;  UINT 16 usUDPCheckSum;
/* UDP ping 净荷 */  /* UDP ping payload */
UINT 16 usChecklndex; /* 本地 check表的索引 */ UINT 16 usChecklndex; /* Index of the local check table */
UINT 16 usPathlndex; /* 对应基站 DSCP的索引 */UINT 16 usPathlndex; /* Corresponding base station DSCP index */
UINT32 ulSpuCpuId; /* 对应控制的 Cpuld*/UINT32 ulSpuCpuId; /* Corresponding control Cpuld*/
UINT32 ulCurrTimeStamp; /* 当前时间戳 */ UINT16 usSequenceNum; /*才艮文序列号 */ UINT32 ulCurrTimeStamp; /* current timestamp */ UINT16 usSequenceNum; /* 艮 序列 serial number * /
UINT8 aucPad[2]; /* 填充内容 , 备后续使用 */ UINT8 aucPad[2]; /* Fill in the content for later use */
}UDP_PING_PKG_STRU; }UDP_PING_PKG_STRU;
上述的 UDP ^艮文的大小和发送间隔可以采用如下配置, 例如: 检测周期: 默认值 5s , 范围可配置 l〜60s  The size and sending interval of the above UDP file can be configured as follows: Detection period: Default value 5s, range configurable l~60s
检测包长: 默认值 64字节, 范围可配置, 一般 46-1500字节之间 其中, 上述的 "usUDPSourcePort" 、 "usUDPDestPort" 可以设置为指 定的 UDP端口号, 例如为 65042。  Detection packet length: The default value is 64 bytes, the range is configurable, generally between 46-1500 bytes. The above "usUDPSourcePort" and "usUDPDestPort" can be set to the specified UDP port number, for example, 65042.
上述的 " usSequenceNum " 可以用 于记录才艮文的序列 号 , "ulCurrTimeStamp" 用于记录系统时间戳。  The above "usSequenceNum" can be used to record the serial number of the document, and "ulCurrTimeStamp" is used to record the system timestamp.
步骤 22: 基站在检测到来自指定 UDP端口的 UDP报文后, 将该 UDP 报文返回给控制器。  Step 22: After detecting the UDP packet from the specified UDP port, the base station returns the UDP packet to the controller.
例如,基站接收到来自端口号为 65042的端口的 UDP报文后,将该 UDP 才艮文中的源地址和目的地址交换后,再通过端口号为 65042 的端口将该 UDP 报文原封不动的返回给控制器。  For example, after receiving the UDP packet from the port with the port number of 65042, the base station exchanges the source address and the destination address in the UDP packet, and then the UDP packet is intact through the port with the port number of 65042. Return to the controller.
步骤 23: 控制器比较通过该指定 UDP端口发送的 UDP报文和接收的 UDP报文的情况, 确定传输状况。  Step 23: The controller compares the UDP packet sent by the specified UDP port with the received UDP packet to determine the transmission status.
例如, 如果控制器在一定时间内没有接收到基站通过该指定端口返回的 UDP报文, 则确定控制器与基站间的通道不可达。  For example, if the controller does not receive the UDP packet returned by the base station through the designated port within a certain period of time, it is determined that the channel between the controller and the base station is unreachable.
如果控制器接收到基站通过该指定端口返回的 UDP报文, 则可以计算 QoS参数, 例如, 具体可以如下:  If the controller receives the UDP packet returned by the base station through the designated port, the QoS parameter may be calculated. For example, the specific information may be as follows:
控制器在通过指定端口发送 UDP报文时, 记录发送时间 T1 , 控制器在 接收到基站返回的该 UDP报文后, 确定接收时间 T2, 之后, 可以计算出时 间 RTT=T2-T1。 根据不同 UDP报文对应的时延值可以计算时延抖动。  When the controller sends a UDP packet through the designated port, it records the transmission time T1. After receiving the UDP packet returned by the base station, the controller determines the reception time T2, and then calculates the time RTT=T2-T1. The delay jitter can be calculated according to the delay value corresponding to different UDP packets.
控制器在发送报文时还可以记录报文序号, 如果控制器在接收到基站返 回的报文时, 如果发现序号不是连续的, 将不连续的 UDP报文作为丟失的报 文, 之后, 可以获取单位时间内丟失的 UDP报文个数, 得到丟包数。 用该丟 包数除以单位时间内发送的 UDP报文的个数即为丟包率。 The controller can also record the sequence number of the packet when the packet is sent. If the controller receives the packet returned by the base station, if the sequence number is not continuous, the UDP packet is discontinued. After that, you can obtain the number of UDP packets lost in a unit of time and get the number of lost packets. The number of lost packets divided by the number of UDP packets sent per unit time is the packet loss rate.
本实施例通过控制器与基站间传输指定 UDP端口的 UDP报文,通过 UDP 报文进行传输状况的检测, 可以避免采用 ICMP报文引起的问题, 可以提高 检测性能和可靠性。  In this embodiment, the UDP packet of the specified UDP port is transmitted between the controller and the base station, and the transmission status of the UDP packet is detected, which can avoid the problem caused by the ICMP packet, and can improve the detection performance and reliability.
图 4为本发明第三实施例的设备结构示意图, 提供了一种控制器与基站 间传输检测设备, 包括发送模块 41、 接收模块 42和检测模块 43; 发送模块 41用于通过预先指定的 UDP端口向基站发送 UDP报文; 接收模块 42用于 接收所述基站在检测到所述指定的 UDP端口后返回的 UDP报文; 检测模块 43用于根据所述发送模块 41发送的 UDP报文和所述接收模块 42接收的 UDP 报文, 确定控制器与基站间的传输状况。  4 is a schematic structural diagram of a device according to a third embodiment of the present invention, and provides a transmission detection device between a controller and a base station, including a sending module 41, a receiving module 42 and a detecting module 43. The sending module 41 is configured to pass a pre-designated UDP. The port sends a UDP packet to the base station; the receiving module 42 is configured to receive the UDP packet returned by the base station after detecting the specified UDP port, and the detecting module 43 is configured to use the UDP packet sent by the sending module 41. The UDP packet received by the receiving module 42 determines the transmission status between the controller and the base station.
所述接收模块 42可以具体用于接收所述基站在检测到所述指定的 UDP 端口后通过交换源 IP地址和目的 IP地址向所述控制器返回的 UDP报文。  The receiving module 42 may be specifically configured to receive, by the base station, the UDP packet returned by the base station to the controller by using the exchange source IP address and the destination IP address after detecting the specified UDP port.
所述检测模块 43可以具体用于: 如果在一定时间内, 所述接收模块没有 接收到所述指定端口对应的 UDP报文, 则确定控制器与基站间的通道不可 达, 或者, 在一定时间内, 如果接收到特定端口对应的 UDP ^艮文, 则确定控 制器与基站间的通道可达。  The detecting module 43 may be specifically configured to: if the receiving module does not receive the UDP packet corresponding to the designated port within a certain period of time, determine that the channel between the controller and the base station is unreachable, or, at a certain time If the UDP address corresponding to the specific port is received, it is determined that the channel between the controller and the base station is reachable.
所述发送的 UDP报文中包含报文的序列号和时间戳, 所述检测模块 43 可以具体用于: 根据所述发送模块发送的和所述接收模块接收的报文的序列 号和时间戳, 确定服务质量 QoS参数。  The sending UDP packet includes a sequence number and a timestamp of the packet, and the detecting module 43 is specifically configured to: according to the sequence number and timestamp of the packet sent by the sending module and received by the receiving module , determine the quality of service QoS parameters.
所述检测模块 43可以具体用于: 根据所述发送模块发送 UDP报文时的 发送时间和所述接收模块接收到所述 UDP报文时的接收时间, 确定时延; 或 者, 根据所述发送模块发送的 UDP报文的报文序号和所述接收模块接收的 UDP报文的报文序号, 确定丟包率。  The detecting module 43 may be specifically configured to: determine a delay according to a sending time when the sending module sends a UDP packet, and a receiving time when the receiving module receives the UDP packet; or, according to the sending The packet sequence number of the UDP packet sent by the module and the packet sequence number of the UDP packet received by the receiving module determine the packet loss rate.
该设备可以位于控制器内。  The device can be located inside the controller.
应用本发明实施例提供的检测设备实现检测的具体过程与前述方法实施 例类似, 此处不再赘述。 The specific process for implementing detection by using the detection device provided by the embodiment of the present invention and the implementation of the foregoing method The example is similar and will not be described here.
本实施例提供的检测设备可以通过控制器与基站间传输指定 UDP 端口 的 UDP ^艮文, 通过 UDP ^艮文进行传输状况的检测, 可以避免采用 ICMP才艮 文引起的问题, 可以提高检测性能和可靠性。  The detecting device provided by the embodiment can transmit the UDP file of the specified UDP port through the controller and the base station, and detect the transmission status through the UDP file, thereby avoiding the problem caused by using the ICMP, and improving the detection performance. And reliability.
图 5为本发明第四实施例的方法流程示意图, 一种控制器与基站间传输 检测方法, 包括:  FIG. 5 is a schematic flowchart of a method according to a fourth embodiment of the present invention, and a method for detecting a transmission between a controller and a base station, including:
步骤 51: 基站通过 UDP端口接收控制器发送的 UDP报文;  Step 51: The base station receives the UDP packet sent by the controller through the UDP port.
步骤 52: 所述基站在检测到所述 UDP端口为预先指定的 UDP端口后, 向所述控制器返回 UDP报文, 使得所述控制器根据发送的 UDP报文和接收 的 UDP报文, 确定控制器与基站间的传输状况。  Step 52: After detecting that the UDP port is a pre-designated UDP port, the base station returns a UDP packet to the controller, so that the controller determines, according to the sent UDP packet and the received UDP packet. The transmission status between the controller and the base station.
例如, 基站可以在检测到所述 UDP端口为预先指定的 UDP端口后, 通 过交换接收报文中的源互联网 IP地址和目的 IP地址, 将接收的 UDP报文原 封不动地返回给控制器。  For example, after detecting that the UDP port is a pre-designated UDP port, the base station may return the received UDP message to the controller by exchanging the source Internet IP address and the destination IP address in the received message.
本实施例通过与基站间传输指定 UDP端口的 UDP报文,通过 UDP报文 进行传输状况的检测, 可以避免采用 ICMP报文引起的问题, 可以提高检测 性能和可靠性。  In this embodiment, the UDP packet of the specified UDP port is transmitted between the base station and the UDP packet, and the UDP packet is used to detect the transmission status, which can avoid the problem caused by the ICMP packet, and improve detection performance and reliability.
图 6为本发明第五实施例的设备的结构示意图, 一种控制器与基站间传 输检测设备, 包括接收模块 61和发送模块 62; 接收模块 61用于通过用户数 据包协议 UDP端口接收控制器发送的 UDP报文;发送模块 62用于在检测到 所述接收模块 61接收的 UDP报文通过的所述 UDP端口为预先指定的 UDP 端口后, 向所述控制器返回 UDP报文, 使得所述控制器根据发送的 UDP报 文和接收的 UDP报文, 确定控制器与基站间的传输状况。  FIG. 6 is a schematic structural diagram of a device according to a fifth embodiment of the present invention, a transmission detection device between a controller and a base station, including a receiving module 61 and a sending module 62; and a receiving module 61 for receiving a controller through a user data packet protocol UDP port The UDP packet sent by the sending module 62 is configured to: after detecting that the UDP port that the UDP packet received by the receiving module 61 passes is a pre-designated UDP port, return a UDP packet to the controller, so that the UDP packet is sent to the controller. The controller determines the transmission status between the controller and the base station according to the sent UDP packet and the received UDP packet.
所述发送模块 62 可以具体用于在检测到所述 UDP 端口为预先指定的 UDP端口后, 通过交换接收报文中源互联网 IP地址和目的 IP地址向所述控 制器原封不动地返回接收到的 UDP报文。  The sending module 62 may be specifically configured to: after detecting that the UDP port is a pre-designated UDP port, returning to the controller through the exchange of the source Internet IP address and the destination IP address in the received message. UDP packet.
本实施例的设备可以位于基站内。 应用本发明实施例提供的检测设备实现检测的具体过程与前述方法实施 例类似, 此处不再赘述。 The device of this embodiment may be located in a base station. The specific process for implementing the detection by the detecting device provided by the embodiment of the present invention is similar to the foregoing method embodiment, and details are not described herein again.
本实施例提供的检测设备可以通过与控制器间传输指定端口的 UDP报 文, 通过 UDP报文进行传输状况的检测, 可以避免采用 ICMP报文引起的问 题, 可以提高检测性能和可靠性。  The detection device provided in this embodiment can detect the transmission status of the UDP packet by transmitting the UDP packet of the designated port with the controller, and can avoid the problem caused by the ICMP packet, which can improve the detection performance and reliability.
图 7为本发明第六实施例的系统的结构示意图, 一种控制器与基站间传 输检测系统, 包括控制器 71和基站 72; 其中, 控制器 71可以参加图 5对应 的实施例。 基站 72可以参见图 6对应的实施例, 不再赘述。  FIG. 7 is a schematic structural diagram of a system according to a sixth embodiment of the present invention, and a transmission detection system between a controller and a base station, including a controller 71 and a base station 72; wherein the controller 71 can participate in the embodiment corresponding to FIG. The base station 72 can refer to the corresponding embodiment in FIG. 6, and details are not described herein again.
本实施例提供的检测系统可以通过控制器与基站间传输指定端口的 UDP 报文, 通过 UDP报文进行传输状况的检测, 可以避免采用 ICMP报文引起的 问题, 可以提高检测性能和可靠性。  The detection system provided by the embodiment can transmit the UDP packet of the designated port between the controller and the base station, and detect the transmission status of the UDP packet, which can avoid the problem caused by the ICMP packet, and can improve the detection performance and reliability.
可以理解的是, 上述方法及设备中的相关特征可以相互参考。 另外, 上 述实施例中的 "第一" 、 "第二" 等是用于区分各实施例, 而并不代表各实 施例的优劣。  It can be understood that related features in the above methods and devices can be referred to each other. In addition, "first", "second", and the like in the above embodiments are used to distinguish the embodiments, and do not represent the advantages and disadvantages of the embodiments.
本领域普通技术人员可以理解: 实现上述方法实施例的全部或部分步骤 可以通过程序指令相关的硬件来完成, 前述的程序可以存储于计算机可读取 存储介质中, 该程序在执行时, 执行包括上述方法实施例的步骤; 而前述的 存储介质包括: ROM, RAM,磁碟或者光盘等各种可以存储程序代码的介质。  A person skilled in the art can understand that all or part of the steps of implementing the above method embodiments may be completed by using hardware related to program instructions. The foregoing program may be stored in a computer readable storage medium, and when executed, the program includes The foregoing steps of the method embodiment; and the foregoing storage medium includes: a medium that can store program codes, such as a ROM, a RAM, a magnetic disk, or an optical disk.
最后应说明的是: 以上实施例仅用以说明本发明的技术方案, 而非对其 限制; 尽管参照前述实施例对本发明进行了详细的说明, 本领域的普通技术 人员应当理解: 其依然可以对前述各实施例所记载的技术方案进行修改, 或 者对其中部分技术特征进行等同替换; 而这些修改或者替换, 并不使相应技 术方案的本质脱离本发明各实施例技术方案的精神和范围。  It should be noted that the above embodiments are only for explaining the technical solutions of the present invention, and are not intended to be limiting; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those skilled in the art that: The technical solutions described in the foregoing embodiments are modified, or some of the technical features are equivalently replaced. The modifications and substitutions do not depart from the spirit and scope of the technical solutions of the embodiments of the present invention.

Claims

权 利 要 求 Rights request
1、 一种控制器与基站间传输检测方法, 其特征在于, 包括:  A method for detecting a transmission between a controller and a base station, comprising:
控制器通过预先指定的用户数据包协议 UDP端口向基站发送 UDP报文; 控制器接收所述基站在检测到所述指定的 UDP端口后返回的 UDP报文; 控制器根据发送的 UDP报文和接收的 UDP报文, 确定控制器与基站间 的传输状况。  The controller sends a UDP packet to the base station through a pre-designated user data packet protocol UDP port; the controller receives the UDP packet returned by the base station after detecting the specified UDP port; and the controller sends the UDP packet according to the The received UDP packet determines the transmission status between the controller and the base station.
2、 根据权利要求 1所述的方法, 其特征在于, 所述控制器接收所述基站 在检测到所述指定的 UDP端口后返回的 UDP报文, 包括:  The method according to claim 1, wherein the controller receives the UDP packet returned by the base station after detecting the specified UDP port, and includes:
控制器接收所述基站在检测到所述指定的 UDP 端口后通过交换源互联 网 IP地址和目的 IP地址向所述控制器返回的 UDP报文。  The controller receives the UDP packet returned by the base station to the controller by exchanging the source Internet IP address and the destination IP address after detecting the specified UDP port.
3、 根据权利要求 1或 2所述的方法, 其特征在于, 所述控制器根据发送 的 UDP报文和接收的 UDP报文, 确定控制器与基站间的传输状况, 包括: 如果在一定时间内,所述控制器没有接收到所述指定端口对应的 UDP报 文, 则确定控制器与基站间的通道不可达, 或者, 在一定时间内, 如果接收 到所述指定端口对应的 UDP报文, 则确定控制器与基站间的通道可达。  The method according to claim 1 or 2, wherein the controller determines the transmission status between the controller and the base station according to the sent UDP message and the received UDP message, including: if at a certain time If the controller does not receive the UDP packet corresponding to the designated port, it is determined that the channel between the controller and the base station is unreachable, or the UDP packet corresponding to the specified port is received within a certain period of time. Then, it is determined that the channel between the controller and the base station is reachable.
4、 根据权利要求 2所述的方法, 其特征在于, 所述发送的 UDP报文中 包含报文的序列号和时间戳, 所述确定控制器与基站间的传输状况, 包括: 根据发送和接收的报文的序列号和时间戳, 确定服务质量 QoS参数。 The method according to claim 2, wherein the sent UDP packet includes a sequence number and a timestamp of the packet, and the determining a transmission status between the controller and the base station includes: The sequence number and timestamp of the received message determine the quality of service QoS parameters.
5、 根据权利要求 4所述的方法, 其特征在于, 所述根据发送和接收的报 文的序列号和时间戳, 确定 QoS参数, 包括: The method according to claim 4, wherein the determining the QoS parameter according to the sequence number and the timestamp of the sent and received message includes:
根据发送 UDP报文时的发送时间和接收到所述 UDP报文时的接收时间, 确定时延;  Determining the delay according to the sending time when the UDP packet is sent and the receiving time when the UDP packet is received;
或者,  Or,
根据发送的 UDP报文的报文序号和接收的 UDP报文的报文序号, 确定 丟包率。  The packet loss rate is determined according to the sequence number of the sent UDP packet and the sequence number of the received UDP packet.
6、 一种控制器与基站间传输检测设备, 其特征在于, 包括: 发送模块, 用于通过预先指定的用户数据包协议 UDP 端口向基站发送 UDP才艮文; 6. A transmission detection device between a controller and a base station, comprising: a sending module, configured to send a UDP packet to the base station by using a pre-designated user data packet protocol UDP port;
接收模块, 用于接收所述基站在检测到所述指定的 UDP 端口后返回的 UDP才艮文;  a receiving module, configured to receive, by the base station, a UDP packet returned after detecting the specified UDP port;
检测模块,用于根据所述发送模块发送的 UDP报文和所述接收模块接收 的 UDP报文, 确定控制器与基站间的传输状况。  The detecting module is configured to determine, according to the UDP packet sent by the sending module and the UDP packet received by the receiving module, a transmission status between the controller and the base station.
7、 根据权利要求 6所述的设备, 其特征在于, 所述接收模块具体用于接 收所述基站在检测到所述指定的 UDP端口后通过交换源互联网 IP地址和目 的 IP地址向所述控制器返回的 UDP报文。  The device according to claim 6, wherein the receiving module is configured to receive, by the base station, the switching source IP address and the destination IP address to the control after detecting the specified UDP port. UDP packet returned by the device.
8、 根据权利要求 6或 7所述的设备, 其特征在于, 所述检测模块具体用 于:  The device according to claim 6 or 7, wherein the detecting module is specifically used for:
如果在一定时间内, 所述接收模块没有接收到所述指定端口对应的 UDP 报文, 则确定控制器与基站间的通道不可达, 或者, 在一定时间内, 如果接 收到特定端口对应的 UDP报文, 则确定控制器与基站间的通道可达。  If the receiving module does not receive the UDP packet corresponding to the designated port within a certain period of time, it is determined that the channel between the controller and the base station is unreachable, or, within a certain period of time, if the UDP corresponding to the specific port is received, The message determines that the channel between the controller and the base station is reachable.
9、 根据权利要求 6所述的设备, 其特征在于, 所述发送的 UDP报文中 包含报文的序列号和时间戳, 所述检测模块具体用于: 根据所述发送模块发 送的和所述接收模块接收的报文的序列号和时间戳,确定服务质量 QoS参数。  The device according to claim 6, wherein the sent UDP packet includes a sequence number and a timestamp of the packet, and the detecting module is specifically configured to: according to the sum sent by the sending module The sequence number and timestamp of the packet received by the receiving module are determined, and the quality of service QoS parameter is determined.
10、 根据权利要求 9所述的设备, 其特征在于, 所述检测模块具体用于: 根据所述发送模块发送 UDP报文时的发送时间和所述接收模块接收到 所述 UDP报文时的接收时间 , 确定时延;  The device according to claim 9, wherein the detecting module is specifically configured to: according to a sending time when the sending module sends a UDP packet, and when the receiving module receives the UDP packet Receiving time, determining the delay;
或者,  Or,
根据所述发送模块发送的 UDP报文的报文序号和所述接收模块接收的 UDP报文的报文序号, 确定丟包率。  The packet loss rate is determined according to the packet sequence number of the UDP packet sent by the sending module and the packet sequence number of the UDP packet received by the receiving module.
11、 一种控制器与基站间传输检测方法, 其特征在于, 包括:  A method for detecting a transmission between a controller and a base station, comprising:
基站通过用户数据包协议 UDP端口接收控制器发送的 UDP报文; 所述基站在检测到所述 UDP端口为预先指定的 UDP端口后, 向所述控 制器返回 UDP报文,使得所述控制器根据发送的 UDP报文和接收的 UDP报 文, 确定控制器与基站间的传输状况。 Receiving, by the base station, the UDP packet sent by the controller by using a UDP port of the user data packet; the base station, after detecting that the UDP port is a pre-designated UDP port, The controller returns a UDP packet, so that the controller determines the transmission status between the controller and the base station according to the sent UDP packet and the received UDP packet.
12、 根据权利要求 11所述的方法, 其特征在于, 所述向所述控制器返回 UDP才艮文, 包括:  The method according to claim 11, wherein the returning the UDP message to the controller comprises:
通过交换源互联网 IP地址和目的 IP地址向所述控制器返回 UDP报文。 The UDP packet is returned to the controller by exchanging the source Internet IP address and the destination IP address.
13、 一种控制器与基站间传输检测设备, 其特征在于, 包括: 13. A transmission detection device between a controller and a base station, comprising:
接收模块, 用于通过用户数据包协议 UDP端口接收控制器发送的 UDP 报文;  a receiving module, configured to receive, by using a user data packet protocol, a UDP port, a UDP packet sent by the controller;
发送模块,用于在检测到所述接收模块接收的 UDP报文通过的所述 UDP 端口为预先指定的 UDP端口后, 向所述控制器返回 UDP报文, 使得所述控 制器根据发送的 UDP报文和接收的 UDP报文, 确定控制器与基站间的传输 状况。  a sending module, configured to: after detecting that the UDP port that the UDP packet received by the receiving module passes is a pre-designated UDP port, return a UDP packet to the controller, so that the controller is configured according to the sent UDP The packet and the received UDP packet determine the transmission status between the controller and the base station.
14、 根据权利要求 13所述的设备, 其特征在于, 所述发送模块具体用于 在检测到所述 UDP端口为预先指定的 UDP端口后, 通过交换源互联网 IP地 址和目的 IP地址向所述控制器返回 UDP报文。  The device according to claim 13, wherein the sending module is specifically configured to: after detecting that the UDP port is a pre-designated UDP port, exchange the source Internet IP address and the destination IP address to the The controller returns a UDP packet.
15、 一种控制器与基站间传输检测系统, 其特征在于, 包括:  15. A transmission detection system between a controller and a base station, comprising:
如权利要求 6-10任一项所述的设备, 以及,  A device according to any one of claims 6 to 10, and
如权利要求 13-14任一项所述的设备。  Apparatus according to any of claims 13-14.
PCT/CN2011/074053 2011-05-13 2011-05-13 Detection method, device and system of transmission between controller and base station WO2011124182A2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/CN2011/074053 WO2011124182A2 (en) 2011-05-13 2011-05-13 Detection method, device and system of transmission between controller and base station
CN2011800016396A CN102301765A (en) 2011-05-13 2011-05-13 Detection method, device and system of transmission between controller and base station

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2011/074053 WO2011124182A2 (en) 2011-05-13 2011-05-13 Detection method, device and system of transmission between controller and base station

Publications (2)

Publication Number Publication Date
WO2011124182A2 true WO2011124182A2 (en) 2011-10-13
WO2011124182A3 WO2011124182A3 (en) 2012-04-12

Family

ID=44763328

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2011/074053 WO2011124182A2 (en) 2011-05-13 2011-05-13 Detection method, device and system of transmission between controller and base station

Country Status (2)

Country Link
CN (1) CN102301765A (en)
WO (1) WO2011124182A2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115933615A (en) * 2023-01-03 2023-04-07 重庆长安汽车股份有限公司 Vehicle controller testing method and device, electronic equipment and storage medium

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106713345A (en) * 2017-01-11 2017-05-24 深圳云视融通科技有限公司 Streaming media transmission method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101026504A (en) * 2006-02-24 2007-08-29 华为技术有限公司 Network for formance measuring method
CN101321092A (en) * 2008-07-07 2008-12-10 上海华为技术有限公司 Method and device for measuring service quality of internet protocol transmission network
CN101572900A (en) * 2009-06-12 2009-11-04 华为技术有限公司 Network topology detection method as well as device, base station controller and node thereof
CN102035692A (en) * 2009-09-30 2011-04-27 中兴通讯股份有限公司 Method and device for detecting quality of link

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101026504A (en) * 2006-02-24 2007-08-29 华为技术有限公司 Network for formance measuring method
CN101321092A (en) * 2008-07-07 2008-12-10 上海华为技术有限公司 Method and device for measuring service quality of internet protocol transmission network
CN101572900A (en) * 2009-06-12 2009-11-04 华为技术有限公司 Network topology detection method as well as device, base station controller and node thereof
CN102035692A (en) * 2009-09-30 2011-04-27 中兴通讯股份有限公司 Method and device for detecting quality of link

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115933615A (en) * 2023-01-03 2023-04-07 重庆长安汽车股份有限公司 Vehicle controller testing method and device, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN102301765A (en) 2011-12-28
WO2011124182A3 (en) 2012-04-12

Similar Documents

Publication Publication Date Title
US11611498B2 (en) Round-trip time evaluation system, method, and apparatus
EP2953296B1 (en) Systems and methods for measuring available capacity and tight link capacity of ip paths from a single endpoint
JP5507266B2 (en) Video stream over multiple interfaces
US7830809B2 (en) Methods and apparatus for characterizing a route in a fibre channel fabric
US7729328B2 (en) Real-time sessions for wireless mesh networks
US20210211937A1 (en) Data Transmission Method, Apparatus, and System
WO2011144141A1 (en) Method, system and network device for congestion control
WO2010111896A1 (en) Method, apparatus and system for measuring ip network performance and controlling quality of service
WO2011079702A1 (en) Method, device and router for packet loss detection
WO2014048137A1 (en) Measuring method, device and system for network packet loss
KR101521897B1 (en) Feedback protocol for end-to-end multiple path network systems
WO2010003365A1 (en) Method and device for measuring quality of service of internet protocol transmission network
WO2008035862A1 (en) Method and apparatus for transmitting transport stream packets
CN113872726B (en) Method, device and system for adjusting sending rate in near field communication scene
WO2013044827A1 (en) Test method for trace route and system, apparatus and device thereof
WO2014019528A1 (en) Method, device and system for multipath tcp congestion control
WO2011144114A2 (en) Method, device and system for detecting path information
CN102769520B (en) Wireless network congestion control method based on stream control transmission protocol (SCTP)
JP2013535131A (en) Data transmission over several different networks
US11533656B2 (en) Method of traffic and congestion control for a network with quality of service
WO2009026824A1 (en) A method, device and system for transferring multiplex messages
WO2012071851A1 (en) Method and apparatus for adjusting bidirectional forwarding detection transmission interval according to network jitter
JP7450042B2 (en) Multicast packet detection methods, network devices, and systems
Netalkar et al. mmCPTP: A cross-layer pull based transport protocol for 5g mmwave networks
WO2011124184A2 (en) Method, destination network node apparatus and mobile transmission network system for processing packet loss

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 201180001639.6

Country of ref document: CN

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

Ref document number: 11765100

Country of ref document: EP

Kind code of ref document: A2

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 11765100

Country of ref document: EP

Kind code of ref document: A2