TDLTE eNB MAC与PHY接口方案.doc
《TDLTE eNB MAC与PHY接口方案.doc》由会员分享,可在线阅读,更多相关《TDLTE eNB MAC与PHY接口方案.doc(89页珍藏版)》请在三一办公上搜索。
1、ContentsIntroduction21.1 LTE21.2 L1 API22 L1 API Procedures32.1 Configuration Procedures42.1.1 Initialization52.1.2 Termination92.1.3 Restart92.1.4 Reset102.1.5 Reconfigure102.1.6 Query112.1.7 Notification122.2 Subframe Procedures122.2.1 SUBFRAME Signal132.2.2 SFN/SF Synchronization142.2.3 API Messa
2、ge Order182.2.4 Semi-Static Information212.2.5 Uplink HARQ Signalling222.2.6 Downlink222.2.7Uplink282.2.8Error Sequences343L1 API Messages353.1 General Message Format353.2Configuration Messages363.2.1 PARAM373.2.2 CONFIG393.2.3 Configuration TLVs423.2.4 START473.2.5 STOP483.2.6 UE CONFIG483.2.7 UE R
3、ELEASE523.2.8 PHY Notifications533.3 Subframe Messages553.3.1 SUBFRAME553.3.2 Downlink Data803.3.3 Uplink Data813.4 Error Codes893.4.1 Sub Error Codes89IntroductionThis document describes an Application Programming Interface (API) which defines the interface between LTE L2/L3 software and L1 PHY. Sp
4、ecifically, this L1 API defines both P5 and P7 of the Femto Forum LTE FAPI. The LTE standard 3 has been designed to support both TDD and FDD deployments. The LTE L1 API, described in this document, also supports TDD and FDD modes. Features which are specific to only TDD, or FDD, are clearly highligh
5、ted. This document is divided into two sections. The first section provides a description of typical procedures which will occur between the L1 and L2/L3 software. The second section provides the definition of the L1 API messages.1.1 LTELTE is standardized by 3GPP (http:/www.3gpp.org) and designed a
6、s an evolution to the current WCDMA wireless network, which is in widespread use today. A critical requirement of LTE is the capability of supporting high data rates (300Mbps), and many aspects of the LTE network have been designed specifically to support high data rates and low latency.Figure 1 sho
7、ws the architecture of a LTE network. It consists of only two elements; the Evolved Pack Core (EPC) and the E-UTRAN Node B (eNB). The LTE L1 API resides within the eNB element. The two standardized interfaces in a LTE network are called S1 and X2. The L1 is not involved in either of these interfaces
8、, and both are out of scope for this document.Figure 1: LTE Architecture1.2 L1 APIThe L1 API, defined in this document, resides within the eNB component. The functionality of an eNB is shown in Figure 2 and Figure 3. In both Figures the location of the L1 API is highlighted.Figure 2 shows the protoc
9、ol model for the eNB defined in the E-UTRAN architectural standard 4. It highlights the separation of control- and data-plane information, which is maintained throughout the LTE network. Both control- and data-plane information is passed through the L1 API, however, each API message contains either
10、control- or data-plane information, but never both.Figure 2: E-UTRAN protocol modelFigure 3 provides an example of how the different L2/L3 protocol layers will interact with the L1 API. In this example, a PHY control entity is responsible for configuration procedures (P5). The MAC layer is responsib
11、le for the exchange of data-plane messages with the PHY (P7). The PHY configuration sent over the P5 interface may be determined using SON techniques, information model parameters sent from the HeMS 11, or a combination of both methods.Figure 3: L1 API Interactions2 L1 API ProceduresThis section giv
12、es an overview of the procedures which use the L1 API. These procedures are split into two groups, namely, configuration procedures and subframe procedures. Configuration procedures handle the management of the PHY layer and are expected to occur infrequently. Subframe procedures determine the struc
13、ture of each 1ms subframe and operate with a 1ms periodicity.API接口处理分为配置管理和子帧处理两部分,配置部分对物理层的参数进行配置,子帧部分每1ms子帧周期进行相应的处理。2.1 Configuration ProceduresThe configuration procedures supported by the L1 API are: Initialization Termination Restart Reset Error notificationThese procedures will move the PHY l
14、ayer through the IDLE, CONFIGURED and RUNNING states, as shown in Figure 4. A list of the L1 API configuration messages which are valid in each state is given in Table 1.Figure 4: PHY layer state transactions on L1 API configuration messagesTable 1: L1 API configuration messages valid in each PHY st
15、ate2.1.1 InitializationThe initialization procedure moves the PHY from the IDLE state to the RUNNING state, via the CONFIGURED state. An overview of this procedure is given in Figure 5, the different stages are: The PARAM message exchange procedure The CONFIG message exchange procedure The START mes
16、sage exchange procedureThe initialization procedure is completed when the PHY sends the L2/L3 software a SUBFRAME.indication message. The remainder of this section describes the PARAM, CONFIG and START message exchange procedures.Figure 5: Initialization procedureThe PARAM message exchange procedure
17、 is shown in Figure 6. Its purpose is to allow the L2/L3 software to collect information about the PHY configuration and current state. The information returned by the PHY depends on its state, and is described in Table 2. The PARAM message exchange is optional.Table 2: Information returned by the P
18、HY during a PARAM message exchangeFrom Figure 6 it can be seen that the PARAM message exchange procedure is initiated by the L2/L3 software sending a PARAM.request message to the PHY. It is recommended that the L2/L3 software starts a guard timer to wait for the response from the PHY. If the PHY is
19、operating correctly it will return a PARAM.response message. In the IDLE and CONFIGURED states this message will include the current PHY state and a list of configuration information, as described in Table 2. In the RUNNING state this message will indicate an INVALID_STATE error, to determine the PH
20、Y capabilities it must be moved to the CONFIGURED state using the termination procedure. If the guard timer expires before the PHY responds this indicates the PHY is not operating correctly. This must be rectified before further L1 API commands are used; the rectification method is outside the scope
21、 of this document. The CONFIG message exchange procedure is shown in Figure 7. Its purpose is to allow the L2/L3 software to configure the PHY. It can be used when the PHY is in any state. The procedure has slight differences depending on the PHY state, for clarity each case is described separately.
22、 If the PHY is in the IDLE state the CONFIG.request message, sent by the L2/L3 software, must include all mandatory TLVs. The mandatory TLVs are highlighted later in Section 3.2.2.1. If all mandatory TLVs are included, and set to values supported by the PHY, L1 will return a CONFIG.response message
23、indicating it is successfully configured and has moved to the CONFIGURED state. If the CONFIG.request message has missing mandatory TLVs, invalid TLVs, or unsupported TLVs, the PHY will return a CONFIG.response message indicating an incorrect configuration. In this case, it will remain in the IDLE s
24、tate and all received TLVs will be ignored.Figure 6: PARAM message exchangeIf the PHY is in the CONFIGURED state the CONFIG.request message, sent by the L2/L3 software, may include only the TLVs that are required to change the PHY to a new configuration. If the PHY supports these new values, it will
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- TDLTE eNB MAC与PHY接口方案 MAC PHY 接口 方案
链接地址:https://www.31ppt.com/p-4131765.html