




版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領
文檔簡介
1、CS12.2調試,CS12.2業務流程及常見問題分析以主叫起呼并掛機為例,說明CS AMR 12.2K的整個信令過程。為清晰起見,將整個信令流程分割為以下幾個獨立階段進行描述。在每個階段中,再進行流程介紹,關鍵技術點分析,重要信令參數說明以及常見問題解答。出現問題的首要標準排查方法:u 首先比對標準信令過程,看看從哪一條信令開始和標準信令過程不吻合,查找實現流程不吻合的原因;u 排除流程原因后,查看是那一條信令出現異常。從異常信令的位置開始往前,逐條檢查每條信令內容,和標準信令配置參數比對。如果參數不一樣,則先逐個排除參數,將參數調整為一致,看看是否參數原因導致的異常u 如果全部排除參數和流程
2、的原因后,就需要從該流程原理以及代碼實現上來排查問題,以及當UE,NODEB,CN返回失敗時,需要請這些設備的相關人員一起定位問題。對于基本流程而言,由于功能較穩定,主要是排查參數配置和流程方面的原因。另外,呼叫過程信令處理的核心模塊是位于RCP上的UCPMC模塊。關聯的主要模塊會涉及到處理Iu口的SCPM,處理Iub口的RLMM,處理Iur口的RNSAP,以及一些外圍模塊如RPM,這些模塊都位于RCP上,所以更多的故障信息可以觀察RCP上的LOG來獲得。在本文的常見問題解答中會涉及到通過相關模塊的LOG信息來定位問題。在重要信令參數說明內容中,考慮到各個消息逐個說明,內容實在太大,而Iub口
3、消息和Uu口消息配置內容大部分類似,在格式上略有不同。所以將以Uu口消息為主來說明。NAS消息內容主要是UE和CN交互的,和2G相比差別不大,在本文就不做額外說明了。在本文中, UE指的是帶有NET MONITOR的NOKIA UE或者帶TRACE的高通UE。可能會通過UE的輔助功能來觀察某些現象定位問題。1. 第一階段:RRC 建立過程1.1. 信令流程介紹RRC連接的建立是UE和UTRAN建立信令交互的第一步。u UE在RACH上上報RRC連接建立請求u RNC依據后臺設置,決定將RRC連接建立在DCH上u RNC先在Iub口建立RL(radio link),RL建立成功后,Iub口對應的
4、FP層進行傳輸同步過程,隨后NODEB上報RL恢復指示(radio link restoreindication),表明RL可用了u RNC在FACH下發RRC連接建立消息,通知UE進行RRC連接建立,相關RRC連接的配置消息也在該消息中攜帶給UEu UE建立RRC連接成功后,在DCH上回復成功的RRC建立響應消息。1.2. 關鍵技術點接納在專用信道(DCH)上建立RRC連接,需要進行接納判斷。接納判斷由無線資源模塊RRM中子模塊CAC完成。CAC判斷是否能夠接入到當前小區,需要考慮當前上報小區的負載情況,包括網絡擁塞情況和碼資源情況。當擁塞過載或碼資源缺乏時,根據RRC建立請求消息中信元Me
5、asured results on RACH進行小區選擇,選取新的小區進行RRC連接建立,在新小區中建立CCIU、無線鏈路等,并在RRC連接建立消息中將新小區通知給UE。如果連新小區都負荷較高,無法接納,那么拒絕UE的接入。RRC建立傳輸信道選擇后臺有對應選擇的控制項目,在RNC一級的參數中,取值有u “強制DCH”,使用3.4kbps普通信令,初始接入建立在CELL_DCH狀態,所以需要建立Iub口無線鏈路(radio link),如上面的SDL圖所示u “強制FACH”,使用3.4kbps普通信令,初始接入建立在CELL_FACH狀態,無需在Iub口建立無線鏈路u “不強制”,使用RNC本
6、身的控制策略,目前是使用3.4kbps普通信令,根據RRC建立的原因值來決定建立在CELL_DCH狀態還是CELL_FACH狀態。對于后續沒有業務流程的,如注冊等,建立在CELL_FACH狀態;對于后續有業務流程的,如主叫被叫等,建立在CELL_DCH狀態。默認配置中,選擇的是第一種“強制DCH”。另外,后續的版本將加上13.6K相關高速信令的選擇UE能力信息UE的能力信息即可通過RRC建立后發起UE能力查詢過程獲得,也可在RRC建立時從消息RRC Connection Setup Complete獲得。目前實現的流程是后者,在RRC建立時從消息RRC Connection Setup Com
7、plete獲得。后續RNC進行無線資源管理和安全模式控制過程,以及物理層傳輸層參數計算等都需要具備UE的能力信息信令無線承載RRC連接建立過程創建由RB#1- RB#4所指定的信令無線承載SRB:RB#1 用于所有在DCCH和RLC-UM上發送的信息;RB#2 用于除了直接傳送消息之外的所有在DCCH和RLC-AM上發送的信息;RB#3 用于傳送高層信令的直接傳送消息(使用DCCH和RLC-AM)。RB#4 實際上是沒有用的,原則上是用于傳送高層信令的直接傳送消息(使用DCCH和RLC-AM)。利用兩個傳送高層信令的SRB,UTRAN就可以處理信令上的優先級,RB#4用于低優先級的NAS信令,
8、RB#3用于高優先級的NAS信令。RLMM模塊涉及的標識與對應關系NBAP專用消息中涉及了如下幾種ID,根據其體現的對應關系,RLMM模塊需要利用這些ID組織管理實例、處理流程以及專用資源。l CRNC Communication Context ID CRNC通信上下文(Communication Context)可以理解為UE在CRNC的一個映象,在RNC上統一分配,代表了特定UE在CRNC上占用的全部資源的集合,同UE間存在一一對應的關系。鑒于目前RLMM模塊的實現考慮,RLMM模塊的實例RLMI實際上也同UE存在這樣一個對應關系,所以NBAP消息中涉及到的CRNC CC ID均可同具體
9、實例直接掛鉤。l Communication Control Port IDCCP ID用于標識某個具體Node B同RNC間的信令承載,由Node B分配并在該Node B唯一。由于CCP相對于NBCC或者CRNCCC是個宏觀的概念,基本不存在直接的對應關系,所以在目前RLMM模塊的實現中,可能會考慮將CCP的概念淡化。對于大多數專用流程或消息,無論是Node B還是RNC對CCP都是不關心的。目前RLMM模塊需要考慮CCP ID的情況:專用測量流程:如果發起的專用測量在指定NBCC時使用了保留值All NBCC,則該測量是對CCP范圍內生效的;復位流程:如果Node B發起了面向某個(些)
10、CCP的復位過程或者RNC需要發起面向某個(些)CCP的復位過程。具體的解決辦法將在下文詳述。l Node B Communication Context IDNB CC的概念同CRNC CC相仿,由Node B進行統一分配。但是由于UE本身是可以在多個Node B上存在這樣一個上下文的,所以對于RLMI而言可能同多個NBCC相對應,這些NBCC ID本身的值可能相同。Node B將根據NBCC ID對UE進行區分。所以RNC側應當維護這樣一個一對多的對應關系,即當前CRNC CC所對應的UE在某個Node B上對應的NBCC ID,具體到RLMI,則是每個RLMI應當維護該UE對應的Node
11、 B列表及相應的NBCC ID。l Transaction IDTransaction ID用于標識流程。NBAP的專用消息涉及了多種流程,流程的發起方將分配一個唯一標識用于確定具體流程,在流程結束之前,用Trasaction ID確定一條消息是否屬于本流程。對于Node B發起的消息,由Node B保證該Transaction ID在當前NBCC內全部Node B發起的流程中唯一;對于RNC發起的消息中,由RNC保證該Transaction ID在相應NBCC內全部RNC發起的流程中唯一。l Radio Link IDRadio Link ID對于一個特定UE能夠唯一標識一條無線鏈路。RLM
12、I應當可以使用RL ID作為無線鏈路隊列的一個索引。l Radio Link Set IDRadio Link Set ID用于在一個NBCC的范圍內唯一確定一個鏈路集。RLMM模塊不關心該信息體現的RL間關系l Measurement ID由于測量任務均由RNC下達,所以由RNC保證Measurement ID在一個CCP范圍內的唯一性。RNC根據Measurement ID判斷測量上報消息、測量失敗消息對應的測量任務。以上提到的幾種標識均將作為某個NBCC的重要參數保存在該NBCC對應的數據區內,分別是RLMM模塊在進行消息處理時的參考。1.3. 重要信令參數說明RRC CONNECTIO
13、N REQUESTRLC-SAP: TMLogical channel: CCCHDirection: UE UTRANInformation Element/Group nameNeedMultiType and referenceSemantics descriptionMessage TypeMPMessage TypeUE information elementsInitial UE identityMPInitial UE identity 10.3.3.15Establishment causeMPEstablishment cause 10.3.3.11Protocol erro
14、r indicatorMDProtocol error indicator 10.3.3.27Default value is FALSEMeasurement information elementsMeasured results on RACHOPMeasured results on RACH 10.3.7.451. UE標識信息元素initial UE identity initial UE identity是在RRC連接建立時提供一個唯一的UE在空閑模式下的非接入層標識。UCPM_C根據initial UE identity選擇SCCPCH(RLC根據SCCPCH獲取FACH信息)
15、。UE對非接入層標識類型選擇原則為:(1)若UE中的變量SELECTED_CN值為GSM-MAP,UE根據下列優先級在信息元素initial UE identity中選擇UE id type:1) TMSI(GSM-MAP):TMSI若有效則選擇。當使用TMSI時信息元素initial UE identity中應包含信息元素LAI以保證其唯一性。2) P-TMSI(GAM-MAP):若無有效的TMSI(GSM-MAP)且存在有效的P-TMSI(GSM-MAP),則選擇。當使用P-TMSI時信息元素initial UE identity中應包含信息元素RAI以保證其唯一性。3) IMSI(GSM
16、-MAP):若無有效的TMSI及P-TMSI(GSM-MAP),且存在有效的IMSI(GSM-MAP),則選擇。4) IMEI:若上述條件均不滿足則選擇IMEI。在使用時信息元素TMSI(GSM-MAP)、P-TMSI(GAM-MAP)、IMSI(GSM-MAP),LAI和RAI應設置為與USIM或SIM存貯的相應標識值相等。(2)若UE內變量SELECTED_CN值為ANSI-41,UE應根據3GPP2文檔3GPP2 C.P0004-A,選擇信息元素Initial UE identity中的UE id type。2. Establishment cause RRC建立原因,當后臺選擇“不強制
17、”時,各類原因有對應的RRC建立信道選擇趨向:1) Originating Conversational Call:專用物理信道2) Originating Streaming Call:專用物理信道3) Originating Interactive Call:專用物理信道4) Originating Background Call:專用物理信道5) Originating Subscribed traffic Call:專用物理信道6) Terminating Conversational Call:專用物理信道7) Terminating Streaming Call:專用物理信道8)
18、Terminating Interactive Call:專用物理信道9) Terminating Background Call:專用物理信道10) Emergency Call:專用物理信道11) Inter-RAT cell re-selection:專用物理信道12) Inter-RAT cell change order:專用物理信道13) Registration:公用物理信道14) Detach:專用物理信道15) Originating High Priority Signalling:專用物理信道16) Originating Low Priority Signalling:
19、公用物理信道17) Call re-establishment:專用物理信道18) Terminating High Priority Signalling:專用物理信道19) Terminating Low Priority Signalling:公用物理信道20) Terminating cause unknown3. Protocol error indicator 為一Boolean 值,TRUE表示有協議錯誤發生;FALSE表示沒有協議錯誤發生。缺省值為FALSE。UE在啟動RRC建立過程時應設置該變量為缺省值。4. Measured results on RACH UE測量報告,測
20、量報告內容根據系統信息塊11中信息元素“頻率間測量RACH報告”、“RACH報告小區最大數目”決定。RRC_CONNECTION_SETUPRLC-SAP: UMLogical channel: CCCHDirection: UTRAN UEInformation Element/Group nameNeedMultiType and referenceSemantics descriptionMessage TypeMPMessage TypeUE Information ElementsInitial UE identityMPInitial UE identity 10.3.3.15RR
21、C transaction identifierMPRRC transaction identifier 10.3.3.36Activation timeMDActivation time 10.3.3.1Default value is nowNew U-RNTIMPU-RNTI 10.3.3.47New C-RNTIOPC-RNTI 10.3.3.8RRC State IndicatorMPRRC State Indicator 10.3.3.35aUTRAN DRX cycle length coefficientMPUTRAN DRX cycle length coefficient
22、10.3.3.49Capability update requirementMDCapability update requirement 10.3.3.2Default value is defined in subclause 10.3.3.2RB Information ElementsSignalling RB information to setup listMP3 to 4Signalling RB information to setupMPSignalling RB information to setup 10.3.4.24TrCH Information ElementsU
23、plink transport channelsUL Transport channel information common for all transport channelsOPUL Transport channel information common for all transport channels 10.3.5.24Added or Reconfigured TrCH information listMP1 to Although this IE is not required when the IE RRC state indicator is set to CELL_FA
24、CH, need is MP to align with ASN.1Added or Reconfigured UL TrCH informationMPAdded or Reconfigured UL TrCH information 10.3.5.2Downlink transport channelsDL Transport channel information common for all transport channelsOPDL Transport channel information common for all transport channels 10.3.5.6Add
25、ed or Reconfigured TrCH information listMP1 to Although this IE is not required when the IE RRC state indicator is set to CELL_FACH, need is MP to align with ASN.1Added or Reconfigured DL TrCH informationMPAdded or Reconfigured DL TrCH information10.3.5.1PhyCH information elementsFrequency infoMDFre
26、quency info 10.3.6.36Default value is the existing value of frequency informationUplink radio resourcesMaximum allowed UL TX powerMDMaximum allowed UL TX power 10.3.6.39Default value is the existing maximum UL TX powerCHOICE channel requirementOPUplink DPCH info Uplink DPCH info 10.3.6.88CPCH SET In
27、foCPCH SET Info 10.3.6.13Downlink radio resourcesDownlink information common for all radio linksOPDownlink information common for all radio links 10.3.6.24Downlink information per radio link listOP1 to Send downlink information for each radio link to be set-upDownlink information for each radio link
28、MPDownlink information for each radio link 10.3.6.271. RRC transaction identifier RRC連接事務號,標識UTRAN相對特定UE唯一的一個RRC連接,為(0,3)間Integer值;2. Activation time 以CFN值表示的本操作生效frame number/時間,為(0,255)間Integer值;3. New U-RNTI 標識UTRAN內與當前RRC連接對應的UE,由SRNC identity 和S-RNTI組成,在整個PLMN中是唯一的,Serving RNC為每一個具有RRC連接的UE分配一個
29、SRNC identity。4. New C-RNTI 標識UTRAN內與當前RRC連接對應的UE所在小區,由控制RNC在創建一個新的UE上下文時分配,在當前小區公共傳輸信道上通訊時使用,為UE在UTRAN連接模式下分配的一個無線網絡臨時標識。5. UTRAN DRX cycle length coefficient UE對尋呼記數使用的非連續接收DRX周期長度。6. Capability update requirement 指示UE是否上報能力信息信元。 Information Element/Group nameNeedMultiType and referenceSemantics d
30、escriptionUE radio access FDD capability update requirementMPBooleanTRUE indicates update requiredSystem specific capability update requirement listOP1 to In this version, a maximum size of 4 for the list shall be applied and any items after the 4th item in the list shall be ignored.System specific
31、capability update requirementMPEnumerated (GSM) UE radio capability FDD update requirement 確省值為TRUE。7. Signalling RB information to setup 包含RB ID, RLCInfo,RB MappingInfo等,在實例數據區中直接獲取,UE應按信元RB ID、RB MappingInfo替換以前存貯的無線承載復用選項;按信元RB ID、RLCInfo配置其無線承載的傳輸及接收RLC實體功能。RB ID為(0,4)間Integer值,RLCInfo定義上下行RLC模式
32、(AM, UM or TM)及相應參數。UE根據RB MappingInfo初始化信令鏈路參數。(1)RLC Info 包含以下內容;Information Element/Group nameNeedMultiType and referenceSemantics descriptionCHOICE Uplink RLC modeOPIndicates if Acknowledged, Unacknowledged or Transparent mode RLC shall be used. AM RLCTransmission RLC discardMPTransmission RLC d
33、iscard 10.3.4.25Transmission window sizeMPInteger(1,8,16,32,64,128,256,512,768,1024,1536,2047,2560,3072,3584,4095)Maximum number of RLC PUs sent without getting them acknowledged. This parameter is needed if acknowledged mode is used. UE shall also assume that the UTRAN receiver window is equal to t
34、his value.Timer_RSTMPInteger(50, 100, 150, 200, 250, 300, 350, 400, 450, 500, 550, 600, 700, 800, 900, 1000)Elapsed time in milliseconds. It is used to trigger the retransmission of RESET PDU.Max_RSTMPInteger(1, 4, 6, 8, 12 16, 24, 32)Defined in 16Polling infoOPPolling info 10.3.4.4UM RLCTransmissio
35、n RLC discardOPTransmission RLC discard 10.3.4.25TM RLCTransmission RLC discardOPTransmission RLC discard 10.3.4.25Segmentation indicationMPBooleanTRUE indicates that segmentation is performed.CHOICE Downlink RLC modeOPIndicates if Acknowledged, Unacknowledged or Transparent mode RLC shall be usedAM
36、 RLCIn-sequence deliveryMPBooleanTRUE indicates that RLC shall preserve the order of higher layer PDUs when these are delivered.FALSE indicates that receiving RLC entity could allow SDUs to be delivered to the higher layer in different order than submitted to RLC sublayer at the transmitting side.Re
37、ceiving window size MPInteger(1,8,16,32,64,128,256,512,768,1024,1536,2047,2560,3072,3584,4095)Maximum number of RLC PUs allowed to be received. This parameter is needed if acknowledged mode is used. UE shall also assume that the UTRAN transmitter window is equal to this valueDownlink RLC status Info
38、MPDownlink RLC status info10.3.4.1UM RLC(No data)TM RLCSegmentation indicationMPBooleanTRUE indicates that segmentation is performed.l Transmission RLC discard 運行定時器;l Transmission window size AM RLC模式下用于流量控制的接收窗口大小信元;l Timer_RST 重傳RESET PDU定時器,用于探測來自對等RLC實體的復位ACK PDU是否丟失;l Max_RST 復位PDU重新傳送次數的最大值。該
39、參數是計數器VT(RST)的上限。當VT(RST)的值達到MaxRST 時,將通知高層RRC;l Polling info 確認模式傳送時輪詢檢測信息,用來請求從接收者RLC得到狀態報告(確認模式下接收者向發送者傳送狀態報告,每個狀態報告包含一個或多個狀態PDU,通知發送者哪個PU收到哪個PU沒有收到);l In-sequence delivery RLC PDU按序投遞功能開關,即是否要求接收端按發送端的發送順序將PDU投遞給RRC層。(2)RB MappingInfo包含內容: Information Element/Group nameNeedMultiType and referenc
40、eSemantics descriptionInformation for each multiplexing optionMP1 to RLC logical channel mapping indicatorCV-UL-RLCLogicalChannelsBooleanTRUE indicates that the first logical channel shall be used for data PDUs and the second logical channel shall be used for control PDUs.FALSE indicates that contro
41、l and data PDUs can be sent on either of the two logical channels.This parameter is not used in this release and shall be set to TRUE.Number of uplink RLC logical channelsCV-UL-RLC info1 to MaxLoCHperRLC1 or 2 logical channels per RLC entity or radio bearerRLC 16Uplink transport channel typeMPEnumer
42、ated(DCH,RACH,CPCH)CPCH is FDD onlyUL Transport channel identityCV-UL-DCHTransport channel identity 10.3.5.18This is the ID of a DCH that this RB could be mapped onto.Logical channel identityOPInteger(1.15)This parameter is used to distinguish logical channels multiplexed by MAC on a transport chann
43、el.CHOICE RLC size listMPThe RLC sizes that are allowed for this logical channelFor radio bearers mapped to RACH, Explicit list is the only valid choice. The UE shall regard all other choices as undefined IE values and handle these as specified in clause 9.AllNullAll RLC sizes listed in the Transpor
44、t Format Set. 10.3.5.23ConfiguredNullThe RLC sizes configured for this logical channel in the Transport Format Set. 10.3.5.23 if present in this message or in the previously stored configuration otherwiseExplicit List1 to Lists the RLC sizes that are valid for the logical channel.RLC size indexMPInt
45、eger(1.maxTF)The integer number is a reference to the RLC size which arrived at that position in the Transport Format Set 10.3.5.23MAC logical channel priorityMPInteger(1.8)This is priority between a users different RBs (or logical channels). 15Downlink RLC logical channel infoCV-DL-RLC infoNumber o
46、f downlink RLC logical channelsMD1 to MaxLoCHperRLC1 or 2 logical channels per RLC entity or radio bearerRLC 16Default value is that parameter values for DL are exactly the same as for corresponding UL logical channel. In case two multiplexing options are specified for the UL, the first options shal
47、l be used as default for the DL. As regards to the IE Channel type, rule is specified in 8.6.4.8.Downlink transport channel typeMPEnumerated(DCH,FACH,DSCH,DCH+DSCH)DL DCH Transport channel identityCV-DL-DCHTransport channel identity 10.3.5.18DL DSCH Transport channel identityCV-DL-DSCHTransport chan
48、nel identity 10.3.5.18Logical channel identityOPInteger(1.15)16 is reservedConditionExplanationUL-RLC infoIf CHOICE Uplink RLC mode in the IE RLC info that applies for that RB (i.e. either the one stored or received in the same message for the RB for which the RB mapping info was received, or the on
49、e stored or received in the same message for the RB pointed at in the IE Same as RB in the IE RB information to setup stored or received in the same message) is present this IE is mandatory present. Otherwise the IE is not needed.DL-RLC infoIf CHOICE Downlink RLC mode in the IE RLC info that applies
50、 for that RB (i.e. either the one stored or received in the same message for the RB for which the RB mapping info was received, or the one stored or received in the same message for the RB pointed at in the IE Same as RB in the IE RB information to setup stored or received in the same message) is pr
51、esent this IE is mandatory present. Otherwise the IE is not needed.UL-RLCLogicalChannelsIf Number of uplink RLC logical channels in IE RB mapping info is 2, then this IE is mandatory present. Otherwise this IE is not needed.UL-DCHIf IE Uplink transport channel type is equal to DCH this IE is mandato
52、ry present. Otherwise the IE is not needed.DL-DCHIf IE Downlink transport channel type is equal to DCH or DCH+DSCH this IE is mandatory present. Otherwise the IE is not needed.DL-DSCHIf IE Downlink transport channel type is equal to DSCH or DCH+DSCH this IE is mandatory present. Otherwise the IE is
53、not needed.l Number of uplink RLC logical channels 上行配置默認兩條邏輯信道;l RLC size 其配置可以有All、Configured、Explicit List三種方式,目前都按照最后一種來進行配置,目前版本不考慮RLC size的動態調整;l Number of downlink RLC logical channels 下行配置默認一條邏輯信道,也可配置兩條。8. UL Transport channel information common for all transport channels UCI_U根據UE的IMSI,從數據
54、庫配置選擇上行傳輸信道相應內容。Information Element/Group nameNeedMultiType and referenceSemantics descriptionPRACH TFCSOPTransport format combination set 10.3.5.20This IE should not be included in this version of the protocol.CHOICE modeOPTFC subsetMDTransport Format Combination Subset10.3.5.22Default value is the complete existing set of transport format combinationsUL DCH TFCSMPTransport formation combination set 10.3.5.209. Added or Reconfigured TrCH information list 需增加或重配置的上行傳輸信道信息列表,此信元在公共信道上建立RRC連接時不用填。
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯系上傳者。文件的所有權益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經權益所有人同意不得將文件中的內容挪作商業或盈利用途。
- 5. 人人文庫網僅提供信息存儲空間,僅對用戶上傳內容的表現方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
- 6. 下載文件中如有侵權或不適當內容,請與我們聯系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 速凍早餐產品系列企業制定與實施新質生產力項目商業計劃書
- 2025年東北地區房地產市場區域分化現狀及投資機會研究報告
- 青海安全員c證考試考試試題及答案
- 南京安全員報考考試試題及答案
- 【成都】2025年四川成都東部新區“蓉漂人才薈”考核招聘高層次人才20人筆試歷年典型考題及考點剖析附帶答案詳解
- 【成都】2025年上半年四川成都職業技術學院招聘工作人員3人筆試歷年典型考題及考點剖析附帶答案詳解
- 【寧波】2025年上半年浙江寧波市北侖區(開發區)招聘事業單位工作人員81人筆試歷年典型考題及考點剖析附帶答案詳解
- 2025福建南平市武夷新區城市發展集團有限公司招聘13人筆試參考題庫附帶答案詳解
- 2025廣西百色市德保縣惠保投資發展有限公司招聘16人筆試參考題庫附帶答案詳解
- 2025年甘肅海林中科科技股份有限公司招聘15人筆試參考題庫附帶答案詳解
- 關于公司流程管理制度
- 2025年棉紗代加工合同3篇
- 2025年國家開放大學《形勢與政策大作業》試題與答案《形勢與政策》形成性考試專題檢測及大作業答案
- 浙江省金華市卓越聯盟2024-2025學年高一下學期5月月考政治試題(含解析)
- 理論聯系實際談一談如何傳承發展中華優-秀傳統文化?參考答案
- 拱墅區長慶街道招聘工作人員筆試真題2024
- 國開2025年《中華民族共同體概論》形考作業1-4終考答案
- 2025貴州省專業技術人員繼續教育公需科目考試題庫(2025公需課課程)
- 陜西、山西省天一大聯考2024-2025學年高中畢業班階段性測試(七)英語試題及答案
- 陜西延長石油集團招聘筆試題庫2024
- 2024年廣東省中考生物真題【含答案、詳細解析】
評論
0/150
提交評論