WO2015064583A1 - 通信装置、及びレイヤ2状態制御方法 - Google Patents

通信装置、及びレイヤ2状態制御方法 Download PDF

Info

Publication number
WO2015064583A1
WO2015064583A1 PCT/JP2014/078652 JP2014078652W WO2015064583A1 WO 2015064583 A1 WO2015064583 A1 WO 2015064583A1 JP 2014078652 W JP2014078652 W JP 2014078652W WO 2015064583 A1 WO2015064583 A1 WO 2015064583A1
Authority
WO
WIPO (PCT)
Prior art keywords
layer
communication
multicast
user apparatus
participation request
Prior art date
Application number
PCT/JP2014/078652
Other languages
English (en)
French (fr)
Inventor
徹 内野
高橋 秀明
ウリ アンダルマワンティ ハプサリ
Original Assignee
株式会社Nttドコモ
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 株式会社Nttドコモ filed Critical 株式会社Nttドコモ
Priority to US15/032,278 priority Critical patent/US10064237B2/en
Priority to EP14858492.3A priority patent/EP3065500B1/en
Publication of WO2015064583A1 publication Critical patent/WO2015064583A1/ja

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W76/00Connection management
    • H04W76/40Connection management for selective distribution or broadcast
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/02Details
    • H04L12/16Arrangements for providing special services to substations
    • H04L12/18Arrangements for providing special services to substations for broadcast or conference, e.g. multicast
    • H04L12/189Arrangements for providing special services to substations for broadcast or conference, e.g. multicast in combination with wireless systems
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/104Peer-to-peer [P2P] networks
    • H04L67/1061Peer-to-peer [P2P] networks using node-based peer discovery mechanisms
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W76/00Connection management
    • H04W76/10Connection setup
    • H04W76/14Direct-mode setup
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W80/00Wireless network protocols or protocol adaptations to wireless operation
    • H04W80/02Data link layer protocols

Definitions

  • the present invention relates to D2D communication (device-to-device communication), and in particular, relates to a technique for a user device UE to start communication smoothly in multicast communication in D2D communication.
  • Non-Patent Document 1 When performing communication between user apparatuses UE, one user apparatus UE receives the discovery signal from the other user apparatus UE in the vicinity, thereby discovering the user apparatus UE that is a D2D communication partner, and the user apparatus UE D2D communication is performed with the UE.
  • the D2D communication enables communication even when the traffic between the UE and the eNB is offloaded or the base station eNB becomes unable to communicate during a disaster or the like.
  • LTE Long Term Evolution
  • packet-based wireless communication is used.
  • wireless communication is realized by a plurality of hierarchized layers executing various functions for wireless communication.
  • LTE it is specified that wireless communication is realized by a layer structure of a wireless interface protocol as shown in FIG.
  • the radio interface protocol shown in FIG. 1 includes a PHY (Physical) layer, a MAC (Media Access Control) layer, an RLC (Radio Link Control) layer, a PDCP (Packet Data Convergence Protocol) layer, and an RRC (RadioRole configuration layer). Is done.
  • the radio interface protocol is a protocol between the user apparatus UE and the base station eNB, but in D2D communication, a protocol similar to the radio interface protocol shown in FIG. 1 may be used between the user apparatuses UE.
  • the PDCP layer which is a sublayer of layer 2, provides functions such as IP (Internet Protocol) packet concealment processing, falsification detection, and header compression.
  • IP Internet Protocol
  • a COUNT value composed of HFN (Hyper Frame Number) and PDCP SN (Sequence Number) is used.
  • the PDCP SN is incremented every time a PDCP packet is transmitted from the PDCP layer to the RLC layer, and for example, a PDCP SN in a range from “0” to “4095” is cyclically given to the PDCP packet. For example, the sequence number “0” is assigned to the PDCP packet transmitted to the RLC layer next to the PDCP packet with the sequence number “4095”.
  • HFN is incremented each time the PDCP SN circulates.
  • the COUNT value is configured to have HFN in the upper bits and PDCP SN in the lower bits. In the LTE system, only the PDCP SN of the COUNT value is transmitted to the receiving side, and the HFN is not transmitted. For this reason, the receiving side estimates the HFN of the received packet from the reception status.
  • the PDCP entity uses the COUNT value to perform concealment processing, falsification detection, and header compression for packets received from the upper layer, that is, PDCP SDU (Service Data Unit). Execute, add the PDCP SN to the header, and send it to the RLC layer as a PDCP packet, ie, PDCP PDU (Packet Data Unit).
  • PDCP SDU Service Data Unit
  • the PDCP entity manages a reception window of a predetermined size for correcting the order of received packets.
  • the PDCP entity estimates the HFN used for the decryption processing of the packet from the current reception status, and the estimated HFN and the PDCP SN of the header
  • the deciphering process is executed on the received packet based on the COUNT value constituted by: Thereafter, the PDCP entity sends the processed packet to the upper layer and updates the reception window.
  • the PDCP entity discards the packet.
  • window control is performed on the transmission side and the reception side in order to provide order control and duplication control.
  • the Tx window is managed on the sending side, and the Rx window is managed on the receiving side.
  • the transmission side assigns a sequence number (SN) each time a new RLC PDU is transmitted, and transmits the RLC PDU including the SN to the reception side.
  • SN sequence number
  • the transmitted RLC PDUs are accumulated in the buffer, and are discarded after being confirmed by the status report (ACK) from the reception side.
  • the Rx window on the receiving side is updated when the receiving side can receive RLC PDUs without omission in the order of SN. Further, the Tx window on the transmission side is updated by the status report from the reception side.
  • the transmitting side cannot receive the status report from the receiving side, the transmitting side cannot update the Tx window, Tx window stalling occurs, and new data cannot be transmitted. .
  • the ProhibitTimer shown in FIG. 3 is a timer for reducing overhead due to frequent transmission of Status report, and is started when the Status report is transmitted. During the activation of this timer, transmission is not performed even if the Status report is triggered.
  • window control based on the SN attached on the transmission side is performed. For example, when data of SN outside the window is received on the reception side, the data is discarded. .
  • D2D communication of 1: M communication is being studied. This is a method in which a user device UE (sometimes referred to as a leader UE) serving as one leader performs multicast communication with a plurality of user devices UE serving as counterparts of D2D communication.
  • a user device UE sometimes referred to as a leader UE
  • RLC / PDCP order control and the duplicate discard control as described above are applied to the D2D communication, even if a new user apparatus UE participates in the 1: M communication that has already been started,
  • the value of the state variable of RLC / PDCP (for example, RLC / PDCP SN) does not match between the transmitting UE as the leader and the newly joined user apparatus UE. Therefore, even if the newly joined user apparatus UE can receive the data transmitted by multicast, there is a possibility that the user apparatus UE may be discarded or the secrecy may not be solved well, and the D2D communication cannot be started smoothly. is there.
  • the present invention has been made in view of the above points, and an object of the present invention is to provide a technique that allows a user apparatus UE to smoothly start D2D communication in D2D communication in which multicast is performed.
  • a communication device having a function of performing data transmission by multicast to a plurality of devices by wireless communication
  • a request receiving unit that receives a participation request from a device that desires to receive data by multicast from the communication device;
  • control for matching the value of the layer 2 state variable in the wireless communication between the communication device and the device that transmitted the participation request is performed.
  • a communication device including a matching control unit for performing.
  • a communication device having a function of receiving data multicast-transmitted from a predetermined device by wireless communication, A request transmission unit for transmitting a participation request for performing data reception by multicast from the predetermined device; A signal for matching the value of the layer 2 state variable in the wireless communication between the predetermined device and the communication device is received from the predetermined device that has received the participation request, and based on the signal There is provided a communication device including a matching control unit that uses the value of the obtained state variable of layer 2 in the wireless communication.
  • D2D communication in which multicast is performed a technique is provided that enables the user apparatus UE to smoothly start D2D communication.
  • FIG. 6 is a sequence diagram for explaining an operation example 1
  • FIG. 10 is a sequence diagram for explaining an operation example 2
  • RLC / PDCP which is a layer 2 protocol of a radio interface in 3GPP technical specifications (LTE)
  • LTE 3GPP technical specifications
  • the present invention can be applied to all communication systems in which data transmission / reception is controlled between a transmission side and a reception side based on a value of a layer 2 state variable such as SN of RLC / PDCP.
  • the wireless communication method targeted by the present invention is not limited to such a method conforming to LTE.
  • LTE is not only a communication system corresponding to Release 8 or 9 of 3GPP but also a communication system corresponding to Release 10, 11, 12 or later of 3GPP. Is used to include
  • FIG. 5 shows an overall configuration diagram of a communication system according to the present embodiment.
  • the communication system according to the present embodiment includes a user apparatus UE1 that is a leader that is a distribution source of multicast data, and a plurality of user apparatuses UE2 that are receiving multicast data from the user apparatus UE1. 4 and a user apparatus UE5 that desires to newly receive data by multicast.
  • four user apparatuses UE are shown as user apparatuses UE that receive multicast data, but this is only an example. In the present embodiment, there is no particular limitation on the number of user apparatuses UE that receive multicast data from the user apparatus UE1.
  • Each user apparatus UE shown in FIG. 5 may have both a general mobile phone network communication function and a D2D communication function via the base station eNB, or a user apparatus UE having only a D2D communication function. Also good.
  • a D2D communication function a function of transmitting a discovery signal with a predetermined radio resource, a function of receiving a discovery signal, performing wireless connection with a user apparatus UE that is a transmission source of the discovery signal, and performing D2D communication, etc. including.
  • the user apparatus UE1 as a leader has a data distribution function by multicast, and the user apparatuses UE2 to UE5 have a data reception function by multicast. Moreover, each user apparatus UE is provided with the function to perform layer 2 state matching so that it may mention later.
  • the method of multicast communication in the present embodiment is not limited to a specific method as long as the same data can be simultaneously transmitted from the user apparatus UE to the user apparatus UE as a distribution destination.
  • the reader UE may perform data transmission using a multicast channel, and each user apparatus UE on the receiving side may receive the multicast channel.
  • the leader UE may be individually connected between the leader UE and each user apparatus UE.
  • a method of setting a channel for D2D communication and performing data transmission by multicast using the individual channel may be used. Further, other methods may be used.
  • the multicast communication scheme in the present embodiment is a scheme in which each user apparatus UE on the reception side can individually transmit a signal to the user apparatus UE on the transmission side.
  • the signal include a participation request that requests the transmission side to receive multicast data, ACK / NACK (eg, RLC status report), and the like.
  • Step 101) The leader user apparatus UE1 has already transmitted data to the user apparatuses UE2 to UE4 by multicast. Thereby, the value of PDCP / RLC SN is increasing sequentially.
  • the user apparatuses UE2 to UE4 basically receive the same data from the user apparatus UE1 at the same time, so the PDCP / RLC SN values are the same between the user apparatuses UE1 to UE4.
  • the leader user apparatus UE1 performs PDCP / RLC control with each user apparatus UE that is a multicast data transmission destination.
  • the PDCP COUNT value is synchronized with each user apparatus UE, and each user apparatus UE2 to 4 receives the RLC PDU from the user apparatus UE1 without omission, no window stalling or the like has occurred, and Status It is assumed that report transmission and window update are normally performed.
  • Step 102) when the user apparatus UE5 receives a discovery signal transmitted from the user apparatus UE1 with a predetermined radio resource, the user apparatus UE5 recognizes that the user apparatus UE1 that performs information distribution by multicast exists in the vicinity. To do. For example, the user apparatus UE5 requests to participate in the reception group of the multicast data distributed by the user apparatus UE1 by an operation on the user apparatus UE5 by the user (selecting reception of multicast information distribution from the user apparatus UE1 or the like). A participation request is transmitted to the user apparatus UE1.
  • this participation request also serves as a layer 2 state variable value request.
  • the participation request and the layer 2 state variable value request are transmitted simultaneously as different signals or at different transmission timings. It is good to do.
  • RLC SN, PDCP SN, and HFN are assumed as layer 2 state variables, but these are only examples.
  • Step 103) Upon receiving the participation request transmitted from the user apparatus UE5, the leader user apparatus UE1 explicitly notifies the value of the layer 2 state variables (RLC SN, PDCP SN, HFN) to be used in the user apparatus UE5. By doing so, the value of the layer 2 state variable of the user apparatus UE5 is made to coincide with the value of the layer 2 state variable of the user apparatus UE1.
  • the layer 2 state variables RLC SN, PDCP SN, HFN
  • PDCP For notification of the layer 2 state variable value, for example, PDCP or RLC control PDU is used.
  • a channel used for notification for example, a channel similar to a control channel defined between an eNB and an UE of LTE can be used.
  • the user apparatus UE1 notifies the user apparatus UE5 that has transmitted the participation request of the layer 2 state variable using the CCCH (Common Control Channel). Since CCLC does not involve RLC / PDCP, it can be interpreted without knowing layer 2 state variables.
  • the channel that notifies the layer 2 state variable value is not limited to the CCCH, and a channel that can interpret the notification information without knowing the RLC / PDCP state may be defined and used for D2D communication. .
  • step 103 data reception from the user apparatus UE1 is started by using the value of the layer 2 state variable.
  • Step 103) In the operation example 2, when the leader user apparatus UE1 receives the participation request transmitted from the user apparatus UE5, all the user apparatuses UE (the user apparatuses UE2 to UE4 that have already joined the multicast reception group) Then, a layer 2 state reset instruction signal for instructing a layer 2 state reset is transmitted to the user apparatus UE5) that has newly requested participation. Each user apparatus UE that has received the layer 2 state reset instruction signal forcibly initializes all layer 2 state variables. Also, the leader user apparatus UE1 transmits a layer 2 state reset instruction signal and initializes all the layer 2 states. Even if the layer 2 state is reset to a state such as window stalling, the state is reset and eliminated.
  • the layer 2 state variable advances from the initial value in all user apparatuses UE, and the user apparatuses UE2 to UE5 are synchronized with the user apparatus UE1 and can receive data (RLC / PDCP PDU) normally. .
  • CCCH may be used as the channel for transmitting the layer 2 state reset instruction signal as in the first operation example, and a channel that can interpret the notification information without knowing the state of RLC / PDCP is used for D2D communication. It may be defined and used.
  • the layer 2 reset may be performed by applying the intra-cell HO procedure or reconnection procedure between the eNB and the UE to the user device UE1 of the leader and each user device UE on the receiving side.
  • the user apparatus UE5 after transmitting the participation request (layer 2 state variable value request), the user apparatus UE5 cannot match the layer 2 state with the user apparatus UE1 for a predetermined period, When data reception cannot be performed normally, the request may be transmitted again to the user apparatus UE1.
  • the user apparatus UE requests a participation request (layer 2 state variable value request) can be transmitted to the user apparatus UE1, and state matching can be performed as in operation example 1 and operation example 2.
  • the user apparatus UE1 is instructed to reset the layer 2 state in response to receiving the participation request from the user apparatus UE5 that has not been matched in the layer 2 state, but the user apparatus UE1 Even when the participation request is not received, for example, as described in the second operation example, the layer 2 state reset instruction signal is periodically transmitted to all the user apparatuses UE that receive the multicast data to achieve layer 2 state matching. It is good as well.
  • FIG. 8 shows a functional configuration diagram of user apparatus UE100 according to the present embodiment.
  • the user apparatuses UE1 to UE5 have the same configuration, and the user apparatus UE100 can be used for any of the user apparatuses UE1 to UE5.
  • the user apparatus UE100 includes a transmission unit 101, a reception unit 102, a data communication processing unit 103, and a layer 2 state control unit 104.
  • the transmission unit 101 and the reception unit 102 of the user apparatus UE100 illustrated in FIG. 8 are functional units for D2D communication
  • the transmission unit 101 and the reception unit 102 illustrated in FIG. May also serve as a transmission function and a reception function for performing communication via a mobile network via a mobile station
  • the user apparatus UE100 may be mobile via a base station eNB, separately from the transmission unit 101 and the reception 102 for D2D communication. You may further provide the transmission part and receiving part for performing communication by a network.
  • the structure shown in FIG. 8 shows only the function part regarding embodiment of this invention, and the user apparatus UE100 also has the function which is not shown in figure for implement
  • the transmission unit 101 transmits a signal to another device by wireless communication, and the reception unit 102 receives a signal from the other device by wireless communication.
  • the transmission unit 101 and the reception unit 102 include a function of performing communication using an LTE radio interface protocol (layer 1, layer 2, layer 3). That is, the transmission unit 101 and the reception unit 102 include a PDCP communication function and an RLC communication function, and include a buffer that stores transmission / reception PDUs, a buffer that holds layer 2 state variable values, and the like.
  • the data communication processing unit 103 is a functional unit corresponding to an application for transmitting and receiving data by multicast.
  • the layer 2 state control unit 104 On the multicast data transmission side, the layer 2 state control unit 104 notifies the layer 2 state variable value, the layer 2 state reset instruction, and the like described in operation examples 1 and 2 and also performs the layer 2 state reset instruction. In the case, the layer 2 state variable for multicast data communication in the transmission unit 101 is reset.
  • the layer 2 state control unit 104 receives a participation request (layer 2 state variable value request) on the multicast data reception side based on, for example, a multicast data reception instruction from the data communication processing unit 103 by a user operation. It transmits to the user apparatus UE of the transmission side of multicast data.
  • a participation request layer 2 state variable value request
  • FIG. 9 shows a processing flow at the time of receiving a participation request when the user apparatus UE100 becomes a multicast data transmission side, that is, when the user apparatus UE100 becomes a leader user apparatus UE.
  • the layer 2 state control unit 104 receives a participation request (also serves as a layer 2 state variable request) from the user apparatus UE that desires to receive data by multicast. ) Is received (step 301).
  • the layer 2 state control unit 104 detects that the participation request has been received (Yes in step 301), as described in the operation example 1 and the operation example 2, the layer 2 state control unit 104 communicates with the user apparatus UE that is the transmission source of the participation request. Processing for matching the layer 2 state variable values is performed (step 302). That is, in the case of the operation example 1, the layer 2 state control unit 104 transmits the value of the layer 2 state variable to be used by the user apparatus UE to the user apparatus UE that has transmitted the participation request.
  • the value of the layer 2 state variable to be used by the user apparatus UE is, for example, the value of the layer 2 state variable at the current time in the user apparatus UE 100 of the leader.
  • the value of the layer 2 state variable in the user apparatus UE100 as the leader is controlled to be the same value for each user apparatus UE as the multicast distribution destination.
  • the leader user apparatus UE100 may have a value of each layer 2 state variable for each user apparatus UE, or may have a common layer 2 state variable value for each user apparatus UE. Good.
  • the layer 2 state control unit 104 performs layer processing for all user apparatuses UE (the user apparatus UE that has already received data by multicast and the user apparatus UE that has transmitted the participation request). In addition to instructing the two-state reset, the transmission unit 101 is also instructed to reset the layer 2 state related to the currently transmitted multicast communication.
  • the layer 2 state control unit 104 performs the operation example 1 according to the number of participation requests from different user apparatuses UE received within a predetermined time (that is, the number of user apparatuses UE that transmitted the participation request).
  • the operation example 2 may be selected. For example, if a certain threshold value X is set and the number of participation requests received within a predetermined period is equal to or greater than the threshold value X, the layer 2 state reset of the operation example 2 is performed.
  • the layer 2 state variable value transmission of the operation example 1 is performed with respect to each transmitted user apparatus UE.
  • the data communication processing unit 103 of the user apparatus UE100 grasps that the leader UE that performs data transmission by multicast exists in the vicinity based on the discovery signal transmitted from the leader UE, for example. Then, for example, based on an instruction from the user, the data communication processing unit 103 wirelessly connects with the leader UE and starts D2D communication with the leader UE in order to receive multicast data from the leader UE (step 401). .
  • the layer 2 state control unit 104 When the data communication processing unit 103 starts D2D communication for receiving multicast data with the leader UE (Yes in Step 401), the layer 2 state control unit 104 also serves as a participation request (a layer 2 state variable value request). ) Is transmitted to the reader UE (step 402).
  • the leader UE that has received the participation request performs a process for matching the layer 2 state variable with the user apparatus UE100, and performs the layer 2 state control of the user apparatus UE100.
  • the unit 104 matches the layer 2 state variable value with the layer 2 state variable value of the leader UE according to the processing (step 403).
  • the leader UE transmits a layer 2 state variable value to be used by the user apparatus UE100 to the user apparatus UE100 that transmitted the participation request, and performs layer 2 state control of the user apparatus UE100.
  • the unit 104 receives a signal including the layer 2 state variable value, and instructs the receiving unit 102 to use the layer 2 state variable value.
  • the leader UE instructs a layer 2 state reset to all the user apparatuses UE (the user apparatus UE that has already received the multicast data and the user apparatus UE100 that has transmitted the participation request).
  • the layer 2 state control unit 104 of the user apparatus UE100 that receives the instruction instructs the receiving unit 102 to perform the layer 2 state reset. That is, it is instructed to use the initial value as the layer 2 state variable value. Receiving these instructions, the receiving unit 102 performs layer 2 control using the instructed layer 2 state variable value, and receives data.
  • a communication device having a function of performing data transmission by multicast to a plurality of devices by wireless communication, and a request for receiving a participation request from a device that desires to receive data from the communication device by multicast
  • the value of the layer 2 state variable in the wireless communication is matched between the communication device and the device that transmitted the participation request.
  • a communication device including a coincidence control unit for performing control.
  • the communication apparatus is the user apparatus UE, but may be a base station eNB.
  • the present invention is applicable when the base station eNB performs multicast while performing layer 2 state control.
  • the matching control unit notifies the value of the state variable to be used in the device to the device that has transmitted the participation request.
  • control can be performed only on the device that has transmitted the participation request, and control with less influence on other devices can be realized.
  • the match control unit may instruct a device that has already received data by multicast and a device that has transmitted the participation request to reset the state variable of layer 2. This makes it possible to efficiently realize layer 2 state matching when the number of devices that have requested participation is large.
  • the coincidence control unit may periodically instruct a device performing data reception by multicast to reset the state of the layer 2 regardless of the presence / absence of the participation request.
  • a device whose layer 2 state is no longer consistent with the leader or a device in which stalling occurs can be returned to a normal state.
  • the communication device has a function of receiving data multicast-transmitted from a predetermined device through wireless communication, and transmits a participation request for receiving data from the predetermined device by multicast. Receiving a signal for matching the value of the state variable of the layer 2 in the wireless communication between the predetermined device and the communication device from the request transmitting unit that receives the participation request.
  • a communication device including a coincidence control unit that uses the value of the layer 2 state variable obtained based on the signal in the wireless communication.
  • the coincidence control unit receives a signal including the value of the state variable to be used in the communication device from the predetermined device.
  • control can be performed only on the device that has transmitted the participation request, and control with less influence on other devices can be realized.
  • the coincidence control unit may receive a signal instructing resetting of the layer 2 state from the predetermined device.
  • the operations of a plurality of functional units may be physically performed by one component, or the operations of one functional unit may be physically performed by a plurality of components.
  • the user apparatus UE has been described using a functional block diagram. However, each of such apparatuses may be realized by hardware, software, or a combination thereof.
  • software that is operated by a processor (CPU) included in the user apparatus UE includes random access memory (RAM), flash memory, read-only memory (ROM), EPROM, EEPROM, registers, hard disk (HDD), removable disk,
  • RAM random access memory
  • ROM read-only memory
  • EPROM EPROM
  • EEPROM electrically erasable programmable read-only memory
  • registers hard disk (HDD)
  • HDD hard disk
  • removable disk any appropriate storage medium such as a CD-ROM, a database, a server, or the like.
  • UE user apparatus eNB base station 101 transmitting unit 102 receiving unit 103 data communication processing unit 104 layer 2 state control unit

Landscapes

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

Abstract

 無線通信により複数の装置に対してマルチキャストによりデータ送信を行う機能を備える通信装置において、前記通信装置からのマルチキャストによるデータ受信を希望する装置から参加要求を受信する要求受信部と、前記要求受信部により前記参加要求を受信したことに応じて、前記無線通信におけるレイヤ2の状態変数の値を、前記通信装置と前記参加要求を送信した装置との間で一致させるための制御を行う一致制御部とを備える。

Description

通信装置、及びレイヤ2状態制御方法
 本発明はD2D通信(装置対装置通信)に関するものであり、特に、D2D通信でのマルチキャスト通信において、ユーザ装置UEがスムーズに通信を開始するための技術に関するものである。
 移動体通信では、端末(以下、ユーザ装置UEと呼ぶ)と基地局eNBが通信を行うことによりユーザ装置UE間で通信を行うことが一般的であるが、近年、ユーザ装置UE間で直接に通信を行うD2D通信についての種々の技術が検討されている(例えば非特許文献1)。ユーザ装置UE間で通信を行う際に、一方のユーザ装置UEは、近隣の他方のユーザ装置UEから発見信号を受信することでD2Dの通信相手となる当該ユーザ装置UEを発見し、当該ユーザ装置UEとD2D通信を行う。
 D2D通信により、UE-eNB間のトラヒックをオフロードしたり、災害時等において基地局eNBが通信不能となった場合にも通信を行うことが可能となる。
 一方、LTE(Long Term Evolution)システムでは、パケットベースの無線通信が利用される。このようなパケットベース無線通信では、無線通信のための各種機能を階層化された複数のレイヤが実行することによって、無線通信が実現される。LTEでは、図1に示されるような無線インタフェースプロトコルのレイヤ構造により無線通信を実現することが規定されている。
 図1に示される無線インタフェースプロトコルは、PHY(Physical)レイヤ、MAC(Media Access Control)レイヤ、RLC(Radio Link Control)レイヤ、PDCP(Packet Data Convergence Protocol)レイヤ及びRRC(Radio Resource Control)レイヤで構成される。当該無線インタフェースプロトコルは、ユーザ装置UEと基地局eNB間のプロトコルであるが、D2D通信においては、図1に示される無線インタフェースプロトコルと同様のプロトコルをユーザ装置UE間で使用してよい。
 図1に示すプロトコルのうち、レイヤ2のサブレイヤであるPDCPレイヤは、IP(Internet Protocol)パケットの秘匿処理、改ざん検出及びヘッダ圧縮等の機能を提供している。秘匿処理及び改ざん検出には、HFN(Hyper Frame Number)とPDCP SN(Sequence Number)とから構成されるCOUNT値が利用される。
 PDCP SNは、PDCPレイヤからRLCレイヤにPDCPパケットを送出する毎にインクリメントされ、例えば"0"から"4095"までの範囲のPDCP SNが、PDCPパケットに巡回的に付与される。例えば、シーケンス番号"4095"のPDCPパケットの次にRLCレイヤに送出されるPDCPパケットには、シーケンス番号"0"が付与される。HFNは、PDCP SNが周回する毎にインクリメントされる。COUNT値は、上位ビットにHFNを有し、下位ビットにPDCP SNを有するよう構成される。LTEシステムでは、COUNT値のPDCP SNのみが受信側に送信され、HFNは送信されない。このため、受信側は、受信状況から受信したパケットのHFNを推測する。
 PDCPレイヤの動作について概略すると、送信側では、PDCPエンティティが、上位レイヤから受信したパケット、すなわち、PDCP SDU(Service Data Unit)に対して、COUNT値を用いて秘匿処理、改ざん検出及びヘッダ圧縮を実行し、PDCP SNをヘッダに付与してPDCPパケット、すなわち、PDCP PDU(Packet Data Unit)としてRLCレイヤに送出する。
 一方、受信側では、PDCPエンティティは、図2に示されるように、受信したパケットの順序を補正するための所定のサイズの受信ウィンドウを管理する。送信側から受信したパケットのPDCP SNが受信ウィンドウの範囲内である場合、PDCPエンティティは、現在の受信状況から当該パケットの解匿処理に用いるHFNを推測し、推測したHFNとヘッダのPDCP SNとから構成されるCOUNT値に基づき受信したパケットに対して解匿処理を実行する。その後、PDCPエンティティは、処理後のパケットを上位レイヤに送出し、受信ウィンドウを更新する。他方、送信側から受信したパケットのPDCP SNが受信ウィンドウの範囲外である場合、PDCPエンティティは、当該パケットを破棄する。
 次に、RLCレイヤの概要を説明する。RLCレイヤにおいては、順序制御・重複制御を提供するために送信側、受信側でウィンドウ制御を行っている。
 送信側でTx windowが管理され、受信側でRx windowが管理される。送信側は、新規のRLC PDUの送信の度にシーケンス番号(SN)を付与し、SNを含むRLC PDUを受信側に送信する。送信側において、送信済みのRLC PDUは、バッファに蓄積されており、受信側からのStatus report(ACK)により確認した後に破棄される。
 受信側のRx windowは、受信側でRLC PDUをSNの順に抜けがなく受信できた場合に更新される。また、送信側のTx windowは、受信側からのStatus reportにより更新される。
 図3に例示するように、送信側において、受信側からのStatus reportを受信できない場合には、送信側がTx windowを更新することができず、Tx window stallingが発生し、新規データを送信できなくなる。このとき、受信側では、新規のデータが受信されなくなる。なお、図3に示すProhibitTimerはStatus reportの頻繁な送信によるオーバーヘッドを低減するためのタイマであり、Status report送信時に起動し、本タイマ起動中はStatus reportがトリガされていても送信を行わない。
 上記のように、RLC/PDCPにおいては、送信側で付されたSNに基づくウィンドウ制御が行われており、例えば、受信側においてウィンドウ外のSNのデータを受信した場合、当該データは破棄される。
3GPP TSG RAN Meeting #58、RP-122009、07-Dec-2012
 D2D通信の形態の一つとして、1:M通信のD2D通信が検討されている。これは、一つのリーダーとなるユーザ装置UE(リーダーUEと呼ぶ場合がある)が、D2D通信の相手となる複数のユーザ装置UEに対してマルチキャスト通信を行うものである。
 マルチキャストでは、既に1:M通信を行っているグループの中に、新しいユーザ装置UEが途中から参加する状況が発生する。
 しかし、D2D通信に対して前述したようなRLC/PDCPの順序制御、重複破棄制御が適用される場合、既に開始されている1:M通信に、新しいユーザ装置UEが途中から参加したとしても、リーダーである送信UEと、新たに参加したユーザ装置UEとに間で、RLC/PDCPの状態変数の値(例:RLC/PDCP SN)が一致しない。そのため、新たに参加したユーザ装置UEは、マルチキャスト送信されるデータを受信できたとしても、破棄されたり、秘匿がうまく解けない可能性があり、D2D通信をスムーズに開始する事ができないという問題がある。
 例えば、図4に示すように、リーダーUEが、SN=1000でRLC/PDCPのデータを送信する際に、既にマルチキャストのグループに参加している各ユーザ装置UEは、SN=1000のデータを待ち構える。一方、新たに参加したユーザ装置UEは、SN=0(初期値)のデータを待ち構えるが、実際に受信したデータがSN=1000であり、ウィンドウ外となって当該データを破棄することになる。
 本発明は上記の点に鑑みてなされたものであり、マルチキャストを行うD2D通信において、ユーザ装置UEがスムーズにD2D通信を開始することを可能とする技術を提供することを目的とする。
 本発明の一実施形態によれば、無線通信により複数の装置に対してマルチキャストによりデータ送信を行う機能を備える通信装置であって、
 前記通信装置からのマルチキャストによるデータ受信を希望する装置から参加要求を受信する要求受信部と、
 前記要求受信部により前記参加要求を受信したことに応じて、前記無線通信におけるレイヤ2の状態変数の値を、前記通信装置と前記参加要求を送信した装置との間で一致させるための制御を行う一致制御部とを備える通信装置が提供される。
 また、本発明の一実施形態によれば、無線通信により所定の装置からマルチキャスト送信されたデータを受信する機能を備える通信装置であって、
 前記所定の装置からのマルチキャストによるデータ受信を行うための参加要求を送信する要求送信部と、
 前記参加要求を受信した前記所定の装置から、前記無線通信におけるレイヤ2の状態変数の値を前記所定の装置と前記通信装置との間で一致させるための信号を受信し、当該信号に基づいて得られたレイヤ2の状態変数の値を前記無線通信で使用する一致制御部とを備える通信装置が提供される。
 マルチキャストを行うD2D通信において、ユーザ装置UEがスムーズにD2D通信を開始することを可能とする技術が提供される。
LTEにおける無線インタフェースプロトコルを示す図である。 PDCPレイヤにおける動作例を示す図である。 RLCレイヤにおける動作例を示す図である。 1:MのD2D通信における課題を説明するための図である。 本発明の実施の形態に係る通信システムの全体構成図である。 動作例1を説明するためのシーケンス図である。 動作例2を説明するためのシーケンス図である。 本発明の実施の形態に係るユーザ装置UE100の機能構成図である。 ユーザ装置UE100がリーダーのユーザ装置UEになる場合における参加要求受信時の処理フローである。 ユーザ装置UE100がリーダーのユーザ装置UEから配信されるマルチキャストデータを新たに受信することを希望する場合における処理フローである。
 以下、図面を参照して本発明の実施の形態を説明する。なお、以下で説明する実施の形態は一例に過ぎず、本発明が適用される実施の形態は、以下の実施の形態に限られるわけではない。例えば、本実施の形態では、3GPPの技術仕様(LTE)における無線インタフェースのレイヤ2プロトコルであるRLC/PDCPを例として取り上げているが、本発明の適用先はこれに限られるわけではない。本発明は、RLC/PDCPのSNのようなレイヤ2状態変数の値に基づいて送信側と受信側との間でデータ送受信の制御を行う通信方式全般に適用できるものである。また、本実施の形態では、LTEに準じた無線通信方式を前提とし、ユーザ装置UE間のD2D通信でも、UE-eNB間における無線インタフェースプロトコル(RRC、PDCP、RLC、MAC、PHY)と同様の無線インタフェースプロトコルを使用することを想定しているが、本発明の対象となる無線通信方式はこのようなLTEに準じた方式に限られるわけではない。
 また、本明細書及び特許請求の範囲において、「LTE」は、3GPPのリリース8、又は9に対応する通信方式のみならず、3GPPのリリース10、11、又は12もしくはそれ以降に対応する通信方式も含む意味で使用する。
 (システム全体構成、動作内容)
 図5に、本実施の形態に係る通信システムの全体構成図を示す。図5に示すように、本実施の形態に係る通信システムは、マルチキャストによるデータの配信元であるリーダーとなるユーザ装置UE1と、ユーザ装置UE1からマルチキャストによるデータを受信している複数のユーザ装置UE2~4と、新たにマルチキャストによるデータを受信することを希望するユーザ装置UE5とを有する。なお、図5において、マルチキャストデータを受信するユーザ装置UEとして4台のユーザ装置UEが示されているが、これは一例に過ぎない。本実施の形態において、ユーザ装置UE1からマルチキャストデータを受信するユーザ装置UEの数には特に制限はない。
 図5に示す各ユーザ装置UEは、基地局eNBを介した一般的な携帯電話網通信機能とD2D通信機能の両方を有するものとしてもよいし、D2D通信機能のみを持つユーザ装置UEであってもよい。D2D通信機能としては、所定の無線リソースで発見信号(discovery signal)を送信する機能、発見信号を受信し、発見信号の送信元のユーザ装置UEと無線接続を行って、D2D通信を行う機能等を含む。
 また、リーダーとなるユーザ装置UE1は、マルチキャストによるデータ配信機能を備え、ユーザ装置UE2~5は、マルチキャストによるデータ受信機能を備える。また、各ユーザ装置UEは、後述するように、レイヤ2状態一致を実行する機能を備える。
 本実施の形態におけるマルチキャスト通信の方式は、ユーザ装置UEから同じデータを配信先のユーザ装置UEに同時に送信できる方式であれば特定の方式に限られない。例えば、リーダーUEが、マルチキャスト用のチャネルを用いてデータ送信を行い、受信側の各ユーザ装置UEが当該マルチキャスト用のチャネルを受信する方式でもよいし、リーダーUEと各ユーザ装置UE間で個別にD2D通信のチャネルを設定し、当該個別のチャネルを用いてマルチキャストでデータ送信を行う方式でもよい。また、これら以外の方式でもよい。
 ただし、本実施の形態におけるマルチキャスト通信の方式は、受信側の各ユーザ装置UEが個別に送信側のユーザ装置UEに対して信号送信が可能な方式であるものとする。当該信号としては、マルチキャストデータの受信を送信側に要求する参加要求、ACK/NACK(例:RLCのstatus report)等がある。
 (システムの動作例)
 本実施の形態では、リーダーのユーザ装置UE1がユーザ装置UE2~4に対してマルチキャスト通信を行っているときに、ユーザ装置UE5が新たにマルチキャストによるデータ受信を希望する場合に、ユーザ装置UE1と、新規のユーザ装置UE5との間でレイヤ2状態変数の値が一致するよう制御がなされる。以下では、この制御に係る具体例を動作例1、動作例2として説明する。
  <動作例1>
 まず、動作例1を図6のシーケンス図を参照して説明する。なお、図6では、図を見易くするために、ユーザ装置UE2~4についてはまとめて記載している。
 ステップ101)リーダーのユーザ装置UE1は、ユーザ装置UE2~4に対して既にマルチキャストによるデータ送信を行っている。これにより、PDCP/RLC SNの値が順次増加している。マルチキャストでは、基本的にユーザ装置UE2~4はユーザ装置UE1から同じデータを同時に受信するから、ユーザ装置UE1~4間において、PDCP/RLC SNの値は同じである。
 また、本実施の形態では、リーダーのユーザ装置UE1は、マルチキャストのデータ送信先の各ユーザ装置UEとの間でPDCP/RLCの制御を行うこととしており、ステップ101の段階で、ユーザ装置UE1と各ユーザ装置UEとの間でPDCPのCOUNT値が同期しているとともに、各ユーザ装置UE2~4は、ユーザ装置UE1からRLC PDUを抜けなく受信し、window stalling等は発生しておらず、Status reportの送信やウィンドウの更新を正常に行っているものとする。
 ステップ102)ここで、ユーザ装置UE5が、例えば、ユーザ装置UE1から所定の無線リソースで送信される発見信号を受信することにより、マルチキャストで情報配信を行うユーザ装置UE1が近隣に存在することを認識する。そして、例えばユーザによるユーザ装置UE5に対する操作(ユーザ装置UE1からのマルチキャスト情報配信受信を選択等)により、ユーザ装置UE5は、ユーザ装置UE1が配信するマルチキャストのデータの受信グループに参加することを要求する参加要求をユーザ装置UE1に送信する。
 本実施の形態では、この参加要求は、レイヤ2状態変数値要求を兼ねるものであるが、参加要求とレイヤ2状態変数値要求とを、同時に異なる信号として、もしくは、送信するタイミングを変えて送信することとしてもよい。なお、本実施の形態では、レイヤ2状態変数として、RLC SN、PDCP SN、HFNを想定しているが、これらは例に過ぎない。
 ステップ103)リーダーのユーザ装置UE1は、ユーザ装置UE5から送信された当該参加要求を受信すると、ユーザ装置UE5において用いるべきレイヤ2状態変数(RLC SN、PDCP SN、HFN)の値を明示的に通知することにより、ユーザ装置UE5のレイヤ2状態変数の値をユーザ装置UE1のレイヤ2状態変数の値と一致させるようにする。
 レイヤ2状態変数値の通知には、例えばPDCP又はRLCのcontrol PDU等を用いる。また、通知に用いるチャネルとしては、例えばLTEのeNBとUE間で規定されている制御チャネルと同様のチャネルを用いることができる。
 本実施の形態では、ユーザ装置UE1は、参加要求を送信したユーザ装置UE5に対し、CCCH(共通制御チャネル)を用いてレイヤ2状態変数を通知する。CCCHは、RLC/PDCPが関与しないため、レイヤ2状態変数を把握していなくても解釈可能である。レイヤ2状態変数値を通知するチャネルはCCCHに限定されるわけではなく、RLC/PDCPの状態を把握しなくても通知情報を解釈できるチャネルをD2D通信用に定義して、用いることとしてもよい。
 ステップ103でユーザ装置UE1のレイヤ2状態変数の値を受信したユーザ装置UE5において、当該レイヤ2状態変数の値を使用することで、ユーザ装置UE1からのデータ受信を開始する。
  <動作例2>
 次に動作例2を図7を参照して説明する。動作例2は、動作例1と比べて、ステップ102でユーザ装置UE1がユーザ装置UE5から参加要求を受信した後の動作が異なる。以下では、動作例1と異なる点について説明する。
 ステップ103)動作例2では、リーダーのユーザ装置UE1は、ユーザ装置UE5から送信された参加要求を受信すると、全てのユーザ装置UE(既にマルチキャストの受信グループに参加しているユーザ装置UE2~4と、新たに参加を要求したユーザ装置UE5)に対し、レイヤ2状態リセットを指示するレイヤ2状態リセット指示信号を送信する。レイヤ2状態リセット指示信号を受信した各ユーザ装置UEは、レイヤ2状態変数を強制的に全て初期化させる。また、リーダーのユーザ装置UE1は、レイヤ2状態リセット指示信号を送信するとともに、レイヤ2状態を全て初期化する。このようなレイヤ2状態のリセットにより、仮にwindow stallingのような状態になっていたとしても、当該状態はリセットされ、解消される。
 レイヤ2状態リセット後は、全てのユーザ装置UEにおいてレイヤ2状態変数は初期値から値が進み、ユーザ装置UE2~5はユーザ装置UE1と同期し、正常にデータ(RLC/PDCP PDU)を受信できる。
 上記レイヤ2状態リセット指示信号を送信するチャネルは、動作例1と同様に例えばCCCHを用いてもよいし、RLC/PDCPの状態を把握しなくても通知情報を解釈できるチャネルをD2D通信用に定義して用いることとしてもよい。
 また、レイヤ2リセットは、eNBとUE間でのintra-cell HOの手順や再接続手順を、リーダーのユーザ装置UE1と、受信側の各ユーザ装置UEに適用することで実行されてもよい。
 また、上記の動作例1、動作例2において、ユーザ装置UE5は、参加要求(レイヤ2状態変数値要求)を送信してから、所定期間、ユーザ装置UE1とのレイヤ2状態一致ができず、データ受信が正常にできない場合には、再度要求をユーザ装置UE1に送信しても良い。また、マルチキャストデータを受信中に、ユーザ装置UE1との無線接続が一時的に切れる等により、レイヤ2状態変数値がユーザ装置UE1と一致しなくなった場合に、当該ユーザ装置UEが参加要求(レイヤ2状態変数値要求)をユーザ装置UE1に送信し、動作例1、動作例2のようにして状態一致を行うことも可能である。
 また、動作例2では、ユーザ装置UE1は、レイヤ2状態一致がされていないユーザ装置UE5からの参加要求を受信したことに応じてレイヤ2状態リセットを指示することとしているが、ユーザ装置UE1は、参加要求を受信しない場合でも、例えば定期的に、動作例2で説明したようにレイヤ2状態リセット指示信号をマルチキャストデータを受信する全てのユーザ装置UEに送信することでレイヤ2状態一致を図ることとしてもよい。
  (装置構成、処理フロー)
 図8に、本実施の形態に係るユーザ装置UE100の機能構成図を示す。本実施の形態では、ユーザ装置UE1~5は同一の構成を有しており、ユーザ装置UE100は、ユーザ装置UE1~5のいずれにも使用できるものとする。なお、リーダーとなる機能を備えるユーザ装置UEと、リーダーとなる機能は備えないがマルチキャストのデータを受信することができるユーザ装置UEとを別々に提供することとしてもよい。
 図8に示すように、本実施の形態に係るユーザ装置UE100は、送信部101、受信部102、データ通信処理部103、レイヤ2状態制御部104を有する。
 図8に示すユーザ装置UE100の送信部101と受信部102は、D2D通信のための機能部であることを想定しているが、図8に示す送信部101と受信部102が、基地局eNBを介した携帯網による通信を行うための送信機能、受信機能を兼ねてもよいし、ユーザ装置UE100が、D2D通信のための送信部101と受信102とは別に、基地局eNBを介した携帯網による通信を行うための送信部と受信部を更に備えてもよい。また、図8に示す構成は、本発明の実施の形態に関する機能部のみを示すものであり、ユーザ装置UE100は、D2D通信を実現するための図示しない機能も有するものである。
 送信部101は無線通信により他の装置に信号を送信し、受信部102は無線通信により他の装置から信号を受信する。本実施の形態では、送信部101、受信部102は、LTEの無線インタフェースプロトコル(レイヤ1、レイヤ2、レイヤ3)で通信を行う機能を含む。つまり、送信部101、受信部102は、PDCP通信機能、及びRLC通信機能を含み、送信/受信PDU等を格納するバッファや、レイヤ2状態変数値を保持するバッファ等を備えている。
 データ通信処理部103は、マルチキャストによるデータの送受信を行うためのアプリケーションに相当する機能部である。レイヤ2状態制御部104は、マルチキャストデータの送信側においては、動作例1、2で説明したレイヤ2状態変数値の通知や、レイヤ2状態リセット指示等を行うとともに、レイヤ2状態リセット指示を行う場合に、送信部101におけるマルチキャストデータ通信のためのレイヤ2状態変数をリセットする。
 また、レイヤ2状態制御部104は、マルチキャストによるデータの受信側においては、例えば、ユーザ操作によるデータ通信処理部103からのマルチキャストデータ受信指示に基づいて、参加要求(レイヤ2状態変数値要求)をマルチキャストデータの送信側のユーザ装置UEに送信する。
 図9に、ユーザ装置UE100がマルチキャストデータの送信側になる場合、つまり、ユーザ装置UE100がリーダーのユーザ装置UEになる場合における参加要求受信時の処理フローを示す。
 図9に示すように、ユーザ装置UE100において、マルチキャストによるデータの送信中に、レイヤ2状態制御部104は、マルチキャストによるデータの受信を希望するユーザ装置UEから参加要求(レイヤ2状態変数要求を兼ねる)を受信するかどうかを判定する(ステップ301)。
 レイヤ2状態制御部104は、参加要求を受信したことを検出すると(ステップ301のYes)、動作例1、動作例2で説明したように、参加要求の送信元のユーザ装置UEとの間でレイヤ2状態変数値を一致させるための処理を行う(ステップ302)。すなわち、動作例1の場合であれば、レイヤ2状態制御部104は、参加要求を送信したユーザ装置UEに対し、当該ユーザ装置UEが用いるべきレイヤ2状態変数の値を送信する。当該ユーザ装置UEが用いるべきレイヤ2状態変数の値とは、例えばリーダーのユーザ装置UE100における現時点でのレイヤ2状態変数の値である。なお、本実施の形態では、リーダーのユーザ装置UE100におけるレイヤ2状態変数の値は、マルチキャスト配信先の各ユーザ装置UEに対して同じ値となるように制御されていることを想定しているが、これに限られるわけではない。また、リーダーのユーザ装置UE100は、各ユーザ装置UEに対してそれぞれのレイヤ2状態変数の値を持ってもよいし、各ユーザ装置UEに対して共通のレイヤ2状態変数の値を持ってもよい。
 動作例2の場合であれば、レイヤ2状態制御部104は、全てのユーザ装置UE(既にマルチキャストによるデータ受信を行っているユーザ装置UEと、参加要求を送信したユーザ装置UE)に対してレイヤ2状態リセットを指示するとともに、送信部101に対しても、現在送信中のマルチキャスト通信に関わるレイヤ2状態のリセットを指示する。
 なお、レイヤ2状態制御部104は、所定時間内に受信する異なるユーザ装置UEからの参加要求の数(つまり、参加要求を送信したユーザ装置UEの数)に応じて、動作例1を行うか、動作例2を行うかを選択してもよい。例えば、ある閾値Xを定め、所定期間内に受信した参加要求の数が閾値X以上であれば動作例2のレイヤ2状態リセットを行い、参加要求の数が閾値X未満であれば参加要求を送信した各ユーザ装置UEに対して動作例1のレイヤ2状態変数値送信を行う。
 図10に、ユーザ装置UE100が新たにマルチキャストの受信側になる場合、つまり、ユーザ装置UE100がリーダーのユーザ装置UE(リーダーUE)から配信されるマルチキャストによるデータを新たに受信することを希望する場合における処理フローを示す。
 ユーザ装置UE100のデータ通信処理部103は、例えばリーダーUEから送信される発見信号に基づいて、マルチキャストによるデータ送信を行うリーダーUEが近隣に存在することを把握する。そして、例えば、ユーザからの指示に基づいて、データ通信処理部103は、リーダーUEからのマルチキャストデータを受信するために、リーダーUEと無線接続し、リーダーUEとD2D通信を開始する(ステップ401)。
 データ通信処理部103がリーダーUEとマルチキャストデータ受信のためのD2D通信を開始したことを契機に(ステップ401のYes)、レイヤ2状態制御部104は、参加要求(レイヤ2状態変数値要求を兼ねる)をリーダーUEに送信する(ステップ402)。
 参加要求を受信したリーダーUEは、動作例1、動作例2で説明したように、ユーザ装置UE100との間でレイヤ2状態変数を一致させるための処理を行い、ユーザ装置UE100のレイヤ2状態制御部104は、当該処理に応じてレイヤ2状態変数値をリーダーUEのレイヤ2状態変数値と一致させる(ステップ403)。
 すなわち、動作例1の場合であれば、リーダーUEは、参加要求を送信したユーザ装置UE100に対し、当該ユーザ装置UE100が用いるべきレイヤ2状態変数値を送信し、ユーザ装置UE100のレイヤ2状態制御部104が当該レイヤ2状態変数値を含む信号を受信し、受信部102に対して当該レイヤ2状態変数値を用いるよう指示する。動作例2の場合であれば、リーダーUEは、全てのユーザ装置UE(既にマルチキャストデータ受信を行っているユーザ装置UEと、参加要求を送信したユーザ装置UE100)に対してレイヤ2状態リセットを指示し、当該指示を受けたユーザ装置UE100のレイヤ2状態制御部104は、受信部102に対して当該レイヤ2状態リセットを指示する。つまり、レイヤ2状態変数値として初期値を用いるよう指示する。これら指示を受けた受信部102は、指示されたレイヤ2状態変数値を用いてレイヤ2制御を行い、データを受信する。
 (実施の形態のまとめ、効果等)
 本実施の形態では、無線通信により複数の装置に対してマルチキャストによりデータ送信を行う機能を備える通信装置であって、前記通信装置からのマルチキャストによるデータ受信を希望する装置から参加要求を受信する要求受信部と、前記要求受信部により前記参加要求を受信したことに応じて、前記無線通信におけるレイヤ2の状態変数の値を、前記通信装置と前記参加要求を送信した装置との間で一致させるための制御を行う一致制御部とを備える通信装置が提供される。
 当該通信装置はユーザ装置UEであるが、基地局eNBであってもよい。基地局eNBがレイヤ2状態制御を行いながらマルチキャストを行う場合において、本発明は適用可能である。
 例えば前記一致制御部は、前記参加要求を送信した装置に対して、当該装置において使用すべき前記状態変数の値を通知する。これにより、参加要求を送信した装置に対してのみ制御を行うことができ、他の装置への影響を少なくした制御を実現できる。
 また、前記一致制御部は、マルチキャストによるデータ受信を既に行っている装置、及び前記参加要求を送信した装置に対して、レイヤ2の状態変数のリセットを指示することとしてもよい。これにより、参加要求を行った装置の数が多い場合に効率的にレイヤ2状態一致を実現できる。
 また、前記一致制御部は、前記参加要求の有無にかかわらず、マルチキャストによるデータ受信を行っている装置に対して定期的にレイヤ2の状態のリセットを指示することとしてもよい。これにより、参加要求がない場合でも、例えばレイヤ2の状態がリーダーと一致しなくなった装置や、stallingが生じている装置を正常な状態に戻すことが可能となる。
 また、本実施の形態では、無線通信により所定の装置からマルチキャスト送信されたデータを受信する機能を備える通信装置であって、前記所定の装置からのマルチキャストによるデータ受信を行うための参加要求を送信する要求送信部と、前記参加要求を受信した前記所定の装置から、前記無線通信におけるレイヤ2の状態変数の値を前記所定の装置と前記通信装置との間で一致させるための信号を受信し、当該信号に基づいて得られたレイヤ2の状態変数の値を前記無線通信で使用する一致制御部とを備える通信装置が提供される。
 例えば前記一致制御部は、前記所定の装置から、前記通信装置において使用すべき前記状態変数の値を含む信号を受信する。これにより、参加要求を送信した装置に対してのみ制御を行うことができ、他の装置への影響を少なくした制御を実現できる。また、前記一致制御部は、前記所定の装置から、レイヤ2の状態のリセットを指示する信号を受信することとしてもよい。
 以上、本発明の各実施の形態を説明してきたが、開示される発明はそのような実施形態に限定されず、当業者は様々な変形例、修正例、代替例、置換例等を理解するであろう。発明の理解を促すため具体的な数値例を用いて説明がなされたが、特に断りのない限り、それらの数値は単なる一例に過ぎず適切な如何なる値が使用されてもよい。上記の説明における項目の区分けは本発明に本質的ではなく、2以上の項目に記載された事項が必要に応じて組み合わせて使用されてよいし、ある項目に記載された事項が、別の項目に記載された事項に(矛盾しない限り)適用されてよい。機能ブロック図における機能部又は処理部の境界は必ずしも物理的な部品の境界に対応するとは限らない。複数の機能部の動作が物理的には1つの部品で行われてもよいし、あるいは1つの機能部の動作が物理的には複数の部品により行われてもよい。説明の便宜上、ユーザ装置UEは機能的なブロック図を用いて説明されたが、そのような各装置はハードウェアで、ソフトウェアで又はそれらの組み合わせで実現されてもよい。
 本発明に従って、ユーザ装置UEが備えるプロセッサ(CPU)により動作するソフトウェアは、ランダムアクセスメモリ(RAM)、フラッシュメモリ、読み取り専用メモリ(ROM)、EPROM、EEPROM、レジスタ、ハードディスク(HDD)、リムーバブルディスク、CD-ROM、データベース、サーバその他の適切な如何なる記憶媒体に保存されてもよい。本発明は上記実施形態に限定されず、本発明の精神から逸脱することなく、様々な変形例、修正例、代替例、置換例等が本発明に包含される。
 本国際特許出願は2013年10月31日に出願した日本国特許出願第2013-227528号に基づきその優先権を主張するものであり、日本国特許出願第2013-227528号の全内容を本願に援用する。
UE ユーザ装置
eNB 基地局
101 送信部
102 受信部
103 データ通信処理部
104 レイヤ2状態制御部

Claims (9)

  1.  無線通信により複数の装置に対してマルチキャストによりデータ送信を行う機能を備える通信装置であって、
     前記通信装置からのマルチキャストによるデータ受信を希望する装置から参加要求を受信する要求受信部と、
     前記要求受信部により前記参加要求を受信したことに応じて、前記無線通信におけるレイヤ2の状態変数の値を、前記通信装置と前記参加要求を送信した装置との間で一致させるための制御を行う一致制御部と
     を備えることを特徴とする通信装置。
  2.  前記一致制御部は、前記参加要求を送信した装置に対して、当該装置において使用すべき前記状態変数の値を通知する
     ことを特徴とする請求項1に記載の通信装置。
  3.  前記一致制御部は、マルチキャストによるデータ受信を既に行っている装置、及び前記参加要求を送信した装置に対して、レイヤ2の状態のリセットを指示する
     ことを特徴とする請求項1に記載の通信装置。
  4.  前記一致制御部は、前記参加要求の有無にかかわらず、マルチキャストによるデータ受信を行っている装置に対して定期的にレイヤ2の状態のリセットを指示する
     ことを特徴とする請求項1ないし3のうちいずれか1項に記載の通信装置。
  5.  無線通信により所定の装置からマルチキャスト送信されたデータを受信する機能を備える通信装置であって、
     前記所定の装置からのマルチキャストによるデータ受信を行うための参加要求を送信する要求送信部と、
     前記参加要求を受信した前記所定の装置から、前記無線通信におけるレイヤ2の状態変数の値を前記所定の装置と前記通信装置との間で一致させるための信号を受信し、当該信号に基づいて得られたレイヤ2の状態変数の値を前記無線通信で使用する一致制御部と
     を備えることを特徴とする通信装置。
  6.  前記一致制御部は、前記所定の装置から、前記通信装置において使用すべき前記状態変数の値を含む信号を受信する
     ことを特徴とする請求項5に記載の通信装置。
  7.  前記一致制御部は、前記所定の装置から、レイヤ2の状態のリセットを指示する信号を受信する
     ことを特徴とする請求項5に記載の通信装置。
  8.  無線通信により複数の装置に対してマルチキャストによりデータ送信を行う機能を備える通信装置が実行するレイヤ2状態制御方法であって、
     前記通信装置からのマルチキャストによるデータ受信を希望する装置から参加要求を受信する要求受信ステップと、
     前記要求受信ステップにより前記参加要求を受信したことに応じて、前記無線通信におけるレイヤ2の状態変数の値を、前記通信装置と前記参加要求を送信した装置との間で一致させるための制御を行う一致制御ステップと
     を備えることを特徴とするレイヤ2状態制御方法。
  9.  無線通信により所定の装置からマルチキャスト送信されたデータを受信する機能を備える通信装置が実行するレイヤ2状態制御方法であって、
     前記所定の装置からのマルチキャストによるデータ受信を行うための参加要求を送信する要求送信ステップと、
     前記参加要求を受信した前記所定の装置から、前記無線通信におけるレイヤ2の状態変数の値を前記所定の装置と前記通信装置との間で一致させるための信号を受信し、当該信号に基づいて得られたレイヤ2の状態変数の値を前記無線通信で使用する一致制御ステップと
     を備えることを特徴とするレイヤ2状態制御方法。
PCT/JP2014/078652 2013-10-31 2014-10-28 通信装置、及びレイヤ2状態制御方法 WO2015064583A1 (ja)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US15/032,278 US10064237B2 (en) 2013-10-31 2014-10-28 Communication apparatus, and layer 2 state control method
EP14858492.3A EP3065500B1 (en) 2013-10-31 2014-10-28 Communication device, and layer-2 status control method

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2013-227528 2013-10-31
JP2013227528A JP6516402B2 (ja) 2013-10-31 2013-10-31 ユーザ装置、及びレイヤ2状態制御方法

Publications (1)

Publication Number Publication Date
WO2015064583A1 true WO2015064583A1 (ja) 2015-05-07

Family

ID=53004185

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2014/078652 WO2015064583A1 (ja) 2013-10-31 2014-10-28 通信装置、及びレイヤ2状態制御方法

Country Status (4)

Country Link
US (1) US10064237B2 (ja)
EP (1) EP3065500B1 (ja)
JP (1) JP6516402B2 (ja)
WO (1) WO2015064583A1 (ja)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015163593A1 (en) 2014-04-22 2015-10-29 Lg Electronics Inc. Method for processing received pdcp pdus for d2d communication system and device therefor
JP6645963B2 (ja) * 2014-07-25 2020-02-14 京セラ株式会社 ユーザ端末及び移動通信システム
EP4319211A4 (en) * 2021-03-31 2024-04-24 Beijing Xiaomi Mobile Software Co., Ltd. METHOD FOR CONFIGURING THE RECEIVE WINDOW OF A PDCP UNIT AND DEVICE THEREFOR

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007502070A (ja) * 2003-08-08 2007-02-01 サムスン エレクトロニクス カンパニー リミテッド マルチメディアブロードキャスト/マルチキャストサービスのためのプロトコルを構成する方法及び装置
JP2007511155A (ja) * 2003-11-12 2007-04-26 コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ データパケットの伝送
JP2010508754A (ja) * 2007-01-10 2010-03-18 エルジー エレクトロニクス インコーポレイティド 無線通信システムでデータブロック生成方法

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4705814B2 (ja) * 2005-07-08 2011-06-22 株式会社日立製作所 同期配信方法
US20070263626A1 (en) * 2006-05-14 2007-11-15 Warden David M A System for Session-Oriented Reliable Multicast Transmission.
EP2652986B1 (en) * 2010-12-14 2018-11-21 Nokia Technologies Oy Mode switching
WO2012115471A2 (ko) * 2011-02-23 2012-08-30 엘지전자 주식회사 무선통신 시스템에서 m2m(machine to machine) 기기가 멀티캐스트 데이터 관련 정보를 송신 및 수신하는 방법과 이를 위한 장치
WO2012167432A1 (en) * 2011-06-09 2012-12-13 Renesas Mobile Corporation Method and apparatus for facilitating multicast service
US9461792B2 (en) * 2011-07-28 2016-10-04 Broadcom Corporation Signaling and procedure design for cellular cluster contending on license-exempt bands

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007502070A (ja) * 2003-08-08 2007-02-01 サムスン エレクトロニクス カンパニー リミテッド マルチメディアブロードキャスト/マルチキャストサービスのためのプロトコルを構成する方法及び装置
JP2007511155A (ja) * 2003-11-12 2007-04-26 コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ データパケットの伝送
JP2010508754A (ja) * 2007-01-10 2010-03-18 エルジー エレクトロニクス インコーポレイティド 無線通信システムでデータブロック生成方法

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
3RD GENERATION PARTNERSHIP PROJECT, 3GPP TSG RAN MEETING #58, RP-122009, 7 December 2012 (2012-12-07)

Also Published As

Publication number Publication date
EP3065500A4 (en) 2016-11-16
EP3065500B1 (en) 2019-02-13
US10064237B2 (en) 2018-08-28
JP2015089041A (ja) 2015-05-07
EP3065500A1 (en) 2016-09-07
JP6516402B2 (ja) 2019-05-22
US20160255659A1 (en) 2016-09-01

Similar Documents

Publication Publication Date Title
CN111758246B (zh) 用于小数据用户平面传输的装备、方法和存储介质
CN109479336B (zh) 用于连接管理的系统和方法
JP6227631B2 (ja) データパケットのアップリンク及びダウンリンクの間のコネクションレス型送信のための方法及びシステム
JP5852193B1 (ja) ユーザ装置
WO2019095885A1 (zh) 网络接入的方法、终端设备和网络设备
CN108366369B (zh) 一种数据安全传输的方法及接入网、终端、核心网设备
WO2016072501A1 (ja) ユーザ装置、及び重複パケット処理方法
US11889301B2 (en) Security verification when resuming an RRC connection
JP6806411B2 (ja) コネクションレス伝送における同期維持のためのシステムおよび方法
TW201914339A (zh) 處理用於無線承載的承載型態改變的裝置及方法
WO2015170433A1 (ja) 通信システム、基地局、通信方法及びプログラムを格納した非一時的なコンピュータ可読媒体
WO2014117658A1 (zh) 一种数据传输方法、设备及系统
WO2015064583A1 (ja) 通信装置、及びレイヤ2状態制御方法
US20230156820A1 (en) Data Communication In An Inactive State
US20220345883A1 (en) Security key updates in dual connectivity
JP2024026229A (ja) Slユニキャストにおけるセキュリティの改善
CN102547689B (zh) 一种加解密参数的同步方法及装置
WO2014111049A1 (zh) 小区优化方法及装置
US20240147524A1 (en) Managing data communication before and after a state transition
WO2012155427A1 (zh) 一种数据处理方法、装置及分组数据汇聚协议层模块
JP6174365B2 (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: 14858492

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 15032278

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE

REEP Request for entry into the european phase

Ref document number: 2014858492

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2014858492

Country of ref document: EP