WO2011116579A1 - Scheduling method and device for multi-user multi-service in wireless communication network - Google Patents

Scheduling method and device for multi-user multi-service in wireless communication network Download PDF

Info

Publication number
WO2011116579A1
WO2011116579A1 PCT/CN2010/076084 CN2010076084W WO2011116579A1 WO 2011116579 A1 WO2011116579 A1 WO 2011116579A1 CN 2010076084 W CN2010076084 W CN 2010076084W WO 2011116579 A1 WO2011116579 A1 WO 2011116579A1
Authority
WO
WIPO (PCT)
Prior art keywords
service
user
queue
processed
scheduling
Prior art date
Application number
PCT/CN2010/076084
Other languages
French (fr)
Chinese (zh)
Inventor
任泰云
Original Assignee
中兴通讯股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2011116579A1 publication Critical patent/WO2011116579A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/50Queue scheduling

Definitions

  • the present invention relates to the field of wireless communication technologies, and in particular, to a multi-user and multi-service scheduling method and apparatus for a wireless communication network.
  • BACKGROUND OF THE INVENTION Scheduling technology is widely used in the field of telecommunication wireless transmission.
  • the scheduling scheme based on wireless transmission mainly includes: (1) a packet-driven scheduling scheme, which schedules scheduling according to the priority of received data, first-coming data. Process first, and then post-process the data. (2) A priority-based scheduling scheme, the scheduling scheme is processed according to the priority of the packet, and each time the scheduling is required, the data processing is first obtained from the high-priority data queue, and only after the high-priority data processing is completed Can handle the priority data.
  • the scheme (1) is processed according to the arrival order of the packets, and the fairness of the multi-user service scheduling cannot be controlled.
  • the scheme (2) is processed according to the priority of the packet. If the high-priority packet arrives continuously, the packet of the priority packet cannot be processed in time, and thus the fairness of the multi-user service scheduling cannot be guaranteed.
  • a mainstream scheduling method based on the radio bearer scheduling scheme is currently used.
  • the scheduling method performs scheduling processing according to the service established by the user, processes one packet each time on each service, and then processes data of the next service. Does not distinguish between users.
  • This scheduling mode is scheduled according to the priority of the service, and each service processes one packet at a time. For example, user A has 10 services processing data at the same time, each service has 10 pending data packets, user B has 1 service processing data, and this service also has 10 pending data packets, and user A and user B each.
  • the number of times that a packet can be processed is one, which causes User B to wait until User A processes 10 packets before processing User B's 1 packet. Therefore, although the scheduling method implements fair scheduling of services, it cannot guarantee fair scheduling at the user level.
  • a primary object of the present invention is to provide a method and apparatus for scheduling multi-user and multi-service in a wireless communication network, so as to solve the problem of fairness and real-time in the current scheduling technology for multi-user and multi-service scheduling.
  • a method for scheduling a multi-user multi-service of a wireless communication network comprising the steps of: sorting a plurality of users to be processed, generating a user scheduling queue; and sequentially processing each of the user scheduling queues A predetermined number of data packets of the user's service, wherein the predetermined number is preset according to the priority of the user.
  • the multi-user multi-service scheduling method of the wireless communication network further includes: determining, during the processing, whether the currently processed user's service is empty; if yes, deleting the user from the user scheduling queue; if not, Link the user to the end of the queue of the user's dispatch queue.
  • the step of sequentially processing a predetermined number of data packets of each user in the user scheduling queue includes: sorting a plurality of services of each user to generate a service queue, where each service includes at least one data packet Processing one packet of each service of the service queue in turn until the number of processed packets reaches a predetermined number; the processed packets are deleted from the service to which they belong.
  • the step of sequentially processing the predetermined number of data packets of the service of each user in the user scheduling queue further includes: determining, in the processing process of each service, whether the currently processed service has a remaining data packet; if yes, Then the service is linked to the tail of the service queue; if not, the service is deleted from the service queue.
  • the step of sorting the plurality of users to be processed includes: sorting the plurality of users to be processed in chronological order.
  • the multi-user multi-service scheduling apparatus of the wireless communication network further includes: a service judging module, configured to determine, in the process of processing, whether the currently processed user's service is empty; the user deletion module is configured to be used by the service judging module If the judgment result is yes, the user is dispatched from the user scheduling queue.
  • the user link module is configured to link the user to the tail of the user scheduling queue if the judgment result of the service judgment module is no.
  • the service processing module includes: a service queue generating module, configured to sort multiple services of each user, and generate a service queue, where each service includes at least one data packet; a data packet processing module, configured to sequentially process A packet of each service of the service queue until the number of processed packets reaches a predetermined number; a packet deletion module is configured to delete the processed packet from the service to which it belongs.
  • the service processing module further includes: a data packet determining module, configured to determine, in a processing process of each service, whether the currently processed service has a remaining data packet; and a service linking module, configured to determine a result of the data packet determining module If yes, the service is linked to the end of the service queue; the service deletion module is configured to delete the service from the service queue if the judgment result of the data packet determination module is no.
  • the queue generation module includes: a time queue generation module, configured to sequentially sort the plurality of users to be processed in chronological order.
  • the invention performs scheduling processing on the multi-user multi-service of the wireless communication network by using the user scheduling queue, and processes only a predetermined number of data packets for one user at a time, which fully ensures the fairness and real-time performance of the service scheduling between users.
  • the number of data packets of the service that the user can handle each time is set, and the higher the priority, the more the number of data packets that can be processed each time, thereby being a high priority user. Provide better and more timely scheduling services.
  • FIG. 1 is a structural diagram of a user and service of a wireless communication network according to the present invention
  • FIG. 2 is a flow chart showing steps of a multi-user and multi-service scheduling method for a wireless communication network according to an embodiment of the present invention
  • 3 is a flow chart showing the steps of a multi-user multi-service scheduling method for another wireless communication network according to an embodiment of the present invention
  • 4 is a flow chart of steps of a multi-user multi-service scheduling method for a wireless communication network according to an embodiment of the present invention
  • FIG. 5 is a schematic diagram of a multi-user multi-service scheduling apparatus for a wireless communication network according to an embodiment of the present invention
  • FIG. 6 is a structural block diagram of a multi-user multi-service scheduling apparatus of another wireless communication network according to an embodiment of the present invention
  • FIG. 7 is a schematic structural diagram of a user and a service node of a wireless communication network according to the present invention.
  • BEST MODE FOR CARRYING OUT THE INVENTION Hereinafter, the present invention will be described in detail with reference to the accompanying drawings. It should be noted that the embodiments in the present application and the features in the embodiments may be combined with each other without conflict.
  • the scheduling of multi-user and multi-service has become an important indicator for measuring the performance of control stations such as base stations.
  • the prior art more considers the scheduling fairness between multiple services, but when one user's business is far more than the other less business users, it is impossible to balance the fairness of scheduling between users.
  • the present invention is directed to this problem, and a user only processes a certain amount of services at a time, thereby ensuring fairness of scheduling between users.
  • Fig. 1 an organization structure diagram of users and services of a wireless communication network of the present invention is shown.
  • the control station sorts user-1 to user-n, for example, the control station sorts the user according to the order in which they are accessed. Thereby generating a user scheduling queue.
  • Each user corresponds to a service queue, and the service queue includes services to be processed by the user, such as service-1 to service-N.
  • Each service corresponds to one radio bearer, and includes at least one data packet to be processed (not shown in the figure).
  • Step 202 Sorting multiple users to be processed, and generating a user scheduling queue .
  • Step 204 Process a predetermined number of data packets of each user's service in the user scheduling queue in sequence. The predetermined number is preset according to the priority of the user.
  • the predetermined number of services are processed according to the priority of the user-1, then the user-2, the user-3, and the user-n.
  • the present embodiment effectively solves the problem that the prior art only considers the scheduling fairness of the service when scheduling the multi-user multi-service, and does not consider the scheduling fairness of the user, and the present embodiment treats one user at a time. Only a predetermined number of data packets are processed, which fully guarantees the fairness and real-time performance of service scheduling between users.
  • the priority of the user the number of data packets of the service that the user can process each time is set, and the higher the priority, the more the number of data packets that the user can process each time, thereby providing more high-priority users.
  • FIG. 3 a step-by-step flowchart of a multi-user multi-service scheduling method for another wireless communication network according to an embodiment of the present invention is shown.
  • a user plane scheduling scheme in a Long Term Evolution (LTE) system is taken as an example.
  • Two UEs are to be processed, UE-1 and UE-2, and UE-1 has two pending services.
  • RB-1 and RB-2, UE-2 has a pending service RB-3.
  • RB-1 has three data to be processed DATA-1 and DATA-2 and DATA-3
  • RB-2 has two data to be processed DATA-4 and DATA-5
  • RB-3 has one data to be processed DATA-6. .
  • scheduling multiuser present embodiment is a multi-service specifically includes the following steps: step 302: the UE-1 and UE-2 are sorted to generate a user scheduling queue Example ⁇ 1 UE-1 to UE-2 in time to the present embodiment.
  • the UE-1 is the head node of the queue for the user before the UE-2.
  • Step 304 Acquire the head node user UE-1 of the user scheduling queue.
  • Step 306 Obtain the number of pending services of UE-1 2, the number of packets to be processed is
  • Step 308 Acquire the service RB-1 of the UE-1, take out the DATA-1 for processing, and delete the processed DATA-1 from the service of the UE-1.
  • RB-1 is processed first, but those skilled in the art should understand that when processing the service, it is also possible to process DATA-2 or DATA-3 first, or first process the service of RB-2.
  • Step 310 It is determined that the number of data packets processed in this time does not reach the predetermined number of UE-1, and the service of UE-1 is not empty, and the service RB-2 of UE-1 is obtained, and DATA-4 is taken out for processing, and the processing is performed.
  • Step 312 It is determined that the number of data packets processed this time has reached the predetermined number of UE-1, and the service of UE-1 is not empty, and UE-1 is linked to the tail of the user scheduling queue. After the UE-1 is linked to the UE-2, the service of the UE-1 is processed next time after the current scheduling process. On the one hand, the timeliness of the UE-2 service scheduling process is guaranteed, and on the other hand, the guaranteed UE- 1 The integrity of the business scheduling process.
  • Step 314 Acquire a head node user UE-2 of the user scheduling queue.
  • Step 316 The number of the to-be-processed services of the UE-2 is 1 and the number of the data packets to be processed is 1, and the predetermined number of data packets that can be processed is 1.
  • Step 318 Obtain the service RB-3 of the UE-2, take out the DATA-6 for processing, and delete the processed DATA-6 from the service of the UE-2.
  • Step 320 It is determined that the number of data packets processed this time has reached the predetermined number of UE-2, and the service of UE-2 is empty, and UE-2 is deleted from the user scheduling queue.
  • Step 322 Acquire a head node user UE-1 of the user scheduling queue.
  • Step 324 Acquire the service RB-1 of the UE-1, take out the DATA-2 for processing, and delete the processed DATA-2 from the service of the UE-1.
  • Step 326 It is determined that the number of data packets processed this time does not reach the predetermined number of UE-1, and the service of UE-1 is not empty, the service RB-2 of UE-1 is obtained, and DATA-5 is taken out for processing, and the processing is performed. The DATA-5 is removed from the UE-1 service.
  • Step 328 It is determined that the number of data packets processed this time has reached the predetermined number of UE-1, and the service of UE-1 is not empty, and UE-1 is linked to the tail of the user scheduling queue.
  • Step 330 Acquire a head node user UE-1 of the user scheduling queue.
  • Step 332 Acquire the service RB-1 of the UE-1, take out the DATA-3 for processing, and delete the processed DATA-3 from the service of the UE-1.
  • Step 334 It is determined that the number of data packets processed this time does not reach the predetermined number of UE-1, and the service of UE-1 is empty, and UE-1 is deleted from the user scheduling queue.
  • a flow chart of a step-by-step manner of a multi-user multi-service scheduling method for another wireless communication network is shown.
  • the user plane scheduling scheme in the LTE system is taken as an example, and two UEs to be processed, UE-1 and UE-2, are supported.
  • UE-1 has two services to be processed, RB-1 and RB-2, UE- 2
  • RB-3 There is a pending business RB-3.
  • RB-1 has one data to be processed DATA-1
  • RB-2 has two data to be processed DATA-2 and DATA-3
  • RB-3 has one data to be processed DATA-4.
  • the number of data packets that UE-1 and UE-2 can process at one time is one.
  • the multi-user multi-service scheduling method in this embodiment may specifically include the following steps: Step 4: 402: Perform a sequence on the user to generate a user scheduling queue. In this step, UE-1 and UE-2 are sorted in chronological order, and UE-1 precedes UE-2, and the head node of the queue is scheduled for the user. The multiple users are sorted in chronological order. The first-time users are processed first, which fully considers the fairness of multi-user scheduling, ensures the fairness of multiple users waiting for the processing time, and avoids the waiting time ratio of the first-time users. Later, the user's situation improved the user experience. Step 404: Sort the services corresponding to the user, and generate a service queue corresponding to the user.
  • Step 406 Determine whether there is a user in the user scheduling queue. If yes, go to step 408; if not, Go to step 428. Step 408: Acquire a head node user of the user scheduling queue.
  • Step 410 Acquire the number of pending services of the head node user, the number of data packets to be processed, and the predetermined number of data packets that can be processed each time.
  • the number of to-be-processed services of UE-1 is 2, the number of data packets to be processed is 3, and the predetermined number of data packets that can be processed each time is 1; the number of pending services of UE-2 is 1
  • the number of packets to be processed is 1, and the predetermined number of packets that can be processed each time is 1.
  • Step 412 Acquire a head service node in a service queue of the head node user.
  • Step 414 Take a data packet from the first service node for processing, and delete the processed data packet from the service to which it belongs.
  • Step 416 Determine whether there are any remaining data packets in the current service node. If no, go to step 418; if yes, go to step 420.
  • Step 418 The current service node is deleted from the service queue, and the process proceeds to step 422.
  • the service node that has no service is deleted from the service queue in time, which can ensure the timely update of the service queue, and facilitate the control station to obtain real-time information of multiple users and multiple services.
  • Step 422 Determine whether the number of data packets processed this time reaches a predetermined number, and if yes, go to step 424; if no, go to step 4 to 412.
  • Step 424 Determine whether the current user node has any remaining service nodes, and if yes, go to step 426; if no, delete the current user node from the user scheduling queue, and go to step 406.
  • Step 426 Link the current user node to the tail of the user scheduling queue, and go to step 406.
  • Step 428 The scheduling ends.
  • UE-1 and UE-2 are first sorted in chronological order, and UE-1 is a user. The head node of the dispatch queue. Then, the services of UE-1 and UE-2 are sorted to generate a service queue.
  • RB-1 precedes RB-2, which is the head node of the service queue, and only the service RB-3 in the service queue of UE-2.
  • RB-2 which is the head node of the service queue
  • RB-3 the service queue of UE-2.
  • Obtaining the head node UE-1 of the user scheduling queue the number of to-be-processed services for acquiring UE-1 is 2, the number of data packets to be processed is 3, and the predetermined number of data packets that can be processed each time is 1.
  • the first service node RB-1 in the service queue of UE-1 is obtained, the first data packet DATA-1 is taken out from RB-1 for processing, and the processed DATA-1 is deleted from RB-1.
  • RB-1 It is judged that there is no pending data packet in RB-1, RB-1 is deleted from the service queue of UE-1, and RB-2 becomes the head service node of the service queue. At this time, there is only one service in the service queue of UE-1. Node RB-2. It is judged that the number of data packets processed this time has reached a predetermined number of 1, and it is judged that there are still remaining service node RB-2 in UE-1, and UE-1 is linked to the tail of the user scheduling queue, that is, after UE-2. When it is determined that there are still users UE-2 and UE-1, jt ⁇ in the user scheduling queue, UE-2 is the head node of the user scheduling queue.
  • the number of pending services of the UE-2 is 1, the number of data packets to be processed is 1, and the predetermined number of data packets that can be processed each time is 1.
  • the first service node RB-3 in the service queue of the UE-2 is obtained, the first data packet DATA-4 is taken out from the RB-3 for processing, and the processed DATA-4 is deleted from the RB-3. It is judged that there is no remaining data packet in the RB-3, and the RB-3 is deleted from the service queue of the UE-2. At this time, there is no service node in the service queue of the UE-2.
  • the user debug queue has only the user node UE-1. Obtaining the head node UE-1 of the user scheduling queue, the number of pending services of the UE-1 is 1 at this time, the number of data packets to be processed is 2, and the predetermined number of data packets that can be processed each time is 1.
  • the first service node RB-2 in the service queue of the UE-1 is obtained, the first data packet DATA-2 is taken out from the RB-2 for processing, and the DATA-2 processed by the ⁇ 1 is deleted from the RB-2.
  • the head service node RB-2 in the service queue of UE-1 takes the first data packet DATA-3 at this time from the RB-2 for processing, and deletes the processed DATA-3 from the RB-2.
  • Judge RB-2 There are no remaining data packets to be processed, and RB-2 is deleted from the service queue of UE-1. It is judged that the number of data packets processed this time has reached a predetermined number of 1, and it is judged that there is no remaining service node remaining in UE-1, and UE-1 is deleted from the user scheduling queue. At this point, there is no user node in the user scheduling queue, and the scheduling ends.
  • the user layer performs fair scheduling according to the user, performs fair scheduling according to the service within the user, and implements an efficient and fair multi-user multi-service scheduling scheme.
  • FIG. 5 a block diagram of a multi-user multi-service scheduling apparatus for a wireless communication network according to an embodiment of the present invention is shown, which specifically includes: a queue generation module 502, which is used to sort multiple users to be processed, and generate a user.
  • the scheduling queue is connected to the queue generating module 502, and is configured to sequentially process a predetermined number of data packets of each user in the user scheduling queue.
  • the predetermined number is preset according to the priority of the user.
  • FIG. 6 a block diagram of a multi-user multi-service scheduling apparatus of another wireless communication network according to an embodiment of the present invention is shown, which specifically includes: a queue generation module 602, which is used to sort and generate multiple users to be processed.
  • the user scheduling queue; the service processing module 604 is connected to the queue generating module 502, and is configured to sequentially process a predetermined number of data packets of each user in the user scheduling queue.
  • the multi-user multi-service scheduling apparatus of the embodiment may further include: a service judging module 606, configured to be connected to the service processing module 604, configured to determine whether the currently processed user's service is empty during the processing;
  • the deleting module 608 is connected to the service judging module 606, and is configured to: if the judgment result of the service judging module is yes, delete the user from the user scheduling queue;
  • the user linking module 610 is connected to the service judging module 606, and is used for the service. If the judgment result of the judgment module is no, the user is linked to the tail of the user dispatch queue.
  • the queue generation module 602 can include: a time queue generation module 6022, configured to treat Multiple users processed are sorted in chronological order.
  • the service processing module 604 may include: a service queue generating module 6042, configured to sort a plurality of services of each user, and generate a service queue, where each service includes at least one data packet; a data packet processing module 6044, and a service queue
  • the generating module 6042 is connected to sequentially process one data packet of each service of the service queue until the number of processed data packets reaches a predetermined number; the data packet deleting module 6046 is connected to the data packet processing module 6044 for processing The packet is removed from the business it belongs to.
  • the data packet determining module 6048 is connected to the data packet deleting module 6046, and is configured to determine, in the processing process of each service, whether the currently processed service has a remaining data packet; the service linking module 60410 is connected to the data packet determining module 6048. And if the judgment result of the data packet judging module is yes, the service is linked to the tail of the service queue; the service deletion module 60412 is connected to the data packet judging module 6048, and is used if the judgment result of the data packet judging module is No, the service is removed from the service queue.
  • FIG. 7 a schematic structural diagram of a user and a service node of a wireless communication network according to the present invention is shown.
  • one user node includes the total number of data packets to be processed by the user, the number of data packets that the user can process each time, and the service queue of the user.
  • the service queue includes thousands of service nodes, and each service node includes the number of data packets to be processed by the current service node, and information of the next to-be-processed service node.
  • the control The station can easily obtain the users and business conditions to be processed, and it is convenient to implement fair scheduling for multi-user and multi-service efficiently and reasonably.
  • the above modules or steps of the present invention can be implemented by a general-purpose computing device, which can be concentrated on a single computing device or distributed over a network composed of multiple computing devices.
  • the computing device may be implemented by program code executable by the computing device, such that they may be stored in the storage device by the computing device and, in some cases, may be different from the order herein.
  • the steps shown or described are performed, or they are separately fabricated into individual integrated circuit modules, or a plurality of modules or steps are fabricated as a single integrated circuit module.
  • the invention is not limited to any specific combination of hardware and software.
  • the above is only the preferred embodiment of the present invention, and is not intended to limit the present invention, and various modifications and changes can be made to the present invention. Where in the invention ⁇ " God and Within the principles, any modifications, equivalent substitutions, improvements, etc., are intended to be included within the scope of the present invention.

Abstract

The present invention discloses a scheduling method and device for multi-user multi-service in a wireless communication network, said method includes: sequencing multiple users to be processed and generating a user scheduling queue; processing in turn a predetermined number of data packets of service of each user in the user scheduling queue, wherein the predetermined number is preset according to the user priority. In the present invention, scheduling processing for multi-user multi-service in a wireless communication network is performed by using a user scheduling queue, and only a predetermined number of data packets of one user are processed each time, so fairness and real time performance of service scheduling between users are fully guaranteed.

Description

无线通信网格的多用户多业务的调度方法^^置 技术领域 本发明涉及无线通信技术领域, 尤其涉及到一种无线通信网络的多用户 多业务的调度方法及装置。 背景技术 调度技术在电信无线传输领域应用非常广泛, 基于无线传输的调度方案 主要有: ( 1 )基于包驱动的调度方案, 该调度方案按照收到的数据的优先级 进行调度, 先来的数据先处理, 后来的数据后处理。 (2 )基于优先级的调度 方案, 该调度方案按照包的优先级进行处理, 每次需要调度的时候, 从高优 先级数据队列中首先获取数据处理, 只有高优先级的数据处理完成后才可以 处理氏优先级的数据。 然而, 在调度时, 方案 ( 1 ) 按照包的到达顺序进行处理, 无法实现对 多用户业务调度的公平性进行控制, 当某个用户的数据特别大的时候, 可能 会长时间的处理该用户的数据, 使得其他用户的数据无法得到处理, 这样会 导致其他用户的数据处理超时。 而方案 (2 ) 按照包的优先级进行处理, 如 果高优先级的包不停到达, 那么氐优先级的包就无法及时得到处理, 因而也 无法保证多用户业务调度的公平性。 为了解决上述方案 ( 1 ) 和方案 (2 ) 的业务调度公平性, 目前釆用了基 于无线承载调度方案的主流调度方式。 该调度方式按照用户建立的业务进行 调度处理, 每次在每个业务上处理一个包, 然后处理下一个业务的数据。 不 区分用户。 这种调度方式按照业务的优先级进行调度, 每个业务每次处理一 包。 例如用户 A有 10个业务同时在处理数据, 每个业务有 10个待处理数据 包, 用户 B有 1个业务在处理数据, 这个业务也有 10个待处理数据包, 用 户 A和用户 B的每次可处理数据包的数量均为 1个, 那么就会导致用户 B 必须等到用户 A处理完 10个数据包后才能处理用户 B的 1个数据包。因此, 该调度方式虽然实现了对业务的公平调度, 但是却无法保证用户级别的公平 调度。 发明内容 本发明的主要目的在于提供一种无线通信网络的多用户多业务的调度方 法及装置, 以解决当前调度技术中对于多用户多业务调度时, 无法保证公平 性和实时性问题。 根据本发明的一个方面, 提供了一种无线通信网络的多用户多业务的调 度方法, 包括以下步骤: 对待处理的多个用户进行排序, 生成用户调度队列; 依次处理用户调度队列中的每个用户的业务的预定数量的数据包, 其中, 预 定数量根据所述用户的优先级预先设置。 进一步地, 无线通信网络的多用户多业务的调度方法还包括: 在处理过 程中, 判断当前处理的用户的业务是否为空; 若是, 则将该用户从用户调度 队列中删除; 若否, 则将该用户链接到用户调度队列的队尾。 进一步地, 依次处理用户调度队列中的每个用户的业务的预定数量的数 据包的步骤包括: 对每个用户的多个业务进行排序, 生成业务队列, 其中, 每个业务包括至少一个数据包;依次处理业务队列的每个业务的一个数据包, 直到处理的数据包的数量达到预定数量; 将处理过的数据包从其所属的业务 中删除。 进一步地, 依次处理用户调度队列中的每个用户的业务的预定数量的数 据包的步 4聚还包括: 在每个业务的处理过程中, 判断当前处理的业务是否有 剩余数据包; 若是, 则将该业务链接到业务队列的队尾; 若否, 则将该业务 从所述业务队列中删除。 进一步地, 对待处理的多个用户进行排序的步骤包括: 对待处理的多个 用户按照时间先后顺序进行排序。 根据本发明的另一方面, 提供了一种无线通信网络的多用户多业务的调 度装置, 包括: 队列生成模块, 用于对待处理的多个用户进行排序, 生成用 户调度队列; 业务处理模块, 用于依次处理用户调度队列中的每个用户的业 务的预定数量的数据包, 其中, 预定数量根据所述用户的优先级预先设置。 进一步地, 无线通信网络的多用户多业务的调度装置还包括: 业务判断 模块, 用于在处理过程中, 判断当前处理的用户的业务是否为空; 用户删除 模块, 用于若业务判断模块的判断结果为是, 则将该用户从用户调度队列中 删除; 用户链接模块, 用于若业务判断模块的判断结果为否, 则将该用户链 接到用户调度队列的队尾。 进一步地, 业务处理模块包括: 业务队列生成模块, 用于对每个用户的 多个业务进行排序, 生成业务队列, 其中, 每个业务包括至少一个数据包; 数据包处理模块, 用于依次处理业务队列的每个业务的一个数据包, 直到处 理的数据包的数量达到预定数量; 数据包删除模块, 用于将处理过的数据包 从其所属的业务中删除。 进一步地, 业务处理模块还包括: 数据包判断模块, 用于在每个业务的 处理过程中, 判断当前处理的业务是否有剩余数据包; 业务链接模块, 用于 若数据包判断模块的判断结果为是, 则将该业务链接到业务队列的队尾; 业 务删除模块, 用于若数据包判断模块的判断结果为否, 则将该业务从业务队 列中删除。 进一步地, 队列生成模块包括: 时间队列生成模块, 用于对待处理的多 个用户按照时间先后顺序进行排序。 本发明通过使用用户调度队列对无线通信网络的多用户多业务进行调度 处理, 每次对一个用户只处理预定数量的数据包, 充分保证了用户间业务调 度的公平性和实时性。 同时, 才艮据用户的优先级设定用户每次可以处理的业 务的数据包的数量, 优先级越高的用户每次可处理的数据包的数量也越多, 从而为高优先级的用户提供更好更及时的调度服务。 附图说明 此处所说明的附图用来提供对本发明的进一步理解, 构成本申请的一部 分, 本发明的示意性实施例及其说明用于解释本发明, 并不构成对本发明的 不当限定。 在附图中: 图 1是本发明的一种无线通信网络的用户及业务的组织结构图; 图 2是本发明实施例的一种无线通信网络的多用户多业务的调度方法的 步骤流程图; 图 3是本发明实施例的另一种无线通信网络的多用户多业务的调度方法 的步骤流程图; 图 4是本发明实施例的再一种无线通信网络的多用户多业务的调度方法 的步骤流程图; 图 5是本发明实施例的一种无线通信网络的多用户多业务的调度装置的 结构框图; 图 6是本发明实施例的另一种无线通信网络的多用户多业务的调度装置 的结构框图; 图 7是本发明的一种无线通信网络的用户及业务节点的结构示意图。 具体实施方式 下文中将参考附图并结合实施例来详细说明本发明。 需要说明的是, 在 不冲突的情况下, 本申请中的实施例及实施例中的特征可以相互组合。 在电信无线传输领域, 随着终端用户数量的日益增长, 对多用户多业务 的调度成为衡量控制站如基站性能的重要指标。 现有技术更多考虑到多业务 之间的调度公平性, 但当一个用户的业务远多于另一少业务的用户时, 却无 法兼顾用户之间调度的公平性。 本发明针对该问题, 对一个用户每次只处理 一定数量的业务, 从而保证了用户之间调度的公平性。 参照图 1 , 示出了本发明的一种无线通信网络的用户及业务的组织结构 图。 当有多个用户如用户 -1至用户 -n需要控制站对其业务进行处理时, 控制 站将用户 -1至用户 -n进行排序, 如控制站按照用户访问的先后顺序对其进行 排序, 从而生成用户调度队列。 其中, 每个用户对应一个业务队列, 该业务 队列包括该用户需处理的业务, 如业务 -1到业务 -N。 每个业务对应于一个无 线承载, 包括至少一个待处理的数据包 (图中未示出)。 参照图 2, 示出了本发明实施例的一种无线通信网络的多用户多业务的 调度方法的步骤流程图, 具体可以包括: 步骤 202: 对待处理的多个用户进行排序, 生成用户调度队列。 本步骤中, 本领域技术人员可以根据实际需要, 对待处理的多个用户进 行排序, 如按照时间先后顺序, 或按照优先级别顺序, 等等, 本发明无须对 此作出限制。 步骤 204: 依次处理用户调度队列中的每个用户的业务的预定数量的数 据包。 其中, 所述预定数量根据所述用户的优先级预先设置。 即按照用户 -1 的优先级的处理预定数量的业务, 然后是用户 -2 , 用户 -3 , , 直至用户 -n。 通过本实施例, 有效解决了现有技术在对多用户多业务进行调度时, 只 考虑到业务的调度公平性, 而没有考虑用户的调度公平性的问题, 而本实施 例每次对一个用户只处理预定数量的数据包, 充分保证了用户间业务调度的 公平性和实时性。 同时, 据用户的优先级设定用户每次可以处理的业务的 数据包的数量, 优先级越高的用户每次可处理的数据包的数量也越多, 从而 为高优先级的用户提供更好更及时的调度服务。 参照图 3 , 示出了本发明实施例的另一种无线通信网络的多用户多业务 的调度方法的步 4聚流程图。 本实施例以长期演进 (Long Term Evolution, 简 称 LTE ) 系统中的用户面调度方案为例, 個—设有两个待处理用户 UE-1 和 UE-2, UE-1有两个待处理业务 RB-1和 RB-2, UE-2有一个待处理业务 RB-3。 其中, RB-1有三个待处理数据 DATA-1和 DATA-2和 DATA-3 , RB-2有两个 待处理数据 DATA-4和 DATA-5 , RB-3有一个待处理数据 DATA-6。^_"& UE-1 的优先级别高于 UE-2, UE-1的每次可处理的数据包的数量为 2个, 而 UE-2 每次可处理的数据包的数量为 1个。 本实施例的多用户多业务的调度方法具 体可以包括以下步骤: 步骤 302: 对 UE-1的 UE-2进行排序, 生成用户调度队列。 本实施例^ 1 UE-1的 UE-2按照时间先后顺序 4 序, UE-1先于 UE-2, 为 用户调度队列的头节点。 步骤 304: 获取用户调度队列的头节点用户 UE- 1。 步骤 306: 获取 UE-1的待处理业务的数量为 2, 待处理的数据包数量为TECHNICAL FIELD The present invention relates to the field of wireless communication technologies, and in particular, to a multi-user and multi-service scheduling method and apparatus for a wireless communication network. BACKGROUND OF THE INVENTION Scheduling technology is widely used in the field of telecommunication wireless transmission. The scheduling scheme based on wireless transmission mainly includes: (1) a packet-driven scheduling scheme, which schedules scheduling according to the priority of received data, first-coming data. Process first, and then post-process the data. (2) A priority-based scheduling scheme, the scheduling scheme is processed according to the priority of the packet, and each time the scheduling is required, the data processing is first obtained from the high-priority data queue, and only after the high-priority data processing is completed Can handle the priority data. However, when scheduling, the scheme (1) is processed according to the arrival order of the packets, and the fairness of the multi-user service scheduling cannot be controlled. When a user's data is particularly large, the user may be processed for a long time. The data makes other users' data unprocessable, which causes other users' data processing to time out. The scheme (2) is processed according to the priority of the packet. If the high-priority packet arrives continuously, the packet of the priority packet cannot be processed in time, and thus the fairness of the multi-user service scheduling cannot be guaranteed. In order to solve the service scheduling fairness of the foregoing schemes (1) and (2), a mainstream scheduling method based on the radio bearer scheduling scheme is currently used. The scheduling method performs scheduling processing according to the service established by the user, processes one packet each time on each service, and then processes data of the next service. Does not distinguish between users. This scheduling mode is scheduled according to the priority of the service, and each service processes one packet at a time. For example, user A has 10 services processing data at the same time, each service has 10 pending data packets, user B has 1 service processing data, and this service also has 10 pending data packets, and user A and user B each. The number of times that a packet can be processed is one, which causes User B to wait until User A processes 10 packets before processing User B's 1 packet. Therefore, although the scheduling method implements fair scheduling of services, it cannot guarantee fair scheduling at the user level. SUMMARY OF THE INVENTION A primary object of the present invention is to provide a method and apparatus for scheduling multi-user and multi-service in a wireless communication network, so as to solve the problem of fairness and real-time in the current scheduling technology for multi-user and multi-service scheduling. According to an aspect of the present invention, a method for scheduling a multi-user multi-service of a wireless communication network is provided, comprising the steps of: sorting a plurality of users to be processed, generating a user scheduling queue; and sequentially processing each of the user scheduling queues A predetermined number of data packets of the user's service, wherein the predetermined number is preset according to the priority of the user. Further, the multi-user multi-service scheduling method of the wireless communication network further includes: determining, during the processing, whether the currently processed user's service is empty; if yes, deleting the user from the user scheduling queue; if not, Link the user to the end of the queue of the user's dispatch queue. Further, the step of sequentially processing a predetermined number of data packets of each user in the user scheduling queue includes: sorting a plurality of services of each user to generate a service queue, where each service includes at least one data packet Processing one packet of each service of the service queue in turn until the number of processed packets reaches a predetermined number; the processed packets are deleted from the service to which they belong. Further, the step of sequentially processing the predetermined number of data packets of the service of each user in the user scheduling queue further includes: determining, in the processing process of each service, whether the currently processed service has a remaining data packet; if yes, Then the service is linked to the tail of the service queue; if not, the service is deleted from the service queue. Further, the step of sorting the plurality of users to be processed includes: sorting the plurality of users to be processed in chronological order. According to another aspect of the present invention, a multi-user multi-service scheduling apparatus for a wireless communication network is provided, including: a queue generation module, configured to sort a plurality of users to be processed, and generate a user scheduling queue; a service processing module, A predetermined number of data packets for sequentially processing the services of each user in the user scheduling queue, wherein the predetermined number is preset according to the priority of the user. Further, the multi-user multi-service scheduling apparatus of the wireless communication network further includes: a service judging module, configured to determine, in the process of processing, whether the currently processed user's service is empty; the user deletion module is configured to be used by the service judging module If the judgment result is yes, the user is dispatched from the user scheduling queue. The user link module is configured to link the user to the tail of the user scheduling queue if the judgment result of the service judgment module is no. Further, the service processing module includes: a service queue generating module, configured to sort multiple services of each user, and generate a service queue, where each service includes at least one data packet; a data packet processing module, configured to sequentially process A packet of each service of the service queue until the number of processed packets reaches a predetermined number; a packet deletion module is configured to delete the processed packet from the service to which it belongs. Further, the service processing module further includes: a data packet determining module, configured to determine, in a processing process of each service, whether the currently processed service has a remaining data packet; and a service linking module, configured to determine a result of the data packet determining module If yes, the service is linked to the end of the service queue; the service deletion module is configured to delete the service from the service queue if the judgment result of the data packet determination module is no. Further, the queue generation module includes: a time queue generation module, configured to sequentially sort the plurality of users to be processed in chronological order. The invention performs scheduling processing on the multi-user multi-service of the wireless communication network by using the user scheduling queue, and processes only a predetermined number of data packets for one user at a time, which fully ensures the fairness and real-time performance of the service scheduling between users. At the same time, according to the priority of the user, the number of data packets of the service that the user can handle each time is set, and the higher the priority, the more the number of data packets that can be processed each time, thereby being a high priority user. Provide better and more timely scheduling services. BRIEF DESCRIPTION OF THE DRAWINGS The accompanying drawings, which are set to illustrate,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 is a structural diagram of a user and service of a wireless communication network according to the present invention; FIG. 2 is a flow chart showing steps of a multi-user and multi-service scheduling method for a wireless communication network according to an embodiment of the present invention; 3 is a flow chart showing the steps of a multi-user multi-service scheduling method for another wireless communication network according to an embodiment of the present invention; 4 is a flow chart of steps of a multi-user multi-service scheduling method for a wireless communication network according to an embodiment of the present invention; FIG. 5 is a schematic diagram of a multi-user multi-service scheduling apparatus for a wireless communication network according to an embodiment of the present invention; FIG. 6 is a structural block diagram of a multi-user multi-service scheduling apparatus of another wireless communication network according to an embodiment of the present invention; FIG. 7 is a schematic structural diagram of a user and a service node of a wireless communication network according to the present invention. BEST MODE FOR CARRYING OUT THE INVENTION Hereinafter, the present invention will be described in detail with reference to the accompanying drawings. It should be noted that the embodiments in the present application and the features in the embodiments may be combined with each other without conflict. In the field of telecommunication wireless transmission, with the increasing number of end users, the scheduling of multi-user and multi-service has become an important indicator for measuring the performance of control stations such as base stations. The prior art more considers the scheduling fairness between multiple services, but when one user's business is far more than the other less business users, it is impossible to balance the fairness of scheduling between users. The present invention is directed to this problem, and a user only processes a certain amount of services at a time, thereby ensuring fairness of scheduling between users. Referring to Fig. 1, an organization structure diagram of users and services of a wireless communication network of the present invention is shown. When there are multiple users, such as user-1 to user-n, which need to control the service of the service, the control station sorts user-1 to user-n, for example, the control station sorts the user according to the order in which they are accessed. Thereby generating a user scheduling queue. Each user corresponds to a service queue, and the service queue includes services to be processed by the user, such as service-1 to service-N. Each service corresponds to one radio bearer, and includes at least one data packet to be processed (not shown in the figure). Referring to FIG. 2, a flow chart of steps of a multi-user multi-service scheduling method for a wireless communication network according to an embodiment of the present invention is shown. Specifically, the method may include: Step 202: Sorting multiple users to be processed, and generating a user scheduling queue . In this step, a person skilled in the art may sort the multiple users to be processed according to actual needs, such as in chronological order, or in order of priority, etc., and the present invention does not need to be limited. Step 204: Process a predetermined number of data packets of each user's service in the user scheduling queue in sequence. The predetermined number is preset according to the priority of the user. That is, the predetermined number of services are processed according to the priority of the user-1, then the user-2, the user-3, and the user-n. The present embodiment effectively solves the problem that the prior art only considers the scheduling fairness of the service when scheduling the multi-user multi-service, and does not consider the scheduling fairness of the user, and the present embodiment treats one user at a time. Only a predetermined number of data packets are processed, which fully guarantees the fairness and real-time performance of service scheduling between users. At the same time, according to the priority of the user, the number of data packets of the service that the user can process each time is set, and the higher the priority, the more the number of data packets that the user can process each time, thereby providing more high-priority users. Better and more timely scheduling services. Referring to FIG. 3, a step-by-step flowchart of a multi-user multi-service scheduling method for another wireless communication network according to an embodiment of the present invention is shown. In this embodiment, a user plane scheduling scheme in a Long Term Evolution (LTE) system is taken as an example. Two UEs are to be processed, UE-1 and UE-2, and UE-1 has two pending services. RB-1 and RB-2, UE-2 has a pending service RB-3. Among them, RB-1 has three data to be processed DATA-1 and DATA-2 and DATA-3, RB-2 has two data to be processed DATA-4 and DATA-5, and RB-3 has one data to be processed DATA-6. . The priority level of ^_"& UE-1 is higher than that of UE-2, and the number of data packets that can be processed by UE-1 is two, and the number of data packets that UE-2 can process at one time is one. scheduling multiuser present embodiment is a multi-service specifically includes the following steps: step 302: the UE-1 and UE-2 are sorted to generate a user scheduling queue Example ^ 1 UE-1 to UE-2 in time to the present embodiment. In the sequence of 4, the UE-1 is the head node of the queue for the user before the UE-2. Step 304: Acquire the head node user UE-1 of the user scheduling queue. Step 306: Obtain the number of pending services of UE-1 2, the number of packets to be processed is
5 , 每次可处理的数据包的预定数量为 2。 步骤 308: 获取 UE-1的业务 RB-1 , 取出 DATA- 1进行处理, 并将处理 过的 DATA- 1从 UE- 1的业务中删除。 本步骤中以先处理 RB- 1 为例, 但本领域技术人员应当理解, 在对业务 进行处理时, 也有可能先处理 DATA-2或 DATA-3 , 或者, 先对 RB-2的业务 进行处理。 步骤 310:判断本次处理的数据包数量未达到 UE-1的预定数量,且 UE-1 的业务不为空, 获取 UE-1的业务 RB-2, 取出 DATA-4进行处理, 并将处理 过的 DATA-4从 UE- 1的业务中删除。 本步 4聚中, 也可以选择继续对 RB-1的 DATA-2进行处理。 步骤 312:判断本次处理的数据包数量已达到 UE-1的预定数量,且 UE-1 的业务不为空, 将 UE-1链接到用户调度队列的队尾。 即将 UE-1链接到 UE-2后, 使得 UE-1的业务在本次调度处理后下次继 续被处理,一方面保证了 UE-2业务调度处理的及时性,另一方面保证的 UE-1 业务调度处理的完整性。 步骤 314: 获取用户调度队列的头节点用户 UE-2。 步骤 316: 获取 UE-2的待处理业务的数量为 1 , 待处理的数据包数量为 1 , 每次可处理的数据包的预定数量为 1。 步骤 318: 获取 UE-2的业务 RB-3 , 取出 DATA-6进行处理, 并将处理 过的 DATA-6从 UE-2的业务中删除。 步骤 320:判断本次处理的数据包数量已达到 UE-2的预定数量,且 UE-2 的业务为空, 将 UE-2从用户调度队列中删除。 步骤 322: 获取用户调度队列的头节点用户 UE- 1。 步骤 324: 获取 UE-1的业务 RB-1 , 取出 DATA-2进行处理, 并将处理 过的 DATA-2从 UE- 1的业务中删除。 步骤 326:判断本次处理的数据包数量未达到 UE-1的预定数量,且 UE-1 的业务不为空, 获取 UE-1的业务 RB-2, 取出 DATA-5进行处理, 并将处理 过的 DATA-5从 UE- 1的业务中删除。 步骤 328:判断本次处理的数据包数量已达到 UE-1的预定数量,且 UE-1 的业务不为空, 将 UE-1链接到用户调度队列的队尾。 此时, 用户调度队列中仅有用户 UE-1。 步骤 330: 获取用户调度队列的头节点用户 UE- 1。 步骤 332: 获取 UE-1的业务 RB-1 , 取出 DATA-3进行处理, 并将处理 过的 DATA-3从 UE- 1的业务中删除。 步骤 334:判断本次处理的数据包数量未达到 UE-1的预定数量,且 UE-1 的业务为空, 将 UE-1从用户调度队列中删除。 步 4聚 336: 用户调度队列中无用户, 调度完成。 参照图 4, 示出了本发明实施例的再一种无线通信网络的多用户多业务 的调度方法的步 4聚流程图。 本实施例以 LTE系统中的用户面调度方案为例, 支设有两个待处理用户 UE-1和 UE-2, UE-1有两个待处理业务 RB-1和 RB-2, UE-2有一个待处理业务 RB-3。其中, RB-1有一个待处理数据 DATA-1 , RB-2 有两个待处理数据 DATA-2和 DATA-3 , RB-3有一个待处理数据 DATA-4。 UE-1和 UE-2每次可处理的数据包的数量均为 1个。 本实施例的多用户多业 务的调度方法具体可以包括以下步 4聚: 步 4聚 402: 对用户进行 *悱序, 生成用户调度队列。 本步骤对 UE-1和 UE-2按照时间先后顺序排序, UE-1先于 UE-2, 为用 户调度队列的头节点。 对多个用户按照时间先后顺序排序, 先来的用户先处 理, 充分考虑了多用户调度的公平性, 保证了多个用户等待业务处理时间的 公平性, 避免了先来的用户可能等待时间比后来用户长的情况, 提升了用户 体验。 步骤 404: 对与用户对应的业务进行排序, 生成用户相应的业务队列。 本步骤对用户的业务按照时间先后顺序进行排序, 将 UE-1的业务 RB-1 和 RB-2 序, 生成 UE-1 的业务队列, 以 RB-1先于 RB-2为例; 对 UE-2 的业务 RB-3进行排序, 生成 UE-2的业务队列。 在每个用户内部使用业务调度队列, 实现了在用户内保证每个业务调度 的公平性。 步骤 406: 判断用户调度队列中是否有用户, 若是, 转步骤 408; 若否, 转步骤 428。 步骤 408: 获取用户调度队列的头节点用户。 步骤 410: 获取头节点用户的待处理业务的数量、 待处理的数据包数量, 以及每次可处理的数据包的预定数量。 本实施例中, UE-1的待处理业务的数量为 2, 待处理的数据包数量为 3 , 每次可处理的数据包的预定数量为 1; UE-2的待处理业务的数量为 1 , 待处 理的数据包数量为 1 , 每次可处理的数据包的预定数量为 1。 步骤 412: 获取头节点用户的业务队列中的头业务节点。 步骤 414: 从头业务节点中取出一个数据包进行处理, 并将处理过的数 据包从其所属的业务中删除。 步骤 416: 判断当前业务节点中是否有剩余待处理数据包, 若否, 则转 步骤 418; 若是, 则转步骤 420。 步骤 418: 将该当前业务节点从业务队列中删除, 转步骤 422。 及时将已没有业务的业务节点从业务队列中删除, 可以保证业务队列的 及时更新, 便于控制站获取多用户多业务的实时信息。 步骤 420: 将该当前业务节点链接到业务队列的队尾。 将仍有业务的业务节点链接到业务队列的队尾, 在保证业务队列内业务 调度的公平性的同时, 也保证了业务调度的完整性。 步骤 422: 判断本次处理的数据包数量是否达到预定数量, 若是, 转步 l 424; 若否, 则转步 4聚 412。 步骤 424: 判断当前用户节点是否有剩余待处理业务节点, 若是, 则转 步骤 426; 若否, 将该当前用户节点从用户调度队列中删除, 转步骤 406。 步骤 426: 将该当前用户节点链接到用户调度队列的队尾, 转步骤 406。 步骤 428: 调度结束。 本实施例中, 先对 UE-1和 UE-2按照时间先后顺序排序, UE-1为用户 调度队列的头节点。 再对 UE-1和 UE-2的业务进行排序, 生成业务队列。 其 中, UE-1 的业务队列中, RB-1先于 RB-2 , 为业务队列的头节点, UE-2的 业务队列中则仅有业务 RB-3。 获取用户调度队列的头节点 UE-1 ,获取 UE-1的待处理业务的数量为 2 , 待处理的数据包数量为 3 , 每次可处理的数据包的预定数量为 1。 获取 UE- 1 的业务队列中的头业务节点 RB-1 , 从 RB-1中取出第一个数据包 DATA-1进 行处理, 并将处理过的 DATA-1从 RB-1中删除。 判断 RB-1中没有剩余待处 理数据包, 将 RB-1从 UE-1的业务队列中删除, RB-2成为业务队列的头业 务节点, 此时, UE-1的业务队列中只有一个业务节点 RB-2。 判断本次处理 的数据包数量已达到预定数量 1 , 判断 UE-1 中还有剩余待处理业务节点 RB-2, 将 UE-1链接到用户调度队列的队尾, 即 UE-2之后。 判断用户调度队列中仍有用户 UE-2和 UE-1 , jt匕时, UE-2为用户调度 队列的头节点。 获取用户调度队列的头节点 UE-2, 获取 UE-2的待处理业务 的数量为 1 ,待处理的数据包数量为 1 ,每次可处理的数据包的预定数量为 1。 获取 UE-2的业务队列中的头业务节点 RB-3 , 从 RB-3 中取出第一个数据包 DATA-4进行处理, 并将处理过的 DATA-4从 RB-3中删除。 判断 RB-3中没 有剩余待处理数据包, 将 RB-3从 UE-2的业务队列中删除, 此时, UE-2的 业务队列中没有业务节点。 判断本次处理的数据包数量已达到预定数量 1 , 判断 UE-2中没有剩余待处理业务节点, 将 UE-2从用户调度队列中删除。 此 时, 用户调试队列仅有用户节点 UE-1。 获取用户调度队列的头节点 UE-1 , 获取此时 UE-1的待处理业务的数量 为 1 , 待处理的数据包数量为 2 , 每次可处理的数据包的预定数量为 1。 获取 UE-1 的业务队列中的头业务节点 RB-2 , 从 RB-2 中取出第一个数据包 DATA-2进行处理, 并^ 1处理过的 DATA-2从 RB-2中删除。 判断 RB-2中还 有剩余待处理数据包, 此时, UE-1的业务队列中只有业务节点 RB-2 , RB-2 为业务队列的头业务节点。 判断本次处理的数据包数量已达到预定数量 1 , 判断 UE- 1中还有剩余待处理业务节点 RB-2。 此时, 用户调度队列中仅有用 户节点 UE-1。 获取用户调度队列的头节点 UE-1 , 获取此时 UE-1的待处理业务的数量 为 1 , 待处理的数据包数量为 1 , 每次可处理的数据包的预定数量为 1。 获取5, the predetermined number of packets that can be processed each time is 2. Step 308: Acquire the service RB-1 of the UE-1, take out the DATA-1 for processing, and delete the processed DATA-1 from the service of the UE-1. In this step, RB-1 is processed first, but those skilled in the art should understand that when processing the service, it is also possible to process DATA-2 or DATA-3 first, or first process the service of RB-2. . Step 310: It is determined that the number of data packets processed in this time does not reach the predetermined number of UE-1, and the service of UE-1 is not empty, and the service RB-2 of UE-1 is obtained, and DATA-4 is taken out for processing, and the processing is performed. The DATA-4 was removed from the UE-1 service. In this step, you can also choose to continue processing DATA-2 of RB-1. Step 312: It is determined that the number of data packets processed this time has reached the predetermined number of UE-1, and the service of UE-1 is not empty, and UE-1 is linked to the tail of the user scheduling queue. After the UE-1 is linked to the UE-2, the service of the UE-1 is processed next time after the current scheduling process. On the one hand, the timeliness of the UE-2 service scheduling process is guaranteed, and on the other hand, the guaranteed UE- 1 The integrity of the business scheduling process. Step 314: Acquire a head node user UE-2 of the user scheduling queue. Step 316: The number of the to-be-processed services of the UE-2 is 1 and the number of the data packets to be processed is 1, and the predetermined number of data packets that can be processed is 1. Step 318: Obtain the service RB-3 of the UE-2, take out the DATA-6 for processing, and delete the processed DATA-6 from the service of the UE-2. Step 320: It is determined that the number of data packets processed this time has reached the predetermined number of UE-2, and the service of UE-2 is empty, and UE-2 is deleted from the user scheduling queue. Step 322: Acquire a head node user UE-1 of the user scheduling queue. Step 324: Acquire the service RB-1 of the UE-1, take out the DATA-2 for processing, and delete the processed DATA-2 from the service of the UE-1. Step 326: It is determined that the number of data packets processed this time does not reach the predetermined number of UE-1, and the service of UE-1 is not empty, the service RB-2 of UE-1 is obtained, and DATA-5 is taken out for processing, and the processing is performed. The DATA-5 is removed from the UE-1 service. Step 328: It is determined that the number of data packets processed this time has reached the predetermined number of UE-1, and the service of UE-1 is not empty, and UE-1 is linked to the tail of the user scheduling queue. At this time, only the user UE-1 is in the user scheduling queue. Step 330: Acquire a head node user UE-1 of the user scheduling queue. Step 332: Acquire the service RB-1 of the UE-1, take out the DATA-3 for processing, and delete the processed DATA-3 from the service of the UE-1. Step 334: It is determined that the number of data packets processed this time does not reach the predetermined number of UE-1, and the service of UE-1 is empty, and UE-1 is deleted from the user scheduling queue. Step 4: 336: There is no user in the user scheduling queue, and the scheduling is completed. Referring to FIG. 4, a flow chart of a step-by-step manner of a multi-user multi-service scheduling method for another wireless communication network according to an embodiment of the present invention is shown. In this embodiment, the user plane scheduling scheme in the LTE system is taken as an example, and two UEs to be processed, UE-1 and UE-2, are supported. UE-1 has two services to be processed, RB-1 and RB-2, UE- 2 There is a pending business RB-3. Among them, RB-1 has one data to be processed DATA-1, RB-2 has two data to be processed DATA-2 and DATA-3, and RB-3 has one data to be processed DATA-4. The number of data packets that UE-1 and UE-2 can process at one time is one. The multi-user multi-service scheduling method in this embodiment may specifically include the following steps: Step 4: 402: Perform a sequence on the user to generate a user scheduling queue. In this step, UE-1 and UE-2 are sorted in chronological order, and UE-1 precedes UE-2, and the head node of the queue is scheduled for the user. The multiple users are sorted in chronological order. The first-time users are processed first, which fully considers the fairness of multi-user scheduling, ensures the fairness of multiple users waiting for the processing time, and avoids the waiting time ratio of the first-time users. Later, the user's situation improved the user experience. Step 404: Sort the services corresponding to the user, and generate a service queue corresponding to the user. In this step, the services of the user are sorted in chronological order, and the service RB-1 and RB-2 sequences of the UE-1 are used to generate the service queue of the UE-1, and the RB-1 precedes the RB-2 as an example. The -2 service RB-3 is sorted to generate a UE-2 service queue. The use of the service scheduling queue inside each user ensures the fairness of each service scheduling within the user. Step 406: Determine whether there is a user in the user scheduling queue. If yes, go to step 408; if not, Go to step 428. Step 408: Acquire a head node user of the user scheduling queue. Step 410: Acquire the number of pending services of the head node user, the number of data packets to be processed, and the predetermined number of data packets that can be processed each time. In this embodiment, the number of to-be-processed services of UE-1 is 2, the number of data packets to be processed is 3, and the predetermined number of data packets that can be processed each time is 1; the number of pending services of UE-2 is 1 The number of packets to be processed is 1, and the predetermined number of packets that can be processed each time is 1. Step 412: Acquire a head service node in a service queue of the head node user. Step 414: Take a data packet from the first service node for processing, and delete the processed data packet from the service to which it belongs. Step 416: Determine whether there are any remaining data packets in the current service node. If no, go to step 418; if yes, go to step 420. Step 418: The current service node is deleted from the service queue, and the process proceeds to step 422. The service node that has no service is deleted from the service queue in time, which can ensure the timely update of the service queue, and facilitate the control station to obtain real-time information of multiple users and multiple services. Step 420: Link the current service node to the tail of the service queue. Linking the service node with the service to the tail of the service queue ensures the integrity of the service scheduling while ensuring the fairness of the service scheduling in the service queue. Step 422: Determine whether the number of data packets processed this time reaches a predetermined number, and if yes, go to step 424; if no, go to step 4 to 412. Step 424: Determine whether the current user node has any remaining service nodes, and if yes, go to step 426; if no, delete the current user node from the user scheduling queue, and go to step 406. Step 426: Link the current user node to the tail of the user scheduling queue, and go to step 406. Step 428: The scheduling ends. In this embodiment, UE-1 and UE-2 are first sorted in chronological order, and UE-1 is a user. The head node of the dispatch queue. Then, the services of UE-1 and UE-2 are sorted to generate a service queue. Among them, in the service queue of UE-1, RB-1 precedes RB-2, which is the head node of the service queue, and only the service RB-3 in the service queue of UE-2. Obtaining the head node UE-1 of the user scheduling queue, the number of to-be-processed services for acquiring UE-1 is 2, the number of data packets to be processed is 3, and the predetermined number of data packets that can be processed each time is 1. The first service node RB-1 in the service queue of UE-1 is obtained, the first data packet DATA-1 is taken out from RB-1 for processing, and the processed DATA-1 is deleted from RB-1. It is judged that there is no pending data packet in RB-1, RB-1 is deleted from the service queue of UE-1, and RB-2 becomes the head service node of the service queue. At this time, there is only one service in the service queue of UE-1. Node RB-2. It is judged that the number of data packets processed this time has reached a predetermined number of 1, and it is judged that there are still remaining service node RB-2 in UE-1, and UE-1 is linked to the tail of the user scheduling queue, that is, after UE-2. When it is determined that there are still users UE-2 and UE-1, jt匕 in the user scheduling queue, UE-2 is the head node of the user scheduling queue. Obtaining the head node UE-2 of the user scheduling queue, the number of pending services of the UE-2 is 1, the number of data packets to be processed is 1, and the predetermined number of data packets that can be processed each time is 1. The first service node RB-3 in the service queue of the UE-2 is obtained, the first data packet DATA-4 is taken out from the RB-3 for processing, and the processed DATA-4 is deleted from the RB-3. It is judged that there is no remaining data packet in the RB-3, and the RB-3 is deleted from the service queue of the UE-2. At this time, there is no service node in the service queue of the UE-2. It is judged that the number of data packets processed this time has reached a predetermined number of 1, and it is judged that there is no remaining service node in the UE-2, and the UE-2 is deleted from the user scheduling queue. At this time, the user debug queue has only the user node UE-1. Obtaining the head node UE-1 of the user scheduling queue, the number of pending services of the UE-1 is 1 at this time, the number of data packets to be processed is 2, and the predetermined number of data packets that can be processed each time is 1. The first service node RB-2 in the service queue of the UE-1 is obtained, the first data packet DATA-2 is taken out from the RB-2 for processing, and the DATA-2 processed by the ^ 1 is deleted from the RB-2. It is judged that there are remaining data packets to be processed in the RB-2. At this time, only the service node RB-2 is in the service queue of the UE-1, and the RB-2 is the head service node of the service queue. It is judged that the number of data packets processed this time has reached a predetermined number of 1, and it is judged that there are remaining service node RB-2 to be processed in UE-1. At this time, only the user node UE-1 is in the user scheduling queue. Obtaining the head node UE-1 of the user scheduling queue, the number of pending services of the UE-1 is 1 at this time, the number of data packets to be processed is 1, and the predetermined number of data packets that can be processed each time is 1. Obtain
UE-1 的业务队列中的头业务节点 RB-2 , 从 RB-2 中取出此时的第一个数据 包 DATA-3进行处理, 并将处理过的 DATA-3从 RB-2中删除。 判断 RB-2中 已没有剩余待处理数据包, 将 RB-2从 UE-1的业务队列中删除。 判断本次处 理的数据包数量已达到预定数量 1 , 判断 UE-1 中已没有剩余待处理业务节 点, 将 UE-1从用户调度队列中删除。 此时, 用户调度队列中已无用户节点, 调度结束。 本实施例在用户层按照用户进行公平调度, 在用户内部按照业务进行公 平调度, 实现了高效、 公平的多用户多业务调度方案。 参照图 5 , 示出了本发明实施例的一种无线通信网络的多用户多业务的 调度装置的结构框图, 具体包括: 队列生成模块 502 , 用于对待处理的多个用户进行排序, 生成用户调度 队列; 业务处理模块 504 , 与队列生成模块 502相连, 用于依次处理用户调 度队列中的每个用户的业务的预定数量的数据包。 其中, 所述预定数量根据 所述用户的优先级预先设置。 通过本实施例, 充分保证了用户间业务调度的公平性和实时性。 同时, 根据用户的优先级设定用户每次可以处理的业务的数据包的数量, 优先级越 高的用户每次可处理的数据包的数量也越多, 从而为高优先级的用户提供更 好更及时的调度服务。 参照图 6, 示出了本发明实施例的另一种无线通信网络的多用户多业务 的调度装置的结构框图, 具体包括: 队列生成模块 602 , 用于对待处理的多个用户进行排序, 生成用户调度 队列; 业务处理模块 604 , 与队列生成模块 502相连, 用于依次处理用户调 度队列中的每个用户的业务的预定数量的数据包。 其中, 所述预定数量根据 所述用户的优先级预先设置。 优选的, 本实施例的多用户多业务的调度装置还可以进一步包括: 业务 判断模块 606 , 与业务处理模块 604相连, 用于在处理过程中, 判断当前处 理的用户的业务是否为空; 用户删除模块 608 , 与业务判断模块 606相连, 用于若业务判断模块的判断结果为是, 则将该用户从用户调度队列中删除; 用户链接模块 610 , 与业务判断模块 606相连, 用于若业务判断模块的判断 结果为否, 则将该用户链接到用户调度队列的队尾。 其中, 队列生成模块 602可以包括: 时间队列生成模块 6022 , 用于对待 处理的多个用户按照时间先后顺序进行排序。 业务处理模块 604可以包括: 业务队列生成模块 6042 , 用于对每个用户 的多个业务进行排序, 生成业务队列, 其中, 每个业务包括至少一个数据包; 数据包处理模块 6044 , 与业务队列生成模块 6042相连, 用于依次处理业务 队列的每个业务的一个数据包, 直到处理的数据包的数量达到预定数量; 数 据包删除模块 6046 , 与数据包处理模块 6044相连, 用于将处理过的数据包 从其所属的业务中删除。 以及, 数据包判断模块 6048 , 与数据包删除模块 6046相连, 用于在每个业务的处理过程中, 判断当前处理的业务是否有剩余 数据包; 业务链接模块 60410 , 与数据包判断模块 6048相连, 用于若数据包 判断模块的判断结果为是, 则将该业务链接到业务队列的队尾; 业务删除模 块 60412 , 与数据包判断模块 6048相连, 用于若数据包判断模块的判断结果 为否, 则将该业务从业务队列中删除。 参照图 7 , 示出了本发明的一种无线通信网络的用户及业务节点的结构 示意图。 在该结构中, 一个用户节点包括用户待处理数据包总数, 用户每次 可处理数据包数量, 以及该用户的业务队列。 其中, 业务队列中包括若千业 务节点, 每个业务节点包括当前业务节点待处理数据包的数量, 和下个待处 理业务节点的信息。 通过用户待处理数据包总数, 用户每次可处理数据包数量, 以及该用户 的业务队列中每个业务节点的当前业务节点待处理数据包的数量和下个待处 理业务节点的信息, 使得控制站很容易地获得待处理的用户和业务情况, 便 于高效、 合理地对多用户多业务实现公平调度。 显然, 本领域的技术人员应该明白, 上述的本发明的各模块或各步骤可 以用通用的计算装置来实现, 它们可以集中在单个的计算装置上, 或者分布 在多个计算装置所组成的网络上, 可选地, 它们可以用计算装置可执行的程 序代码来实现, 从而, 可以将它们存储在存储装置中由计算装置来执行, 并 且在某些情况下, 可以以不同于此处的顺序执行所示出或描述的步骤, 或者 将它们分别制作成各个集成电路模块, 或者将它们中的多个模块或步骤制作 成单个集成电路模块来实现。 这样, 本发明不限制于任何特定的硬件和软件 结合。 以上所述仅为本发明的优选实施例而已, 并不用于限制本发明, 对于本 领域的技术人员来说, 本发明可以有各种更改和变化。 凡在本发明的 ^"神和 原则之内, 所作的任何修改、 等同替换、 改进等, 均应包含在本发明的保护 范围之内。 The head service node RB-2 in the service queue of UE-1, takes the first data packet DATA-3 at this time from the RB-2 for processing, and deletes the processed DATA-3 from the RB-2. Judge RB-2 There are no remaining data packets to be processed, and RB-2 is deleted from the service queue of UE-1. It is judged that the number of data packets processed this time has reached a predetermined number of 1, and it is judged that there is no remaining service node remaining in UE-1, and UE-1 is deleted from the user scheduling queue. At this point, there is no user node in the user scheduling queue, and the scheduling ends. In this embodiment, the user layer performs fair scheduling according to the user, performs fair scheduling according to the service within the user, and implements an efficient and fair multi-user multi-service scheduling scheme. Referring to FIG. 5, a block diagram of a multi-user multi-service scheduling apparatus for a wireless communication network according to an embodiment of the present invention is shown, which specifically includes: a queue generation module 502, which is used to sort multiple users to be processed, and generate a user. The scheduling queue is connected to the queue generating module 502, and is configured to sequentially process a predetermined number of data packets of each user in the user scheduling queue. The predetermined number is preset according to the priority of the user. Through the embodiment, the fairness and real-time performance of the service scheduling between users are fully ensured. At the same time, according to the priority of the user, the number of data packets of the service that the user can process each time is set, and the higher the priority, the more the number of data packets that can be processed each time, thereby providing more high-priority users. Better and more timely scheduling services. Referring to FIG. 6, a block diagram of a multi-user multi-service scheduling apparatus of another wireless communication network according to an embodiment of the present invention is shown, which specifically includes: a queue generation module 602, which is used to sort and generate multiple users to be processed. The user scheduling queue; the service processing module 604 is connected to the queue generating module 502, and is configured to sequentially process a predetermined number of data packets of each user in the user scheduling queue. The predetermined number is preset according to the priority of the user. Preferably, the multi-user multi-service scheduling apparatus of the embodiment may further include: a service judging module 606, configured to be connected to the service processing module 604, configured to determine whether the currently processed user's service is empty during the processing; The deleting module 608 is connected to the service judging module 606, and is configured to: if the judgment result of the service judging module is yes, delete the user from the user scheduling queue; the user linking module 610 is connected to the service judging module 606, and is used for the service. If the judgment result of the judgment module is no, the user is linked to the tail of the user dispatch queue. The queue generation module 602 can include: a time queue generation module 6022, configured to treat Multiple users processed are sorted in chronological order. The service processing module 604 may include: a service queue generating module 6042, configured to sort a plurality of services of each user, and generate a service queue, where each service includes at least one data packet; a data packet processing module 6044, and a service queue The generating module 6042 is connected to sequentially process one data packet of each service of the service queue until the number of processed data packets reaches a predetermined number; the data packet deleting module 6046 is connected to the data packet processing module 6044 for processing The packet is removed from the business it belongs to. And the data packet determining module 6048 is connected to the data packet deleting module 6046, and is configured to determine, in the processing process of each service, whether the currently processed service has a remaining data packet; the service linking module 60410 is connected to the data packet determining module 6048. And if the judgment result of the data packet judging module is yes, the service is linked to the tail of the service queue; the service deletion module 60412 is connected to the data packet judging module 6048, and is used if the judgment result of the data packet judging module is No, the service is removed from the service queue. Referring to FIG. 7, a schematic structural diagram of a user and a service node of a wireless communication network according to the present invention is shown. In this structure, one user node includes the total number of data packets to be processed by the user, the number of data packets that the user can process each time, and the service queue of the user. The service queue includes thousands of service nodes, and each service node includes the number of data packets to be processed by the current service node, and information of the next to-be-processed service node. Through the total number of data packets to be processed by the user, the number of data packets that the user can process each time, and the number of data packets to be processed of the current service node of each service node in the service queue of the user and the information of the next pending service node, so that the control The station can easily obtain the users and business conditions to be processed, and it is convenient to implement fair scheduling for multi-user and multi-service efficiently and reasonably. Obviously, those skilled in the art should understand that the above modules or steps of the present invention can be implemented by a general-purpose computing device, which can be concentrated on a single computing device or distributed over a network composed of multiple computing devices. Alternatively, they may be implemented by program code executable by the computing device, such that they may be stored in the storage device by the computing device and, in some cases, may be different from the order herein. The steps shown or described are performed, or they are separately fabricated into individual integrated circuit modules, or a plurality of modules or steps are fabricated as a single integrated circuit module. Thus, the invention is not limited to any specific combination of hardware and software. The above is only the preferred embodiment of the present invention, and is not intended to limit the present invention, and various modifications and changes can be made to the present invention. Where in the invention ^" God and Within the principles, any modifications, equivalent substitutions, improvements, etc., are intended to be included within the scope of the present invention.

Claims

权 利 要 求 书 一种无线通信网络的多用户多业务的调度方法, 其特征在于, 包括以下 步骤: A multi-user and multi-service scheduling method for a wireless communication network, characterized in that it comprises the following steps:
对待处理的多个用户进行排序, 生成用户调度队列;  Sorting multiple users to be processed to generate a user scheduling queue;
依次处理所述用户调度队列中的每个用户的业务的预定数量的数据 包, 其中, 所述预定数量根据所述用户的优先级预先设置。 根据权利要求 1所述的方法, 其特征在于, 所述方法还包括:  A predetermined number of data packets of each user's service in the user scheduling queue are sequentially processed, wherein the predetermined number is preset according to the priority of the user. The method according to claim 1, wherein the method further comprises:
在处理过程中, 判断当前处理的用户的业务是否为空;  During processing, it is determined whether the currently processed user's service is empty;
若是, 则将该用户从所述用户调度队列中删除;  If yes, the user is deleted from the user scheduling queue;
若否, 则将该用户链接到所述用户调度队列的队尾。 根据权利要求 2所述的方法, 其特征在于, 所述依次处理用户调度队列 中的每个用户的业务的预定数量的数据包的步骤包括:  If not, the user is linked to the end of the user's dispatch queue. The method according to claim 2, wherein the step of sequentially processing a predetermined number of data packets of each user's service in the user scheduling queue comprises:
对所述每个用户的多个业务进行排序, 生成业务队列, 其中, 每个 业务包括至少一个数据包;  Sorting a plurality of services of each user to generate a service queue, where each service includes at least one data packet;
依次处理所述业务队列的每个业务的一个数据包, 直到处理的数据 包的数量达到所述预定数量;  Processing one packet of each service of the service queue in turn until the number of processed data packets reaches the predetermined number;
将处理过的数据包从其所属的业务中删除。 根据权利要求 3所述的方法, 其特征在于, 所述依次处理用户调度队列 中的每个用户的业务的预定数量的数据包的步骤还包括:  The processed packet is deleted from the business to which it belongs. The method according to claim 3, wherein the step of sequentially processing a predetermined number of data packets of the service of each user in the user scheduling queue further comprises:
在每个业务的处理过程中 ,判断当前处理的业务是否有剩余数据包; 若是, 则将该业务链接到所述业务队列的队尾;  In the process of each service, determining whether the currently processed service has a remaining data packet; if yes, linking the service to the tail of the service queue;
若否, 则将该业务从所述业务队列中删除。 根据权利要求 1所述的方法, 其特征在于, 所述对待处理的多个用户进 行排序的步骤包括:  If not, the service is deleted from the service queue. The method according to claim 1, wherein the step of sorting the plurality of users to be processed comprises:
对所述待处理的多个用户按照时间先后顺序进行排序。 Sorting the plurality of users to be processed in chronological order.
6. —种无线通信网络的多用户多业务的调度装置, 其特征在于, 包括: 队列生成模块, 用于对待处理的多个用户进行排序, 生成用户调度 队列; A multi-user multi-service scheduling apparatus for a wireless communication network, comprising: a queue generation module, configured to sort a plurality of users to be processed, and generate a user scheduling queue;
业务处理模块, 用于依次处理所述用户调度队列中的每个用户的业 务的预定数量的数据包, 其中, 所述预定数量根据所述用户的优先级预 先设置。  And a service processing module, configured to sequentially process a predetermined number of data packets of each user in the user scheduling queue, wherein the predetermined number is preset according to the priority of the user.
7. 根据权利要求 6所述的调度装置, 其特征在于, 所述装置还包括: 业务判断模块, 用于在处理过程中, 判断当前处理的用户的业务是 否为空; The scheduling device according to claim 6, wherein the device further comprises: a service determining module, configured to determine, during the processing, whether the service of the currently processed user is empty;
用户删除模块, 用于若所述业务判断模块的判断结果为是, 则将该 用户从所述用户调度队列中删除;  a user deletion module, configured to: if the judgment result of the service judging module is yes, delete the user from the user scheduling queue;
用户链接模块, 用于若所述业务判断模块的判断结果为否, 则将该 用户链接到所述用户调度队列的队尾。  The user link module is configured to link the user to the tail of the user scheduling queue if the judgment result of the service judging module is no.
8. 根据权利要求 7所述的调度装置, 其特征在于, 所述业务处理模块包括: 业务队列生成模块, 用于对所述每个用户的多个业务进行排序, 生 成业务队列, 其中, 每个业务包括至少一个数据包; The scheduling apparatus according to claim 7, wherein the service processing module comprises: a service queue generating module, configured to sort a plurality of services of each user, and generate a service queue, where each Services include at least one data packet;
数据包处理模块, 用于依次处理所述业务队列的每个业务的一个数 据包, 直到处理的数据包的数量达到所述预定数量;  a packet processing module, configured to sequentially process one data packet of each service of the service queue until the number of processed data packets reaches the predetermined number;
数据包删除模块, 用于将处理过的数据包从其所属的业务中删除。  A packet deletion module is used to delete a processed packet from the service to which it belongs.
9. 根据权利要求 8所述的调度装置, 其特征在于, 所述业务处理模块还包 括: The scheduling device according to claim 8, wherein the service processing module further comprises:
数据包判断模块, 用于在每个业务的处理过程中, 判断当前处理的 业务是否有剩余数据包;  a data packet judging module, configured to determine, in a processing process of each service, whether the currently processed service has a remaining data packet;
业务链接模块, 用于若所述数据包判断模块的判断结果为是, 则将 该业务链接到所述业务队列的队尾;  a service linking module, configured to link the service to a tail of the service queue if the judgment result of the data packet determining module is yes;
业务删除模块, 用于若所述数据包判断模块的判断结果为否, 则将 该业务从所述业务队列中删除。 根据权利要求 6所述的调度装置, 其特征在于, 所述队列生成模块包括: 时间队列生成模块, 用于对所述待处理的多个用户按照时间先后顺 序进行排序。 The service deletion module is configured to delete the service from the service queue if the judgment result of the data packet determination module is negative. The scheduling apparatus according to claim 6, wherein the queue generating module comprises: a time queue generating module, configured to sort the plurality of users to be processed in chronological order.
PCT/CN2010/076084 2010-03-23 2010-08-17 Scheduling method and device for multi-user multi-service in wireless communication network WO2011116579A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN2010101402511A CN102202410A (en) 2010-03-23 2010-03-23 Multi-user and multi-service scheduling method and device of wireless communication network
CN201010140251.1 2010-03-23

Publications (1)

Publication Number Publication Date
WO2011116579A1 true WO2011116579A1 (en) 2011-09-29

Family

ID=44662712

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2010/076084 WO2011116579A1 (en) 2010-03-23 2010-08-17 Scheduling method and device for multi-user multi-service in wireless communication network

Country Status (2)

Country Link
CN (1) CN102202410A (en)
WO (1) WO2011116579A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9940471B2 (en) 2013-07-31 2018-04-10 Zte Corporation Virtual output queue authorization management method and device, and computer storage medium

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103078811B (en) * 2013-01-31 2015-12-09 北京金和软件股份有限公司 A kind of based on multi-thread environment network packet out-of-order control method
CN106598474A (en) * 2015-10-16 2017-04-26 中兴通讯股份有限公司 Small computer system interface (SCSI) command concurrent processing method and apparatus
CN114579273B (en) * 2022-03-02 2024-04-02 中国科学技术大学 Data processing method and network management device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070002750A1 (en) * 2005-07-01 2007-01-04 Nec Laboratories America, Inc. Generic Real Time Scheduler for Wireless Packet Data Systems
CN1949748A (en) * 2006-10-09 2007-04-18 华为数字技术有限公司 Method and apparatus for multiuser QOS dispatching
CN101227226A (en) * 2007-01-17 2008-07-23 上海无线通信研究中心 Method for multi-business scheduling based on communication system real buffer memory

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070002750A1 (en) * 2005-07-01 2007-01-04 Nec Laboratories America, Inc. Generic Real Time Scheduler for Wireless Packet Data Systems
CN1949748A (en) * 2006-10-09 2007-04-18 华为数字技术有限公司 Method and apparatus for multiuser QOS dispatching
CN101227226A (en) * 2007-01-17 2008-07-23 上海无线通信研究中心 Method for multi-business scheduling based on communication system real buffer memory

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9940471B2 (en) 2013-07-31 2018-04-10 Zte Corporation Virtual output queue authorization management method and device, and computer storage medium

Also Published As

Publication number Publication date
CN102202410A (en) 2011-09-28

Similar Documents

Publication Publication Date Title
CN106961741B (en) A kind of uplink resource allocating method and device
Farazi et al. Age of information in energy harvesting status update systems: When to preempt in service?
CN110545241B (en) Message processing method and device
Liu et al. Delay-sensitive packet scheduling in wireless networks
CN101286949A (en) Wireless Mesh network MAC layer resource scheduling policy based on IEEE802.16d standard
WO2010083681A1 (en) Bandwidth allocation method and routing apparatus
CN101009649A (en) Queue management in a network processor
WO2011116579A1 (en) Scheduling method and device for multi-user multi-service in wireless communication network
CN102594663A (en) Queue scheduling method and device
CN106341205A (en) Low time-delay time triggering network system and optimization method
WO2013025703A1 (en) A scalable packet scheduling policy for vast number of sessions
Ryu et al. Wireless Packet Scheduling Algorithm for OFDMA System Based on Time‐Utility and Channel State
CN101562841A (en) Service scheduling method, device and system thereof
CN101815030A (en) Separated service quality frame for communication system and a method thereof
CN105792359B (en) Resource allocation methods, data mapping method and device
Al-Turjman et al. SAHCI: scheduling approach for heterogeneous content-centric IoT applications
Maguluri et al. The stability of longest-queue-first scheduling with variable packet sizes
WO2002091757A1 (en) A scheduling method of realizing the quality of service of router in integrated service
WO2006070484A1 (en) Communication control method, wireless communication system, and wireless communication device
CN110247859B (en) Data sending method and device based on AIRT-ROS node
CN103546392A (en) Single queue cycle dispatching method and device
Dong et al. Multipath TCP meets Reinforcement Learning: A novel energy-efficient scheduling approach in heterogeneous wireless networks
CN101848494A (en) Dispatching method of real-time business and device thereof
Feng et al. Analysis of edge computing model for real-time self-organizing push of data in wireless LAN environment
JPWO2022202835A5 (en)

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

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

Country of ref document: EP

Kind code of ref document: A1