WO2021186585A1 - 端末、通信方法及び通信プログラム - Google Patents

端末、通信方法及び通信プログラム Download PDF

Info

Publication number
WO2021186585A1
WO2021186585A1 PCT/JP2020/011813 JP2020011813W WO2021186585A1 WO 2021186585 A1 WO2021186585 A1 WO 2021186585A1 JP 2020011813 W JP2020011813 W JP 2020011813W WO 2021186585 A1 WO2021186585 A1 WO 2021186585A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
delay
transmission
low
queues
Prior art date
Application number
PCT/JP2020/011813
Other languages
English (en)
French (fr)
Inventor
朗 岸田
井上 保彦
健悟 永田
淺井 裕介
泰司 鷹取
Original Assignee
日本電信電話株式会社
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 日本電信電話株式会社 filed Critical 日本電信電話株式会社
Priority to JP2022508683A priority Critical patent/JP7347653B2/ja
Priority to EP20926089.2A priority patent/EP4124147A4/en
Priority to US17/910,881 priority patent/US20230104897A1/en
Priority to PCT/JP2020/011813 priority patent/WO2021186585A1/ja
Priority to CN202080098641.9A priority patent/CN115380611A/zh
Publication of WO2021186585A1 publication Critical patent/WO2021186585A1/ja

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/50Queue scheduling
    • H04L47/62Queue scheduling characterised by scheduling criteria
    • H04L47/6215Individual queue per QOS, rate or priority
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W74/00Wireless channel access
    • H04W74/08Non-scheduled access, e.g. ALOHA
    • H04W74/0808Non-scheduled access, e.g. ALOHA using carrier sensing, e.g. carrier sense multiple access [CSMA]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/24Traffic characterised by specific attributes, e.g. priority or QoS
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/24Traffic characterised by specific attributes, e.g. priority or QoS
    • H04L47/2441Traffic characterised by specific attributes, e.g. priority or QoS relying on flow classification, e.g. using integrated services [IntServ]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/24Traffic characterised by specific attributes, e.g. priority or QoS
    • H04L47/245Traffic characterised by specific attributes, e.g. priority or QoS using preemption
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/28Flow control; Congestion control in relation to timing considerations
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W28/00Network traffic management; Network resource management
    • H04W28/16Central resource management; Negotiation of resources or communication parameters, e.g. negotiating bandwidth or QoS [Quality of Service]
    • H04W28/18Negotiating wireless communication parameters
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W84/00Network topologies
    • H04W84/02Hierarchically pre-organised networks, e.g. paging networks, cellular networks, WLAN [Wireless Local Area Network] or WLL [Wireless Local Loop]
    • H04W84/10Small scale networks; Flat hierarchical networks
    • H04W84/12WLAN [Wireless Local Area Networks]

Definitions

  • the embodiment relates to a terminal, a communication method, and a communication program.
  • the wireless LAN base station and terminal access the channel using CSMA / CA (Carrier Sense Multiple Access with Collision Avoidance) and transmit wireless signals.
  • CSMA / CA Carrier Sense Multiple Access with Collision Avoidance
  • the base station and the terminal wait for the time specified by the access parameter, confirm by carrier sense that the channel is not in use by another terminal or the like, and then transmit the radio signal.
  • EDCA Enhanced Distribution Channel Access
  • traffic (data) from the upper layer is categorized into one of four access categories (AC), that is, VO (Voice), VI (Video), BE (Best effort), and BK (Background). ..
  • AC access categories
  • the data is input to the corresponding one of the VO transmission queue, the VI transmission queue, the BE transmission queue, and the BK transmission queue based on the categorized access category.
  • CSMA / CA is performed for each access category, that is, for each transmission queue.
  • the CSMA / CA access parameters are given priority in the order of VO (VO transmission queue), VI (VI transmission queue), BE (BE transmission queue), and BK (BK transmission queue). Is assigned to be.
  • RTAs Real-Time Applications
  • uplink data data from a terminal to a base station
  • the VO transmission queue is intended to accommodate VO data (voice data), and generally does not have a large queue size. Therefore, when data having a large size required for real-time performance is assigned to the VO transmission queue, the queue size of the VO transmission queue may be exceeded and the data may be discarded.
  • the transmission control unit sets a plurality of LL transmission queues in which low-delay data whose delay condition regarding delay is stricter than a predetermined delay condition is input to each. In a plurality of LL transmission queues, the delay conditions required for the input low-delay data are different from each other.
  • the embodiment it is possible to provide a wireless communication environment in which the delay of data that requires real-time performance can be appropriately suppressed to a low level.
  • FIG. 1 is a diagram showing a configuration of an example of a communication system according to an embodiment.
  • FIG. 2 is a diagram showing a hardware configuration of an example of a base station.
  • FIG. 3 is a diagram showing a hardware configuration of an example of a terminal.
  • FIG. 4 is a diagram showing processing of a MAC (Media Access Control) layer during communication between a base station and a terminal.
  • FIG. 5 is a functional block diagram of the base station.
  • FIG. 6 is a functional block diagram of the terminal.
  • FIG. 7 is a functional block diagram of the transmission control unit of the terminal.
  • FIG. 8 is a flowchart showing an example of transmission processing at the terminal.
  • FIG. 1 is a diagram showing a configuration of an example of a communication system according to an embodiment.
  • the communication system 1 includes a base station 10 and a terminal 20.
  • the base station 10 wirelessly communicates with a terminal in a predetermined service area. Although not shown in FIG. 1, communication may be performed between the terminals 20.
  • FIG. 2 is a diagram showing a hardware configuration of an example of the base station 10.
  • the base station 10 is an access point (AP) for the terminal 20.
  • the base station 10 is not limited to a fixed one, and may be mounted on a mobile body.
  • the base station 10 includes a processor 11, a ROM (ReadOnlyMemory) 12, a RAM (RandomAccessMemory) 13, a wireless module 14, and a router module 15.
  • ROM ReadOnlyMemory
  • RAM RandomAccessMemory
  • the processor 11 is a processing device that controls the entire base station 10.
  • the processor 11 is, for example, a CPU (Central Processing Unit).
  • the processor 11 is not limited to the CPU. Further, an ASIC (Application Specific IC) or the like may be used instead of the CPU. Further, the number of processors 11 may be two or more instead of one.
  • ROM 12 is a read-only storage device.
  • the ROM 12 stores the firmware and various programs required for the operation of the base station 10.
  • RAM 13 is a storage device that can be arbitrarily written.
  • the RAM 13 is used as a work area for the processor 11, and temporarily stores the firmware and the like stored in the ROM 12.
  • the wireless module 14 is a module configured to perform necessary processing for wireless LAN communication. For example, the wireless module 14 constructs a MAC frame from the data transferred from the processor 11, converts the configured MAC frame into a wireless signal, and transmits the MAC frame to the terminal 20. Further, the wireless module 14 receives a wireless signal from the terminal 20, extracts data from the received wireless signal, and transfers the data to, for example, the processor 11.
  • the router module 15 is provided for the base station 10 to communicate with, for example, a server (not shown) via a network.
  • the base station 10 does not necessarily have to include the router module 15.
  • the base station 10 may be configured to access a router provided outside the base station 10 by wireless communication or wired communication and connect to a network via this router.
  • FIG. 3 is a diagram showing a hardware configuration of an example of the terminal 20.
  • the terminal 20 is a terminal device (station) such as a smartphone.
  • the terminal 20 may be a mobile terminal, a terminal mounted on a mobile body, or a fixed terminal.
  • the terminal 20 includes a processor 21, a ROM 22, a RAM 23, a wireless module 24, a display 25, and a storage 26.
  • the processor 21 is a processing device that controls the entire terminal 20.
  • the processor 21 is, for example, a CPU.
  • the processor 21 is not limited to the CPU. Further, ASIC or the like may be used instead of the CPU. Further, the number of processors 21 may be two or more instead of one.
  • ROM 22 is a read-only storage device.
  • the ROM 22 stores the firmware and various programs required for the operation of the terminal 20.
  • the RAM 23 is a storage device that can be arbitrarily written.
  • the RAM 23 is used as a work area for the processor 21, and temporarily stores the firmware and the like stored in the ROM 22.
  • the wireless module 24 is a module configured to perform necessary processing for wireless LAN communication. For example, the wireless module 24 constructs a MAC frame for wireless communication from the data transferred from the processor 21, converts the configured MAC frame into a wireless signal, and transmits it to the base station 10. Further, the wireless module 24 receives a wireless signal from the base station 10, extracts data from the received wireless signal, and transfers the data to, for example, the processor 21.
  • the display 25 is a display device that displays various screens.
  • the display 25 may be a liquid crystal display, an organic EL display, or the like. Further, the display 25 may include a touch panel.
  • the storage 26 is a storage device such as a hard disk.
  • the storage 26 stores, for example, various applications executed by the processor 21.
  • FIG. 4 is a diagram showing processing of the MAC (Media Access Control) layer during communication between the base station 10 and the terminal 20.
  • MAC Media Access Control
  • FIG. 4 both the processing on the transmitting side and the processing on the receiving side are shown.
  • the other wireless module performs processing on the receiving side.
  • the wireless modules on the transmitting side and the receiving side are described without distinction.
  • the radio module performs A-MSDU aggregation. Specifically, the wireless module combines a plurality of data input from an upper layer such as an application layer to generate an A-MSDU (Aggregate-MAC service data unit).
  • A-MSDU Aggregate-MAC service data unit
  • step S11 the wireless module assigns a sequence number (SN) to the A-MSDU.
  • the sequence number is a unique number for identifying the A-MSDU.
  • step S12 the wireless module fragmentes (divides) the A-MSDU into a plurality of MPDUs (MAC protocol data units).
  • step S13 the wireless module encrypts each MPDU and generates an encrypted MPDU.
  • step S14 the wireless module adds a MAC header and an error detection code (FCS) to each encrypted MPDU.
  • the error detection code is, for example, a CRC (Cyclic Redundancy Check) code.
  • step S15 the wireless module performs A-MPDU aggregation. Specifically, the wireless module combines a plurality of MPDUs to generate an A-MPDU (Aggregate-MAC protocol data unit) as a MAC frame.
  • A-MPDU Aggregate-MAC protocol data unit
  • the wireless module processes the physical layer of the MAC frame. That is, the wireless module performs modulation processing or the like on the MAC frame to generate a wireless signal, and transmits the wireless signal to the base station 10.
  • the radio module processes the physical layer to restore the MAC frame from the radio signal. After that, the wireless module performs the processing of the MAC layer shown in FIG.
  • step S20 the wireless module performs A-MPDU deaggregation. Specifically, the wireless module divides the A-MPDU into MPDU units.
  • the wireless module detects an error. For example, the radio module determines whether or not the reception of the radio signal is successful by CRC. When the reception of the radio signal fails, the radio module may make a retransmission request. At this time, the wireless module may request retransmission in units of MPDU. On the other hand, when the reception of the radio signal is successful, the radio module performs the following processing.
  • step S22 the wireless module performs address detection. At this time, the wireless module determines whether or not the sent MPDU is addressed to itself based on the address recorded in the MAC header of each MPDU. When it is not addressed to you, the wireless module does not perform the following processing. When addressed to itself, the wireless module does the following:
  • step S23 the wireless module decrypts the encrypted MPDU.
  • step S24 the wireless module defragments the MPDU. That is, the wireless module restores the A-MSDU from the plurality of MPDUs.
  • step S25 the wireless module performs A-MSDU deaggregation. Specifically, the wireless module restores the A-MSDU to data in MSDU units.
  • the wireless module After step S25, the wireless module outputs data to the upper layer of the MAC layer.
  • the upper layer is, for example, an application layer.
  • FIG. 5 is a functional block diagram of the base station 10.
  • the base station 10 includes a data processing unit 101 and a radio signal processing unit 102.
  • the processing of the data processing unit 101 and the radio signal processing unit 102 is realized by, for example, the processor 11 and the radio module 14.
  • the data processing unit 101 constitutes a MAC frame from, for example, data transferred from a server on the processing network. Further, the data processing unit 101 restores data from the MAC frame transferred from the radio signal processing unit 102.
  • the wireless signal processing unit 102 performs processing for transmitting or receiving a wireless signal. For example, the wireless signal processing unit 102 converts the MAC frame composed of the data processing unit 101 into a wireless signal, and transmits the wireless signal to the terminal 20. Further, the radio signal processing unit 102 receives a radio signal from the terminal 20, extracts a MAC frame from the received radio signal, and transfers the MAC frame to the data processing unit 101.
  • FIG. 6 is a functional block diagram of the terminal 20.
  • the terminal 20 includes a data processing unit 201, a wireless signal processing unit 202, and a transmission control unit 203.
  • the processing of the data processing unit 201, the radio signal processing unit 202, and the transmission control unit 203 is realized by, for example, the processor 21 and the radio module 24.
  • the data processing unit 201 can execute, for example, the processing of the LLC (Logical Link Control) layer and the processing of the layer higher than the LLC, and can also execute a part of the processing of the MAC layer.
  • the LLC layer functions as an interface between the upper layer and the MAC layer. Further, the LLC layer constitutes an LLC packet by adding a DSAP (Destination Service Access Point) header, a SSAP (Source Service Access Point) header, or the like to, for example, data input from a higher-level application. Further, the data processing unit 201 adds a MAC header to the LLC packet as a part of the processing of the MAC layer to form a MAC frame.
  • DSAP Disposination Service Access Point
  • SSAP Source Service Access Point
  • the MAC header includes a destination address, a source address, a sequence number, a traffic type (TID), an error detection code, and the like. Further, the data processing unit 201 restores data from the MAC frame transferred from the radio signal processing unit 202. This data is used, for example, by higher-level applications.
  • the application is not limited to a specific application.
  • the application may be an RTA such as a video game, an industrial robot control application.
  • the wireless signal processing unit 202 can execute the processing of the physical layer.
  • the radio signal processing unit 202 performs processing for transmitting or receiving a radio signal.
  • the radio signal processing unit 202 converts the MAC frame composed of the data processing unit 201 into a radio signal, and transmits the radio signal to, for example, the base station 10.
  • the radio signal processing unit 202 adds a preamble, a PHY header, and the like to the MAC frame before conversion to the radio signal.
  • the radio signal processing unit 202 receives a radio signal from the base station 10, extracts a MAC frame from the received radio signal, and transfers the MAC frame to the data processing unit 201.
  • the transmission control unit 203 can execute a part of the processing of the MAC layer.
  • FIG. 7 is a functional block diagram of the transmission control unit 203.
  • the transmission control unit 203 includes a data categorization unit 211 and a CSMA / CA execution unit 212_LL, 212_VO, 212_VI, 212_BE, 212_BK. Further, the transmission control unit 203 sets the transmission queues 213_LL1,213_LL2, 213_LL3, 213_VO, 213_VI, 213_BE, 213_BK.
  • the transmission control unit 203 controls the timing and the like of transmitting a radio signal to the base station 10.
  • the transmission control unit 203 controls transmission of a radio signal (data) to the base station 10 by, for example, EDCA.
  • Data with a MAC header attached, that is, a MAC frame is transferred from the data processing unit 201 to the data categorization unit 211.
  • the data categorization unit 211 categorizes (classifies) the data (MAC frame) from the data processing unit 201. By categorizing the data, the data categorization unit 211 determines whether or not the data (MAC frame) corresponds to low-delay data in which the delay condition regarding the delay is stricter than the predetermined delay condition. In one example, the required delay time is 100 msec or less, which is a predetermined delay condition. Then, the data having the requested delay time of 100 msec or less is determined to correspond to the low delay data and is categorized into LL (Low Latency). Examples of the delay evaluation value used for determining the delay condition include maximum delay, average delay, percentile, delay dispersion value, delay standard deviation, and jitter.
  • the data categorization unit 211 determines whether the access category corresponds to VO (Voice), VI (Video), BE (Best effort) or BK (Background) for the non-low delay data that does not correspond to the low delay data. ,judge. Therefore, the data (MAC frame) corresponding to the non-low delay data is categorized into any one of VO, VI, BE and BK.
  • the low delay data has a stricter delay condition regarding the delay than the predetermined delay condition. That is, for low delay data, the required delay time is fixed.
  • the low-delay data has stricter delay conditions than the VO data in which transmission is prioritized among VO, VI, BE, and BK.
  • low latency data has a shorter required delay time than VO categorized data.
  • the data categorization unit 211 further categorizes (classifies) the low-delay data categorized in LL into a plurality of types based on the required delay conditions.
  • the low delay data is categorized into one of three types LL1, LL2, LL3.
  • the required delay conditions are stricter than in the low delay data categorized in LL2.
  • the required delay condition is stricter than the data categorized in LL3. Therefore, in LL1, LL2, and LL3, the required delay conditions are different from each other.
  • data with a required delay time of 100 msec or less is determined to correspond to low delay data.
  • low-delay data having a required delay time of 1 msec or less is categorized into LL1
  • low-delay data having a requested delay time greater than 1 msec and 10 msec or less is categorized into LL2.
  • the delayed data is categorized into LL3.
  • the data categorization unit 211 categorizes the data (MAC frame) as described above, that is, maps the data based on the TID of the data. The TID is given for each application (session) handled by the terminal 20. Further, the data categorization unit 211 may categorize the data based on the information of the header such as the MAC header. Further, the data categorization unit 211 may negotiate with the base station 10 about the data transmitted from the terminal 20 before categorizing the data, and categorize the data based on the negotiation result.
  • the transmission control unit 203 of the terminal 20 In negotiation, the transmission control unit 203 of the terminal 20 generates a negotiation frame.
  • the negotiation frame contains information about the delay conditions required for low-delay data, such as the required delay time for low-delay data.
  • the radio signal processing unit 202 converts the negotiation frame into a radio signal and transmits it to the base station 10.
  • the radio signal processing unit 202 In the transmission of the negotiation frame, for example, when the terminal 20 obtains the transmission right by CSMA / CA, the radio signal processing unit 202 transmits the negotiation frame as a radio signal.
  • the transmission control unit 203 determines whether or not the permission notification has been received from the base station 10. When the terminal 20 receives the permission notification, the negotiation is completed.
  • the transmission control unit 203 and the radio signal processing unit 202 send the radio signal of the negotiation frame. Is repeatedly transmitted to the base station 10.
  • the radio signal processing unit 102 of the base station 10 receives the negotiation frame from the terminal 20.
  • the radio signal processing unit 102 extracts information (for example, the requested delay time) regarding the delay condition required for the low delay data from the negotiation frame.
  • the data processing unit 101 determines whether or not the delay condition required for the extracted low-delay data is satisfied based on the current communication status and the like. If the required delay condition is not satisfied, the data processing unit 101 and the radio signal processing unit 102 of the base station 10 send a refusal notification to the terminal 20 indicating that communication satisfying the required delay condition cannot be performed. Send.
  • the data processing unit 101 and the radio signal processing unit 102 of the base station 10 send a permission notification to the terminal 20 indicating that communication satisfying the required delay condition can be secured. And send.
  • the base station 10 may request that an ACK for the permission notification be transmitted. This completes the negotiation.
  • the data categorization unit 211 inputs data (MAC frame) to any one of the transmission queues 213_LL1,213_LL2, 213_LL3, 213_VO, 213_VI, 213_BE, and 213_BK based on the data categorization result.
  • the MAC frame categorized into VO is input to the transmission queue 213_VO
  • the MAC frame categorized into VI is input to the transmission queue 213_VI.
  • the MAC frame categorized in BE is input to the transmission queue 213_BE
  • the MAC frame categorized in BK is input to the transmission queue 213_BK. Therefore, the non-low delay data is input to the corresponding one of the transmission queues 213_VO, 213_VI, 213_BE, and 213_BK, which are non-LL transmission queues.
  • the MAC frame categorized (mapped) to LL1 is input to the transmission queue 213_LL1, the MAC frame categorized to LL2 is input to the transmission queue 213_LL2, and the MAC frame categorized to LL3 is input to the transmission queue 213_LL3. Therefore, the low delay data is input to the corresponding one of the transmission queues 213_LL1,213_LL2, 213_LL3, which is the LL transmission queue. Further, since the low delay data is input to the corresponding one of the plurality of LL transmission queues as described above, the delay condition required for the input low delay data is the transmission queue 213_LL1,213_LL2,213_LL3 with respect to each other. Is different. That is, the transmission queues are 213_LL1,213_LL2, 213LL_3 in the order of stricter required delay conditions.
  • the CSMA / CA execution unit 212_VO performs CSMA / CA on the data (MAC frame) held in the transmission queue 213_VO, and the CSMA / CA execution unit 212_VI performs CSMA / CA on the data held in the transmission queue 213_VI. Further, the CSMA / CA execution unit 212_BE performs CSMA / CA on the data held in the transmission queue 213_BE, and the CSMA / CA execution unit 212_BK performs CSMA / CA on the data held in the transmission queue 213_BK. Therefore, CSMA / CA is performed for non-low delay data for each transmission queue 213_VO, 213_VI, 213_BE, 213_BK which is a non-LL transmission queue.
  • Each of the CSMA / CA execution units 212_VO, 212_VI, 212_BE, and 212_BK is defined by the set access parameters while confirming by carrier sense that there is no radio signal transmission by other terminals or the like in CSMA / CA. Wait for transmission for a while. Then, each of the CSMA / CA execution unit 212_VO, 212_VI, 212_BE, and 212_BK extracts a MAC frame from the corresponding one of the non-LL transmission queues, and outputs the extracted MAC frame to the radio signal processing unit 202. Then, the radio signal is transmitted from the radio signal processing unit 202 from the radio signal processing unit 202 as described above using the channel for which the transmission right has been acquired by CSMA / CA.
  • the access parameters may be assigned to a state in which the transmission of the radio signal is relatively prioritized in the order of VO, VI, BE, BK.
  • Access parameters may include CWmin, CWmax, AIFS, TXOPLimit.
  • CWmin is the minimum value of CW (Contention Window), which is the waiting time for transmission
  • CWmax is the maximum value of CW. The shorter CWmin and CWmax, the easier it is for the transmission queue to obtain transmission rights.
  • AIFS Bitration InterFrame Space
  • TXOPLimit is an upper limit of TXOP (Transmission Opportunity), which is the occupied time of the channel. The larger the value of TXOPLimit, the more data (radio signal) can be transmitted with one transmission right.
  • the CSMA / CA execution unit 212_LL performs CSMA / CA on the data (MAC frame) held in the transmission queue 213_LL1,213_LL2,213_LL3, that is, the low delay data held in the plurality of LL transmission queues.
  • the CSMA / CA execution unit 212_LL performs CSMA / CA in the same manner as the CSMA / CA execution unit 212_VO, 212_VI, 212_BE, 212_BK and the like.
  • the access parameters of the LL transmission queue in CSMA / CA are assigned to a state in which the transmission of low-delay data is relatively prioritized over the transmission of non-low-delay data. That is, the access parameter is assigned to a state in which the transmission of the LL radio signal is relatively prioritized over any of VO, VI, BE, and BK.
  • the CSMA / CA execution unit 212_LL When the CSMA / CA execution unit 212_LL acquires the transmission right on a certain channel by CSMA / CA, it extracts a MAC frame (low delay data) from the corresponding one of the transmission queues 213_LL1,213_LL2,213_LL3, and extracts the extracted MAC frame. Output to the wireless signal processing unit 202.
  • the CSMA / CA execution unit 212_LL determines the LL transmission queue from which the low-delay data is taken out by the round-robin method for the low-delay data stored in each of the transmission queues 213_LL1,213_LL2, 213_LL3, and the low-delay data. Determine when to send.
  • MAC frames are sequentially taken out from each of the transmission queues 213_LL1,213_LL2, 213_LL3 by the round robin method.
  • the request delay time of the data from the transmission queue 213_LL1,213_LL2,213_LL3 may be weighted. For example, weighting is applied to a state in which the transmission queues are 213_LL1,213_LL2,213_LL3 in descending order of request delay time.
  • the round robin may be controlled to start from the transmission queue having a strict request delay time.
  • the CSMA / CA execution unit 212_LL sets each of the transmission queues 213_LL1,213_LL2, 213_LL3 so that all of the low-delay data input to the LL transmission queue satisfy the required delay condition. Determines the timing of transmission for the stored low-latency data.
  • the CSMA / CA execution unit 212_LL acquires the request delay time ⁇ 1 and the input time ⁇ 2 to the corresponding one of the LL transmission queues for each of the low delay data. Then, the CSMA / CA execution unit 212_LL calculates the remaining time ⁇ by calculating ( ⁇ 1- ( ⁇ 3- ⁇ 2)) using the current time ⁇ 3.
  • the CSMA / CA execution unit 212_LL sets the priority for the low delay data stored in each of the transmission queues 213_LL1, 213_LL2, 213_LL3 based on the remaining time ⁇ . Then, the low-delay data is taken out in descending order of the set priority. For example, the shorter the remaining time ⁇ , the higher the priority is set.
  • the transmission control unit 203 may include a data collision management unit 215.
  • each of the CSMA / CA execution units 212_LL, 212_VO, 212_VI, 212_BE, and 212_BK performs CSMA / CA. Therefore, any two or more of the CSMA / CA execution unit 212_LL, 212_VO, 212_VI, 212_BE, and 212_BK may acquire the transmission right on the same channel in the CSMA / CA.
  • the data collision management unit 215 adjusts the timing of transmitting data when a plurality of CSMA / CA execution units acquire transmission rights on the same channel, and prevents data collision.
  • the channel for which transmission rights have been acquired by CSMA / CA in the LL transmission queue may be the same as the channel for which transmission rights have been acquired by any CSMA / CA in the non-LL transmission queue.
  • the data collision management unit 215 preferentially extracts the MAC frame from the transmission queue 213_LL1,213_LL2,213_LL3. Therefore, the low-delay data stored in the LL transmission queue is preferentially output to the radio signal processing unit 212, and the low-delay data is preferentially transmitted as a radio signal on the channel for which the transmission right has been acquired. On the other hand, the data collision management unit 215 waits for the removal of the MAC frame from the non-LL transmission queue.
  • the non-low delay data stored in the non-LL transmission queue is not output to the radio signal processing unit 202, and the transmission of the non-low delay data on the channel for which the transmission right has been acquired is waited for.
  • the non-low latency data is transmitted, for example, after the transmission of the low latency data is completed.
  • the data collision management unit 2115 By performing the above-described processing by the data collision management unit 215, collisions between transmitted data are prevented.
  • the data collision management unit 215 Low latency data may be transmitted before non-low latency data.
  • the transmission right may be transferred between the CSMA / CA of the non-low delay data and the CSMA / CA of the low delay data.
  • the TXOP period may be set so that the low-delay data and the non-low-delay data are continuously transmitted in this order.
  • FIG. 8 is a flowchart showing an example of transmission processing in the terminal 20.
  • the data processing unit 201 when data to be transmitted from an upper layer such as an application layer is input to the data processing unit 201, the data processing unit 201, the radio signal processing unit 202, the transmission control unit 203, and the like perform the data. Indicates processing.
  • step S31 the data processing unit 201 performs the processing of the MAC layer shown in FIG. 4 on the input data to generate a MAC frame.
  • the data processing unit 201 outputs the MAC frame to the transmission control unit 203.
  • step S32 the data categorization unit 211 of the transmission control unit 203 categorizes the MAC frame (data). Then, in step S33, the data categorization unit 211 determines whether or not the MAC frame corresponds to the low delay data based on the result of the categorization. Further, in the categorization of the MAC frame, it is determined whether the MAC frame corresponds to VO, VI, BE, BK, LL1, LL2 or LL3. If the MAC frame corresponds to low-delay data, the process proceeds to step S34. On the other hand, if the MAC frame is not low-delay data, that is, if it corresponds to non-low-delay data, the process proceeds to S39.
  • step S34 the data categorization unit 211 inputs a MAC frame to the corresponding one of the transmission queues 213_LL1, 213_LL2, 213_LL3, which are LL transmission queues. At this time, the corresponding one is selected from the transmission queues 213_LL1,213_LL2,213_LL3 based on the result of categorizing the MAC frame including the delay condition required for the MAC frame (data).
  • step S35 the CSMA / CA execution unit 212_LL executes CSMA / CA.
  • the CSMA / CA execution unit 212_LL waits for transmission according to the time specified by the access parameter while performing carrier sense to determine the channel status.
  • step S36 the CSMA / CA execution unit 212_LL determines that the transmission right of the channel has been acquired based on the fact that the radio signal is not transmitted by another terminal or the like while waiting for the transmission. Therefore, CSMA / CA is executed until the transmission right of a certain channel is acquired.
  • the CSMA / CA execution unit 212_LL takes out the MAC frame from the LL transmission queue and outputs it to the radio signal processing unit 202 in step S37.
  • the order of extracting MAC frames (data) from each of the transmission queues 213_LL1,213_LL2, 213_LL3 and the like are determined in the same manner as in any of the above-described embodiments.
  • the radio signal processing unit 202 converts the MAC frame into a radio signal and transmits the radio signal.
  • step S39 the data categorization unit 211 inputs a MAC frame to the corresponding one of the transmission queues 213_VO, 213_VI, 213_BE, and 213_BK, which are non-LL transmission queues. At this time, the corresponding one is selected from the transmission queues 213_VO, 213_VI, 213_BE, and 213_BK based on the result of categorizing the MAC frame (data).
  • step S40 the corresponding one of the CSMA / CA execution units 212_VO, 212_VI, 212_BE, 212_BK executes CSMA / CA.
  • CSMA / CA is executed in the same manner as in step S35, except that the access parameters are different.
  • step S41 it is determined that the corresponding one of the CSMA / CA execution units 212_VO, 212_VI, 212_BE, 212_BK has acquired the transmission right of a certain channel in the same manner as in step S36. Therefore, CSMA / CA is executed until the transmission right of a certain channel is acquired.
  • step S42 the data collision management unit 215 transfers the channel that acquired the transmission right in one corresponding CSMA / CA of the non-LL transmission queue to the LL transmission queue. It is also determined whether or not the transmission right has been acquired by CSMA / CA. That is, it is determined whether or not one channel of the non-LL transmit queue scheduled to transmit the corresponding non-low latency data overlaps with another channel of the LL transmit queue scheduled to transmit the other low latency data. If the channel of the non-low latency data does not overlap the channel of the low latency data, the process proceeds to step S43.
  • step S42 the process waits in step S42. That is, the data collision management unit 215 waits for the transmission of the non-low delay data on the channel for which the transmission right has been acquired until the transmission of the low delay data is completed.
  • step S43 the corresponding one of the CSMA / CA execution unit 212_VO, 212_VI, 212_BE, 212_BK and the data collision management unit 215 take out the MAC frame from the corresponding one of the non-LL transmission queue, and the radio signal processing unit. Output to 202.
  • step S44 the radio signal processing unit 202 converts the MAC frame into a radio signal and transmits the radio signal.
  • a plurality of LL transmission queues in which low delay data in which the delay condition related to the delay is stricter than the predetermined delay condition is input are set in the terminal. Then, in the plurality of LL transmission queues, the delay conditions required for the input low-delay data are different from each other.
  • the LL transmission queue is provided separately from the VO transmission queue, which is one of the non-LL transmission queues. Therefore, data that requires real-time performance, such as RTA data, that is, data in which the delay condition relating to the delay is stricter than the predetermined delay condition is stored in any of a plurality of LL transmission queues.
  • the delay of the data (low delay data) for which real-time performance is required can be suppressed to a low level. That is, in the present embodiment, it is possible to provide a wireless communication environment in which the delay of data for which real-time performance is required can be appropriately suppressed to a low level.
  • the low delay data is categorized into a plurality of types based on the required delay conditions. Then, the low delay data is input to one of the plurality of LL transmission queues corresponding to the categorized types (LL1, LL2, LL3, etc.). By classifying the LL transmission queue to be input according to the required delay condition, it becomes easy to realize the transmission control in which the low delay data is transmitted at an appropriate timing satisfying the required delay condition.
  • the access parameter of the LL transmission queue in CSMA / CA is assigned to a state in which the transmission of low-delay data is relatively prioritized over the transmission of non-low-delay data.
  • one CSMA / CA execution unit 212_LL executes CSMA / CA for data in a plurality of LL transmission queues, but the present invention is not limited to this.
  • CSMA / CA is performed for low delay data for each transmission queue 213_LL1,213_LL2,213_LL3, which is an LL transmission queue.
  • a CSMA / CA execution unit is provided for each LL transmission queue.
  • the access parameters may be assigned to a state in which the transmission of the radio signal is relatively prioritized in the order of LL1, LL2, LL3.
  • the access parameters in each CSMA / CA of the LL transmission queue are assigned to a state in which the transmission of low-delay data is relatively prioritized over the transmission of non-low-delay data.
  • the number of LL transmission queues set by the transmission control unit 203 is not limited to three, and may be a plurality. That is, the transmission control unit 203 may set two LL transmission queues, or may set four or more LL transmission queues.
  • each process according to the above-described embodiment can be stored as a program that can be executed by a processor that is a computer.
  • it can be stored and distributed in a storage medium of an external storage device such as a magnetic disk, an optical disk, or a semiconductor memory.
  • the processor reads the program stored in the storage medium of the external storage device, and the operation is controlled by the read program, so that the above-described processing can be executed.

Landscapes

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

Abstract

端末(20)は、送信制御部(203)を備える。送信制御部(20)は、遅延に関する遅延条件が所定の遅延条件より厳しい低遅延データがそれぞれに入力される複数のLL送信キュー(113_LL1,113_LL2,113_LL3)を、設定する。複数のLL送信キュー(113_LL1,113_LL2,113_LL3)では、入力される低遅延データに要求される遅延条件が互いに対して異なる。

Description

端末、通信方法及び通信プログラム
 実施形態は、端末、通信方法及び通信プログラムに関する。
 無線LANの基地局と端末とは、CSMA/CA(Carrier Sense Multiple Access with Collision Avoidance)を用いてチャネルにアクセスし、無線信号を送信する。CSMA/CAでは、基地局及び端末は、アクセスパラメータによって規定された時間を待ちつつ、キャリアセンスにより、他の端末等によってチャネルが使用中でないことを確認した上で、無線信号を送信する。
 無線LANにおける優先制御方式の1つとして、EDCA(Enhanced Distribution Channel Access)が規定されている。EDCAでは、上位層からのトラヒック(データ)が4つのアクセスカテゴリ(AC)、すなわちVO(Voice)、VI(Video)、BE(Best effort)、及び、BK(Background)の何れかにカテゴライズされる。そして、EDCAでは、カテゴライズされたアクセスカテゴリに基づいて、データは、VO送信キュー、VI送信キュー、BE送信キュー及びBK送信キューの対応する1つに、入力される。そして、EDCAでは、アクセスカテゴリ毎に、すなわち、送信キュー毎に、CSMA/CAが行われる。EDCAでは、CSMA/CAのアクセスパラメータは、VO(VO送信キュー)、VI(VI送信キュー)、BE(BE送信キュー)、BK(BK送信キュー)の順で無線信号の送信が相対的に優先されるように割り当てられている。
IEEE Std 802.11-2016,"10.22.2 HCF contention based channel access (EDCA)", 7 December 2016
 近年、例えばインターネットクラウドを介したビデオゲームや産業用ロボットの制御アプリケーションのようなRTA(Real-Time Application)が、増えている。このようなRTAでは、リアルタイム性が求められる上りデータ(端末から基地局へのデータ)が、生じる。データ送信のリアルタイム性を実現するためには、データ送信の遅延を低く抑える必要がある。
 無線LANでは、RTAデータ等のリアルタイム性が求められるデータを、送信の優先度が相対的に高いVO送信キューに入力することにより、データの遅延を低く抑えることは可能である。ただし、VO送信キューにその他のVOデータがある場合は、リアルタイム性が求められるデータも、他のVOデータと同様に扱われる。このため、リアルタイム性が求められるデータについて、遅延が低く抑えられない可能性がある。また、VO送信キューは、VOデータ(音声データ)の収容を想定したものであり、一般に大きいキューサイズを有さない。このため、リアルタイム性が求められるサイズが大きいデータをVO送信キューに割り当てた場合、VO送信キューのキューサイズを超過し、データが破棄される可能性がある。
 一態様の端末は、送信制御部を備える。送信制御部は、遅延に関する遅延条件が所定の遅延条件より厳しい低遅延データがそれぞれに入力される複数のLL送信キューを、設定する。複数のLL送信キューでは、入力される低遅延データに要求される遅延条件が互いに対して異なる。
 実施形態によれば、リアルタイム性が求められるデータの遅延が適切に低く抑えられる無線通信環境を提供することができる。
図1は、実施形態に係る通信システムの一例の構成を示す図である。 図2は、基地局の一例のハードウェア構成を示す図である。 図3は、端末の一例のハードウェア構成を示す図である。 図4は、基地局と端末との通信の際のMAC(Media Access Control)層の処理を示す図である。 図5は、基地局の機能ブロック図である。 図6は、端末の機能ブロック図である。 図7は、端末の送信制御部の機能ブロック図である。 図8は、端末での送信処理の一例を示すフローチャートである。
 以下、実施形態を、図面に基づいて説明する。図1は、実施形態に係る通信システムの一例の構成を示す図である。通信システム1は、基地局10と、端末20と、を備える。基地局10は、予め定められたサービスエリア内の端末と無線LAN通信する。図1では示されていないが、端末20の間での通信が行われてもよい。
 図2は、基地局10の一例のハードウェア構成を示す図である。基地局10は、端末20に対するアクセスポイント(AP)である。基地局10は、固定されているものに限らず、移動体に搭載されているものであってもよい。
 基地局10は、プロセッサ11と、ROM(Read Only Memory)12と、RAM(Random Access Memory)13と、無線モジュール14と、ルータモジュール15と、を備える。
 プロセッサ11は、基地局10の全体の制御をする処理装置である。プロセッサ11は、例えばCPU(Central Processing Unit)である。プロセッサ11は、CPUに限るものではない。また、CPUに代えてASIC(Application Specific IC)等が用いられてもよい。また、プロセッサ11は、1つでなく、2つ以上であってもよい。
 ROM12は、読み出し専用の記憶装置である。ROM12は、基地局10の動作に必要なファームウェア、各種のプログラムを記憶する。
 RAM13は、任意に書き込みできる記憶装置である。RAM13は、プロセッサ11のための作業エリアとして使用され、ROM12に格納されているファームウェア等を一時的に記憶する。
 無線モジュール14は、無線LAN通信のために必要な処理を行うように構成されたモジュールである。無線モジュール14は、例えばプロセッサ11から転送されたデータからMACフレームを構成し、構成したMACフレームを無線信号に変換して端末20に送信する。また、無線モジュール14は、端末20から無線信号を受信し、受信した無線信号からデータを取り出して例えばプロセッサ11に転送する。
 ルータモジュール15は、基地局10が例えば図示しないサーバとネットワークを介して通信するために設けられている。なお、基地局10は、必ずしもルータモジュール15を備えなくてもよい。基地局10は、無線通信又は有線通信によって基地局10の外部に設けられたルータにアクセスし、このルータ経由でネットワークに接続するように構成されていてもよい。
 図3は、端末20の一例のハードウェア構成を示す図である。端末20は、スマートフォン等の端末装置(ステーション)である。端末20は、携帯端末であってもよいし、移動体に搭載される端末であってもよいし、固定された端末であってもよい。
 端末20は、プロセッサ21と、ROM22と、RAM23と、無線モジュール24と、ディスプレイ25と、ストレージ26と、を備える。
 プロセッサ21は、端末20の全体の制御をする処理装置である。プロセッサ21は、例えばCPUである。プロセッサ21は、CPUに限るものではない。また、CPUに代えてASIC等が用いられてもよい。また、プロセッサ21は、1つでなく、2つ以上であってもよい。
 ROM22は、読み出し専用の記憶装置である。ROM22は、端末20の動作に必要なファームウェア、各種のプログラムを記憶する。
 RAM23は、任意に書き込みできる記憶装置である。RAM23は、プロセッサ21のための作業エリアとして使用され、ROM22に格納されているファームウェア等を一時的に記憶する。
 無線モジュール24は、無線LAN通信のために必要な処理を行うように構成されたモジュールである。無線モジュール24は、例えばプロセッサ21から転送されたデータから無線通信のためのMACフレームを構成し、構成したMACフレームを無線信号に変換して基地局10に送信する。また、無線モジュール24は、基地局10から無線信号を受信し、受信した無線信号からデータを取り出して例えばプロセッサ21に転送する。
 ディスプレイ25は、各種の画面を表示する表示装置である。ディスプレイ25は、液晶ディスプレイ、有機ELディスプレイ等であってよい。また、ディスプレイ25は、タッチパネルを備えていてもよい。
 ストレージ26は、ハードディスク等の記憶装置である。ストレージ26は、例えばプロセッサ21によって実行される各種のアプリケーションを記憶する。
 図4は、基地局10と端末20との通信の際のMAC(Media Access Control)層の処理を示す図である。図4では、送信側の処理と受信側の処理との両方が示されている。基地局10と端末20のうちの一方の無線モジュールが送信側の処理をするとき、他方の無線モジュールが受信側の処理をする。以下の例では、送信側と受信側の無線モジュールを区別せずに記載する。
 まず、送信側の処理について説明する。ステップS10において、無線モジュールは、A-MSDUアグリゲーションを行う。具体的には、無線モジュールは、アプリケーション層等の上位層から入力される複数のデータを結合してA-MSDU(Aggregate-MAC service data unit)を生成する。
 ステップS11において、無線モジュールは、A-MSDUにシーケンスナンバー(SN)を割り当てる。シーケンスナンバーは、A-MSDUを特定するための一意の番号である。
 ステップS12において、無線モジュールは、A-MSDUを複数のMPDU(MAC protocol data unit)にフラグメント(分割)する。
 ステップS13において、無線モジュールは、それぞれのMPDUを暗号化し、暗号化MPDUを生成する。
 ステップS14において、無線モジュールは、それぞれの暗号化MPDUにMACヘッダと誤り検出符号(FCS)とを付加する。誤り検出符号は、例えばCRC(Cyclic Redundancy Check)符号である。
 ステップS15において、無線モジュールは、A-MPDUアグリゲーションを行う。具体的には、無線モジュールは、複数のMPDUを結合し、MACフレームとしてのA-MPDU(Aggregate-MAC protocol data unit)を生成する。
 ステップS15の後、無線モジュールは、MACフレームに対して物理層の処理を行う。つまり、無線モジュールは、MACフレームに対して変調処理等を行って無線信号を生成し、無線信号を基地局10に送信する。
 次に、受信側の処理について説明する。無線信号が受信されると、無線モジュールは、物理層の処理を行って無線信号からMACフレームを復元する。その後、無線モジュールは、図4に示すMAC層の処理を行う。
 ステップS20において、無線モジュールは、A-MPDUデアグリゲーションを行う。具体的には、無線モジュールは、A-MPDUをMPDUの単位に分割する。
 ステップS21において、無線モジュールは、誤り検出をする。例えば、無線モジュールは、CRCにより、無線信号の受信が成功したか否かを判定する。無線信号の受信が失敗したときには、無線モジュールは、再送要求をしてよい。このとき、無線モジュールは、MPDUの単位で再送を要求してよい。一方、無線信号の受信が成功したときには、無線モジュールは、次の処理を行う。
 ステップS22において、無線モジュールは、アドレス検出を行う。このとき、無線モジュールは、それぞれのMPDUのMACヘッダに記録されているアドレスにより、送られてきたMPDUが自分宛であるか否かを判定する。自分宛でないときには、無線モジュールは、次の処理を行わない。自分宛であるときには、無線モジュールは、次の処理を行う。
 ステップS23において、無線モジュールは、暗号化されているMPDUを復号する。
 ステップS24において、無線モジュールは、MPDUに対してデフラグメントを行う。つまり、無線モジュールは、複数のMPDUからA-MSDUを復元する。
 ステップS25において、無線モジュールは、A-MSDUデアグリゲーションを行う。具体的には、無線モジュールは、A-MSDUをMSDU単位のデータに復元する。
 ステップS25の後、無線モジュールは、データをMAC層の上位層に出力する。上位層は、例えばアプリケーション層である。
 図5は、基地局10の機能ブロック図である。基地局10は、データ処理部101と、無線信号処理部102と、を備える。データ処理部101及び無線信号処理部102の処理は、例えば、プロセッサ11及び無線モジュール14によって実現される。
 データ処理部101は、例えば処理ネットワーク上のサーバから転送されたデータからMACフレームを構成する。また、データ処理部101は、無線信号処理部102から転送されてきたMACフレームからデータを復元する。
 無線信号処理部102は、無線信号の送信又は受信のための処理を行う。例えば、無線信号処理部102は、データ処理部101で構成されたMACフレームを無線信号に変換し、無線信号を端末20に送信する。また、無線信号処理部102は、端末20から無線信号を受信し、受信した無線信号からMACフレームを抽出してデータ処理部101に転送する。
 図6は、端末20の機能ブロック図である。端末20は、データ処理部201と、無線信号処理部202、送信制御部203と、を備える。データ処理部201、無線信号処理部202及び送信制御部203の処理は、例えばプロセッサ21及び無線モジュール24によって実現される。
 データ処理部201は、例えばLLC(Logical Link Control)層の処理及びLLCより上位層の処理を実行し得るとともに、MAC層の処理の一部を実行し得る。LLC層は、上位層とMAC層とのインタフェースとして機能する。また、LLC層は、例えば上位のアプリケーションから入力されたデータに、DSAP(Destination Service Access Point)ヘッダ及びSSAP(Source Service Access Point)ヘッダ等を付加し、LLCパケットを構成する。また、データ処理部201は、MAC層の処理の一部として、LLCパケットにMACヘッダを付加し、MACフレームを構成する。MACヘッダには、あて先アドレス、送信元アドレス、シーケンス番号、トラフィック種別(TID)及び誤り検出符号等が含まれる。また、データ処理部201は、無線信号処理部202から転送されてきたMACフレームからデータを復元する。このデータは、例えば上位のアプリケーションによって使用される。
 ここで、アプリケーションは、特定のアプリケーションに限定されない。例えば、アプリケーションは、ビデオゲーム、産業用ロボットの制御アプリケーションといったRTAであってもよい。
 無線信号処理部202は、物理層の処理を実行し得る。無線信号処理部202は、無線信号の送信又は受信のための処理を行う。例えば、無線信号処理部202は、データ処理部201で構成されたMACフレームを無線信号に変換し、無線信号を例えば基地局10に送信する。この際、無線信号処理部202は、無線信号への変換前において、MACフレームにプリアンブル及びPHYヘッダ等を付加する。また、無線信号処理部202は、基地局10から無線信号を受信し、受信した無線信号からMACフレームを抽出してデータ処理部201に転送する。
 送信制御部203は、MAC層の処理の一部を実行し得る。図7は、送信制御部203の機能ブロック図である。図7に示すように、送信制御部203は、データカテゴライズ部211と、CSMA/CA実行部212_LL,212_VO,212_VI,212_BE,212_BKと、を備える。また、送信制御部203は、送信キュー213_LL1,213_LL2,213_LL3,213_VO,213_VI,213_BE,213_BKを、設定する。送信制御部203は、基地局10へ無線信号を送信するタイミング等を、制御する。送信制御部203は、例えばEDCAで基地局10への無線信号(データ)の送信を制御する。
 データカテゴライズ部211には、データ処理部201からMACヘッダが付されたデータ、すなわち、MACフレームが転送される。データカテゴライズ部211は、データ処理部201からのデータ(MACフレーム)をカテゴライズ(分類)する。データカテゴライズ部211は、データをカテゴライズすることにより、遅延に関する遅延条件が所定の遅延条件より厳しい低遅延データにデータ(MACフレーム)が該当するか否かを判別する。ある一例では、要求遅延時間が100msec以下であることが、所定の遅延条件となる。そして、要求遅延時間が100msec以下のデータは、低遅延データに該当すると判定され、LL(Low Latency)にカテゴライズされる。遅延条件の判断に用いられる遅延の評価値としては、最大遅延、平均遅延、パーセンタイル、遅延の分散値、遅延の標準偏差及びジッタ等が挙げられる。
 また、データカテゴライズ部211は、低遅延データに該当しない非低遅延データについて、アクセスカテゴリがVO(Voice)、VI(Video)、BE(Best effort)及びBK(Background)のいずれに該当するかを、判定する。このため、非低遅延データに該当するデータ(MACフレーム)については、VO、VI、BE及びBKのいずれか1つに、カテゴライズされる。
 なお、低遅延データは、前述のように、遅延に関する遅延条件が所定の遅延条件より厳しい。すなわち、低遅延データでは、要求遅延時間が定まっている。そして、低遅延データは、VO、VI、BE及びBKの中で最も送信が優先されるVOのデータに比べて、遅延条件が厳しい。ある一例では、低遅延データは、VOにカテゴライズされたデータに比べて、要求遅延時間が短い。
 また、データカテゴライズ部211は、LLにカテゴライズされた低遅延データを、要求される遅延条件に基づいて、さらに複数の種類にカテゴライズ(分類)する。図7の一例では、低遅延データは、3つの種類LL1,LL2,LL3のいずれかにカテゴライズされる。LL1にカテゴライズされた低遅延データでは、要求される遅延条件が、LL2にカテゴライズされた低遅延データより厳しい。そして、LL2にカテゴライズされた低遅延データでは、要求される遅延条件が、LL3にカテゴライズされたデータより厳しい。このため、LL1,LL2,LL3では、要求される遅延条件が、互いに対して異なる。ある一例では、要求遅延時間が100msec以下のデータは、低遅延データに該当すると判定される。そして、要求遅延時間が1msec以下の低遅延データは、LL1にカテゴライズされ、要求遅延時間が1msecより大きく10msec以下の低遅延データは、LL2にカテゴライズされ、要求遅延時間が10msecより大きく100msec以下の低遅延データは、LL3にカテゴライズされる。
 データカテゴライズ部211は、前述のようなデータ(MACフレーム)のカテゴライズ、すなわち、データのマッピングを、データのTIDに基づいて行う。なお、TIDは、端末20が扱うアプリケーション(セッション)単位で付与される。また、データカテゴライズ部211は、MACヘッダ等のヘッダの情報に基づいて、データのカテゴライズを行ってもよい。また、データカテゴライズ部211は、データをカテゴライズする前に、基地局10との間で端末20から送信するデータについてのネゴシエーションを行い、ネゴシエーション結果に基づいて、データをカテゴライズしてもよい。
 ネゴシエーションでは、端末20の送信制御部203は、ネゴシエーションフレームを生成する。ネゴシエーションフレームには、低遅延データの要求遅延時間等の低遅延データに要求される遅延条件に関する情報が、含まれる。そして、無線信号処理部202が、ネゴシエーションフレームを無線信号に変換して、基地局10に送信する。ネゴシエーションフレームの送信においても、例えばCSMA/CAにより端末20が送信権を得た場合に、無線信号処理部202が、ネゴシエーションフレームを無線信号にして送信する。そして、ネゴシエーションフレームの無線信号が送信されると、送信制御部203は、基地局10から許可通知を受信したかどうかを判定する。端末20が許可通知を受信した場合、ネゴシエーションが完了する。一方、端末20が許可通知を受信しない場合、つまり、一定期間許可通知がなくタイムアウトした場合、又は、拒否通知を受信した場合、送信制御部203及び無線信号処理部202は、ネゴシエーションフレームの無線信号の基地局10への送信を、繰り返す。
 また、ネゴシエーションにおいて、基地局10の無線信号処理部102が、端末20からネゴシエーションフレームを受信する。無線信号処理部102は、ネゴシエーションフレームから、低遅延データに要求される遅延条件に関する情報(例えば、要求遅延時間)を抽出する。そして、データ処理部101が、現在の通信状況等に基づいて、抽出された低遅延データに要求される遅延条件を満たすか否かを判定する。要求される遅延条件を満たさない場合は、基地局10のデータ処理部101及び無線信号処理部102は、要求される遅延条件を満たした通信ができないことを示す拒否通知を、端末20に対して送信する。一方、要求される遅延条件を満たす場合は、基地局10のデータ処理部101及び無線信号処理部102は、要求される遅延条件を満たした通信を確保できることを示す許可通知を、端末20に対して送信する。なお、基地局10は、許可通知に対するACKを送信するよう要求してもよい。これにより、ネゴシエーションが完了する。
 データカテゴライズ部211は、データのカテゴライズ結果に基づいて、データ(MACフレーム)を送信キュー213_LL1,213_LL2,213_LL3,213_VO,213_VI,213_BE,213_BKのいずれか1つに入力する。VOにカテゴライズされたMACフレームは、送信キュー213_VOに入力され、VIにカテゴライズされたMACフレームは、送信キュー213_VIに入力される。そして、BEにカテゴライズされたMACフレームは、送信キュー213_BEに入力され、BKにカテゴライズされたMACフレームは、送信キュー213_BKに入力される。このため、非低遅延データは、非LL送信キューである送信キュー213_VO,213_VI,213_BE,213_BKの対応する1つに入力される。
 また、LL1にカテゴライズ(マッピング)されたMACフレームは、送信キュー213_LL1に入力され、LL2にカテゴライズされたMACフレームは、送信キュー213_LL2に入力され、LL3にカテゴライズされたMACフレームは、送信キュー213_LL3に入力され、このため、低遅延データは、LL送信キューである送信キュー213_LL1,213_LL2,213_LL3の対応する1つに入力される。また、低遅延データが前述のように複数のLL送信キューの対応する1つに入力されるため、入力される低遅延データに要求される遅延条件は、送信キュー213_LL1,213_LL2,213_LL3で互いに対して異なる。すなわち、要求される遅延条件が厳しい順に、送信キュー213_LL1,213_LL2,213LL_3となる。
 CSMA/CA実行部212_VOは、送信キュー213_VOに保持されるデータ(MACフレーム)についてCSMA/CAを行い、CSMA/CA実行部212_VIは、送信キュー213_VIに保持されるデータについてCSMA/CAを行う。また、CSMA/CA実行部212_BEは、送信キュー213_BEに保持されるデータについてCSMA/CAを行い、CSMA/CA実行部212_BKは、送信キュー213_BKに保持されるデータについてCSMA/CAを行う。したがって、非LL送信キューである送信キュー213_VO,213_VI,213_BE,213_BK毎に、非低遅延データについてCSMA/CAが行われる。
 CSMA/CA実行部212_VO,212_VI,212_BE,212_BKのそれぞれは、CSMA/CAにおいて、他の端末等による無線信号の送信がないことをキャリアセンスによって確認しつつ、設定されたアクセスパラメータによって規定された時間だけ送信を待つ。そして、CSMA/CA実行部212_VO,212_VI,212_BE,212_BKのそれぞれは、非LL送信キューの対応する1つからMACフレームを取り出し、取り出したMACフレームを無線信号処理部202に出力する。そして、CSMA/CAによって送信権を獲得したチャネルを用いて、無線信号処理部202から前述のようにして、無線信号が送信される。
 ここで、アクセスパラメータは、VO,VI,BE,BKの順で無線信号の送信が相対的に優先される状態に、割り当てられていてよい。アクセスパラメータは、CWmin、CWmax、AIFS、TXOPLimitを含んでいてよい。CWminは、送信待ちの時間であるCW(Contention Window)の最小値であり、CWmaxは、CWの最大値である。CWmin及びCWmaxが短いほど、送信キューは、送信権を得やすくなる。AIFS(Arbitration Inter Frame Space)は、無線信号の送信間隔である。AIFSが小さいほど、送信キューの優先度が高くなる。TXOPLimitは、チャネルの占有時間であるTXOP(Transmission Opportunity)の上限値である。TXOPLimitの値が大きいほど、一度の送信権で多くのデータ(無線信号)を送信することができる。
 CSMA/CA実行部212_LLは、送信キュー213_LL1,213_LL2,213_LL3に保持されるデータ(MACフレーム)、すなわち、複数のLL送信キューに保持される低遅延データについてCSMA/CAを行う。CSMA/CA実行部212_LLは、CSMA/CA実行部212_VO,212_VI,212_BE,212_BK等と同様にして、CSMA/CAを行う。LL送信キューのCSMA/CAでのアクセスパラメータは、非低遅延データの送信より低遅延データの送信が相対的に優先される状態に、割り当てられる。すなわち、VO,VI,BE,BKのいずれよりもLLの無線信号の送信が相対的に優先される状態に、アクセスパラメータが割り当てられる。
 CSMA/CA実行部212_LLは、CSMA/CAによってあるチャネルでの送信権を獲得すると、送信キュー213_LL1,213_LL2,213_LL3の対応する1つからMACフレーム(低遅延データ)を取り出し、取り出したMACフレームを無線信号処理部202に出力する。ある一例では、CSMA/CA実行部212_LLは、送信キュー213_LL1,213_LL2,213_LL3のそれぞれに格納される低遅延データについて、ラウンドロビン方式で低遅延データが取り出されるLL送信キューを決定し、低遅延データを送信するタイミングを決定する。この場合、送信キュー213_LL1,213_LL2,213_LL3のそれぞれからラウンドロビン方式で順番に、MACフレームが取り出される。ラウンドロビン方式で低遅延データが取り出される場合、送信キュー213_LL1,213_LL2,213_LL3からのデータの要求遅延時間に対して、重み付けされてもよい。例えば、要求遅延時間が厳しい順から送信キュー213_LL1,213_LL2,213_LL3となる状態に、重み付けがされる。また、CSMA/CAによってチャネルでの送信権を獲得するたびに、必ず要求遅延時間が厳しい送信キューからラウンドロビンをスタートするように制御してもよい。
 また、別のある一例では、CSMA/CA実行部212_LLは、LL送信キューに入力された低遅延データのいずれもが要求される遅延条件を満たすように、送信キュー213_LL1,213_LL2,213_LL3のそれぞれに格納される低遅延データについて送信のタイミングを決定する。この場合、例えば、CSMA/CA実行部212_LLは、低遅延データのそれぞれについて、要求遅延時間α1、及び、LL送信キューの対応する1つへの入力時刻α2を取得する。そして、CSMA/CA実行部212_LLは、現時刻α3を用いて、(α1-(α3-α2))を演算することにより、残時間εを算出する。CSMA/CA実行部212_LLは、残時間εに基づいて、送信キュー213_LL1,213_LL2,213_LL3のそれぞれに格納される低遅延データについて、優先度を設定する。そして、設定された優先度が高い順に、低遅延データが取り出される。例えば、残時間εが短いほど、優先度が高く設定される。
 また、送信制御部203は、データ衝突管理部215を備えてもよい。本実施形態では、前述のようにCSMA/CA実行部212_LL,212_VO,212_VI,212_BE,212_BKのそれぞれが、CSMA/CAを行う。このため、CSMA/CA実行部212_LL,212_VO,212_VI,212_BE,212_BKのいずれか2つ以上が、CSMA/CAにおいて同一のチャネルで送信権を獲得する可能性がある。データ衝突管理部215は、複数のCSMA/CA実行部が同一のチャネルで送信権を獲得した場合に、データを送信するタイミングを調整し、データの衝突を防止する。
 例えば、LL送信キューのCSMA/CAによって送信権を獲得したチャネルが、非LL送信キューのいずれかのCSMA/CAによって送信権を獲得したチャネルと同一になることがある。この場合、データ衝突管理部215は、送信キュー213_LL1,213_LL2,213_LL3から優先してMACフレームを取り出させる。このため、LL送信キューに格納される低遅延データが優先して無線信号処理部212へ出力され、送信権を獲得したチャネルにおいて低遅延データが無線信号として優先して送信される。一方、データ衝突管理部215は、非LL送信キューからのMACフレームの取り出しを待機させる。このため、非LL送信キューに格納される非低遅延データは無線信号処理部202へ出力されず、送信権を獲得したチャネルでの非低遅延データの送信は、待機される。この場合、非低遅延データは、例えば、低遅延データの送信が完了後に、送信される。データ衝突管理部215が前述のような処理を行うことにより、送信されるデータ同士の衝突が防止される。
 また、低遅延データがいずれかのLL送信キューにあり、かつ、非低遅延データのCSMA/CAが低遅延データのCSMA/CAよりも先に送信権を獲得した場合、データ衝突管理部215は、低遅延データを非低遅延データよりも先に送信してもよい。すなわち、非低遅延データのCSMA/CAと低遅延データのCSMA/CAとの間で、送信権の譲渡があってもよい。この場合、例えば、低遅延データ及び非低遅延データの順で連続して送信されるように、TXOP期間が設定されてもよい。
 次に、通信システム1の動作を説明する。以下の説明では、端末20は無線信号を送信し、基地局10は無線信号を受信するものとする。図8は、端末20での送信処理の一例を示すフローチャートである。図8では、アプリケーション層等の上位層から送信すべきデータがデータ処理部201に入力された場合において、データ処理部201、無線信号処理部202及び送信制御部203等がそのデータに対して行う処理を示す。
 ステップS31において、データ処理部201は、入力されたデータに対して図4で示したMAC層の処理を行ってMACフレームを生成する。データ処理部201は、MACフレームを送信制御部203に出力する。
 ステップS32において、送信制御部203のデータカテゴライズ部211は、MACフレーム(データ)をカテゴライズする。そして、ステップS33において、データカテゴライズ部211は、カテゴライズの結果に基づいて、MACフレームが低遅延データに該当するか否かを判定する。また、MACフレームのカテゴライズでは、MACフレームがVO,VI,BE,BK,LL1,LL2及びLL3のいずれに該当するかが、判断される。MACフレームが低遅延データに該当する場合は、処理はステップS34に進む。一方、MACフレームが低遅延データでない場合、すなわち、非低遅延データに該当する場合は、処理はS39に進む。
 ステップS34において、データカテゴライズ部211は、LL送信キューである送信キュー213_LL1,213_LL2,213_LL3の対応する1つに、MACフレームを入力する。この際、MACフレーム(データ)に要求される遅延条件を含むMACフレームのカテゴライズの結果に基づいて、送信キュー213_LL1,213_LL2,213_LL3から対応する1つが選択される。
 そして、ステップS35において、CSMA/CA実行部212_LLは、CSMA/CAを実行する。この際、CSMA/CA実行部212_LLは、キャリアセンスを行ってチャネルの状態を判断しつつ、アクセスパラメータによって規定される時間に応じて送信を待機する。そして、ステップS36において、CSMA/CA実行部212_LLは、送信を待っている間に他の端末等による無線信号の送信がないことに基づいて、そのチャネルの送信権を獲得したと判断する。したがって、あるチャネルの送信権を獲得するまで、CSMA/CAが実行される。
 ステップS36においてチャネルの送信権が獲得されると、ステップS37において、CSMA/CA実行部212_LLは、LL送信キューからMACフレームを取り出し、無線信号処理部202へ出力する。この際、送信キュー213_LL1,213_LL2,213_LL3のそれぞれからMACフレーム(データ)を取り出す順番等は、前述した実施形態等のいずれかと同様にして、決定される。そして、ステップS38において、無線信号処理部202は、MACフレームを無線信号に変換し、無線信号を送信する。
 また、ステップS39において、データカテゴライズ部211は、非LL送信キューである送信キュー213_VO,213_VI,213_BE,213_BKの対応する1つに、MACフレームを入力する。この際、MACフレーム(データ)のカテゴライズの結果に基づいて、送信キュー213_VO,213_VI,213_BE,213_BKから対応する1つが選択される。
 そして、ステップS40において、CSMA/CA実行部212_VO,212_VI,212_BE,212_BKの対応する1つは、CSMA/CAを実行する。この際、アクセスパラメータが異なることを除き、ステップS35と同様にして、CSMA/CAが実行される。そして、ステップS41において、CSMA/CA実行部212_VO,212_VI,212_BE,212_BKの対応する1つは、ステップS36と同様にして、あるチャネルの送信権を獲得したと判断する。したがって、あるチャネルの送信権を獲得するまで、CSMA/CAが実行される。
 そして、ステップS41においてチャネルの送信権が獲得されると、ステップS42において、データ衝突管理部215は、非LL送信キューの対応する1つのCSMA/CAにおいて送信権を獲得したチャネルが、LL送信キューのCSMA/CAによっても送信権が獲得されているか否かを判断する。すなわち、非LL送信キューの対応する1つの非低遅延データを送信する予定のチャネルが、LL送信キューの他の低遅延データを送信する予定のチャネルと重複するか否かが、判断される。非低遅延データのチャネルが低遅延データのチャネルと重複しない場合は、処理はステップS43に進む。一方、非低遅延データのチャネルが低遅延データのチャネルと重複する場合は、処理はステップS42で待機する。すなわち、データ衝突管理部215は、低遅延データの送信が完了するまで、送信権を獲得したチャネルでの非低遅延データの送信を、待機させる。
 そして、ステップS43において、CSMA/CA実行部212_VO,212_VI,212_BE,212_BKの対応する1つ及びデータ衝突管理部215は、非LL送信キューの対応する1つからMACフレームを取り出し、無線信号処理部202へ出力する。そして、ステップS44において、無線信号処理部202は、MACフレームを無線信号に変換し、無線信号を送信する。
 以上説明したように実施形態によれば、遅延に関する遅延条件が所定の遅延条件より厳しい低遅延データがそれぞれに入力される複数のLL送信キューが、端末に設定される。そして、複数のLL送信キューでは、入力される低遅延データに要求される遅延条件が、互いに対して異なる。本実施形態では、非LL送信キューの1つであるVO送信キューとは別に、LL送信キューが設けられる。このため、RTAデータ等のリアルタイム性が求められるデータ、すなわち、遅延に関する遅延条件が所定の遅延条件より厳しいデータは、複数のLL送信キューのいずれかに格納される。したがって、VO送信キューにその他のVOデータがある場合等でも、リアルタイム性が求められるデータ(低遅延データ)の遅延が低く抑えられる。すなわち、本実施形態では、リアルタイム性が求められるデータの遅延が適切に低く抑えられる無線通信環境を提供することができる。
 また、本実施形態では、低遅延データにおいても、要求される遅延条件に基づいて、複数の種類にカテゴライズされる。そして、低遅延データは、複数のLL送信キューの中で、カテゴライズされた種類(LL1,LL2,LL3等)に対応する1つに入力される。要求される遅延条件に対応して入力されるLL送信キューが分類されることにより、要求される遅延条件を満たす適切なタイミングで低遅延データが送信される送信制御を、実現し易くなる。
 また、本実施形態では、LL送信キューのCSMA/CAでのアクセスパラメータは、非低遅延データの送信より低遅延データの送信が相対的に優先される状態に、割り当てられる。低遅延データの送信が相対的に優先されることにより、リアルタイム性が求められるデータの遅延が、さらに適切に低く抑えられる。
 なお、前述の実施形態等では、複数のLL送信キューのデータについて1つのCSMA/CA実行部212_LLがCSMA/CAを実行するが、これに限るものではない。ある変形例では、LL送信キューである送信キュー213_LL1,213_LL2,213_LL3毎に、低遅延データについてCSMA/CAが行われる。この場合、LL送信キュー毎にCSMA/CA実行部が設けられる。また、アクセスパラメータは、LL1,LL2,LL3の順で無線信号の送信が相対的に優先される状態に、割り当てられていてよい。ただし、本変形例でも、LL送信キューのそれぞれのCSMA/CAでのアクセスパラメータは、非低遅延データの送信より低遅延データの送信が相対的に優先される状態に、割り当てられる。
 また、送信制御部203が設定するLL送信キューの数は、3つに限るものでなく、複数であればよい。すなわち、送信制御部203は、2つのLL送信キューを設定してもよく、4つ以上のLL送信キューを設定してもよい。
 また、上述した実施形態による各処理は、コンピュータであるプロセッサに実行させることができるプログラムとして記憶させておくこともできる。この他、磁気ディスク、光ディスク、半導体メモリ等の外部記憶装置の記憶媒体に格納して配布することができる。そして、プロセッサは、この外部記憶装置の記憶媒体に記憶されたプログラムを読み込み、この読み込んだプログラムによって動作が制御されることにより、上述した処理を実行することができる。
 1…通信システム
 10…基地局
 11…プロセッサ
 12…ROM
 13…RAM
 14…無線モジュール
 15…ルータモジュール
 20…端末
 21…プロセッサ
 22…ROM
 23…RAM
 24…無線モジュール
 25…ディスプレイ
 26…ストレージ
 101…データ処理部
 102…無線信号処理部
 201…データ処理部
 202…無線信号処理部
 203…送信制御部
 211…データカテゴライズ部
 212_LL,212_VO,212_VI,212_BE,212_BK…CSMA/CA実行部
 213_LL1,213_LL2,213_LL3,213_VO,213_VI,213_BE,213_BK…送信キュー
 215…データ衝突管理部

Claims (10)

  1.  遅延に関する遅延条件が所定の遅延条件より厳しい低遅延データがそれぞれに入力される複数のLL送信キューを設定し、入力される前記低遅延データに要求される遅延条件が前記複数のLL送信キューで互いに対して異なる送信制御部を具備する、端末。
  2.  前記送信制御部は、データをカテゴライズすることにより、前記データが前記低遅延データに該当するか否を判別し、
     前記送信制御部は、前記データが前記低遅延データに該当する場合は、前記データに要求される遅延条件に基づいて、前記複数のLL送信キューの中の対応する1つに前記データを入力する、
     請求項1の端末。
  3.  前記送信制御部は、前記複数のLL送信キューに加えて、前記低遅延データに該当しない非低遅延データが入力される1つ以上の非LL送信キューを設定し、
     前記送信制御部は、前記データが前記非低遅延データに該当する場合は、前記1つ以上の非LL送信キューの中の対応する1つに、前記データを入力する、
     請求項2の端末。
  4.  前記送信制御部は、前記データのトラフィック種別、ヘッダの情報、及び、基地局とのネゴシエーション結果のいずれかに基づいて、前記データをカテゴライズする、請求項2又は3の端末。
  5.  前記送信制御部は、前記複数のLL送信キューに加えて、前記低遅延データに該当しない非低遅延データが入力される1つ以上の非LL送信キューを設定し、
     前記送信制御部は、前記複数のLL送信キューの前記低遅延データについてCSMA/CAを行うとともに、前記1つ以上の非LL送信キュー毎に前記非低遅延データについてCSMA/CAを行い、
     前記送信制御部は、前記非低遅延データの送信より前記低遅延データの送信が相対的に優先される状態に、前記複数のLL送信キューのCSMA/CAでのアクセスパラメータ、及び、前記1つ以上の非LL送信キューのそれぞれのCSMA/CAでのアクセスパラメータを割り当てる、
     請求項1の端末。
  6.  前記送信制御部は、前記1つ以上の非LL送信キューのいずれかのCSMA/CA及び前記複数のLL送信キューのCSMA/CAにおいて互いに対して同一のチャネルで送信権を獲得した場合に、前記送信権を獲得した前記チャネルにおいて前記低遅延データを優先して送信させ、前記チャネルでの前記非低遅延データの送信を待機させる、請求項5の端末。
  7.  前記送信制御部は、前記複数のLL送信キューの前記低遅延データについてCSMA/CAを行い、
     前記送信制御部は、前記複数のLL送信キューのそれぞれに入力された前記低遅延データについて、ラウンドロビン方式で前記低遅延データが取り出されるLL送信キューを決定し、前記低遅延データを送信するタイミングを決定する、
     請求項1の端末。
  8.  前記送信制御部は、前記複数のLL送信キューの前記低遅延データについてCSMA/CAを行い、
     前記送信制御部は、前記複数のLL送信キューのそれぞれに入力された前記低遅延データについて、前記低遅延データのいずれもが要求される遅延条件を満たすように、送信するタイミングを決定する、
     請求項1の端末。
  9.  遅延に関する遅延条件が所定の遅延条件より厳しい低遅延データがそれぞれに入力される複数のLL送信キューが設定され、入力される前記低遅延データに要求される遅延条件が前記複数のLL送信キューで互いに対して異なる端末において、
     データをカテゴライズすることにより、前記データが前記低遅延データに該当するか否を判別することと、
     前記データが前記低遅延データに該当する場合は、前記データに要求される遅延条件に基づいて、前記複数のLL送信キューの中の対応する1つに前記データを入力することと、
     を具備する通信方法。
  10.  遅延に関する遅延条件が所定の遅延条件より厳しい低遅延データがそれぞれに入力される複数のLL送信キューが設定され、入力される前記低遅延データに要求される遅延条件が前記複数のLL送信キューで互いに対して異なる端末において、コンピュータに、
     データをカテゴライズすることにより、前記データが前記低遅延データに該当するか否を判別させ、
     前記データが前記低遅延データに該当する場合は、前記データに要求される遅延条件に基づいて、前記複数のLL送信キューの中の対応する1つに前記データを入力させる、
     通信プログラム。
PCT/JP2020/011813 2020-03-17 2020-03-17 端末、通信方法及び通信プログラム WO2021186585A1 (ja)

Priority Applications (5)

Application Number Priority Date Filing Date Title
JP2022508683A JP7347653B2 (ja) 2020-03-17 2020-03-17 端末、通信方法及び通信プログラム
EP20926089.2A EP4124147A4 (en) 2020-03-17 2020-03-17 TERMINAL, COMMUNICATION METHOD AND COMMUNICATION PROGRAM
US17/910,881 US20230104897A1 (en) 2020-03-17 2020-03-17 Terminal apparatus, communication method, and communication program
PCT/JP2020/011813 WO2021186585A1 (ja) 2020-03-17 2020-03-17 端末、通信方法及び通信プログラム
CN202080098641.9A CN115380611A (zh) 2020-03-17 2020-03-17 终端、通信方法以及通信程序

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2020/011813 WO2021186585A1 (ja) 2020-03-17 2020-03-17 端末、通信方法及び通信プログラム

Publications (1)

Publication Number Publication Date
WO2021186585A1 true WO2021186585A1 (ja) 2021-09-23

Family

ID=77769484

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2020/011813 WO2021186585A1 (ja) 2020-03-17 2020-03-17 端末、通信方法及び通信プログラム

Country Status (5)

Country Link
US (1) US20230104897A1 (ja)
EP (1) EP4124147A4 (ja)
JP (1) JP7347653B2 (ja)
CN (1) CN115380611A (ja)
WO (1) WO2021186585A1 (ja)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11916804B2 (en) * 2020-06-01 2024-02-27 Intel Corporation QOS model for supporting low latency services and time-sensitive networking

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005151359A (ja) * 2003-11-18 2005-06-09 Nec Corp 通信システムおよび通信方法
JP2015192195A (ja) * 2014-03-27 2015-11-02 株式会社国際電気通信基礎技術研究所 無線通信装置、cw最大値取得装置、cw最大値取得方法、及びプログラム
JP2016058943A (ja) * 2014-09-11 2016-04-21 Kddi株式会社 無線通信装置、無線通信方法、および無線通信プログラム

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7965671B2 (en) * 2007-10-01 2011-06-21 Powerwave Cognition, Inc. Dynamic channel sharing using bandwidth metrics
CN115087044B (zh) * 2019-05-08 2024-06-11 腾讯科技(深圳)有限公司 一种数据传输的方法、接入类别创建的方法及装置

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005151359A (ja) * 2003-11-18 2005-06-09 Nec Corp 通信システムおよび通信方法
JP2015192195A (ja) * 2014-03-27 2015-11-02 株式会社国際電気通信基礎技術研究所 無線通信装置、cw最大値取得装置、cw最大値取得方法、及びプログラム
JP2016058943A (ja) * 2014-09-11 2016-04-21 Kddi株式会社 無線通信装置、無線通信方法、および無線通信プログラム

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
"10.22.2 HCF contention based channel access (EDCA", IEEE STD 802.11-2016, 7 December 2016 (2016-12-07)
See also references of EP4124147A4

Also Published As

Publication number Publication date
EP4124147A1 (en) 2023-01-25
US20230104897A1 (en) 2023-04-06
JPWO2021186585A1 (ja) 2021-09-23
JP7347653B2 (ja) 2023-09-20
EP4124147A4 (en) 2023-08-16
CN115380611A (zh) 2022-11-22

Similar Documents

Publication Publication Date Title
JP4541036B2 (ja) 時間制約付きデータへの無競合サービス品質の提供
TWI704832B (zh) 多業務標識符的聚合媒體存取控制協定資料單元傳輸
US11057171B2 (en) Method and apparatus for MU resource request
US20110149795A1 (en) Wireless communication device and wireless communication control method
WO2014176889A1 (zh) 一种数据传输方法、装置及系统
US20140149611A1 (en) CHANNEL CONDITION AWARE USB DATA DELIVERY OVER Wi-Fi WITH DIFFERENTIAL TREATMENT ON DISTINCT USB ENDPOINTS
JP6011081B2 (ja) 無線通信装置及び優先制御方法
WO2021186585A1 (ja) 端末、通信方法及び通信プログラム
US20230413347A1 (en) Transmitting station and receiving station
US20230379986A1 (en) Wireless apparatus and communication method
US10812399B2 (en) Communication method, communication apparatus, and program for reducing delay time of transmission control protocol (TCP) transmission processing
JPWO2021186585A5 (ja)
JP3961351B2 (ja) データ転送方法、通信システム、通信管理装置、通信管理プログラム、及び記録媒体
WO2021140651A1 (ja) 端末、基地局、通信方法及び通信プログラム
JP7259999B2 (ja) 基地局、端末、及び無線通信方法
WO2022024171A1 (ja) 基地局及び通信方法
WO2021140649A1 (ja) 端末、通信方法及び通信プログラム
US20100183010A1 (en) Method and apparatus for forwarding packets
Bachiri et al. Saturation throughput analysis of the IEEE 802.11 e EDCA network with contention free burst under fading channel
EP4391666A1 (en) Transmission station and reception station
WO2022024175A1 (ja) 基地局及び通信方法

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

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2022508683

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

ENP Entry into the national phase

Ref document number: 2020926089

Country of ref document: EP

Effective date: 20221017