PDCP Header Compression (RAN15.0 - 01) PDF
PDCP Header Compression (RAN15.0 - 01) PDF
PDCP Header Compression (RAN15.0 - 01) PDF
Issue 01
Date 2013-04-28
and other Huawei trademarks are trademarks of Huawei Technologies Co., Ltd.
All other trademarks and trade names mentioned in this document are the property of their respective holders.
Notice
The purchased products, services and features are stipulated by the contract made between Huawei and the
customer. All or part of the products, services and features described in this document may not be within the
purchase scope or the usage scope. Unless otherwise specified in the contract, all statements, information,
and recommendations in this document are provided "AS IS" without warranties, guarantees or representations
of any kind, either express or implied.
The information in this document is subject to change without notice. Every effort has been made in the
preparation of this document to ensure accuracy of the contents, but all statements, information, and
recommendations in this document do not constitute a warranty of any kind, express or implied.
Website: http://www.huawei.com
Email: [email protected]
Contents
2 Overview.........................................................................................................................................4
2.1 Introduction to PDCP Header Compression...................................................................................................................4
2.2 PDCP Header Compression algorithms.........................................................................................................................4
2.2.1 IPHC............................................................................................................................................................................4
2.2.2 RoHC...........................................................................................................................................................................5
3 Technical Description...................................................................................................................6
3.1 Overview of PDCP Header Compression Technology..................................................................................................6
3.2 PDCP System Structure..................................................................................................................................................7
3.2.1 UMTS Structure for the PS Domain............................................................................................................................7
3.2.2 User Plane of the Protocol Stack for the PS Domain..................................................................................................7
3.2.3 PDCP Structure in the Radio Interface Protocol Architecture....................................................................................8
3.3 Process of PDCP Header Compression..........................................................................................................................9
3.3.1 Process of IPHC...........................................................................................................................................................9
3.3.2 Process of RoHC.......................................................................................................................................................13
4 Engineering Guidelines.............................................................................................................22
4.1 WRFD-011500 PDCP Header Compression (RFC2507)............................................................................................22
4.1.1 Requirements.............................................................................................................................................................22
4.1.2 Data Preparation........................................................................................................................................................23
4.1.3 Activation (Using MML Commands).......................................................................................................................23
4.1.4 MML Command Examples.......................................................................................................................................23
4.1.5 Activation (Using the CME)......................................................................................................................................23
4.1.6 Activation Observation..............................................................................................................................................24
4.1.7 Deactivation (Using MML Commands)....................................................................................................................25
4.1.8 MML Command Examples.......................................................................................................................................25
4.1.9 Deactivation (Using the CME)..................................................................................................................................25
4.2 PDCP Header Compression (RoHC)............................................................................................................................25
4.2.1 Requirements.............................................................................................................................................................26
4.2.2 Data Preparation........................................................................................................................................................26
4.2.3 Activation (Using MML Commands).......................................................................................................................26
4.2.4 MML Command Examples.......................................................................................................................................26
4.2.5 Activation (Using the CME)......................................................................................................................................26
4.2.6 Activation Observation..............................................................................................................................................27
4.2.7 Feature Deactivation..................................................................................................................................................28
4.2.8 MML Command Examples.......................................................................................................................................28
4.2.9 Deactivation (Using the CME)..................................................................................................................................28
5 Parameters.....................................................................................................................................30
6 Counters........................................................................................................................................58
7 Glossary.........................................................................................................................................59
8 Reference Documents.................................................................................................................60
1.1 Scope
This document describes PDCP Header Compression, including its technical principles and
engineering guidelines.
NE Type NE Model
l Feature change
Changes in features of a specific product version
l Editorial change
Changes in wording or addition of information that was not described in the earlier version
RAN15.0 01(2013-04-28)
This issue does not include any changes.
NOTE
Y indicates that a feature is supported; N indicates that a feature is not supported; NA indicates that an NE is
not involved, that is, a feature does not require the support of the NE.
The features described in this document are implemented in the same way on macro, micro, and
LampSite base stations.
2 Overview
2.2.1 IPHC
The IP protocol, transport protocols like TCP or UDP, and optional application protocols are
described in the header of a packet. Data in a header serves long-distance transport over multiple
links or hops in the network.
l Source IP address
l Destination IP address
l Port information
l Protocol ID
l Sequence number
l Error checking information
IPHC uses the concept of packet stream context. A context is a set of data which contain field
values and value change patterns in the packet header.
For each packet stream, the context is formed at the compressor and the decompressor. After
the context is established on both sides, the compressor can compress the packets.
To initiate compression of the headers of a packet stream, a full header carrying a Context
Identifier (CID) is transmitted over the link.
The compressor and decompressor store most fields of this full header as context. The context
consists of the fields of the header whose values are constant and thus need not be sent over the
link at all, or whose values change little between consecutive headers so that PDCP header
compression uses fewer bits to send the difference from the previous value compared with
sending the absolute value.
2.2.2 RoHC
The IPHC schemes are suitable for radio links with strong link-level checksums but are not
robust enough to handle high Bit Error Rate (BER) and long Round Trip Time (RTT). Because
high BER and long RTT are common on 3G links, an efficient and robust compression scheme
is needed. In this regard, the RoHC scheme is developed.
l RoHC uncompressed (profile 0): provides a way to send packets without any compression.
l RoHC RTP (profile 1): compresses packets with IP/UDP/RTP protocol headers.
l RoHC UDP (profile 2): compresses packets with IP/UDP protocol headers.
l RoHC ESP (profile 3): compresses packets with IP/ESP protocol headers.
The RoHC scheme uses Window-based Least Significant Bit (W-LSB) encoding for the
compression of dynamic fields in the protocol headers. Due to its feedback mechanism, RoHC
is robust on radio links with high BER and long RTT. It can achieve compression to as small as
1 byte, and thus it is more efficient than other compression schemes. Even though RoHC is
complex compared with earlier schemes, RoHC is suitable for wireless networks, which use the
very expensive radio spectrum resource.
3 Technical Description
l The redundant protocol headers are compressed before being transmitted on a link.
l The packets are decompressed to their original status when they are received at the other
end of the link.
Figure 3-2 User plane of the protocol stack for the PS domain
The PDCP entities are located in the PDCP sublayer. Every PDCP entity uses none, one, or
several different header compression protocols.
Every PS domain Radio Access Bearer (RAB) is associated with one Radio Bearer (RB), which
in turn is associated with one PDCP entity. A PDCP entity is mapped to either one acknowledged
mode (AM) RLC entity or one or two unacknowledged mode (UM) or transparent mode (TM)
RLC entities. The RLC entities depend on the RB characteristic (unidirectional or bidirectional)
and RLC mode.
l A UDP header
l An IPv4 header
The compressible chain of sub-headers extends from the beginning of the header.
l Up to but not including the first header that is not an IPv4 header, an IPv6 basic or extension
header, a TCP header, or a UDP header.
l Up to and including the first TCP header, UDP header, fragment header, Encapsulating
Security Payload (ESP) header, or IPv4 header for a fragment.
For example, both rules fit a chain of sub-headers that contains a fragment header and ends at a
tunneled IPX packet. Since the second rule gives a shorter chain, the compressible chain of sub-
headers ends at the fragment header.
The part of the header that is stored as context and compressed is the longest initial sequence of
entire sub-headers that is not larger than maximum control header size which is fixed to 18 bytes.
The compressor uses whatever criterion it finds appropriate to group packets into packet streams.
To determine which packet stream a packet belongs to, a compressor may proceed as follows:
NOTE
l If too many fields are used for identification, performance might suffer because more CIDs will be
used and the wrong CIDs might be reused when new flows need CIDs.
l If too few fields are used for identification, performance might suffer because there are too frequent
changes to the context.
The CID spaces for TCP and non-TCP are separate. Therefore, a TCP CID and a non-TCP CID
never identify the same context even if they have the same value. This doubles the available
CID space when the same number of bits is used for the CIDs.
Max CID value for TCP connections defines the maximum CID value for TCP connections, and
it is fixed to 15.
Max CID value for non-TCP connections defines the maximum CID value for non-TCP
connections, and it is fixed to 15.
If the checksum fails, the error is assumed to be caused by a lost segment that did not update the
context properly. If the lost segment contained the same delta as the current, the delta of the
current segment is then added to the context again.
Analysis of traces of diverse TCP bulk transfers shows that applying the delta of the current
segment one or two times repairs the context for 83% to 99% of all single-segment losses in the
data stream.
For the acknowledgment stream, the success rate is lower because of the delayed
acknowledgment mechanism of TCP. The Twice mechanism repairs the context for 53% to 99%
of the losses in the acknowledgment stream.
When failing to repair the context after a loss, the decompressor requests a full header from the
compressor. This is possible only when bidirectional links are used, because the decompressor
must communicate with its compressor. The decompressor sends a context state message to the
compressor to indicate that one or more contexts are invalid.
Figure 3-5 shows how packets are sent after a change in the context. The compressor keeps a
variable F_PERIOD for each non-TCP packet stream. The variable keeps track of how many
compressed headers are sent between full headers. When the headers of a non-TCP packet stream
change so that its context changes, a full header is sent and F_PERIOD is set to 1. After
F_PERIOD compressed headers are sent, a full header is sent. F_PERIOD is doubled each time
a full header is sent during compression slow-start.
Profile number 4 -
RoHC can be characterized as an interaction between two state machines, one compressor
machine and one decompressor machine. The compressor and the decompressor have three states
each, which in many ways are related to each other even if the meanings of the states are different
from the two parties. Both machines start in the lowest compression state and transit gradually
to higher states.
After getting a chain of sub-headers, the compressor creates a CID or finds a proper CID. The
CID is equal to or less than the value of downlink maximum CID which is fixed to 3. On the
decompressor side, CID is restricted by uplink maximum CID which is fixed to 3.
Figure 3-7 shows the basic principle of the compressor states of RoHC.
The compressor always starts in IR state. In this state, it sends uncompressed packets to establish
the context on the decompressor side. After it gains the confidence that the decompressor has
the context information, the compressor moves to higher states of operation, either through FO
state to SO state or directly to SO state. The compressor dynamically changes its states depending
on link conditions and error conditions as observed and reported by the decompressor.
NOTE
The detailed state transitions of the compressor vary with the mode of RoHC. For detailed information,
see Modes of RoHC.
l No Context
l Static Context
l Full Context
The decompressor starts in No Context state, as it has no context information available at the
beginning of a packet flow. The successful decompression of an IR packet (containing both static
and dynamic information) sent from the compressor creates the context information on the
decompressor side. Then, the decompressor can move to the Full Context state when it has
received both static and dynamic information.
When in Full Context state, the decompressor moves to lower states only upon repeated failures.
When moving to a lower state, it moves to the Static Context state and then hopefully can move
back to the Full Context state by restoring the context through successful decompression of FO
packets. If it fails to decompress FO packets, it moves to the No Context state. In this case, the
compressor needs to send IR packets to restore the context at the decompressor.
Modes of RoHC
The RoHC framework defines the following three modes of operation:
The reliability of these working modes and overheads used for transmitting feedback are
different.
The initial operating mode of the compressor must be U-Mode, and then gradually transits to
O-Mode or R-Mode. The mode can be changed from any one to the other two, as shown in
Figure 3-10.
In the current version, only the mode transitions between U-mode and O-mode are supported.
l U-mode
In U-mode, packets are sent in only one direction, that is, from the compressor to the
decompressor. In the case that a return path or feedback channel is unavailable, RoHC can
still be used.
The compressor uses the optimistic approach, that is, sending enough information to
reconstruct the context and to maintain the integrity of the decompressor context. The
context updating information is sent periodically to ensure context synchronization. A
periodic timeout mechanism is used for the compressor to transit to lower states and send
FO and IR state packets. Figure 3-11 shows the state transitions of the compressor in U-
mode.
Compared with other modes of operation, U-mode results in lower compression gain. The
compressor can move to other modes of operation if it receives a feedback packet from the
decompressor. As the decompressor can estimate link conditions and knows the availability of
the feedback channel, it may choose to move to other modes of operation.
l O-mode
In O-Mode, the decompressor can send feedback in the form of requests for error recovery
(negative acknowledgements, NACKs) or indication of successful context update
(acknowledgements, ACKs). Figure 3-12 shows state transitions of the compressor in
optimistic mode upon receiving feedback packets from the decompressor and using the
optimistic approach.
The compressor moves to higher states by using the optimistic approach or after receiving ACKs
from the decompressor.
The decompressor sends ACKs for IR packets. For other context updating packets, it sends ACKs
optionally. To recover from repeated failures, it sends NACKs or static NACKs (depending on
its state).
l R-mode
In R-mode, the feedback channel is used often to avoid packet loss caused by context
invalidation. R-mode uses the secure reference principle rather than the optimistic approach
as in other modes. Figure 3-13 shows the state transitions of the compressor in R-mode.
R-mode improves the robustness against packet loss and bit errors. Compared with O-mode, R-
mode has a very low probability of context invalidation but may result in a larger number of
damaged headers being delivered when the context is invalidated.
Confidence of the compressor depends on acknowledgements from the decompressor for every
context updating packet. However, not every packet in R-mode updates the context. According
to the secure reference principle, the compressor should send the context updating packets
periodically and repeat until acknowledgement is received from the decompressor.
4 Engineering Guidelines
4.1.1 Requirements
l Dependencies on Hardware
The UE supports this feature.
l Dependencies on Other Features
This feature does not depend on other features.
l License
For details about how to activate the license, see License Management Feature Parameter
Description.
If RAN Sharing or MOCN is enabled, the licensed value is allocated among the primary
and secondary operators according to the value of the "License Allocation for Multiple
Operators parameter".
Method 2: it is recommended that the license allocation proportion of a feature be consistent
with that of the capacity license item "PS throughput only-kbps". The licensed values can
be set by running the SET LICENSE command. If the FeatureResAssignMode parameter
in this command is set to AutoAssign, the licensed values are automatically allocated
among the primary and secondary operators. If the FeatureResAssignMode parameter in
this command is set to ManualAssign, you also need to specify the related license
parameters to implement manual license allocation.
When configuring the Service Awareness-based QoS Management feature on the CME, perform a single
configuration first, and then perform a batch modification if required.
Configure the parameters of a single object before a batch modification. Perform a batch modification
before logging out of the parameter setting interface.
Set parameters on the CME according to the operation sequence in Table 4-2. For instructions
on how to perform the CME single configuration, see CME Single Configuration Operation
Guide.
Step 2 (Optional) Modify objects in batches on the CME. (CME batch modification center)
----End
To modify objects, such as RNCs, NodeBs, cells, and external UMTS cells, in batches, click
on the CME to start the batch modification wizard. For instructions on how to perform a
batch modification through the CME batch modification center, press F1 while running the
wizard to obtain online help.
When configuring the HSUPA Adaptive Transmission feature on the CME, perform a single configuration
first, and then perform a batch modification if required.
Configure the parameters of a single object before a batch modification. Perform a batch modification
before logging out of the parameter setting interface.
----End
To modify objects in batches, click on the CME to start the batch modification wizard. For
instructions on how to perform a batch modification through the CME batch modification center,
press F1 while running the wizard to obtain online help.SET UCORRMALGOSWITCH to clear
the CFG_PDCP_RFC2507_HC_SWITCH check box under the Channel configuration
strategy switch parameter.
4.2.1 Requirements
l Dependencies on Hardware
The UE supports this feature.
l Dependencies on Other Features
This feature does not depend on other features.
l License
This feature is not under license control.
When configuring the Service Awareness-based QoS Management feature on the CME, perform a single
configuration first, and then perform a batch modification if required.
Configure the parameters of a single object before a batch modification. Perform a batch modification
before logging out of the parameter setting interface.
----End
To modify objects, such as RNCs, NodeBs, cells, and external UMTS cells, in batches, click
on the CME to start the batch modification wizard. For instructions on how to perform a
batch modification through the CME batch modification center, press F1 while running the
wizard to obtain online help.
l CMP_RAB_5_CFG_ROHC_SWITCH
l CMP_RAB_6_CFG_ROHC_SWITCH
l CMP_RAB_7_CFG_ROHC_SWITCH
l CMP_RAB_8_CFG_ROHC_SWITCH
l CMP_RAB_9_CFG_ROHC_SWITCH
When configuring the HSUPA Adaptive Transmission feature on the CME, perform a single configuration
first, and then perform a batch modification if required.
Configure the parameters of a single object before a batch modification. Perform a batch modification
before logging out of the parameter setting interface.
Set parameters on the CME according to the operation sequence described in Table 4-5. For
instructions on how to perform the CME single configuration, see CME Single Configuration
Operation Guide
Step 2 (Optional) Modify objects in batches on the CME. (CME batch modification center)
----End
To modify objects in batches, click on the CME to start the batch modification wizard. For
instructions on how to perform a batch modification through the CME batch modification center,
press F1 while running the wizard to obtain online help.SET UCORRMALGOSWITCH to clear
the CFG_PDCP_RFC2507_HC_SWITCH check box under the Channel configuration
strategy switch parameter.
5 Parameters
CFG_FREE_USER_SWITCH,
CFG_DC_MIMO_DYNAMIC_SELECT_SWITCH,
CFG_HSUPA_DC_SWITCH,
CFG_HSDPA_4C_MIMO_SWITCH,
CFG_HSDPA_4C_SWITCH,
CFG_HSDPA_DBMIMO_SWITCH,
CFG_HSDPA_DB_SWITCH,
CFG_RCS_E_SWITCH,
CFG_FACH_AM_RLC_RETRANSMIT_PARA_SW
ITCH,
CFG_DCH_SRB_AM_RLC_RETRANS_PARA_SW
ITCH, CFG_HSDPA_SFDC_SWITCH,
CFG_HSDPA_DF3C_SWITCH,
CFG_SRB_BICASTING_SWTICH
Unit: None
Actual Value Range:
CFG_DC_MIMO_DYNAMIC_SELECT_SWITCH,
CFG_DL_BLIND_DETECTION_SWITCH,
CFG_EDPCCH_BOOSTING_SWITCH,
CFG_FREE_USER_SWITCH,
CFG_HSDPA_64QAM_SWITCH,
CFG_HSDPA_DCMIMO_SWITCH,
CFG_HSDPA_DC_SWITCH,
CFG_HSDPA_MIMO_SWITCH,
CFG_HSDPA_MIMO_WITH_64QAM_SWITCH,
CFG_HSDPA_4C_MIMO_SWITCH,
CFG_HSDPA_4C_SWITCH,
CFG_HSDPA_DBMIMO_SWITCH,
CFG_HSDPA_DB_SWITCH,
CFG_HSPA_DTX_DRX_SWITCH,
CFG_HSPA_HSSCCH_LESS_OP_SWITCH,
CFG_HSUPA_16QAM_SWITCH,
CFG_HSUPA_DC_SWITCH,
CFG_IMS_SUPPORT_SWITCH,
CFG_LOSSLESS_DLRLC_PDUSIZECHG_SWITC
H, CFG_LOSSLESS_RELOC_CFG_SWITCH,
CFG_MULTI_RAB_SWITCH,
CFG_PDCP_IPV6_HEAD_COMPRESS_SWITCH,
CFG_PDCP_RFC2507_HC_SWITCH,
CFG_PDCP_RFC3095_HC_SWITCH,
CFG_PTT_SWITCH,
CFG_RAB_REL_RMV_HSPAPLUS_SWITCH,
CFG_RCS_E_SWITCH,
CFG_FACH_AM_RLC_RETRANSMIT_PARA_SW
ITCH,
CFG_DCH_SRB_AM_RLC_RETRANS_PARA_SW
ITCH, CFG_HSDPA_SFDC_SWITCH,
CFG_HSDPA_DF3C_SWITCH,
CFG_SRB_BICASTING_SWTICH
Default Value:
CFG_DC_MIMO_DYNAMIC_SELECT_SWITCH:
0,CFG_DL_BLIND_DETECTION_SWITCH:
1,CFG_EDPCCH_BOOSTING_SWITCH:
0,CFG_FREE_USER_SWITCH:
0,CFG_HSDPA_64QAM_SWITCH:
1,CFG_HSDPA_DCMIMO_SWITCH:
0,CFG_HSDPA_DC_SWITCH:
0,CFG_HSDPA_MIMO_SWITCH:
1,CFG_HSDPA_MIMO_WITH_64QAM_SWITCH:
0,CFG_HSDPA_4C_MIMO_SWITCH:
0,CFG_HSDPA_4C_SWITCH:
0,CFG_HSDPA_DBMIMO_SWITCH:
0,CFG_HSDPA_DB_SWITCH:
0,CFG_HSPA_DTX_DRX_SWITCH:
0,CFG_HSPA_HSSCCH_LESS_OP_SWITCH:
0,CFG_HSUPA_16QAM_SWITCH:
0,CFG_HSUPA_DC_SWITCH:
0,CFG_IMS_SUPPORT_SWITCH:
1,CFG_LOSSLESS_DLRLC_PDUSIZECHG_SWIT
CH:0,CFG_LOSSLESS_RELOC_CFG_SWITCH:
0,CFG_MULTI_RAB_SWITCH:
1,CFG_PDCP_IPV6_HEAD_COMPRESS_SWITCH:
0,CFG_PDCP_RFC2507_HC_SWITCH:
0,CFG_PDCP_RFC3095_HC_SWITCH:
0,CFG_PTT_SWITCH:
0,CFG_RAB_REL_RMV_HSPAPLUS_SWITCH:
0,CFG_RCS_E_SWITCH:
0,CFG_FACH_AM_RLC_RETRANSMIT_PARA_S
WITCH:
0,CFG_DCH_SRB_AM_RLC_RETRANS_PARA_S
WITCH:0,CFG_HSDPA_SFDC_SWITCH:
0,CFG_HSDPA_DF3C_SWITCH:
0,CFG_SRB_BICASTING_SWTICH:0
Unit: None
Actual Value Range:
CMP_IU_IMS_PROC_AS_NORMAL_PS_SWITCH,
CMP_IU_QOS_ASYMMETRY_IND_COMPAT_S
WITCH,
CMP_IU_SYSHOIN_CMP_IUUP_FIXTO1_SWITC
H,
CMP_IUR_H2D_FOR_LOWR5_NRNCCELL_SWIT
CH, CMP_IUR_SHO_DIVCTRL_SWITCH,
CMP_UU_ADJACENT_FREQ_CM_SWITCH,
CMP_UU_AMR_DRD_HHO_COMPAT_SWITCH,
CMP_UU_AMR_SID_MUST_CFG_SWITCH,
CMP_UU_FDPCH_COMPAT_SWITCH,
CMP_UU_IGNORE_UE_RLC_CAP_SWITCH,
CMP_UU_INTRA_FREQ_MC_BESTCELL_CIO_S
WITCH,
CMP_UU_IOS_CELL_SYNC_INFO_REPORT_SWI
TCH,
CMP_UU_SERV_CELL_CHG_WITH_ASU_SWIT
CH,
CMP_UU_SERV_CELL_CHG_WITH_RB_MOD_S
WITCH,
CMP_UU_VOIP_UP_PROC_AS_NORMAL_PS_S
WITCH,
CMP_F2F_RLC_ONESIDE_REBUILD_SWITCH,
CMP_D2F_RLC_ONESIDE_REBUILD_SWITCH,
CMP_RAB_5_CFG_ROHC_SWITCH,
CMP_RAB_6_CFG_ROHC_SWITCH,
CMP_RAB_7_CFG_ROHC_SWITCH,
CMP_RAB_8_CFG_ROHC_SWITCH,
CMP_RAB_9_CFG_ROHC_SWITCH,
CMP_HSUPA_MACD_FLOW_MUL_SWITCH,
CMP_SMLC_RSLT_MODE_TYPE_SWITCH,
CMP_F2P_PROCESS_OPTIMIZATION_SWITCH,
CMP_UU_SIB11_SIB12_WITH_1A1D_SWITCH
Default Value:
CMP_IU_IMS_PROC_AS_NORMAL_PS_SWITCH:
0,CMP_IU_QOS_ASYMMETRY_IND_COMPAT_S
WITCH:
0,CMP_IU_SYSHOIN_CMP_IUUP_FIXTO1_SWIT
CH:
0,CMP_IUR_H2D_FOR_LOWR5_NRNCCELL_SW
ITCH:0,CMP_IUR_SHO_DIVCTRL_SWITCH:
0,CMP_UU_ADJACENT_FREQ_CM_SWITCH:
0,CMP_UU_AMR_DRD_HHO_COMPAT_SWITCH
:1,CMP_UU_AMR_SID_MUST_CFG_SWITCH:
Unit: None
Actual Value Range:
CMP_IU_IMS_PROC_AS_NORMAL_PS_SWITCH,
CMP_IU_QOS_ASYMMETRY_IND_COMPAT_S
WITCH,
CMP_IU_SYSHOIN_CMP_IUUP_FIXTO1_SWITC
H,
CMP_IUR_H2D_FOR_LOWR5_NRNCCELL_SWIT
CH, CMP_IUR_SHO_DIVCTRL_SWITCH,
CMP_UU_ADJACENT_FREQ_CM_SWITCH,
CMP_UU_AMR_DRD_HHO_COMPAT_SWITCH,
CMP_UU_AMR_SID_MUST_CFG_SWITCH,
CMP_UU_FDPCH_COMPAT_SWITCH,
CMP_UU_IGNORE_UE_RLC_CAP_SWITCH,
CMP_UU_INTRA_FREQ_MC_BESTCELL_CIO_S
WITCH,
CMP_UU_IOS_CELL_SYNC_INFO_REPORT_SWI
TCH,
CMP_UU_SERV_CELL_CHG_WITH_ASU_SWIT
CH,
CMP_UU_SERV_CELL_CHG_WITH_RB_MOD_S
WITCH,
CMP_UU_VOIP_UP_PROC_AS_NORMAL_PS_S
WITCH,
CMP_F2F_RLC_ONESIDE_REBUILD_SWITCH,
CMP_D2F_RLC_ONESIDE_REBUILD_SWITCH,
CMP_RAB_5_CFG_ROHC_SWITCH,
CMP_RAB_6_CFG_ROHC_SWITCH,
CMP_RAB_7_CFG_ROHC_SWITCH,
CMP_RAB_8_CFG_ROHC_SWITCH,
CMP_RAB_9_CFG_ROHC_SWITCH,
CMP_HSUPA_MACD_FLOW_MUL_SWITCH,
CMP_SMLC_RSLT_MODE_TYPE_SWITCH,
CMP_F2P_PROCESS_OPTIMIZATION_SWITCH,
CMP_UU_SIB11_SIB12_WITH_1A1D_SWITCH
Default Value:
CMP_IU_IMS_PROC_AS_NORMAL_PS_SWITCH:
0,CMP_IU_QOS_ASYMMETRY_IND_COMPAT_S
WITCH:
0,CMP_IU_SYSHOIN_CMP_IUUP_FIXTO1_SWIT
CH:
0,CMP_IUR_H2D_FOR_LOWR5_NRNCCELL_SW
ITCH:0,CMP_IUR_SHO_DIVCTRL_SWITCH:
0,CMP_UU_ADJACENT_FREQ_CM_SWITCH:
0,CMP_UU_AMR_DRD_HHO_COMPAT_SWITCH
:1,CMP_UU_AMR_SID_MUST_CFG_SWITCH:
6 Counters
7 Glossary
For the acronyms, abbreviations, terms, and definitions, see the Glossary.
8 Reference Documents