WO2024009396A1 - 送信局、送信方法及び送信プログラム - Google Patents

送信局、送信方法及び送信プログラム Download PDF

Info

Publication number
WO2024009396A1
WO2024009396A1 PCT/JP2022/026720 JP2022026720W WO2024009396A1 WO 2024009396 A1 WO2024009396 A1 WO 2024009396A1 JP 2022026720 W JP2022026720 W JP 2022026720W WO 2024009396 A1 WO2024009396 A1 WO 2024009396A1
Authority
WO
WIPO (PCT)
Prior art keywords
link
target data
transmission
data
links
Prior art date
Application number
PCT/JP2022/026720
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 PCT/JP2022/026720 priority Critical patent/WO2024009396A1/ja
Publication of WO2024009396A1 publication Critical patent/WO2024009396A1/ja

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W72/00Local resource management
    • H04W72/04Wireless resource allocation
    • 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

  • Embodiments of the present invention relate to a transmitting station, a transmitting method, and a transmitting program.
  • a wireless LAN (Local Area Network) is known as a communication system that wirelessly transmits data from a transmitting station to a receiving station.
  • DCF Distributed Coordination Function
  • a wireless LAN transmitting station performs carrier sense based on CSMA/CA (Carrier Sense Multiple Access with Collision Avoidance) and transmits data when it acquires a transmission right.
  • CSMA/CA Carrier Sense Multiple Access with Collision Avoidance
  • the parameters used to determine the backoff period are set exponentially according to BEB (Binary Exponential Backoff). By increasing the number, the transmission waiting time in retransmitting the target data is increased with respect to the first transmission of the target data.
  • IEEE802.11be which is being developed as a successor standard to IEEE802.11ax, specifies EMLSR (Enhanced Multi Link Single Radio) mode in wireless communication between two communication stations.
  • EMLSR mode a link set consisting of a plurality of links is established between two communication stations, that is, between a transmitting station and a receiving station.
  • data can be transmitted from the transmitting station to the receiving station through any one of the multiple links in the link set at the same timing, and data can be transmitted to each other in parallel using multiple links. Data cannot be sent from the station to the receiving station.
  • IEEE P802.11beTM/D1.5 “35.3.17 Enhanced multi-link single radio operation”, 18, March 2022.
  • An object of the present invention is to provide a transmitting station, a transmitting method, and a transmitting program that can improve efficiency in transmitting data from a transmitting station in wireless communication in EMLSR mode.
  • the transmitting station includes a radio signal processing unit and a management unit.
  • the management unit uses the wireless signal processing unit to establish multiple links with the receiving station, and transmits data from the wireless signal processing unit to the receiving station through only one of the multiple links at the same timing. to be sent.
  • the management unit may A transmission standby time for the target data is set based on the number of failures in transmitting the target data through the target link.
  • FIG. 1 is a block diagram showing an example of the configuration of a communication system according to an embodiment.
  • FIG. 2 is a schematic diagram showing an example of link management information between an AP and a terminal in the communication system according to the embodiment.
  • FIG. 3 is a block diagram showing an example of the hardware configuration of the AP according to the embodiment.
  • FIG. 4 is a block diagram illustrating an example of the hardware configuration of the terminal according to the embodiment.
  • FIG. 5 is a block diagram illustrating an example of the functional configuration of the AP according to the embodiment.
  • FIG. 6 is a block diagram illustrating an example of the functional configuration of a terminal according to the embodiment.
  • FIG. 7 is a block diagram illustrating an example of a functional configuration of a channel access function of a terminal according to the embodiment.
  • FIG. 1 is a block diagram showing an example of the configuration of a communication system according to an embodiment.
  • FIG. 2 is a schematic diagram showing an example of link management information between an AP and a terminal in the communication system according
  • FIG. 8 is a flowchart illustrating an example of a process for transmitting target data to be transmitted through a target link that is any one of a plurality of links in a link set, which is performed by the management unit of the terminal according to the embodiment.
  • FIG. 9 is a schematic diagram showing an example of a temporal change in the communication state through the link set of the wireless signal processing unit in the terminal according to the embodiment.
  • FIG. 1 is a block diagram showing an example of the configuration of a communication system 1 according to an embodiment.
  • the communication system 1 includes an access point (hereinafter referred to as "AP") 10, a terminal 20, and a network 30.
  • the AP 10 is also called a “base station”.
  • the AP 10 communicates with a server (not shown) on the network 30 by wire or wirelessly.
  • the terminal 20 is, for example, a smartphone, a mobile phone, a tablet PC (personal computer), a desktop PC, a laptop PC, or an IoT (Internet of things) sensor/device.
  • IoT Internet of things
  • the AP 10 can be wirelessly connected to the terminal 20 and communicates with the terminal 20 wirelessly.
  • Wireless communication between the terminal 20 and the AP 10 complies with the IEEE802.11 standard.
  • wireless communication based on the IEEE802.11 standard will be explained as an example, but a wireless communication standard different from the IEEE802.11 standard may be used.
  • Each of the AP 10 and the terminal 20 has a wireless communication function based on the OSI (Open Systems Interconnection) reference model defined by the IEEE802.11 standard.
  • OSI Open Systems Interconnection
  • wireless communication functions are divided into seven layers (1st layer: physical layer, 2nd layer: data link layer, 3rd layer: network layer, 4th layer: transport layer, 5th layer: session layer, It is divided into 6 layers: presentation layer and 7th layer: application layer).
  • the data link layer which is the second layer, includes an LLC (Logical Link Control) sublayer and a MAC (Media Access Control) sublayer.
  • Wireless connection and wireless communication are performed between the AP 10 and the terminal 20 in EMLSR (Enhanced Multi Link Single Radio) mode defined in IEEE802.11be.
  • EMLSR Enhanced Multi Link Single Radio
  • a link set LS consisting of a plurality of links is established between the AP 10 and the terminal 20.
  • Each of the plurality of links in the link set LS is established using an STA function provided as a functional configuration in each of the AP 10 and the terminal 20.
  • the AP 10 is provided with a plurality of STA functions
  • the terminal 20 is provided with only one STA function.
  • the STA function corresponds to a wireless signal processing unit to be described later.
  • One of the multiple STA functions of the AP 10 and the STA function of the terminal 20 are used to establish one link. Therefore, each of the plurality of links of the link set LS is established using a corresponding one of the plurality of STA functions of the AP 10 and the STA function of the terminal 20. Therefore, only one STA function provided in the terminal 20 is used to establish all the links that constitute the link set LS.
  • wireless communication is performed between the AP 10 and the terminal 20 using a plurality of links that constitute the established link set LS.
  • the terminal 20 serving as the transmitting station sends data (uplink data) to the AP 10 serving as the receiving station through only one of the multiple links of the link set LS at the same timing. It is possible to send data to. That is, in the communication system 1 in EMLSR mode, it is not possible to transmit data from the terminal 20 to the AP 10 in parallel with each other using a plurality of links.
  • the terminal 20 may be able to receive data (downlink data) from the AP 10 in parallel with each other on multiple links of the link set LS, and the It may be possible to receive data from the AP 10 through only one of the plurality of links in the set LS.
  • a terminal provided with only one STA function in the communication system 1 operating in the EMLSR mode, such as the terminal 20, is also referred to as an "SR (Single Radio) terminal.”
  • SR Single Radio
  • only one STA function provided in the terminal 20 is also indicated by the symbol "EMLSRSTA" in the following description.
  • the AP 10 and the terminal 20 manage the state of the link between the AP 10 and the terminal 20, including the state of the link set LS, using link management information.
  • FIG. 2 is a schematic diagram showing an example of link management information between the AP 10 and the terminal 20 in the communication system 1 according to the embodiment.
  • the link management information shows, for example, information about each of "link ID”, “link”, “frequency band”, “channel ID”, “link set”, and “traffic”.
  • “Link ID” is an identifier of a link.
  • three STA functions (STA1, STA2, STA3) are assigned to wireless communication with the terminal 20 in the AP 10.
  • STA1 can establish link L1 with terminal 20
  • STA2 can establish link L2 with terminal 20
  • STA3 can establish link L3 with terminal 20.
  • Information regarding “link” indicates whether each of the plurality of STA functions of the AP 10 has established a link with the terminal 20.
  • the example in FIG. 2 shows a state in which each of STA1 to STA3 of the AP 10 has established a link with the terminal 20, and a state in which each of links L1 to L3 has been established is shown.
  • frequency band indicates the frequency band assigned to each link.
  • a 6 GHz band, a 5 GHz band, and a 2.4 GHz band may be applied.
  • Each of the multiple frequency bands includes multiple channels.
  • “Channel ID” indicates the ID of the channel assigned to each link.
  • a 5 GHz band channel CH1, a 5 GHz band channel CH2, and a 5 GHz band channel CH3 are allocated to the link L1, link L2, and link L3, respectively.
  • different frequency bands may be assigned to the plurality of links in the link set LS, or different channels in the same frequency band may be assigned to each other.
  • Information about the "link set” indicates whether a link set LS consisting of a plurality of links has been established between the AP 10 and the terminal 20. Furthermore, if the link set LS has been established, the information about the "link set” indicates which links constitute the link set LS.
  • a link set LS is configured from three links L1 to L3.
  • the information regarding "traffic” indicates the traffic TID (Traffic Indicator) assigned to each link.
  • the TID is an identifier that indicates each piece of traffic, and each piece of traffic may be associated with an access category. Traffic access categories include, for example, “VO (Voice),” “VI (Video),” “BE (Best Effort),” “BK (Background),” and “LL (Low Latency).”
  • TID#1 corresponds to any one of VO, VI, BE, BK, and LL.
  • the traffic of TID #1 is allocated to each of links L1 to L3. That is, each of the links L1 to L3 is assigned to transmit and receive TID #1.
  • multiple links in the link set LS may be assigned to one traffic transmission from the terminal 20 to the AP 10.
  • the terminal 20 transmits traffic to the AP 10 through any one of the multiple links assigned to transmit traffic. Additionally, if the first transmission fails, the terminal 20 retransmits the traffic to the AP 10 through a different link from the one used for the first transmission among the multiple links allocated for traffic transmission. do.
  • FIG. 3 is a block diagram showing an example of the hardware configuration of the AP 10 according to the embodiment.
  • the AP 10 includes, for example, a CPU (Central Processing Unit) 11, a ROM (Read Only Memory) 12, a RAM (Random Access Memory) 13, a wireless communication module 14, and a wired communication module 15.
  • a CPU Central Processing Unit
  • ROM Read Only Memory
  • RAM Random Access Memory
  • the CPU 11 is a processing circuit that controls the overall operation of the AP 10.
  • the ROM 12 is, for example, a nonvolatile semiconductor memory.
  • the ROM 12 stores programs and data for controlling the AP 10.
  • the RAM 13 is, for example, a volatile semiconductor memory.
  • the RAM 13 is used as a work area for the CPU 11.
  • the wireless communication module 14 is a circuit used for transmitting and receiving data using wireless signals.
  • Wireless communication module 14 is connected to an antenna.
  • the wired communication module 15 is a circuit used for transmitting and receiving data using wired signals. Wired communication module 15 is connected to network 30.
  • FIG. 4 is a block diagram showing an example of the hardware configuration of the terminal 20 according to the embodiment.
  • the terminal 20 includes, for example, a CPU 21, a ROM 22, a RAM 23, a wireless communication module 24, a display 25, and a storage 26.
  • the CPU 21 is a processing circuit that controls the overall operation of the terminal 20.
  • the ROM 22 is, for example, a nonvolatile semiconductor memory.
  • the ROM 22 stores programs and data for controlling the terminal 20.
  • the RAM 23 is, for example, a volatile semiconductor memory. RAM23 is used as a work area for CPU21.
  • the wireless communication module 24 is a circuit used for transmitting and receiving data using wireless signals. Wireless communication module 24 is connected to the antenna.
  • the display 25 is, for example, an LCD (Liquid Crystal Display) or an EL (Electro-Luminescence) display.
  • the display 25 displays a GUI (Graphical User Interface) and the like corresponding to application software.
  • the storage 26 is a nonvolatile storage device.
  • the storage 26 stores system software of the terminal 20 and the like.
  • FIG. 5 is a block diagram showing an example of the functional configuration of the AP 10 according to the embodiment.
  • the AP 10 includes, for example, an LLC processing section 100, a management section 110, and wireless signal processing sections 150, 160, and 170.
  • the processing of the LLC processing unit 100 can be realized by a combination of the CPU 11, the RAM 13, and the wired communication module 15, for example.
  • the respective processes of the management unit 110 and the wireless signal processing units 150, 160, and 170 can be realized by a combination of the CPU 11, the RAM 13, and the wireless communication module 14, for example.
  • the LLC processing unit 100 executes, for example, processing of the LLC sublayer of the second layer and processing of the third to seventh layers.
  • the management unit 110 executes processing of the second layer MAC sublayer.
  • the wireless signal processing units 150, 160, and 170 execute the second layer MAC sublayer processing and the first layer processing.
  • the management section 110 includes a data processing section 120, a communication management section 130, and a MAC frame processing section 140.
  • the LLC processing unit 100 adds a DSAP (Destination Service Access Point) header, an SSAP (Source Service Access Point) header, etc. to the data received from the network 30 to generate an LLC packet.
  • the LLC processing unit 100 then inputs the generated LLC packet to the data processing unit 120. Further, the LLC processing unit 100 receives an LLC packet from the data processing unit 120 and extracts data from the received LLC packet. The LLC processing unit 100 then transmits the extracted data to the network 30.
  • DSAP Disposination Service Access Point
  • SSAP Source Service Access Point
  • the data processing unit 120 adds a MAC header to the LLC packet input from the LLC processing unit 100 to generate a MAC frame.
  • the data processing unit 120 then inputs the generated MAC frame to the MAC frame processing unit 140.
  • the data processing unit 120 receives a MAC frame from the MAC frame processing unit 140 and extracts an LLC packet from the received MAC frame.
  • the data processing unit 120 then inputs the extracted LLC packet to the LLC processing unit 100.
  • a MAC frame containing data is also referred to as a "data frame.”
  • the communication management unit 130 manages the communication status between the AP 10 and the terminal 20, including the status of the link between the AP 10 and the terminal 20. Between the communication management section 130 and the MAC frame processing section 140, MAC frames containing management information regarding wireless communication, such as management information regarding links, are input and output. In the following description, the MAC frame including management information is also referred to as a "management frame.”
  • the communication management unit 130 can instruct the MAC frame processing unit 140 to execute a predetermined process by outputting a management frame to the MAC frame processing unit 140.
  • the communication management section 130 includes, for example, link management information 131 and a link management section 132.
  • the link management information 131 includes information regarding the link between the AP 10 and the terminal 20, and includes information shown in FIG. 2, for example.
  • the MAC frame processing unit 140 When a MAC frame is input from the data processing unit 120 or the communication management unit 130, the MAC frame processing unit 140 associates the input MAC frame with a link. Then, for the MAC frame to be transmitted to the terminal 20, the MAC frame processing unit 140 identifies a link associated with the MAC frame from the links in the link set LS. At this time, one link or a plurality of links may be identified from the link set LS as the link associated with the MAC frame. In one example, when a data frame is input from the data processing unit 120, the MAC frame processing unit 140 refers to the link management information 131 and identifies the link associated with the TID of the input data frame.
  • the MAC frame processing unit 140 assigns the identified link to the transmission of the MAC frame to the terminal 20. Then, the MAC frame processing unit 140 inputs the MAC frame to the specified link, that is, the link assigned to transmit the MAC frame. As a result, the MAC frame is input to the radio signal processing unit (one or more of 150, 160, and 170) corresponding to the link assigned to transmit the MAC frame.
  • the MAC frame processing unit 140 converts the MAC frame to the data processing unit 120 or the communication The information is input to the management section 130. If the MAC frame is a data frame, the MAC frame is input to the data processing unit 120, and if the MAC frame is a management frame, the MAC frame is input to the communication management unit 130.
  • the wireless signal processing units 150, 160, and 170 correspond to the aforementioned STA1, STA2, and STA3, which are the STA functions of the AP 10, respectively.
  • Radio signal processing units 150, 160, and 170 have similar functional configurations.
  • Each of the radio signal processing units 150, 160, and 170 adds a preamble, a PHY (physical layer) header, etc. to the data input from the MAC frame processing unit 140, and generates a radio frame. Then, each of the radio signal processing units 150, 160, and 170 converts the radio frame into a radio signal by performing a predetermined modulation operation on the generated radio frame, and radiates (transmits) the radio signal via the antenna. )do.
  • the predetermined modulation operations include, for example, convolutional coding, interleaving, subcarrier modulation, inverse fast Fourier transform (IFFT), OFDM (orthogonal frequency division multiplexing) modulation, frequency conversion, and the like.
  • each of the radio signal processing units 150, 160, and 170 converts the radio signal received from the terminal 20 via the antenna into a radio frame by performing a predetermined demodulation operation.
  • the predetermined demodulation operations include, for example, frequency conversion, OFDM demodulation, Fast Fourier Transform (FFT), subcarrier demodulation, deinterleaving, and Viterbi decoding.
  • FFT Fast Fourier Transform
  • Each of the radio signal processing units 150, 160, and 170 extracts a MAC frame from the radio frame, and inputs the extracted MAC frame to the MAC frame processing unit 140. Note that the radio signal processing units 150, 160, and 170 may share the same antenna, or may use different antennas for each other.
  • FIG. 6 is a block diagram showing an example of the functional configuration of the terminal 20 according to the embodiment.
  • the terminal 20 includes, for example, an application execution section 280, an LLC processing section 200, a management section 210, and a wireless signal processing section 250.
  • the respective processes of the application execution unit 280 and the LLC processing unit 200 can be realized by the CPU 21 and the RAM 23, for example.
  • the respective processes of the management unit 210 and the wireless signal processing unit 250 can be realized by a combination of the CPU 21, the RAM 23, and the wireless communication module 24, for example.
  • the application execution unit 280 executes processing of the seventh layer
  • the LLC processing unit 200 executes processing of the LLC sublayer of the second layer and processing of the third to sixth layers.
  • the management unit 210 executes second layer MAC sublayer processing, and the wireless signal processing unit 250 executes second layer MAC sublayer processing and first layer processing.
  • the management section 210 includes a data processing section 220, a communication management section 230, and a MAC frame processing section 240.
  • the application execution unit 280 executes an application based on the data input from the LLC processing unit 200. Further, the application execution unit 280 inputs data to the LLC processing unit 200 in correspondence with the operation of the application.
  • the application execution unit 280 can display application information on the display 25. Furthermore, the application execution unit 280 can execute processing corresponding to operations on the input interface.
  • the LLC processing unit 200 adds a DSAP header, an SSAP header, etc. to the data received from the application execution unit 280, and generates an LLC packet.
  • the LLC processing unit 200 then inputs the generated LLC packet to the data processing unit 220. Further, the LLC processing unit 200 receives the LLC packet from the data processing unit 220 and extracts data from the received LLC packet. The LLC processing unit 200 then inputs the extracted data to the application execution unit 280.
  • the data processing unit 220 adds a MAC header to the LLC packet input from the LLC processing unit 200 to generate a MAC frame.
  • the data processing unit 220 then inputs the generated MAC frame to the MAC frame processing unit 240.
  • the data processing unit 220 receives a MAC frame from the MAC frame processing unit 240, and extracts an LLC packet from the received MAC frame.
  • the data processing unit 220 then inputs the extracted LLC packet to the LLC processing unit 200.
  • the communication management unit 230 cooperates with the communication management unit 130 of the AP 10 to manage the communication status between the AP 10 and the terminal 20, including the status of the link between the AP 10 and the terminal 20.
  • MAC frames management frames
  • the communication management unit 230 can instruct the MAC frame processing unit 240 to execute a predetermined process by outputting a management frame to the MAC frame processing unit 240.
  • the communication management section 230 includes, for example, link management information 231, a link management section 232, and a transmission management section 233.
  • the link management information 231 includes information regarding the link between the AP 10 and the terminal 20, and includes, for example, the information shown in FIG. 2.
  • the MAC frame processing unit 240 associates the input MAC frame with a link. Then, for the MAC frame to be transmitted to the AP 10, the MAC frame processing unit 240 identifies a link associated with the MAC frame from the links in the link set LS. At this time, one link or a plurality of links may be identified from the link set LS as the link associated with the MAC frame. In one example, when a data frame is input from the data processing unit 220, the MAC frame processing unit 240 identifies a link associated with the TID of the data frame. The MAC frame processing unit 240 assigns the identified link to transmit the MAC frame to the AP 10. Then, the MAC frame processing section 240 inputs the MAC frame to the radio signal processing section 250 along with an instruction to transmit it on the assigned link.
  • the MAC frame processing unit 240 inputs the MAC frame to the data processing unit 220 or the communication management unit 230 in accordance with the type of the input MAC frame. If the MAC frame is a data frame, the MAC frame is input to the data processing unit 220, and if the MAC frame is a management frame, the MAC frame is input to the communication management unit 230.
  • the wireless signal processing unit 250 corresponds to EMLSRSTA, which is an STA function provided in the terminal 20. Therefore, the radio signal processing unit 250 establishes a plurality of links forming the link set LS with the AP 10.
  • the radio signal processing unit 250 adds a preamble, a PHY (physical layer) header, etc. to the data input from the MAC frame processing unit 240, and generates a radio frame. Then, the radio signal processing unit 250 converts the radio frame into a radio signal by performing a predetermined modulation operation on the radio frame, and radiates (transmits) the radio signal via the antenna.
  • the predetermined modulation operation is performed in the same manner as the predetermined modulation operation in each of the radio signal processing sections 150, 160, and 170.
  • the radio signal processing unit 250 transmits a radio signal using a link assigned for transmission from among the multiple links (multiple channels) of the link set LS. Note that, as described above, in the wireless signal processing unit 250, it is impossible to transmit wireless signals to each other in parallel using a plurality of links that constitute the link set LS. Therefore, when multiple links are assigned to transmit data to the AP 10, the wireless signal processing unit 250 transmits data to the AP 10 through only one of the multiple links assigned for transmission at the same timing. Send data to.
  • the radio signal processing unit 250 converts the radio signal received from the AP 10 via the antenna into a radio frame by performing a predetermined demodulation operation.
  • the predetermined demodulation operation is performed in the same manner as the predetermined demodulation operation in each of the radio signal processing sections 150, 160, and 170.
  • the radio signal processing unit 250 extracts a MAC frame from the radio frame, and inputs the extracted MAC frame to the MAC frame processing unit 240.
  • the wireless signal processing unit 250 monitors each link (channel) of the link set LS, and when a wireless signal is detected in any of the links, the wireless signal processing unit 250 converts the MAC frame corresponding to the detected wireless signal into the MAC frame processing unit. 240.
  • the wireless signal processing unit 250 can receive wireless signals from a plurality of links constituting the link set LS in parallel with each other, that is, at the same timing with respect to each other. In another example, the wireless signal processing unit 250 can receive a wireless signal from the AP 10 through only one of the plurality of links in the link set LS at the same timing. Note that in the radio signal processing unit 250, an antenna may be shared by a plurality of links (a plurality of channels) of the link set LS, or one antenna may be provided for each of the plurality of links.
  • the link management unit 132 of the AP 10 and the link management unit 232 of the terminal 20 cooperate with each other to control the establishment of a link between the AP 10 and the terminal 20.
  • the link management units 132 and 232 execute association processing and authentication processing subsequent to the association processing, for example, in response to a connection request from the terminal 20 to the AP 10.
  • the link management units 132 and 232 control the state of the link established between the AP 10 and the terminal 20.
  • the link management units 132 and 232 may associate each TID of traffic with the link of the link set LS.
  • the link management section 132 refers to the link management information 131
  • the link management section 232 refers to the link management information 231.
  • the link management units 132 and 232 cooperate with each other to set up the link set LS.
  • any one of the wireless signal processing units 150, 160, 170 (STA1 to STA3) of the AP 10 communicates with the wireless signal processing unit 250 (EMLSRSTA) of the terminal 20.
  • the link management unit 232 causes the terminal 20 to transmit a probe request to the AP 10
  • the link management unit 132 causes the AP 10 to transmit a probe response to the terminal 20 as a response to the probe request.
  • the link management unit 232 causes the terminal 20 to transmit an association request regarding the link set LS to the AP 10.
  • the link management unit 132 When the AP 10 receives the association request, the link management unit 132 performs association processing for the link set LS. At this time, the link management unit 132 also completes the association processing for links other than this link based on the completion of the association processing for any one of the plurality of links that constitute the link set LS. Therefore, the link management unit 132 uses one link to perform association processing for all the links that make up the link set LS, so that all the links that make up the link set LS are established between the AP 10 and the terminal 20. I recognize that. Thereby, the link management unit 132 recognizes that the link set LS has been established between the AP 10 and the terminal 20. When the association process is completed, the link management unit 132 updates the link management information 131.
  • the link management unit 132 causes the AP 10 to transmit a response indicating that the link set LS has been established to the terminal 20. Then, based on the terminal 20 receiving a response indicating establishment of the link set LS, the link management unit 232 updates the link management information 231.
  • the transmission management section 233 of the communication management section 230 of the terminal 20 manages the transmission of data from the terminal 20 to the AP 10.
  • the terminal 20, which is an SR terminal, is provided with a channel access function.
  • the transmission management unit 233 controls access to a channel by controlling the operation of the channel access function of the terminal 20 during data transmission from the terminal 20 serving as a transmitting station.
  • the radio signal processing unit 250 is provided with one channel access function.
  • the channel access function then identifies one situation for transmitting data among the multiple links that make up the link set LS.
  • the MAC frame processing section 240 is provided with a channel access function instead of the radio signal processing section 250.
  • the wireless signal processing unit 250 is provided with the same number of channel access functions as the links constituting the link set LS, and one channel access function is provided for each of the plurality of links in the link set LS. Access functions are provided. Each of the plurality of channel access functions then checks the status of a corresponding one of the links in the link set LS.
  • the channel access function of the terminal 20 uses CSMA/CA (Carrier Perform carrier sense based on Sense Multiple Access with Collision Avoidance and check the status of the channel assigned to the target link.
  • CSMA/CA Carrier Perform carrier sense based on Sense Multiple Access with Collision Avoidance and check the status of the channel assigned to the target link.
  • a waiting time by IFS Inter Frame Space
  • Carrier sensing for the target link is started at the end of the IFS waiting time or during the IFS waiting time.
  • the channel access function of the terminal 20 uses carrier sense to check whether the target link is in an idle state or a busy state. By performing carrier sensing, collisions of the target data with other data transmitted and received through the channel assigned to the target link can be effectively avoided.
  • a backoff period is set as a transmission standby time to avoid collision of the target data with other data.
  • the backoff period begins at the end of the IFS.
  • the channel access function of the terminal 20 performs carrier sense at least during the backoff period to check the status of the channel assigned to the target link. If the target link is idle throughout the IFS waiting time and backoff period, the channel access function of the terminal 20 acquires the right to transmit the target data over the target link. The channel access function then ends the carrier sense and transmits the target data to the AP 10 through the target link. On the other hand, if the target link becomes busy during the IFS standby time and backoff period, the channel access function of the terminal 20 terminates carrier sense and processes to acquire the transmission right for the target data. cancel.
  • the length of the backoff period which is the transmission standby time for collision avoidance, changes depending on the contention window (CW) value. Therefore, the contention window becomes a parameter used to determine the length of the backoff period.
  • the transmission management unit 233 can adjust the length of the backoff period, and can adjust the length of the period in which carrier sensing is performed. The larger the contention window value, the more likely the backoff period will be long.
  • SIFS Short Inter Frame Space
  • DIFS distributed Coordination Function Inter Frame Space
  • the channel access function of the terminal 20 starts carrier sense before the backoff period starts, that is, before the end of DIFS, and acquires the transmission right for the target data as described above. I do.
  • DIFS When DIFS is set, carrier sensing is started when a predetermined time corresponding to SIFS has elapsed from the start of DIFS.
  • FIG. 7 is a block diagram showing an example of the functional configuration of the channel access function of the terminal 20 according to the embodiment.
  • the radio signal processing unit 250 is provided with one channel access function.
  • the channel access function includes, for example, a classification unit 251, queues 252A, 252B, 252C, 252D, carrier sense execution units 253A, 253B, 253C, 253D, 253E, and an internal collision management unit 254. Ru.
  • the classification unit 251 classifies the input data frame into a plurality of access categories based on the TID included in the MAC header. Then, the classification unit 251 inputs the data frame to one of the queues 252A to 252D and the carrier sense execution unit 253E that corresponds to the access category.
  • data frames whose access categories are VO, VI, BE, and BK are input to queues 252A, 252B, 252C, and 252D, respectively.
  • a data frame whose access category is LL, which requires low latency is input to the carrier sense execution unit 253E without going through any of the queues 252A to 252D.
  • Each of the queues 252A to 252D buffers input data frames.
  • queues 252A, 252B, 252C, and 252D buffer data frames whose access categories are VO, VI, BE, and BK, respectively.
  • Each of the carrier sense execution units 253A to 253E executes carrier sense based on CSMA/CA as described above according to preset access parameters.
  • carrier sense execution units 253A, 253B, 253C, and 253D are provided corresponding to queues 252A, 252B, 252C, and 252D, respectively.
  • the carrier sense execution units 253A, 253B, 253C, 253D, and 253E perform carrier sense using VO, VI, BE, BK, and LL as corresponding access categories, respectively.
  • the access parameters are set for each access category, and are set so that, for example, wireless signal transmission is prioritized in the order of LL, VO, VI, BE, and BK.
  • the access parameters for example, CWmin, CWmax, AIFS (Arbitration Inter Frame Space), and TXOP (Transmission Opportunity) Limit are used.
  • CWmin and CWmax are the minimum value and maximum value of the contention window (CW) described above, respectively.
  • the contention window value is set for each access category, the length of the above-mentioned backoff period, which is the transmission waiting time for collision avoidance, is also set for each access category.
  • the smaller the values of CWmin and CWmax are set for the access category the higher the possibility that the backoff period will be shortened, and therefore the more likely it is to acquire the transmission right.
  • AIFS is a fixed transmission waiting time equivalent to the above-mentioned IFS, and is set for each access category.
  • TXOPLimit indicates the upper limit value of the channel occupation time TXOP. The larger the value of TXOPLimit is set for the access category, the larger the amount of data that can be transmitted with the transmission right once acquired can be set.
  • Each of the carrier sense execution units 253A to 253E uses carrier sense to determine the status of a target link that transmits target data among a plurality of links (channels) forming the link set LS as described above. Check. Then, each of the carrier sense execution units 253A to 253E acquires the transmission right through the target link for the target data based on the fact that the target link has been in an idle state throughout the standby time and backoff period by IFS (AIFS). obtain. Then, each of the carrier sense execution units 253A to 253E transmits a wireless signal having a converted data frame toward the AP 10 through the target link for which the transmission right has been acquired.
  • IFS IFS
  • the internal collision management unit 254 prevents collisions in data transmission when a plurality of carrier sense execution units 253A to 253E have mutually acquired the right to transmit on the same link. For example, if the right to transmit a plurality of pieces of data is acquired in a target link that is any one of the plurality of links, the internal conflict management unit 254 determines whether or not to transmit each of the plurality of pieces of data for which the right to transmit is acquired. Adjust the timing and output data to the target link in order of priority access categories.
  • the transmission management unit 233 of the communication management unit 230 configures the link set LS.
  • an index is set that indicates the number of times the target data has failed to be transmitted through that link.
  • the link set LS is configured from three links L1 to L3 as in the example of FIG.
  • An index ⁇ 2 indicating the number of transmission failures of the target data through the link L3
  • an index ⁇ 3 indicating the number of failures in transmitting the target data through the link L3 are set.
  • the total value of the indicators ⁇ 1 to ⁇ 3 is the total number of failed transmissions of the target data on the plurality of links forming the link set LS.
  • the transmission management unit 233 of the communication management unit 230 transmits the target data through the target link Lk.
  • the value of the contention window is set based on the index ⁇ k indicating the number of failed transmissions of the target data.
  • the length of the backoff period is set based on the index ⁇ k.
  • the transmission management unit 233 sets the contention window value larger as the value of the index ⁇ k is larger, that is, as the number of failures in sending the target data through the target link Lk is larger. For example, when the index ⁇ k is 0, the contention window is set to a specified value that is an initial value. Then, the transmission management unit 233 increases the contention window value relative to the specified value in response to the increase in the index ⁇ k. Therefore, the transmission management unit 233 determines that the larger the value of the index ⁇ k, the higher the possibility that the backoff period will be longer. In one example, the contention window increases exponentially according to BEB (Binary Exponential Backoff) in response to an increase in the index ⁇ k.
  • BEB Binary Exponential Backoff
  • the transmission management unit 233 increases the value of the parameter used to determine the backoff period in response to an increase in the number of failed transmissions of the target data (index ⁇ k) through the target link Lk, thereby reducing the number of target data transmissions through the target link Lk.
  • the transmission waiting time which is the total time of the IFS and backoff period, is likely to be long.
  • the management unit 210 determines the target data based on the number of failed transmissions of the target data through the target link Lk, regardless of the total number of failed transmissions of the target data on the plurality of links that constitute the link set LS. Set the transmission waiting time. Therefore, if the index ⁇ k indicating the number of failures in transmitting the target data through the target link Lk is 0, the target data will be transmitted through the target link Lk even if the target data transmission fails on a link other than the target link Lk. , the value of the contention window is set to a default value, which is an initial value.
  • the backoff period is set based on the contention window set to the default value, when the target data is transmitted through the target link Lk, the first transmission of the target data performed on a link other than the target link Lk
  • the backoff period which is the transmission waiting time starting from the end of the IFS, will increase is reduced.
  • the terminal 20 performs the first transmission of target data to be transmitted through a first link, which is one link in the link set LS. Then, after the first transmission fails, the second transmission of the target data from the terminal 20 is performed through the second link, which is a link different from the first link of the link set LS. In this case, even if the transmission of the target data through the second link is the second transmission of the target data from the terminal 20, it is the same as the first transmission of the target data from the terminal 20 through the first link. Parameters used to determine transmission waiting time, such as a contention window, are set to the value of .
  • the transmission management unit 233 and the like Determine whether the transmission of the target data was successful.
  • the determination as to whether or not the transmission of the target data has been successful is based on, for example, whether the wireless signal processing unit 250 has received an Ack (Acknowledgement) from the AP 10 during a specified time Tref from the time of transmission of the target data. will be carried out.
  • the Ack is transmitted from the AP 10 to the terminal 20 through the target link Lk through which the target data was transmitted from the terminal 20.
  • the transmission management unit 233 and the like of the management unit 210 determine that the transmission of the target data has been successful. Then, the transmission management unit 233 and the like reset to zero an index indicating the number of failures in transmitting the target data through each of the plurality of links configuring the link set LS including the target link Lk. On the other hand, if the wireless signal processing unit 250 does not receive the Ack from the AP 10 during the specified time Tref, the transmission management unit 233 and the like determine that the transmission of the target data has failed.
  • the transmission management unit 233 or the like adds 1 to an index ⁇ k indicating the number of failed transmissions of the target data through the target link Lk. Note that after the target data has been successfully transmitted, the process related to transmission is also performed on the next data to be transmitted from the terminal 20 to the AP 10 as described above.
  • FIG. 8 shows an example of a process performed by the management unit 210 of the terminal 20 according to the embodiment in transmitting target data through a target link Lk that is any one of the plurality of links in the link set LS.
  • FIG. The example process in FIG. 8 is performed every time data is transmitted from the terminal 20 to the AP 20 on any one of the plurality of links forming the link set LS.
  • the link set LS is composed of the three links L1 to L3 described above, and any one of the links L1 to L3 becomes the target link Lk.
  • the management unit 210 acquires an index ⁇ k indicating the number of failures in transmitting the target data through the target link Lk (S301). The management unit 210 then sets the length of the backoff period for the transmission of target data performed through the target link Lk based on the index ⁇ k (S302). Setting the length of the backoff period based on the index ⁇ k is performed as described above. Then, the management unit 210 waits until a predetermined time corresponding to SIFS has elapsed from the start of FIS (S303-No).
  • the management unit 210 causes the channel access function of the terminal 20 to execute carrier sense and confirm the status of the channel assigned to the target link Lk. Then, the management unit 210 determines whether the target link Lk is in an idle state (S304). If the target link Lk is in an idle state (S304-Yes), the management unit 210 determines whether the backoff period has ended (S305). If the backoff period has not ended (S305-No), the process returns to S304, and the management unit 210 sequentially executes the processes from S304 onwards. Further, if the target link Lk is in a busy state in S304 (S304-No), the management unit 210 terminates the carrier sense and cancels the process of acquiring the right to transmit the target data through the target link Lk (S306). ).
  • the management unit 210 causes the wireless signal processing unit 250 to transmit the target data to the AP 10 through the target link Lk (S307). Therefore, the target data is transmitted from the terminal 20 through the target link Lk based on the fact that the target link Lk has been in an idle state throughout the IFS standby time and backoff period.
  • the management unit 210 determines whether or not the target data has been successfully transmitted (S308). At this time, it is determined that the transmission of the target data has been successful, for example, based on the fact that the wireless signal processing unit 250 has received an Ack from the AP 10 during the specified time Tref from the time of transmitting the target data.
  • the management unit 210 If the transmission of the target data is successful (S308-Yes), the management unit 210 resets each of the indicators ⁇ 1 to ⁇ 3 to zero (S309). That is, for each of the plurality of links constituting the link set LS, an index indicating the number of failed transmissions of target data through that link is reset to zero. On the other hand, if the transmission of the target data fails (S308-No), the management unit 210 adds 1 to the index ⁇ k indicating the number of failures in transmitting the target data through the target link Lk (S310).
  • FIG. 9 is a schematic diagram illustrating an example of temporal changes in the communication state of the wireless signal processing unit 250 (EMLSRSTA) through the link set LS in the terminal 20 according to the embodiment.
  • EMLSRSTA of the terminal 20 establishes links L1, L2, and L3 with STA1, STA2, and STA3 of the AP 10, respectively.
  • a link set LS is constructed from the links L1 to L3.
  • target data to be transmitted to the AP 10 is transmitted for the first time through the link L1.
  • the contention window is set to a specified value that is an initial value, and the length T1 of the backoff period starting from the end of the IFS is set based on the specified value of the contention window.
  • the number of failed transmissions of the target data through the link L1 is one, but the number of failed transmissions of the target data through the link L2 is zero.
  • the contention window is set to the default value which is the initial value, and the length T2 of the backoff period starting from the end of the IFS is , is determined based on the specified contention window value. Therefore, the upper limit of the length T2 of the backoff period in the second transmission is the same as the upper limit of the length T1 of the backoff period in the first transmission. Further, in the example of FIG. 9, EMLSRSTA receives the Ack from the AP 10 during the specified time Tref from the second transmission of the target data. Therefore, it is determined that the transmission of the target data is successful by transmitting the target data through the link L2.
  • the second transmission of the target data is also performed through the link L1.
  • the number of failures in transmitting the target data through the link L1 is 1, and the index ⁇ 1 is 1.
  • a contention window is set and a backoff period is set based on the index ⁇ 1. Therefore, in the second transmission of the target data, the contention window is set to a value larger than the specified value, and the backoff period is more likely to be set longer than in the first transmission of the target data.
  • the target data of the entire link set LS The transmission standby time for the target data is set based on the number of failed transmissions of the target data through the target link, regardless of the total number of failed transmissions. Therefore, if the index ⁇ k indicating the number of failures in transmitting the target data through the target link Lk is 0, the target data will be transmitted through the target link Lk even if the target data transmission fails on a link other than the target link Lk. In this case, the value of the parameter used to determine the transmission waiting time, such as the contention window, is set to the same size as the first transmission of the target data.
  • the AP 10 wirelessly communicates with the terminal 20 using three STA functions, and the link set LS between the AP 10 and the terminal 20 is composed of three links. , but is not limited to this. In the embodiments, if the link set LS between the AP 10 and the terminal 20 is composed of a plurality of links, and the terminal 20 serving as a transmitting station is provided with only one EMLSRSTA as an STA function, the above-mentioned terminal Data transmission processing from 20 can be executed.
  • the data transmission process from the terminal 20 described above is also applicable to transmitting stations other than the terminal.
  • the data transmission process is performed at the AP in the same manner as the data transmission process from the terminal 20 described above. It's okay to be hurt.
  • processing according to the embodiments and the like described above can be stored as a program that can be executed by a processor that is a computer. Further, a program for executing the above-described processing 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. Then, the processor reads the program stored in the storage medium of the external storage device, and its operations are controlled by the read program, thereby making it possible to execute the processes of the embodiments and the like.
  • an external storage device such as a magnetic disk, an optical disk, or a semiconductor memory.
  • the present invention is not limited to the above-described embodiments, and can be variously modified at the implementation stage without departing from the gist thereof.
  • each embodiment may be implemented in combination as appropriate, and in that case, the combined effect can be obtained.
  • the embodiments described above include various inventions, and various inventions can be extracted by combinations selected from the plurality of constituent features disclosed. For example, if a problem can be solved and an effect can be obtained even if some constituent features are deleted from all the constituent features shown in the embodiment, the configuration from which these constituent features are deleted can be extracted as an invention.

Landscapes

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

Abstract

実施形態の送信局は、無線信号処理部及びマネジメント部を備える。マネジメント部は、無線信号処理部を用いて複数のリンクを受信局との間で確立し、同一のタイミングにおいて複数のリンクの中の任意の1つのみを通して、無線信号処理部から受信局へデータを送信可能にする。送信対象となる対象データを複数のリンクの中の任意の1つである対象リンクを通して受信局へ送信する場合、マネジメント部は、対象リンクを通しての対象データの送信失敗回数に基づいて、対象データについての送信待機時間を設定する。

Description

送信局、送信方法及び送信プログラム
 本発明の実施形態は、送信局、送信方法及び送信プログラムに関する。
 送信局から受信局へ無線でデータを送信する通信システムとして、無線LAN(Local Area Network)が知られている。IEEE802.11標準規格に準拠する無線LANでは、送信局からのデータの送信においてチャネルへのアクセスを制御する制御方式として、DCF(Distributed Coordination Function)が採用されている。DCFでは、無線LANの送信局は、CSMA/CA(Carrier Sense Multiple Access with Collision Avoidance)に基づくキャリアセンスを行い、送信権を獲得したときにデータを送信する。また、DCFでは、送信対象となる対象データの送信を失敗した後において、対象データを送信局から再送する場合に、BEB(Binary Exponential Backoff)に従ってバックオフ期間の決定に用いるパラメータを指数関数的に増加させることにより、対象データの初回の送信に対して対象データの再送における送信待機時間を増加させる。
 また、IEEE802.11axの後継規格として策定中であるIEEE802.11beでは、2つの通信局との間での無線通信において、EMLSR(Enhanced Multi Link Single Radio)モードが規定されている。EMLSRモードでは2つの通信局の間に、すなわち、送信局と受信局との間に、複数のリンクから構成されるリンクセットが確立される。また、EMLSRモードでは、同一のタイミングにおいてリンクセットの複数のリンクの中の任意の1つのみを通して、送信局から受信局へデータを送信可能であり、複数のリンクで互いに対して並行して送信局から受信局へデータを送信不可能である。
 前述のようなEMLSRモードでの無線通信では、送信局から受信局へのデータの送信における効率を向上させることが、求められている。例えば、EMLSRモードでの無線通信では、リンクセットの中の1つのリンクを通して行った送信対象となる対象データの送信を失敗した後に、リンクセットの中の別の1つのリンクを通して、対象データを再送することがある。このような場合、対象データの再送における送信待機時間の増加を抑制し、対象データの送信における効率を向上させることが、求められている。
IEEE P802.11beTM/D1.5,"35.3.17 Enhanced multi-link single radio operation",18, March 2022.
 本発明の目的は、EMLSRモードでの無線通信において送信局からのデータの送信における効率を向上可能な送信局、送信方法及び送信プログラムを提供することにある。
 本発明のある実施形態では、送信局は、無線信号処理部及びマネジメント部を備える。マネジメント部は、無線信号処理部を用いて複数のリンクを受信局との間で確立し、同一のタイミングにおいて複数のリンクの中の任意の1つのみを通して、無線信号処理部から受信局へデータを送信可能にする。送信対象となる対象データを複数のリンクの中の任意の1つである対象リンクを通して受信局へ送信する場合、マネジメント部は、複数のリンクでの対象データの送信失敗回数の総和に関係なく、対象リンクを通しての対象データの送信失敗回数に基づいて、対象データについての送信待機時間を設定する。
 本発明によれば、EMLSRモードでの無線通信において送信局からのデータの送信における効率を向上可能な送信局、送信方法及び送信プログラムを提供することにある。
図1は、実施形態に係る通信システムの構成の一例を示すブロック図である。 図2は、実施形態に係る通信システムにおいて、APと端末との間のリンク管理情報の一例を示す概略図である。 図3は、実施形態に係るAPのハードウェア構成の一例を示すブロック図である。 図4は、実施形態に係る端末のハードウェア構成の一例を示すブロック図である。 図5は、実施形態に係るAPの機能構成の一例を示すブロック図である。 図6は、実施形態に係る端末の機能構成の一例を示すブロック図である。 図7は、実施形態に係る端末のチャネルアクセス機能の機能構成の一例を示すブロック図である。 図8は、実施形態に係る端末のマネジメント部によって行われる、リンクセットの複数のリンクの任意の1つである対象リンクを通しての送信対象となる対象データの送信における処理の一例を示すフローチャートである。 図9は、実施形態に係る端末において、無線信号処理部のリンクセットを通しての通信状態について、時間的な変化の一例を示す概略図である。
 以下、図面を参照して本発明の実施形態を説明する。
 図1は、実施形態に係る通信システム1の構成の一例を示すブロック図である。図1に示すように、通信システム1は、アクセスポイント(以下、“AP”とする)10、端末20及びネットワーク30を備える。無線LAN等においては、AP10は、“基地局”とも称される。AP10は、有線又は無線によって、ネットワーク30上のサーバ(図示しない)と通信する。端末20は、例えば、スマートフォン、携帯電話、タブレットPC(personal computer)、デスクトップPC、ラップトップPC、及び、IoT(Internet of things)センサ/デバイスのいずれかである。
 AP10は、端末20に対して無線接続可能であり、無線によって端末20と通信する。端末20とAP10との間の無線通信は、IEEE802.11規格に準拠する。なお、以下の説明では、IEEE802.11規格に準拠した無線通信を例として説明するが、IEEE802.11規格とは異なる無線通信規格を使用するようにしてもよい。
 AP10及び端末20のそれぞれは、IEEE802.11規格で規定されるOSI(Open Systems Interconnection)参照モデルに基づく無線通信機能を有する。OSI参照モデルでは、無線通信機能が7階層(第1層:物理層、第2層:データリンク層、第3層:ネットワーク層、第4層:トランスポート層、第5層:セッション層、第6層:プレゼンテーション層、第7層:アプリケーション層)に分割される。第2層となるデータリンク層は、LLC(Logical Link Control)副層と、MAC(Media Access Control)副層とを含む。
 AP10と端末20との間では、IEEE802.11beにおいて規定されるEMLSR(Enhanced Multi Link Single Radio)モードで、無線接続及び無線通信が行われる。EMLSRモードでの無線通信では、AP10と端末20との間に、複数のリンクから構成されるリンクセットLSが確立される。リンクセットLSの複数のリンクのそれぞれは、AP10及び端末20のそれぞれに機能構成として設けられるSTA機能を用いて、確立される。以下に示す一例では、AP10に、STA機能が複数設けられ、端末20に、STA機能が1つのみ設けられる。AP10及び端末20のそれぞれでは、STA機能は、後述する無線信号処理部に対応する。
 1つのリンクの確立には、AP10の複数のSTA機能の中の1つ及び端末20のSTA機能が用いられる。このため、リンクセットLSの複数のリンクのそれぞれは、AP10の複数のSTA機能の対応する1つ、及び、端末20のSTA機能を用いて確立される。したがって、端末20に1つのみ設けられるSTA機能は、リンクセットLSを構成する全てのリンクの確立に、用いられる。
 EMLSRモードの通信システム1では、AP10と端末20との間で、確立されたリンクセットLSを構成する複数のリンクを用いて、無線通信する。ただし、端末20からAP10にデータ(上りデータ)を送信する場合、同一のタイミングにおいてリンクセットLSの複数のリンクの中の任意の1つのみを通して、送信局となる端末20から受信局となるAP10へデータを送信可能である。すなわち、EMLSRモードの通信システム1では、複数のリンクで互いに対して並行して端末20からAP10へデータを送信不可能である。なお、EMLSRモードの通信システム1では、端末20は、リンクセットLSの複数のリンクで互いに対して並行してAP10からのデータ(下りデータ)を受信可能であってもよく、同一のタイミングにおいてリンクセットLSの複数のリンクの中の任意の1つのみを通してAP10からのデータを受信可能であってもよい。
 ここで、端末20のようにEMLSRモードで動作する通信システム1においてSTA機能が1つのみ設けられる端末は、“SR(Single Radio)端末”とも称される。また、EMLSRモードで動作する通信システム1において、端末20に1つのみ設けられるSTA機能を、以下の説明では、“EMLSRSTA”の符号でも示す。AP10及び端末20は、リンク管理情報によって、リンクセットLSの状態を含むAP10と端末20との間のリンクの状態を管理する。
 図2は、実施形態に係る通信システム1において、AP10と端末20との間のリンク管理情報の一例を示す概略図である。リンク管理情報では、例えば、“リンクID”、“リンク”、“周波数帯”、“チャネルID”“リンクセット”及び“トラヒック”のそれぞれについての情報が示される。“リンクID”は、リンクの識別子である。図2の一例では、AP10において、端末20との間の無線通信に、3つのSTA機能(STA1,STA2,STA3)が割り当てられる。そして、STA1は端末20との間にリンクL1を確立可能であり、STA2は端末20との間にリンクL2を確立可能であり、STA3は端末20との間にリンクL3を確立可能である。“リンク”についての情報は、AP10の複数のSTA機能のそれぞれが端末20との間にリンクを確立しているか否かを示す。図2の一例では、AP10のSTA1~STA3のそれぞれが端末20との間にリンクを確立している状態が示され、リンクL1~L3のそれぞれが確立されている状態が示される。
 “周波数帯”についての情報は、リンクのそれぞれに割り当てられる周波数帯を示す。周波数帯としては、例えば、6GHz帯、5GHz帯及び2.4GHz帯が適用され得る。複数の周波数帯のそれぞれは、複数のチャネルを含む。“チャネルID”は、リンクのそれぞれに割り当てられるチャネルのIDを示す。図2の一例では、リンクL1、リンクL2、及び、リンクL3に、それぞれ、5GHz帯のチャネルCH1、5GHz帯のチャネルCH2、及び、5GHz帯のチャネルCH3が割り当てられる。なお、リンクセットLSの複数のリンクでは、互いに対して異なる周波数帯が割り当てられてもよく、互いに対して同一の周波数帯の異なるチャネルが割り当てられてもよい。
 “リンクセット”についての情報は、AP10と端末20との間に複数のリンクから構成されるリンクセットLSが確立されているか否かを示す。また、リンクセットLSが確立されている場合は、“リンクセット”についての情報は、リンクセットLSがいずれのリンクによって構成されるかを示す。図2の一例では、3つのリンクL1~L3から、リンクセットLSが構成される。
 “トラヒック”についての情報では、リンクのそれぞれに割り当てられるトラヒックのTID(Traffic Indicator)を示す。TIDは、トラヒックのそれぞれを示す識別子であり、トラヒックのそれぞれは、アクセスカテゴリと対応付けられてもよい。トラヒックのアクセスカテゴリは、例えば、“VO(Voice)”,“VI(Video)”,“BE(Best Effort)”,“BK(Background)”及び“LL(Low Latency)”を含む。図2の一例では、TID#1は、VO,VI,BE,BK及びLLのいずれかに対応する。そして、TID#1のトラヒックは、リンクL1~L3のそれぞれに割り当てられる。すなわち、リンクL1~L3のそれぞれが、TID#1の送受信に割り当てられる。
 EMLSRモードの通信システム1では、端末20からAP10への1つのトラヒックの送信に、リンクセットLSの中の複数のリンクが割り当てられることがある。この場合、端末20は、トラヒックの送信に割り当てられた複数のリンクの中の任意の1つを通して、AP10へトラヒックを送信する。また、初回の送信においてトラヒックの送信を失敗した場合は、端末20は、トラヒックの送信に割り当てられた複数のリンクにおいて、初回の送信に用いたリンクとは別のリンクを通して、AP10へトラヒックを再送する。
 図3は、実施形態に係るAP10のハードウェア構成の一例を示すブロック図である。図3に示すように、AP10は、例えば、CPU(Central Processing Unit)11、ROM(Read Only Memory)12、RAM(Random Access Memory)13、無線通信モジュール14及び有線通信モジュール15、を備える。
 CPU11は、AP10の全体の動作を制御する処理回路である。ROM12は、例えば、不揮発性の半導体メモリである。ROM12は、AP10を制御するためのプログラム、及び、データを記憶する。RAM13は、例えば、揮発性の半導体メモリである。RAM13は、CPU11の作業領域として使用される。無線通信モジュール14は、無線信号によるデータの送受信に使用される回路である。無線通信モジュール14は、アンテナに接続される。有線通信モジュール15は、有線信号によるデータの送受信に使用される回路である。有線通信モジュール15は、ネットワーク30に接続される。
 図4は、実施形態に係る端末20のハードウェア構成の一例を示すブロック図である。図4に示すように、端末20は、例えば、CPU21、ROM22、RAM23、無線通信モジュール24、ディスプレイ25及びストレージ26を備える。
 CPU21は、端末20の全体の動作を制御する処理回路である。ROM22は、例えば、不揮発性の半導体メモリである。ROM22は、端末20を制御するためのプログラム、及び、データを記憶する。RAM23は、例えば、揮発性の半導体メモリである。RAM23は、CPU21の作業領域として使用される。無線通信モジュール24は、無線信号によるデータの送受信に使用される回路である。無線通信モジュール24は、アンテナに接続される。ディスプレイ25は、例えば、LCD(Liquid Crystal Display)又はEL(Electro-Luminescence)ディスプレイである。ディスプレイ25は、アプリケーションソフトに対応するGUI(Graphical User Interface)等を表示する。ストレージ26は、不揮発性の記憶装置である。ストレージ26は、端末20のシステムソフトウェア等を記憶する。
 図5は、実施形態に係るAP10の機能構成の一例を示すブロック図である。図5に示すように、AP10は、例えば、LLC処理部100、マネジメント部110、及び、無線信号処理部150,160,170を備える。LLC処理部100の処理は、例えば、CPU11、RAM13及び有線通信モジュール15の組み合わせによって実現され得る。マネジメント部110、及び、無線信号処理部150,160,170のそれぞれの処理は、例えば、CPU11、RAM13及び無線通信モジュール14の組み合わせによって実現され得る。LLC処理部100は、例えば、第2層のLLC副層の処理、及び、第3層から第7層の処理を実行する。マネジメント部110は、第2層のMAC副層の処理を実行する。無線信号処理部150,160,170は、第2層のMAC副層の処理、及び、第1層の処理を実行する。マネジメント部110は、データ処理部120、通信マネジメント部130及びMACフレーム処理部140を備える。
 LLC処理部100は、ネットワーク30から受け取ったデータにDSAP(Destination Service Access Point)ヘッダ及びSSAP(Source Service Access Point)ヘッダ等を付加して、LLCパケットを生成する。そして、LLC処理部100は、生成したLLCパケットを、データ処理部120に入力する。また、LLC処理部100は、データ処理部120からLLCパケットを受け取り、受け取ったLLCパケットからデータを抽出する。そして、LLC処理部100は、抽出したデータを、ネットワーク30に送信する。
 データ処理部120は、LLC処理部100から入力されたLLCパケットにMACヘッダを付加して、MACフレームを生成する。そして、データ処理部120は、生成したMACフレームをMACフレーム処理部140に入力する。また、データ処理部120は、MACフレーム処理部140からMACフレームを受け取り、受け取ったMACフレームからLLCパケットを抽出する。そして、データ処理部120は、抽出したLLCパケットをLLC処理部100に入力する。以下の説明では、データを含むMACフレームは、“データフレーム”とも称される。
 通信マネジメント部130は、AP10と端末20との間のリンクの状態を含むAP10と端末20との間の通信状態を管理する。通信マネジメント部130とMACフレーム処理部140との間では、リンクに関する管理情報等の無線通信に関する管理情報を含むMACフレームが入出力される。以下の説明では、管理情報を含むMACフレームは、“マネジメントフレーム”とも称される。通信マネジメント部130は、マネジメントフレームをMACフレーム処理部140に出力することにより、MACフレーム処理部140に対して、所定の処理の実行を指示可能である。通信マネジメント部130は、例えば、リンク管理情報131及びリンク管理部132を含む。リンク管理情報131は、AP10と端末20と間のリンクに関する情報を含み、例えば、図2に示される情報を含む。
 MACフレーム処理部140は、データ処理部120又は通信マネジメント部130からMACフレームが入力されると、入力されたMACフレームをリンクと関連付ける。そして、MACフレーム処理部140は、端末20へ送信するMACフレームについて、リンクセットLSのリンクからMACフレームに関連付けられたリンクを特定する。この際、MACフレームに関連付けられたリンクとして、リンクセットLSから1つのリンクが特定されてもよく、複数のリンクが特定されてもよい。ある一例では、データ処理部120からデータフレームが入力された場合に、MACフレーム処理部140は、リンク管理情報131を参照して、入力されたデータフレームのTIDに関連付けられたリンクを特定する。
 MACフレーム処理部140は、特定したリンクを、端末20へのMACフレームの送信に割り当てる。そして、MACフレーム処理部140は、特定したリンク、すなわち、MACフレームの送信に割り当てられたリンクへ、MACフレームを入力する。これにより、MACフレームの送信に割り当てられたリンクに対応する無線信号処理部(150,160,170の対応する1つ以上)へ、MACフレームが入力される。
 また、MACフレーム処理部140は、無線信号処理部150,160,170のいずれかからMACフレームが入力されると、入力されたMACフレームの種別に対応させてMACフレームをデータ処理部120又は通信マネジメント部130に入力する。MACフレームがデータフレームである場合は、MACフレームはデータ処理部120に入力され、MACフレームがマネジメントフレームである場合は、MACフレームは通信マネジメント部130に入力される。
 無線信号処理部150,160,170は、それぞれ、AP10のSTA機能である前述のSTA1,STA2,STA3に対応する。無線信号処理部150,160,170は、互いに対して同様の機能構成を有する。無線信号処理部150,160,170のそれぞれは、MACフレーム処理部140から入力されたデータにプリアンブル及びPHY(物理層)ヘッダ等を付加して、無線フレームを生成する。そして、無線信号処理部150,160,170のそれぞれは、生成した無線フレームに対して所定の変調動作を行うことにより、無線フレームを無線信号に変換し、アンテナを介して無線信号を放射(送信)する。所定の変調動作は、例えば、畳み込み符号化、インタリーブ、サブキャリア変調、逆高速フーリエ変換(IFFT;Inverse Fast Fourier Transform)、OFDM(Orthogonal Frequency Division Multiplexing)変調、及び、周波数変換等を含む。
 また、無線信号処理部150,160,170のそれぞれは、アンテナを介して受信した端末20からの無線信号を、所定の復調動作を行うことにより、無線フレームに変換する。所定の復調動作は、例えば、周波数変換、OFDM復調、高速フーリエ変換(FFT;Fast Fourier Transform)、サブキャリア復調、デインタリーブ、及び、ビタビ復号を含む。そして、無線信号処理部150,160,170のそれぞれは、無線フレームからMACフレームを抽出し、抽出したMACフレームをMACフレーム処理部140に入力する。なお、無線信号処理部150,160,170は、同一のアンテナを共有してもよく、互いに対して異なるアンテナを使用してもよい。
 図6は、実施形態に係る端末20の機能構成の一例を示すブロック図である。図6に示すように、端末20は、例えば、アプリケーション実行部280、LLC処理部200、マネジメント部210及び無線信号処理部250を備える。アプリケーション実行部280及びLLC処理部200のそれぞれの処理は、例えば、CPU21及びRAM23によって実現され得る。マネジメント部210及び無線信号処理部250のそれぞれの処理は、例えば、CPU21、RAM23及び無線通信モジュール24の組み合わせによって実現され得る。アプリケーション実行部280は、第7層の処理を実行し、LLC処理部200は、第2層のLLC副層の処理、及び、第3層から第6層の処理を実行する。マネジメント部210は、第2層のMAC副層の処理を実行し、無線信号処理部250は、第2層のMAC副層の処理、及び、第1層の処理を実行する。マネジメント部210は、データ処理部220、通信マネジメント部230及びMACフレーム処理部240を備える。
 アプリケーション実行部280は、LLC処理部200から入力されたデータに基づいて、アプリケーションを実行する。また、アプリケーション実行部280は、アプリケーションの動作に対応させて、LLC処理部200にデータを入力する。アプリケーション実行部280は、アプリケーションの情報をディスプレイ25に表示させることができる。また、アプリケーション実行部280は、入力インタフェースでの操作に対応した処理を実行し得る。
 LLC処理部200は、アプリケーション実行部280から受け取ったデータにDSAPヘッダ及びSSAPヘッダ等を付加して、LLCパケットを生成する。そして、LLC処理部200は、生成したLLCパケットを、データ処理部220に入力する。また、LLC処理部200は、データ処理部220からLLCパケットを受け取り、受け取ったLLCパケットからデータを抽出する。そして、LLC処理部200は、抽出したデータを、アプリケーション実行部280に入力する。
 データ処理部220は、LLC処理部200から入力されたLLCパケットにMACヘッダを付加して、MACフレームを生成する。そして、データ処理部220は、生成したMACフレームをMACフレーム処理部240に入力する。また、データ処理部220は、MACフレーム処理部240からMACフレームを受け取り、受け取ったMACフレームからLLCパケットを抽出する。そして、データ処理部220は、抽出したLLCパケットをLLC処理部200に入力する。
 通信マネジメント部230は、AP10の通信マネジメント部130と協働して、AP10と端末20との間のリンクの状態を含むAP10と端末20との間の通信状態を管理する。通信マネジメント部230とMACフレーム処理部240との間では、リンクに関する管理情報等の無線通信に関する管理情報を含むMACフレーム(マネジメントフレーム)が入出力される。通信マネジメント部230は、マネジメントフレームをMACフレーム処理部240に出力することにより、MACフレーム処理部240に対して、所定の処理の実行を指示可能である。通信マネジメント部230は、例えば、リンク管理情報231、リンク管理部232及び送信管理部233を含む。リンク管理情報231は、AP10と端末20と間のリンクに関する情報を含み、例えば、図2に示される情報を含む。
 MACフレーム処理部240は、データ処理部220又は通信マネジメント部230からMACフレームが入力されると、入力されたMACフレームをリンクと関連付ける。そして、MACフレーム処理部240は、AP10へ送信するMACフレームについて、リンクセットLSのリンクからMACフレームに関連付けられたリンクを特定する。この際、MACフレームに関連付けられたリンクとして、リンクセットLSから1つのリンクが特定されてもよく、複数のリンクが特定されてもよい。ある一例では、データ処理部220からデータフレームが入力された場合に、MACフレーム処理部240は、データフレームのTIDに関連付けられたリンクを特定する。MACフレーム処理部240は、特定したリンクを、AP10へのMACフレームの送信に割り当てる。そして、MACフレーム処理部240は、割り当られたリンクで送信させる指示とともに、MACフレームを無線信号処理部250に入力する。
 また、MACフレーム処理部240は、無線信号処理部250からMACフレームが入力されると、入力されたMACフレームの種別に対応させてMACフレームをデータ処理部220又は通信マネジメント部230に入力する。MACフレームがデータフレームである場合は、MACフレームはデータ処理部220に入力され、MACフレームがマネジメントフレームである場合は、MACフレームは通信マネジメント部230に入力される。
 無線信号処理部250は、端末20に1つのみ設けられるSTA機能であるEMLSRSTAに対応する。このため、無線信号処理部250は、AP10との間に、リンクセットLSを構成する複数のリンクを確立する。無線信号処理部250は、MACフレーム処理部240から入力されたデータにプリアンブル及びPHY(物理層)ヘッダ等を付加して、無線フレームを生成する。そして、無線信号処理部250は、無線フレームに対して所定の変調動作を行うことにより、無線フレームを無線信号に変換し、アンテナを介して無線信号を放射(送信)する。所定の変調動作は、無線信号処理部150,160,170のそれぞれでの所定の変調動作と同様にして、行われる。
 無線信号処理部250は、リンクセットLSの複数のリンク(複数のチャネル)の中から送信に割り当てられたリンクを用いて、無線信号を送信する。なお、無線信号処理部250では、前述したように、リンクセットLSを構成するリンクの中の複数で互いに対して並行して無線信号を送信することは、不可能である。このため、AP10へのデータの送信に複数のリンクが割り当てられた場合、無線信号処理部250は、同一のタイミングにおいて、送信に割り当てられた複数のリンクの中のいずれか1つのみを通して、AP10へデータを送信する。
 また、無線信号処理部250は、アンテナを介して受信したAP10からの無線信号を、所定の復調動作を行うことにより、無線フレームに変換する。所定の復調動作は、無線信号処理部150,160,170のそれぞれでの所定の復調動作と同様にして、行われる。そして、無線信号処理部250は、無線フレームからMACフレームを抽出し、抽出したMACフレームをMACフレーム処理部240に入力する。ある一例では、無線信号処理部250は、リンクセットLSのリンク(チャネル)のそれぞれを監視し、リンクのいずれかで無線信号を検出すると、検出した無線信号に対応するMACフレームをMACフレーム処理部240に入力する。
 ある一例では、無線信号処理部250は、リンクセットLSを構成するリンクの中の複数で、互いに対して並行して、すなわち、互いに対して同一のタイミングで、無線信号を受信可能である。また、別のある一例では、無線信号処理部250は、同一のタイミングにおいてリンクセットLSの複数のリンクの中の任意の1つのみを通して、AP10からの無線信号を受信可能である。なお、無線信号処理部250では、リンクセットLSの複数のリンク(複数のチャネル)でアンテナを共有してもよく、複数のリンクのそれぞれに対して1つずつアンテナが設けられてもよい。
 図5及び図6に示す機能構成において、AP10のリンク管理部132及び端末20のリンク管理部232は、互いに対して協働して、AP10と端末20との間のリンクの確立を制御する。リンクの確立の制御では、リンク管理部132,232は、例えば、端末20からAP10への接続要求に対応して、アソシエーション処理、及び、アソシエーション処理に後続する認証処理を実行する。リンク管理部132,232は、AP10と端末20との間に確立されたリンクの状態を制御する。リンク管理部132,232は、AP10と端末20との間でのリンクセットLSの確立の際に、リンクセットLSのリンクに対するトラヒックのそれぞれのTIDの関連付けを行ってもよい。また、リンクの確立の制御及び確立したリンクの制御において、リンク管理部132は、リンク管理情報131を参照し、リンク管理部232は、リンク管理情報231を参照する。
 また、リンクセットLSが確立されていない状態では、リンク管理部132,232は、互いに対して協働して、リンクセットLSのセットアップを行う。リンクセットLSのセットアップでは、AP10の無線信号処理部150,160,170(STA1~STA3)のいずれか1つが、端末20の無線信号処理部250(EMLSRSTA)との間で、通信する。ある一例では、リンクセットLSのセットアップにおいて、リンク管理部232は、端末20からAP10へプローブリクエストを送信させ、リンク管理部132は、プローブリクエストに対する応答として、プローブレスポンスをAP10から端末20へ送信させる。そして、端末20がプローブレスポンスを受信すると、リンク管理部232は、リンクセットLSについてのアソシエーションリクエストを端末20からAP10へ送信させる。
 AP10がアソシエーションリクエストを受信すると、リンク管理部132は、リンクセットLSについてのアソシエーション処理を行う。この際、リンク管理部132は、リンクセットLSを構成する複数のリンクのいずれか1つについてアソシエーション処理が完了したことに基づいて、このリンク以外のリンクのアソシエーション処理も完了させる。したがって、リンク管理部132は、1つのリンクを用いて、リンクセットLSを構成する全てのリンクについてアソシエーション処理を行い、リンクセットLSを構成する全てのリンクがAP10と端末20との間に確立されたと認識する。これにより、リンク管理部132は、AP10と端末20との間にリンクセットLSが確立されたと認識する。アソシエーション処理が完了すると、リンク管理部132は、リンク管理情報131を更新する。そして、リンク管理部132は、リンクセットLSが確立されたことを示すレスポンスを、AP10から端末20に送信させる。そして、リンクセットLSの確立を示すレスポンスを端末20が受信したことに基づいて、リンク管理部232は、リンク管理情報231を更新する。
 図5及び図6に示す機能構成において、端末20の通信マネジメント部230の送信管理部233は、端末20からAP10へのデータの送信を管理する。SR端末である端末20には、チャネルアクセス機能が設けられる。送信管理部233は、送信局となる端末20からのデータの送信において、端末20のチャネルアクセス機能による動作を制御することより、チャネルへのアクセスを制御する。
 端末20では、例えば、無線信号処理部250に1つのチャネルアクセス機能が設けられる。そして、チャネルアクセス機能は、リンクセットLSを構成する複数のリンクの中のデータを送信する1つの状況を、確認する。なお、ある一例では、無線信号処理部250の代わりに、MACフレーム処理部240にチャネルアクセス機能が設けられる。また、別のある一例では、無線信号処理部250にリンクセットLSを構成するリンクと同一の数のチャネルアクセス機能が設けられ、リンクセットLSの複数のリンクのそれぞれに対して1つずつ、チャネルアクセス機能が設けられる。そして、複数のチャネルアクセス機能のそれぞれは、リンクセットLSのリンクの対応する1つの状況を、確認する。
 リンクセットLSを構成する複数のリンクの中の任意の1つである対象リンクを通して端末20からAP10へ送信対象となる対象データを送信する場合、端末20のチャネルアクセス機能は、CSMA/CA(Carrier Sense Multiple Access with Collision Avoidance)に基づくキャリアセンスを行い、対象リンクに割り当てられたチャネルの状況を確認する。対象リンクを通しての対象データの送信では、固定の送信待機時間としてIFS(Inter Frame Space)による待機時間が設定される。対象リンクについてのキャリアセンスは、IFSによる待機時間の終了時点又はIFSによる待機時間の間に開始される。端末20のチャネルアクセス機能は、キャリアセンスによって、対象リンクがアイドル状態及びビジー状態のいずれであるかを確認する。キャリアセンスが行われることにより、対象リンクに割り当てられたチャネルを通して送受信される他のデータに対する対象データの衝突が、有効に回避される。
 また、対象リンクを通して対象データを送信する場合、対象データの他のデータとの衝突を回避するための送信待機時間として、バックオフ期間が設定される。バックオフ期間は、IFSの終了時点から開始される。端末20のチャネルアクセス機能は、少なくともバックオフ期間において、キャリアセンスを行い、対象リンクに割り当てられたチャネルの状況を確認する。IFSによる待機時間及びバックオフ期間を通して対象リンクがアイドル状態であった場合は、端末20のチャネルアクセス機能は、対象リンクを通しての対象データの送信権を獲得する。そして、チャネルアクセス機能は、キャリアセンスを終了するとともに、対象リンクを通して対象データをAP10へ送信する。一方、IFSによる待機時間の間及びバックオフ期間の間において対象リンクがビジー状態になった場合は、端末20のチャネルアクセス機能は、キャリアセンスを終了するとともに、対象データについて送信権を獲得する処理を中止する。
 衝突回避のための送信待機時間であるバックオフ期間の長さは、コンテンションウインドウ(CW)の値に対応して変化する。このため、コンテンションウインドウは、バックオフ期間の長さの決定に用いられるパラメータとなる。送信管理部233は、コンテンションウインドウの値を調整することにより、バックオフ期間の長さを調整可能となり、キャリアセンスを行う期間の長さを調整可能となる。コンテンションウインドウの値が大きいほど、バックオフ期間は長くなる可能性が高まる。
 ある一例では、端末20からAP10への対象データの送信において、前述のIFSとして、SIFS(Short Inter Frame Space)が設定される。この場合、SIFSの終了時点から、前述のバックオフ期間が開始される。そして、端末20のチャネルアクセス機能は、バックオフ期間が開始されたことに対応させて、キャリアセンスを行い、前述のようにして対象データについて送信権を獲得する処理を行う。別のある一例では、端末20からAP10への対象データの送信において、前述のIFSとして、SIFSより長いDIFS(DCF (Distributed Coordination Function) Inter Frame Space)が設定される。この場合、DIFSの終了時点から、前述のバックオフ期間が開始される。ただし、端末20のチャネルアクセス機能は、バックオフ期間が開始される前に、すなわち、DIFSの終了時点より前に、キャリアセンスを開始し、前述のようにして対象データについて送信権を獲得する処理を行う。DIFSが設定される場合、DIFSの開始時点からSIFSに相当する所定の時間を経過した時点において、キャリアセンスが開始される。
 図7は、実施形態に係る端末20のチャネルアクセス機能の機能構成の一例を示すブロック図である。図7の一例では、無線信号処理部250に1つのチャネルアクセス機能が設けられる。図7の一例では、チャネルアクセス機能は、例えば、分類部251、キュー252A,252B,252C,252D、キャリアセンス実行部253A,253B,253C,253D,253E、及び、内部衝突管理部254から構成される。
 図7の一例では、MACフレームとしてデータフレームがチャネルアクセス機能に入力されると、分類部251は、MACヘッダに含まれるTIDに基づいて、入力されたデータフレームを複数のアクセスカテゴリに分類する。そして、分類部251は、キュー252A~252D及びキャリアセンス実行部253Eの中のアクセスカテゴリに対応する1つに、データフレームを入力する。図7の一例では、アクセスカテゴリがVO,VI,BE,BKとなるデータフレームは、それぞれ、キュー252A,252B,252C,252Dに入力される。また、低レイテンシが要求されるアクセスカテゴリがLLのデータフレームは、キュー252A~252Dのいずれも介することなく、キャリアセンス実行部253Eに入力される。
 キュー252A~252Dのそれぞれは、入力されたデータフレームをバッファする。図7の一例では、キュー252A,252B,252C,252Dは、それぞれ、アクセスカテゴリがVO,VI,BE,BKとなるデータフレームをバッファする。キャリアセンス実行部253A~253Eのそれぞれは、予め設定されたアクセスパラメータに従って、前述したようにしてCSMA/CAに基づくキャリアセンスを実行する。図7の一例では、キャリアセンス実行部253A,253B,253C,253Dは、それぞれ、キュー252A,252B,252C,252Dに対応して設けられる。また、キャリアセンス実行部253A,253B,253C,253D,253Eは、それぞれ、VO,VI,BE,BK,LLを対応するアクセスカテゴリとして、キャリアセンスを行う。
 アクセスパラメータは、アクセスカテゴリごとに設定され、例えば、無線信号の送信がLL,VO,VI,BE,BKの順で優先される状態に設定される。アクセスパラメータとしては、例えば、CWmin,CWmax,AIFS(Arbitration Inter Frame Space),TXOP(Transmission Opportunity)Limitが使用される。CWmin,CWmaxは、それぞれ、前述したコンテンションウインドウ(CW)の最小値及び最大値である。図7の一例では、アクセスカテゴリごとにコンテンションウインドウの値が設定されるため、衝突回避のための送信待機時間である前述のバックオフ期間の長さも、アクセスカテゴリごとに設定される。また、CWmin,CWmaxの値が小さく設定されたアクセスカテゴリほど、バックオフ期間が短くなる可能性が高まるため、送信権を獲得し易い。
 AIFSは、前述したIFSに相当する固定の送信待機時間であり、アクセスカテゴリごとに設定される。AIFSの値が短く設定されたアクセスカテゴリほど、キャリアセンスが早く開始されるため、送信権を獲得し易い。また、TXOPLimitは、チャネルの占有時間TXOPの上限値を示す。TXOPLimitの値が大きく設定されたアクセスカテゴリほど、一度獲得した送信権で送信可能なデータの量を多く設定可能となる。
 キャリアセンス実行部253A~253Eのそれぞれは、リンクセットLSを構成する複数のリンク(チャネル)の中で対象となるデータを送信する1つである対象リンクについて、前述のようにしてキャリアセンスによって状況を確認する。そして、キャリアセンス実行部253A~253Eのそれぞれは、IFS(AIFS)による待機時間及びバックオフ期間を通して対象リンクがアイドル状態であったことに基づいて、対象となるデータについて、対象リンクを通しての送信権を獲得する。そして、キャリアセンス実行部253A~253Eのそれぞれは、送信権を獲得した対象リンクを通して、データフレームを変換した無線信号を、AP10に向かって送信させる。
 内部衝突管理部254は、キャリアセンス実行部253A~253Eの中の複数が互いに対して同一のリンクでの送信権を獲得した場合に、データの送信における衝突を防止する。例えば、複数のリンクの中の任意の1つである対象リンクにおいて複数のデータの送信権が獲得された場合、内部衝突管理部254は、送信権が獲得された複数のデータのそれぞれについて、送信タイミングを調整し、優先度の高いアクセスカテゴリのデータから順に対象リンクに出力する。
 また、図5及び図6に示す機能構成を含む本実施形態では、端末20からAP10へ送信対象となる対象データを送信する場合、通信マネジメント部230の送信管理部233は、リンクセットLSを構成する複数のリンクのそれぞれについて、そのリンクを通しての対象データの送信失敗回数を示す指標を設定する。例えば、図2の一例のように3つのリンクL1~L3からリンクセットLSが構成される場合、リンクL1を通しての対象データの送信失敗回数を示す指標α1、リンクL2を通しての対象データの送信失敗回数を示す指標α2、及び、リンクL3を通しての対象データの送信失敗回数を示す指標α3が設定される。この場合、指標α1~α3の合計値が、リンクセットLSを構成する複数のリンクでの対象データの送信失敗回数の総和となる。
 リンクセットLSを構成する複数のリンクの中の任意の1つである対象リンクLkを通して対象データを端末20からAP10に送信する場合、通信マネジメント部230の送信管理部233は、対象リンクLkを通しての対象データの送信失敗回数を示す指標αkに基づいて、コンテンションウインドウの値を設定する。これにより、対象リンクLkを通しての対象データの送信において、指標αkに基づいて、バックオフ期間の長さが設定される。
 送信管理部233は、指標αkの値が大きいほど、すなわち、対象リンクLkを通しての対象データの送信失敗回数が多いほど、コンテンションウインドウの値を大きく設定する。例えば、指標αkが0の場合は、コンテンションウインドウは初期値である規定値に設定される。そして、送信管理部233は、指標αkの増加に対応させて、コンテンションウインドウの値を規定値に対して増加させる。このため、送信管理部233は、指標αkの値が大きいほど、バックオフ期間が長くなる可能性が高まる。ある一例では、指標αkの増加に対応して、BEB(Binary Exponential Backoff)に従ってコンテンションウインドウは、指数関数的に増加する。送信管理部233は、対象リンクLkを通しての対象データの送信失敗回数(指標αk)の増加に対応させてバックオフ期間を決定に用いるパラメータの値を大きくすることにより、対象リンクLkを通しての対象データの送信において、IFS及びバックオフ期間の合計時間である送信待機時間が長くなる可能性を高くする。
 前述のようにマネジメント部210は、リンクセットLSを構成する複数のリンクでの対象データの送信失敗回数の総和に関係なく、対象リンクLkを通しての対象データの送信失敗回数に基づいて、対象データについての送信待機時間を設定する。このため、対象リンクLkを通しての対象データの送信失敗回数を示す指標αkが0の場合、対象リンクLk以外のリンクで対象データの送信を失敗していても、対象リンクLkを通しての対象データの送信において、コンテンションウインドウの値は初期値である規定値に設定される。そして、規定値に設定されたコンテンションウインドウに基づいてバックオフ期間が設定されるため、対象リンクLkを通しての対象データの送信において、対象リンクLk以外のリンクで行われた対象データの初回の送信に対して、IFSの終了時点から開始される送信待機時間であるバックオフ期間が増加する可能性が低くなる。
 ある一例では、リンクセットLSのある1つのリンクである第1のリンクを通して、送信対象となる対象データについて、端末20からの初回の送信が行われる。そして、初回の送信に失敗した後、リンクセットLSの第1のリンクとは別のある1つのリンクである第2のリンクを通して、対象データについて、端末20からの2回目の送信が行われる。この場合、第2のリンクを通しての対象データの送信が端末20からの対象データの2回目の送信であっても、第1のリンクを通して行われた端末20からの対象データの初回の送信と同一の値に、コンテンションウインドウ等の送信待機時間の決定に用いるパラメータが設定される。
 また、本実施形態では、バックオフ期間の終了時点まで対象リンクがアイドル状態であったことに基づいて対象リンクLkを通して端末20からAP10へ対象データが送信されると、送信管理部233等は、対象データの送信を成功したか否かを判定する。対象データの送信を成功したか否かについての判定は、例えば、対象データの送信時点から規定時間Trefの間にAP10からのAck(Acknowledgement)を無線信号処理部250が受信したか否かに基づいて行われる。ある一例では、Ackは、対象データを端末20から送信した対象リンクLkを通して、AP10から端末20に送信される。
 規定時間Trefの間にAP10からのAckを無線信号処理部250が受信した場合は、マネジメント部210の送信管理部233等は、対象データの送信を成功したと判定する。そして、送信管理部233等は、対象リンクLkを含むリンクセットLSを構成する複数のリンクのそれぞれについて、そのリンクを通しての対象データの送信失敗回数を示す指標をゼロにリセットする。一方、規定時間Trefの間にAP10からのAckを無線信号処理部250が受信しなかった場合は、送信管理部233等は、対象データの送信が失敗したと判定する。そして、送信管理部233等は、対象リンクLkを通しての対象データの送信失敗回数を示す指標αkを1加算する。なお、対象データの送信を成功した後、端末20からAP10への次の送信対象となるデータについても、前述したようにして、送信に関する処理が行われる。
 図8は、実施形態に係る端末20のマネジメント部210によって行われる、リンクセットLSの複数のリンクの任意の1つである対象リンクLkを通しての送信対象となる対象データの送信における処理の一例を示すフローチャートである。図8の一例の処理は、リンクセットLSを構成する複数のリンクの中の任意の1つにおいて端末20からAP20へデータを送信する度に、行われる。なお、図8の一例では、前述した3つのリンクL1~L3からリンクセットLSが構成され、リンクL1~L3の任意の1つが対象リンクLkになるものとする。
 図8の一例の処理を開始すると、マネジメント部210は、対象リンクLkを通しての対象データの送信失敗回数を示す指標αkを取得する(S301)。そして、マネジメント部210は、指標αkに基づいて、対象リンクLkを通して行われる対象データの送信について、バックオフ期間の長さを設定する(S302)。指標αkに基づくバックオフ期間の長さの設定は、前述のようにして行われる。そして、マネジメント部210は、FISの開始時点からSIFSに相当する所定の時間経過するまで待機する(S303-No)。
 所定の時間経過すると(S303-Yes)、マネジメント部210は、端末20のチャネルアクセス機能によってキャリアセンスを実行させ、対象リンクLkに割り当てられたチャネルの状況を確認させる。そして、マネジメント部210は、対象リンクLkがアイドル状態であるか否かを判定する(S304)。対象リンクLkがアイドル状態である場合は(S304-Yes)、マネジメント部210は、バックオフ期間が終了した否かを判定する(S305)。バックオフ期間が終了していない場合は(S305-No)、処理はS304に戻り、マネジメント部210は、S304以降の処理を順次に実施する。また、S304において対象リンクLkがビジー状態である場合は(S304-No)、マネジメント部210は、キャリアセンスを終了させ、対象リンクLkを通しての対象データの送信権を獲得する処理を中止させる(S306)。
 S305においてバックオフ期間が終了している場合は(S305-Yes)、マネジメント部210は、対象リンクLkを通して無線信号処理部250からAP10へ対象データを送信させる(S307)。したがって、IFSによる待機時間及びバックオフ期間を通して対象リンクLkがアイドル状態であったことに基づいて、対象リンクLkを通して対象データが端末20から送信される。対象データがAP10へ送信されると、マネジメント部210は、対象データの送信を成功したか否かを判定する(S308)。この際、例えば、対象データの送信時点から規定時間Trefの間にAP10からのAckを無線信号処理部250が受信したことに基づいて、対象データの送信を成功したと判定される。
 対象データの送信を成功した場合は(S308-Yes)、マネジメント部210は、指標α1~α3のそれぞれをゼロにリセットする(S309)。すなわち、リンクセットLSを構成する複数のリンクのそれぞれについて、そのリンクを通しての対象データの送信失敗回数を示す指標が、ゼロにリセットされる。一方、対象データの送信に失敗した場合は(S308-No)、マネジメント部210は、対象リンクLkを通しての対象データの送信失敗回数を示す指標αkを1加算する(S310)。
 図9は、実施形態に係る端末20において、無線信号処理部250(EMLSRSTA)のリンクセットLSを通しての通信状態について、時間的な変化の一例を示す概略図である。図9の一例では、端末20のEMLSRSTAは、AP10のSTA1,STA2,STA3との間に、それぞれ、リンクL1,L2,L3を確立する。そして、リンクL1~L3からリンクセットLSが構成される。図9の一例では、AP10への送信対象となる対象データについて、リンクL1を通して初回の送信が行われる。この際、コンテンションウインドウは、初期値である規定値に設定され、IFSの終了時点から開始されるバックオフ期間の長さT1は、コンテンションウインドウの規定値に基づいて設定される。
 また、図1の一例では、EMLSRSTAは、対象データの初回の送信時点から規定時間Trefの間に、AP10からのAckを受信しない。このため、対象データの初回の送信は失敗したと判定され、リンクL1とは別のリンクL2を通して、対象データの2回目の送信、すなわち、Retry=1のMACフレームの送信が行われる。ここで、対象データの2回目の送信の開始時点において、リンクL1を通しての対象データの送信失敗回数は1であるが、リンクL2を通しての対象データの送信失敗回数は0である。
 このため、図9の一例では、対象データの2回目の送信においても、コンテンションウインドウは、初期値である規定値に設定され、IFSの終了時点から開始されるバックオフ期間の長さT2は、コンテンションウインドウの規定値に基づいて決定される。したがって、2回目の送信におけるバックオフ期間の長さT2の上限値は、初回の送信におけるバックオフ期間の長さT1の上限値と同一になる。また、図9の一例では、EMLSRSTAは、対象データの2回目の送信時点から規定時間Trefの間に、AP10からのAckを受信する。したがって、リンクL2を通しての対象データの送信によって、対象データの送信を成功したと判定される。
 なお、ある一例では、リンクL1において対象データの送信を失敗した後、2回目の対象データの送信も、リンクL1を通して行われる。この場合、対象データの2回目の送信の開始時点において、リンクL1を通しての対象データの送信失敗回数は1であり、指標α1が1となる。そして、指標α1に基づいて、コンテンションウインドウが設定され、バックオフ期間が設定される。このため、対象データの2回目の送信では、コンテンションウインドウは規定値より大きい値に設定され、対象データの初回の送信に比べて、バックオフ期間が長く設定される可能性が高まる。
 前述のように本実施形態では、送信対象となる対象データをリンクセットLSの複数のリンクの中の任意の1つである対象リンクを通してAP10へ送信する場合において、リンクセットLS全体での対象データの送信失敗回数の総和に関係なく、対象リンクを通しての対象データの送信失敗回数に基づいて、対象データについての送信待機時間が設定される。このため、対象リンクLkを通しての対象データの送信失敗回数を示す指標αkが0の場合、対象リンクLk以外のリンクで対象データの送信を失敗していても、対象リンクLkを通しての対象データの送信において、コンテンションウインドウ等の送信待機時間の決定に用いるパラメータの値は、対象データの初回の送信と同一の大きさに設定される。したがって、EMLSRモードの通信システム1においてSR端末となる端末20からAP10へ対象データの再送する場合、対象データの再送における送信待機時間の増加が適切に抑制される。これにより、送信局である端末20から受信局であるAP10へのデータの送信において、効率を向上可能となる。
 なお、前述した実施形態等では、AP10が3つのSTA機能を用いて端末20と無線通信し、AP10と端末20との間のリンクセットLSは、3つのリンクから構成される場合について説明したが、これに限るものではない。実施形態等では、AP10と端末20との間のリンクセットLSが複数のリンクから構成され、かつ、送信局となる端末20にSTA機能としてEMLSRSTAを1つのみ設けられていれば、前述した端末20からのデータの送信処理を実行可能である。
 また、前述した端末20からのデータの送信処理は、端末以外の送信局にも適用可能である。例えば、STA機能としてEMLSRSTAを1つのみ設けられるAPがEMLSRモードの通信システムにおいてデータを送信する場合に、前述した端末20からのデータの送信処理と同様にして、APにおいてデータの送信処理が行われてもよい。
 また、前述した実施形態等による処理は、コンピュータであるプロセッサに実行させることができるプログラムとして、記憶可能である。また、磁気ディスク、光ディスク及び半導体メモリ等の外部記憶装置の記憶媒体に、前述した処理を実行するプログラムを格納して配布可能である。そして、プロセッサは、この外部記憶装置の記憶媒体に記憶されたプログラムを読み込み、読み込んだプログラムによって動作が制御されることにより、実施形態等の処理を実行することができる。
 なお、本発明は、上記実施形態に限定されるものではなく、実施段階ではその要旨を逸脱しない範囲で種々に変形することが可能である。また、各実施形態は適宜組み合わせて実施してもよく、その場合組み合わせた効果が得られる。更に、上記実施形態には種々の発明が含まれており、開示される複数の構成要件から選択された組み合わせにより種々の発明が抽出され得る。例えば、実施形態に示される全構成要件からいくつかの構成要件が削除されても、課題が解決でき、効果が得られる場合には、この構成要件が削除された構成が発明として抽出され得る。
 1…通信システム 
 10…アクセスポイント(AP) 
 20…端末 
 30…ネットワーク 
 11,21…CPU 
 12,22…ROM 
 13,23…RAM 
 14,24…無線通信モジュール 
 15…有線通信モジュール 
 25…ディスプレイ 
 26…ストレージ 
 100,200…LLC処理部 
 110,210…マネジメント部 
 120,220…データ処理部 
 130,230…通信マネジメント部 
 131,231…リンク管理情報 
 132,232…リンク管理部 
 140,240…MACフレーム処理部 
 150,160,170,250…無線信号処理部 
 233…送信管理部
 251…分類部 
 252A~252D…キュー 
 253A~253E…キャリアセンス実行部 
 254…内部衝突管理部 
 280…アプリケーション実行部

 

Claims (5)

  1.  無線信号処理部と、
     前記無線信号処理部を用いて複数のリンクを受信局との間で確立し、同一のタイミングにおいて前記複数のリンクの中の任意の1つのみを通して、前記無線信号処理部から前記受信局へデータを送信可能にするマネジメント部であって、送信対象となる対象データを前記複数のリンクの中の任意の1つである対象リンクを通して前記受信局へ送信する場合において、前記複数のリンクでの前記対象データの送信失敗回数の総和に関係なく、前記対象リンクを通しての前記対象データの送信失敗回数に基づいて、前記対象データについての送信待機時間を設定するマネジメント部と、
     を具備する、送信局。
  2.  前記マネジメント部は、第1のリンク及び第2のリンクを含む前記複数のリンクを前記受信局との間で確立し、
     前記マネジメント部は、前記第1のリンクを通して行った前記対象データの初回の送信を失敗した後において、前記第2のリンクを前記対象リンクとして前記対象データの2回目の送信を行う場合に、前記初回の前記送信と同一の値に、前記対象データについての前記送信待機時間の決定に用いるパラメータを設定する、
     請求項1の送信局。
  3.  前記マネジメント部は、IFSによる待機時間及びバックオフ期間を通して前記対象リンクがアイドル状態であったことに基づいて、前記対象リンクを通して前記対象データを送信させ、
     前記マネジメント部は、前記対象リンクを通して前記対象データを送信する場合において、前記対象リンクを通しての前記対象データの前記送信失敗回数の増加に対応させて、前記バックオフ期間の長さの決定に用いるコンテンションウインドウの値を大きくする、
     請求項1又は2の送信局。
  4.  送信局の無線信号処理部と受信局との間で複数のリンクを確立し、同一のタイミングにおいて前記複数のリンクの中の任意の1つのみを通して、前記無線信号処理部から前記受信局へデータを送信可能にすることと、
     送信対象となる対象データを前記複数のリンクの中の任意の1つである対象リンクを通して前記受信局へ送信する場合において、前記複数のリンクでの前記対象データの送信失敗回数の総和に関係なく、前記対象リンクを通しての前記対象データの送信失敗回数に基づいて、前記対象データについての送信待機時間を設定することと、
     を具備する、送信方法。
  5.  コンピュータに、
     送信局の無線信号処理部と受信局との間で複数のリンクを確立させ、同一のタイミングにおいて前記複数のリンクの中の任意の1つのみを通して、前記無線信号処理部から前記受信局へデータを送信可能にさせ、
     送信対象となる対象データを前記複数のリンクの中の任意の1つである対象リンクを通して前記受信局へ送信する場合において、前記複数のリンクでの前記対象データの送信失敗回数の総和に関係なく、前記対象リンクを通しての前記対象データの送信失敗回数に基づいて、前記対象データについての送信待機時間を設定させる、
     送信プログラム。
PCT/JP2022/026720 2022-07-05 2022-07-05 送信局、送信方法及び送信プログラム WO2024009396A1 (ja)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/JP2022/026720 WO2024009396A1 (ja) 2022-07-05 2022-07-05 送信局、送信方法及び送信プログラム

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2022/026720 WO2024009396A1 (ja) 2022-07-05 2022-07-05 送信局、送信方法及び送信プログラム

Publications (1)

Publication Number Publication Date
WO2024009396A1 true WO2024009396A1 (ja) 2024-01-11

Family

ID=89452995

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2022/026720 WO2024009396A1 (ja) 2022-07-05 2022-07-05 送信局、送信方法及び送信プログラム

Country Status (1)

Country Link
WO (1) WO2024009396A1 (ja)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2020257714A1 (en) * 2019-06-19 2020-12-24 Marvell Asia Pte, Ltd. Padding and backoff operations when transmitting via multiple frequency segments in a wlan
US20220029736A1 (en) * 2020-07-22 2022-01-27 Nxp Usa, Inc. Operation of emlsr and emlmr

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2020257714A1 (en) * 2019-06-19 2020-12-24 Marvell Asia Pte, Ltd. Padding and backoff operations when transmitting via multiple frequency segments in a wlan
US20220029736A1 (en) * 2020-07-22 2022-01-27 Nxp Usa, Inc. Operation of emlsr and emlmr

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
MINYOUNG PARK (INTEL CORP.): "Enhanced multi-link single radio operation", IEEE 802.11-20/0562R2, 4 June 2020 (2020-06-04), pages 1 - 21, XP068172803 *

Similar Documents

Publication Publication Date Title
JP7389200B2 (ja) アクセス方法及び装置
EP3968724A1 (en) Frame transmission method and device using multiple random backoff operation in broadband wireless communication network
JP4991552B2 (ja) ネットワークのネットワークノードの動作方法、ネットワークノード、ネットワークシステム、コンピュータ可読媒体及びプログラム要素
JP4047836B2 (ja) 通信装置、通信システム、通信方法、および通信制御プログラム
US11653348B2 (en) Wireless communication method for uplink multiple-user transmission schedule and wireless communication terminal using the method
US20050025131A1 (en) Medium access control in wireless local area network
KR20220117321A (ko) 주파수 도메인에서 공유 txop를 갖는 단일 bss 내의 코디네이션된 스테이션들
US11937294B2 (en) Communication method, apparatus, computer-readable medium and electronic device
TW201916735A (zh) 處理上行鏈路排程以及處理傳輸排程的方法
US20230345531A1 (en) Multi-user random access in a wireless network
JPWO2012120772A1 (ja) 無線lan通信装置、無線lan通信方法及びプログラム
JP4314294B2 (ja) 通信装置、通信システム、通信方法、および通信制御プログラム
KR20230144638A (ko) Rta 트래픽과 edca txop 공유
US20230122740A1 (en) Method and device for transmitting and receiving data in communication system supporting multiple links
US20230413347A1 (en) Transmitting station and receiving station
WO2024009396A1 (ja) 送信局、送信方法及び送信プログラム
Burton et al. 802.11 Arbitration
Bankov et al. Enabling low latency communications in Wi-Fi networks
WO2023248375A1 (ja) 送信局、送信方法、及び送信プログラム
US9148873B1 (en) Method and apparatus for providing different types of physical layer devices access to a wireless medium
WO2024009399A1 (ja) 送信局及び送信方法
WO2023248376A1 (ja) 送信局、送信方法、及び送信プログラム
WO2023248377A1 (ja) アクセスポイント及び端末
WO2024034050A1 (ja) アクセスポイント
WO2024009451A1 (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: 22950190

Country of ref document: EP

Kind code of ref document: A1