[go: up one dir, main page]

WO2017132972A1 - Procédé, système et dispositif de transmission de paquet de données de liaison descendante d'appel de groupe - Google Patents

Procédé, système et dispositif de transmission de paquet de données de liaison descendante d'appel de groupe Download PDF

Info

Publication number
WO2017132972A1
WO2017132972A1 PCT/CN2016/073589 CN2016073589W WO2017132972A1 WO 2017132972 A1 WO2017132972 A1 WO 2017132972A1 CN 2016073589 W CN2016073589 W CN 2016073589W WO 2017132972 A1 WO2017132972 A1 WO 2017132972A1
Authority
WO
WIPO (PCT)
Prior art keywords
group call
core network
network device
multicast
base station
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
PCT/CN2016/073589
Other languages
English (en)
Chinese (zh)
Inventor
陈钢
尧俊峰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hytera Communications Corp Ltd
Original Assignee
Hytera Communications Corp Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hytera Communications Corp Ltd filed Critical Hytera Communications Corp Ltd
Priority to PCT/CN2016/073589 priority Critical patent/WO2017132972A1/fr
Publication of WO2017132972A1 publication Critical patent/WO2017132972A1/fr
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/06Selective distribution of broadcast services, e.g. multimedia broadcast multicast service [MBMS]; Services to user groups; One-way selective calling services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W8/00Network data management
    • H04W8/26Network addressing or numbering for mobility support

Definitions

  • the present invention relates to the field of communications technologies, and in particular, to a group call downlink data packet transmission method.
  • the high-speed data service represented by video services is one of the fastest-growing cluster services.
  • the high-speed data service brings more and more pressure to the bearer network between the cluster core network and the base station.
  • FIG. 1 is a schematic diagram of a cluster system transmitting data by using a unicast transmission mode.
  • the group call of the cluster includes three terminals: the terminal A of the base station 1 , the terminal B of the base station 2, and the terminal C of the base station 3, and the data source (source) Transmitting a data stream of downlink data to the group call user (ie, terminals A, B, and C), wherein the core network gateway (Gateway, GW) transmits the data from the data source to the base station participating in the group call by using a point-to-point transmission method. .
  • the core network gateway Gateway, GW
  • the specific process includes: the data source source sends a unicast data to the core network gateway; the core network gateway separately copies and sends a data for each base station participating in the group call, and a total of three base stations participate in the group call, that is, the original one
  • the data needs to be copied into three transmissions; each data packet arrives at each base station independently through an IP (Internet Protocol) bearer network; the base station transmits data to the terminal through the group call downlink shared channel.
  • IP Internet Protocol
  • the bearer network between the cluster core network and the base station uses the traditional unicast point-to-point transmission mode. Since each base station participating in the group call needs to separately copy one data and transmit it to the base station through the bearer network, it has the following defects: 1. There is a large amount of redundant traffic in the bearer network, which seriously reduces the transmission efficiency of the bearer network. 2. The core network gateway needs to copy and distribute multiple copies of data, and increases the CPU (Central Processing Unit) load to reduce performance. These deficiencies severely reduce the capacity and performance of cluster services.
  • CPU Central Processing Unit
  • the embodiment of the invention provides a group call downlink data packet transmission method, so as to improve the transmission efficiency of the bearer network and the performance of the core network in the scenario of downlink transmission of the group call, and improve the capacity and performance of the cluster service.
  • a first aspect of the present invention provides a group call downlink data packet transmission method, including: a core network device When the group call request is received, a multicast distribution tree is established for the group that initiates the group call, where the multicast distribution tree uses the core network device as a multicast source, and at least a plurality of terminals in the group belong to One base station is a leaf node; the core network device distributes the group call downlink data packet to the at least one base station via the multicast distribution tree, so that the group call downlink data packet is forwarded by the at least one base station to the a plurality of terminals; the core network device deletes the multicast distribution tree when the group call ends.
  • a second aspect of the present invention provides a group call downlink data packet transmission system, including: a control module, configured to enable a core network device to establish a multicast distribution tree for a group that initiates a group call when receiving a group call request,
  • the multicast distribution tree uses the core network device as a multicast source, and at least one base station to which the plurality of terminals in the group belong is a leaf node; and the transmission module is configured to enable the core network device to downlink data of the group call Distributing the packet to the at least one base station via the multicast distribution tree, so that the group call downlink data packet is forwarded by the at least one base station to the multiple terminals; and the control module is further configured to: The network device deletes the multicast distribution tree when the group call ends.
  • a third aspect of the present invention provides a core network device, including: a processor, a memory, a bus, and a communication interface; the memory is configured to store a program, and the processor is connected to the memory through the bus, when the core When the network device is running, the processor executes the program stored by the memory to cause the core network device to perform the group call downlink data packet transmission method according to the first aspect of the present invention.
  • a fourth aspect of the present invention provides a group call service processing system, including the foregoing core network device, and a bearer network and a base station.
  • a fifth aspect of the invention provides a computer readable storage medium storing one or more programs, the one or more programs comprising instructions, when executed by a core network device comprising one or more processors, And causing the core network device to perform the group call downlink data packet transmission method according to the first aspect of the present invention.
  • the group call downlink data packet is distributed to the base station through the multicast distribution tree, thereby realizing
  • the multicast (point-to-multipoint) transmission method is adopted between the core network and the base station, and the following technical effects are obtained:
  • the core network only transmits one data to all the base stations participating in the group call, so that the data can be transmitted simultaneously for multiple base stations, compared with the traditional point-to-point unicast transmission mode.
  • group call downlink transmission it can reduce redundant traffic and greatly save resources. Effectively improve the transmission efficiency of the bearer network and the performance of the core network, thereby improving the capacity and performance of the cluster service;
  • FIG. 1 is a schematic diagram of a cluster system transmitting data by using a unicast transmission method
  • FIG. 2 is a schematic diagram of a schematic diagram of a cluster system and a multicast transmission mode
  • FIG. 3 is a schematic flowchart of a group call downlink data packet transmission method according to an embodiment of the present invention.
  • FIG. 4 is a schematic diagram of a group call packet protocol stack in a broadband cluster system
  • FIG. 5 is a schematic diagram of a process of establishing and using a multicast distribution tree in a broadband cluster system
  • FIG. 6 is a schematic structural diagram of a group call downlink data packet transmission system according to an embodiment of the present invention.
  • FIG. 7 is a schematic structural diagram of a core network device according to an embodiment of the present invention.
  • the technical solution of the embodiment of the present invention is applied to a cluster system.
  • the architecture of the cluster system is as shown in FIG. 2, and includes a core network, a bearer network, a base station, and a terminal, where the core network is connected to multiple base stations through a bearer network, and the bearer network is Specifically, it may be an IP bearer network.
  • the cluster system may be a broadband cluster system, such as an LTE (Long Term Evolution) broadband cluster system, or a narrowband cluster system such as a PDT (Professional Digtal Trunking) cluster system.
  • LTE Long Term Evolution
  • PDT Professional Digtal Trunking
  • the core network can have different core network devices.
  • the core network may include an eMME (enhanced Mobility Management Entity), a TCF (Trunking Control Function), and an eHSS (enhanced Home Subscriber Server). Servers, xGW (X Gateway, Cluster Gateway), TMF (Trunking Media Function, Cluster Media Function Module), five types of network elements, where xGW is the core network gateway (Gateway, GW).
  • the core network device may be a switch, and the switch implements the functions of the above five network elements.
  • this aspect proposes a transmission technology scheme for transmitting a downlink packet of a group call using a multicast technology on a bearer network between a core network and a base station, and the core idea is: a cluster system and a data communication field.
  • the multicast technology is combined, and considering the capacity limitation of the routers at all levels of the bearer network in the actual network deployment, the multicast distribution tree is established in a dynamic establishment manner, that is, when the terminal initiates a group call, the cluster core network and the base station
  • the multicast distribution tree is dynamically established on the bearer network for the group to which the terminal belongs.
  • the dynamically generated multicast distribution tree can be used to distribute the group call downlink data packet, and the group call downlink data packet is transmitted to each participant through the multicast distribution tree.
  • the base station is configured to reduce the redundant traffic in the bearer network, improve the transmission efficiency, and prevent the core network device from replicating and distributing multiple data, reducing the CPU load of the core network device, improving the performance of the core network device, thereby improving the capacity of the cluster service and performance.
  • the multicast distribution tree is deleted immediately to avoid consuming the bandwidth of the bearer network.
  • the method can improve the number of group calls that use multicast in the bearer network, reduce the delay caused by the replication and distribution of the downlink packets of the group call, and reduce the consumption of the bandwidth of the bearer network.
  • the IP bearer network multicast technology used in the embodiment of the present invention includes the group member management protocol IGMPv3 (Internet Group Management Protocol v3, the third version of the Internet Group Management Protocol) and the multicast routing protocol PIM-SSM (Protocol-Independent Multicast–Source Specific) Multicast, protocol independent - specific source multicast).
  • IGMPv3 is used by the base station to join and exit the bearer network.
  • Multicast is configured to establish, on the bearer network router, a multicast distribution tree in which the core network device, such as the core network gateway GW, is the source and the participating base station is the leaf node.
  • FIG. 3 is a schematic flowchart of a group call downlink data packet transmission method according to an embodiment of the present invention.
  • the method may include:
  • the core network device when receiving the group call request, establishes a multicast distribution tree for the group that initiates the group call, where the multicast distribution tree uses the core network device as a multicast source, and the multiple terminals belong to At least one base station is a leaf node.
  • the first implementation of the method in the embodiment of the present invention is to establish a multicast distribution tree on the bearer network.
  • the core network device when a terminal in the group initiates a group call request to the core network, the core network device establishes a multicast distribution tree for the group.
  • the group includes a plurality of terminals in the cluster system, and the information of the group may be pre-configured and recorded in the core network device.
  • the cluster system may allocate a bearer network multicast address for the group that initiates the group call during the process of establishing the group call service signaling.
  • the terminal initiates a group call request to the TCF of the core network, and after receiving the group call request, the TCF sends a request to the eMME to invite the group to which the terminal belongs to join the group call, and the eMME notifies the core network gateway to allocate a multicast address to the group.
  • the eMME transmits the multicast address to the base station participating in the group call, and triggers the base station to join the multicast to the upper-layer router (the router in the bearer network) by using the group member management protocol IGMPv3, and bear the network router for each group to which the terminal belongs.
  • the multicast routing protocol PIM-SSM a multicast distribution tree with the core network gateway as the multicast source (or source) and the participating base station as the leaf node can be established.
  • the core network device may be a switch, and the functions of the TCF, the eMME, and the core network gateway are implemented by the switch, and the established multicast distribution tree uses the switch as a multicast source.
  • the process of establishing a multicast distribution tree may include: the core network device assigning a multicast address to the group in the bearer network, and transmitting the multicast address to the at least one base station, triggering the The at least one base station joins the multicast according to the multicast address, and establishes a multicast distribution tree in which the core network device is a multicast source and the at least one base station is a leaf node.
  • the specific triggering process may include: triggering, by the at least one base station, to apply for joining multicast to each of the upper-level routers in the bearer network according to the multicast address, so that routers at all levels in the bearer network are established.
  • the core network device is a multicast source
  • the at least one base station is a multicast distribution tree of a leaf node.
  • the core network device distributes the group call downlink data packet to the at least one base station by using the multicast distribution tree, so that the group call downlink data packet is forwarded by the at least one base station to the multiple terminals.
  • the second implementation process of the method in the embodiment of the present invention is to use the multicast distribution tree established on the bearer network to transmit the group call downlink data packet of the group.
  • the data source sends a unicast data to the core network gateway.
  • the core network gateway does not separately copy and send a piece of data for each base station participating in the group call, but forwards the data to the IP bearer network.
  • the data packet arrives at each base station in the IP bearer network according to the multicast distribution tree.
  • the base station transmits data to the terminal through the group call downlink shared channel.
  • the core network gateway receives the group call downlink data packet of the data source, sets the destination IP address of the outermost IP header of the data packet to the bearer network multicast IP address, and then uses the multicast packet as the source of the multicast distribution. Send to the bearer network. Different from the point-to-point unicast mode, the core network gateway only sends a group call downlink data packet to the bearer network.
  • the bearer network transmits the group call downlink data packet to the leaf node base station according to the multicast distribution tree generated by the multicast routing protocol PIM-SSM.
  • the base station further transmits the group call downlink data packet to the terminal by using the group call downlink shared channel.
  • the core network device may specifically be a switch, and the function of the core network gateway is implemented by the switch.
  • the process of transmitting data using a multicast distribution tree includes:
  • the core network device receives the group call downlink data packet sent by the data source in a unicast manner; the core network device sends the outermost layer of the group call downlink data packet.
  • the destination address of the IP header is set to the multicast address of the group; the core network device sends the group call downlink data packet that is configured as described above to the bearer network along the multicast distribution tree, so that the group call downlink A data packet is distributed to the at least one base station along the multicast distribution tree in the bearer network.
  • the multicast transmission mode is adopted to avoid redundant traffic in the IP bearer network, To effectively improve the transmission efficiency of the bearer network and the performance of the core network equipment.
  • the core network device deletes the multicast distribution tree when the group call ends.
  • the step of deleting the multicast distribution tree is the third implementation process of the method of the embodiment of the present invention.
  • the core network device when the group call service ends, triggers the base station to exit the multicast.
  • the triggering operation includes: the core network device instructing the at least one base station to completely quit the multicast to complete the deletion of the multicast distribution tree.
  • the base station can use the IGMPv3 protocol to send an IGMP leave message to its upper-level router to request to exit the multicast.
  • the bearer network router updates the multicast distribution tree according to the multicast routing protocol PIM-SSM. When all participating base stations exit the multicast, the multicast distribution tree is completely deleted.
  • the TAIs are complex representations of the TAI (Tracking Area Identity).
  • the core network only transmits one data to all the base stations participating in the group call, so that the data can be transmitted simultaneously for multiple base stations, compared with the traditional point-to-point unicast transmission mode.
  • group call downlink transmission redundant traffic can be reduced, resources are greatly saved, and the transmission efficiency of the bearer network and the performance of the core network are effectively improved, thereby improving the capacity and performance of the cluster service;
  • an application scenario in which a cluster system performs a group call service in a broadband cluster system is taken as an example.
  • the group call packet protocol stack in the broadband cluster system is shown.
  • the IP packets on both sides of the core network gateway and the base station use the bearer network multicast address, and the bearer network uses the multicast address to implement the multicast function.
  • Multicast address and GTP-U GPRS Tunneling Protocol for the user plane, user-level GPRS (General Packet Radio Service) tunneling protocol) header TEID (Tunnel Endpoint ID), the bearer network multicast address assigned to the core network gateway and GTP-U TEID carried by the multicast downlink.
  • the broadband cluster system includes a terminal, a base station (eNB), a carrier network, and a core network.
  • the core network includes five network elements: eMME, TCF, eHSS, xGW, and TMF, where xGW is a core network gateway, and the bearer is a core network gateway.
  • the network includes routers.
  • FIG. 5 is a schematic diagram of a process of establishing and using a multicast distribution tree.
  • the specific process may include:
  • the user equipment can initiate a group call to a group and send a group call request to the TCF after the LTE Attach process and the SIP (Session Initiation Protocol) Register process.
  • the TCF After receiving the group call request, the TCF sends a request (Invite) to the eMME to invite the terminal of the group to join the group call.
  • the eMME sends a Create Group Bearer Request message to the xGW to request the xGW to establish a multicast downlink bearer.
  • the xGW establishes a multicast downlink bearer.
  • the group is assigned a multicast add address (Multicast addr), and the GTP-U TEID of the multicast downlink bearer is allocated, and the allocated multicast is allocated.
  • the address and GTP-U TEID are returned to the eMME via the Create Group Response message.
  • the Create Group Response message may also include a core network gateway address (xGW addr).
  • the eMME checks whether the base station (eNB) under the tracking area identifier list (TAI List) of the group call UE has joined the multicast. If the base station has not joined the multicast, the eMME sends an Initial Context Setup Request message to the base station to request it to join the multicast. The message carries the Multicast addr and the GTP-U TEID and the xGW addr.
  • TAI List tracking area identifier list
  • the base station establishes a group context, and sends an IGMP Join message to the upper-layer router located in the bearer network to indicate that the multicast address of the multicast address is to be monitored.
  • the router in the bearer network receives the IGMP Join message and uses the PIM-SSM protocol to establish a multicast distribution tree with the xGW as the source and the base station as the leaf node.
  • the base station returns an Initial Context Setup Response message to the eMME.
  • the group call data is transmitted. Even if the group of terminals is distributed under a plurality of different base stations, the xGW only needs to issue one group call packet, and does not need to copy and distribute multiple copies.
  • the data packet arrives at each base station according to the multicast distribution tree, and finally is transmitted to the terminal. As can be seen from the figure, the one that arrives at xGW is a single Broadcast data, xGW downlink transmission is multicast data.
  • the core network device eMME When the group call ends (TCF receives the group call release request), the core network device eMME notifies the base station to exit the multicast, and the base station sends an IGMP leave message to its upper-level router to exit the multicast. When all base stations exit the multicast, the multicast distribution tree of the bearer network is completely deleted.
  • the example method of the present invention has been described by taking a broadband cluster system as an example. It should be noted that, in a narrowband cluster system, such as a PDT cluster system, the process of performing a group call service is similar to the foregoing process. The difference may be that the core network device is a switch, and the switch performs five types of network elements in the broadband system. Features. This article will not be detailed.
  • the downlink group call data between the base station and the core network is transmitted by using multicast mode
  • the core network device for example, the xGW, allocates the multicast address and the TEID of the GTP-U tunnel on the base station side in the group call establishment process, and the base station joins the multicast station in the TAI List by the eMME, and establishes the base station included in the TAI List combination as the area. Bearer network multicast.
  • the multicast distribution tree is dynamically generated during the group call establishment process and is deleted immediately when the group call ends. There are fewer restrictions on the number of router multicast trees in the bearer network.
  • the IP bearer network traffic can be reduced, the system group call capacity can be increased, the core network hardware configuration can be reduced, and the core network construction cost can be saved.
  • the delay caused by the core network replication and distribution of multiple group call data can be reduced.
  • an embodiment of the present invention provides a group call downlink data packet transmission system 600, which may include:
  • the control module 610 is configured to enable the core network device to establish a multicast distribution tree for the group that initiates the group call when receiving the group call request, where the multicast distribution tree uses the core network device as a multicast source.
  • At least one base station to which the plurality of terminals in the group belong is a leaf node;
  • the transmitting module 620 is configured to enable the core network device to send the group call downlink data packet to the multicast distribution Distributing the tree to the at least one base station, so that the group call downlink data packet is forwarded by the at least one base station to the multiple terminals;
  • the control module 610 is further configured to: when the core network device ends, delete the multicast distribution tree.
  • control module 610 includes:
  • An address allocation unit 6101 configured to enable the core network device to allocate a multicast address in the bearer network for the group
  • An address delivery unit 6102 configured to send the multicast address to the at least one base station
  • the triggering unit 6103 is configured to trigger the at least one base station to join the multicast according to the multicast address, and establish the multicast distribution tree.
  • the triggering unit 6103 is specifically configured to trigger the at least one base station to apply for joining multicast to each of the upper-level routers in the bearer network according to the multicast address, so that the bearer network The routers at all levels establish the multicast distribution tree.
  • the transmission module 620 includes:
  • the receiving unit 6201 is configured to: after the group initiates the group call, enable the core network device to receive the group call downlink data packet sent by the data source in a unicast manner;
  • the setting unit 6202 is configured to enable the core network device to set a destination address of an outermost IP header of the group call downlink data packet to a multicast address of the group;
  • the sending unit 6203 is configured to enable the core network device to send the group call downlink data packet that is configured to be sent to the bearer network along the multicast distribution tree, so that the group call downlink data packet is in the bearer network.
  • the multicast distribution tree is distributed to the at least one base station.
  • control module 610 further includes:
  • the indicating unit 6104 is configured to enable the core network device to instruct the at least one base station to quit the multicast when the group call ends, and complete the deletion of the multicast distribution tree.
  • the multicast distribution tree is dynamically established, and the multicast transmission mode is adopted between the core network and the base station, which can increase the number of group calls used by the bearer network, reduce the bandwidth consumption of the bearer network, and effectively improve the transmission efficiency of the bearer network. And core network performance to increase the capacity and performance of cluster services.
  • an embodiment of the present invention further provides a core network device 700, which may include:
  • the memory 702 is configured to store a program 705, the processor 701 is connected to the memory 702 via the bus 703, when the core network device 700 is running
  • the processor 701 executes the program 705 stored by the memory 702 to enable the core network device 700 to perform the group call downlink data packet transmission method as described in the foregoing embodiments.
  • the bus 703 may be an Industry Standard Architecture (ISA) bus or a Peripheral Component (PCI) bus or an Extended Industry Standard Architecture (EISA). Bus, etc.
  • ISA Industry Standard Architecture
  • PCI Peripheral Component
  • EISA Extended Industry Standard Architecture
  • the bus can be divided into one or more of an address bus, a data bus, and a control bus. For ease of representation, only one thick line is shown in the figure, but it does not mean that there is only one or one type of bus.
  • the memory 702 is configured to store executable program code, the program code including computer operating instructions.
  • the memory 702 may include a high speed RAM (Ramdom Access Memory) memory.
  • the memory 702 may further include a non-volatile memory.
  • the memory 702 can include a disk storage.
  • the processor 701 may be a central processing unit (CPU), or the processor 801 may be an Application Specific Integrated Circuit (ASIC), or the processor 701 may Is one or more integrated circuits that are configured to implement embodiments of the present invention.
  • CPU central processing unit
  • ASIC Application Specific Integrated Circuit
  • the core network device in the embodiment of the present invention may be, for example, a core network gateway, a switch, or the like.
  • the function of each function module of the core network device may be specifically implemented according to the method in the foregoing method embodiment. For the specific implementation process, reference may be made to the related description in the foregoing method embodiments, and details are not described herein again.
  • Embodiments of the present invention also provide a computer readable storage medium storing one or more programs, the one or more programs including instructions, when executed by a core network device including one or more processors, The core network device is configured to perform the group call downlink data packet transmission method as described in the foregoing embodiments.
  • the present invention also provides a corresponding group call service processing system, including the above core network device, and a bearer network and a base station.
  • a group call service processing system including the above core network device, and a bearer network and a base station.
  • the technical solution of the present invention may contribute to the prior art or all or part of the technical solution may be embodied in the form of a software product stored in a storage medium.
  • a number of instructions are included to cause a computer device (which may be a personal computer, server, or network device, etc.) to perform all or part of the steps of the various embodiments of the present invention.
  • the foregoing storage medium includes: a U disk, a mobile hard disk, a read-only memory (ROM), a random access memory (RAM), a magnetic disk, or an optical disk, and the like.

Landscapes

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

Abstract

L'invention concerne un procédé de transmission de paquet de données de liaison descendante d'appel de groupe, destiné à être utilisé pour améliorer de manière efficace l'efficacité de transmission de réseau de support et les performances de réseau central dans le scénario d'une transmission en liaison descendante d'appel de groupe, permettant ainsi d'améliorer la capacité et les performances de services de groupe. Dans certaines manières de mise en œuvre faisables de la présente invention, le procédé comprend les opérations suivantes : un dispositif de réseau central établit un arbre de distribution de multidiffusion pour un groupe initiant un appel de groupe lorsque le dispositif de réseau central reçoit une requête d'appel de groupe, l'arbre de distribution de multidiffusion utilisant le dispositif de réseau central comme source de multidiffusion et utilisant au moins une station de base à laquelle de multiples terminaux dans le groupe appartiennent comme nœud feuille; le dispositif de réseau central distribue des paquets de données de liaison descendante d'appel de groupe à la ou aux stations de base au moyen de l'arbre de distribution de multidiffusion, de telle sorte que les paquets de données de liaison descendante d'appel de groupe sont transférés à de multiples terminaux par la ou les stations de base; et le dispositif de réseau central supprime l'arbre de distribution de multidiffusion lorsque l'appel de groupe se termine.
PCT/CN2016/073589 2016-02-05 2016-02-05 Procédé, système et dispositif de transmission de paquet de données de liaison descendante d'appel de groupe Ceased WO2017132972A1 (fr)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/CN2016/073589 WO2017132972A1 (fr) 2016-02-05 2016-02-05 Procédé, système et dispositif de transmission de paquet de données de liaison descendante d'appel de groupe

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2016/073589 WO2017132972A1 (fr) 2016-02-05 2016-02-05 Procédé, système et dispositif de transmission de paquet de données de liaison descendante d'appel de groupe

Publications (1)

Publication Number Publication Date
WO2017132972A1 true WO2017132972A1 (fr) 2017-08-10

Family

ID=59499152

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/073589 Ceased WO2017132972A1 (fr) 2016-02-05 2016-02-05 Procédé, système et dispositif de transmission de paquet de données de liaison descendante d'appel de groupe

Country Status (1)

Country Link
WO (1) WO2017132972A1 (fr)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112004224A (zh) * 2019-05-27 2020-11-27 成都鼎桥通信技术有限公司 一种号码寻址方法
WO2025112174A1 (fr) * 2023-12-01 2025-06-05 广州市弘宇科技有限公司 Architecture et procédé de communication convergente d'agent intelligent basés sur un modèle de réseau de neurones artificiels

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102857873A (zh) * 2011-06-30 2013-01-02 中兴通讯股份有限公司 基于td-lte的宽带数字集群系统及其数据传输方法
CN103024678A (zh) * 2012-12-17 2013-04-03 海能达通信股份有限公司 Dmr基站中传输中速媒体业务数据的方法、装置及系统
US20140162700A1 (en) * 2007-02-16 2014-06-12 Qualcomm Incorporated Method and apparatus for registration of location information of wireless devices in a wireless communication network supporting multicast calls
CN103874025A (zh) * 2012-12-10 2014-06-18 中兴通讯股份有限公司 一种集群核心网设备、集群基站及集群承载的建立方法
CN105764034A (zh) * 2016-02-05 2016-07-13 海能达通信股份有限公司 组呼下行数据包传输方法和系统及设备

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140162700A1 (en) * 2007-02-16 2014-06-12 Qualcomm Incorporated Method and apparatus for registration of location information of wireless devices in a wireless communication network supporting multicast calls
CN102857873A (zh) * 2011-06-30 2013-01-02 中兴通讯股份有限公司 基于td-lte的宽带数字集群系统及其数据传输方法
CN103874025A (zh) * 2012-12-10 2014-06-18 中兴通讯股份有限公司 一种集群核心网设备、集群基站及集群承载的建立方法
CN103024678A (zh) * 2012-12-17 2013-04-03 海能达通信股份有限公司 Dmr基站中传输中速媒体业务数据的方法、装置及系统
CN105764034A (zh) * 2016-02-05 2016-07-13 海能达通信股份有限公司 组呼下行数据包传输方法和系统及设备

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112004224A (zh) * 2019-05-27 2020-11-27 成都鼎桥通信技术有限公司 一种号码寻址方法
WO2025112174A1 (fr) * 2023-12-01 2025-06-05 广州市弘宇科技有限公司 Architecture et procédé de communication convergente d'agent intelligent basés sur un modèle de réseau de neurones artificiels

Similar Documents

Publication Publication Date Title
CN105163285B (zh) 一种边缘mbms业务的数据传输方法及相关设备
US8656029B2 (en) Multicast session setup in networks by determining a multicast session parameter based on a pre-existing unicast session parameter
KR100951026B1 (ko) 무선 원격통신 장치들 간의 그룹 통신들에 있어서 voip데이터 패킷들을 분배하기 위한 시스템 및 방법
KR101019400B1 (ko) 인터넷 프로토콜을 이용하여 무선 통신 시스템에서 데이터 패킷을 전송하는 방법 및 장치
KR100956041B1 (ko) 인터넷 프로토콜을 이용하여 무선 통신 시스템에서 데이터패킷을 전송하는 방법 및 장치
US10924294B2 (en) Evolved multimedia broadcast/multicast service (EMBMS) system and EMBMS system management method
JP4951070B2 (ja) 1トンネル手法を用いた効率的mbmsバックボーン分配
CN1543728B (zh) 面向点到点的分组交换电信网络中的组播
CN102067514B (zh) 用于多跳中继通信系统中的多播树管理的方法和装置
CN111526552A (zh) Ue执行的方法及ue、以及smf实体执行的方法及smf实体
CN106411750B (zh) 数据分发方法及系统
CN106851435B (zh) 一种组播流的发送方法以及后端设备
CN101247541B (zh) 移动通信网络多媒体组播业务的实现方法
WO2008025206A1 (fr) Procédé et réseau pour créer le tunnel de plan de contrôle dans le service de multidiffusion du système de communication mobile
WO2017132971A1 (fr) Procédé et système de traitement de service d'appel de groupe, et dispositif de réseau central
CN105764034A (zh) 组呼下行数据包传输方法和系统及设备
CN100477635C (zh) 一种域间组播的传输方法及边缘设备
WO2007054006A1 (fr) Station de base de système d’accès sans fil large bande et système pour réaliser un service de diffusion de groupe
WO2017132972A1 (fr) Procédé, système et dispositif de transmission de paquet de données de liaison descendante d'appel de groupe
CN100421410C (zh) 移动通信网络多媒体增强业务的实现方法
CN117412249A (zh) 基站及其执行的方法
HK40027908A (en) Method executed by ue and ue, and method executed by smf entity and smf entity

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

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

Country of ref document: EP

Kind code of ref document: A1