Sie sind auf Seite 1von 17

ZGB-03-05-001 Coding

Scheme CS1~CS4 Feature


Guide
ZGB-03-05-001 Coding Scheme CS1~CS4 Feature Guide

ZGB-03-05-001 Coding Scheme CS1~CS4 Feature


Guide
Version Date Author Reviewer Notes

V1.0 First Release

© 2016 ZTE Corporation. All rights reserved.


ZTE CONFIDENTIAL: This document contains proprietary information of ZTE and is not to be disclosed or used
without the prior written permission of ZTE.
Due to update and improvement of ZTE products and technologies, information in this document is subjected to
change without notice.

ZTE Confidential & Proprietary 1


ZGB-03-05-001 Coding Scheme CS1~CS4 Feature Guide

TABLE OF CONTENTS

1 Feature Attribute ................................................................................................ 4

2 Overview ............................................................................................................. 4
2.1 Feature Introduction.............................................................................................. 4
2.2 License Control..................................................................................................... 5
2.3 Correlation with Other Features ............................................................................ 5

3 Technical Description ........................................................................................ 5

4 Parameters ......................................................................................................... 7

5 Related Counters and Alarms ........................................................................... 8


5.1 Related Counters.................................................................................................. 8
5.2 Related Alarms ..................................................................................................... 9

6 Engineering Guide ............................................................................................. 9


6.1 Application Scenario ............................................................................................. 9
6.2 Feature Activation Procedure ............................................................................. 10
6.3 Feature Validation Procedure ............................................................................. 10
6.3.1 Coding Scheme CS1 .......................................................................................... 10
6.3.2 Coding Scheme CS2 .......................................................................................... 11
6.3.3 Coding Scheme CS3 .......................................................................................... 12
6.3.4 Coding Scheme CS4 .......................................................................................... 13
6.4 Feature Deactivation Procedure ......................................................................... 14
6.5 Network Impact................................................................................................... 15

7 Abbreviation ..................................................................................................... 15

8 Reference Document ....................................................................................... 16

ZTE Confidential & Proprietary 2


ZGB-03-05-001 Coding Scheme CS1~CS4 Feature Guide

FIGURES

Figure 3-1 Block Structure When CS-1 to CS-3 Used ....................................................... 6


Figure 3-2 Block Structure When CS-4 Used.................................................................... 6
Figure 6-1 Ps Support Configuration Window ..................................................................10
Figure 6-2 Ps Support Configuration Window ..................................................................15

TABLES

Table 2-1 License Control List .......................................................................................... 5


Table 3-1 Parameters of GPRS Coding Scheme .............................................................. 7
Table 4-1 Parameters List ................................................................................................ 7
Table 5-1 Counter List ...................................................................................................... 8

ZTE Confidential & Proprietary 3


ZGB-03-05-001 Coding Scheme CS1~CS4 Feature Guide

1 Feature Attribute
BSC Version: [ZXUR 9000 GSM (V6.50.31)]

BTS Version: [Independent of the BTS hardware platform]

Attribute: [Basic]

Related Network Element:


NE Name Related or Not Special Requirements

MS √

BTS √

BSC √

iTC -

MSC -

MGW -

SGSN √

GGSN -

HLR -
“√”: Related, “-”: Irrelative

2 Overview

2.1 Feature Introduction

The GPRS packet data service defines four kinds of coding schemes: CS1, CS2, CS3,
and CS4. Among which, CS1 is adopted on all packet control channels except the
PRACH and PTCCH(U).

From CS1 to CS4 in turn, the valid payload message included in radio data blocks
increases the message length and radio interface rate. Accordingly, the overhead the
guard bit decreases and the anti-interference capability degrades as well.

ZTE Confidential & Proprietary 4


ZGB-03-05-001 Coding Scheme CS1~CS4 Feature Guide

The network adjusts the code scheme adaptively as the radio quality changes to obtain
the optimum rate in the wireless condition and enhance user experience.

2.2 License Control

Table 2-1 License Control List

License Configured Sales


Feature ID Feature Name
Control Item NE Unit

ZGB-03-05-001 Coding Scheme


None None None
CS1–CS4

2.3 Correlation with Other Features

1. Required Features

ZGB-03-05-002 Initial Coding Scheme per Cell Settable

2. Mutually Exclusive Features

None

3. Affected Features

ZGB-03-05-012 GPRS Link Adaptation

3 Technical Description
The block structure of GPRS coding is shown below.

ZTE Confidential & Proprietary 5


ZGB-03-05-001 Coding Scheme CS1~CS4 Feature Guide

Figure 3-1 Block Structure When CS-1 to CS-3 Used

Radio Block

USF BCS

rate 1/2 convolutional coding

puncturing

456 bits

Figure 3-2 Block Structure When CS-4 Used

Radio Block

USF BCS
block
no coding
code

456 bits

CS-1 and the SACCH use the same coding scheme on the PDTCH.

The Block Check Sequence (BCS) is used for error detection.

For CS2 to CS4, three USF bit are coded into six bits in the same way in advance.
USFs in CS4 are coded into 12 bits. And USFs in CS1 are not pre-coded.

For CS-1 to CS-3, add four tail bits and a half rate convolutional coding for error
correction that is punctured to give the desired coding rate.

CS-4 does not use convolutional coding and there is no coding for error correction.

The following table shows the payload length, coding bit, punctured bit, and rate.

ZTE Confidential & Proprietary 6


ZGB-03-05-001 Coding Scheme CS1~CS4 Feature Guide

Table 3-1 Parameters of GPRS Coding Scheme

Scheme Code rate USF Pre-code Radio BCS Tail Coded Puncture Data rate Data rate
d USF Block bits d kb/s kb/s
excl. USF bits (Note 1) (Note 2)
and BCS

CS-1 1/2 3 3 181 40 4 456 0 9.05 8.0

CS-2 2/3 3 6 268 16 4 588 132 13.4 12.0

CS-3 3/4 3 6 312 16 4 676 220 15.6 14.4

CS-4 1 3 12 428 16 - 456 - 21.4 20.0

NOTE 1: This value includes the RLC header, the MAC header (excluding the USF), the spare bits, and RLC
information.
NOTE 2: This value includes only RLC information.

4 Parameters

Table 4-1 Parameters List

Recom
Managed Value Default
Logic Name Parameter Description Unit mended
Object Range Value
Value

This parameter indicates


whether GPRS (EDGE) is 0:Not
GSM Cell
supported in this cell. If "GPRS" Support 0:Not
Configuratio PS Support None 1:GPRS
or "EGDE" is selected, a 1:GPRS Support
n
corresponding page is 2:EDGE
displayed on the screen.

This parameter indicates


External whether GPRS (EDGE) is 0:Not
GSM Cell GPRS service supported in this cell. If "GPRS" Support 0:Not 0:Not
None
Configuratio support or "EGDE" is selected, a 1:GPRS Support Support
n corresponding page is 2:EDGE
displayed on the screen.

Maximum This parameter indicates the 0:CS1


GPRS
coding maximum coding scheme 1:CS2
Configuratio None 3 3
scheme of supported by the uplink TBF 2:CS3
n
GPRS uplink when the MS performs GPRS 3:CS4

ZTE Confidential & Proprietary 7


ZGB-03-05-001 Coding Scheme CS1~CS4 Feature Guide

Recom
Managed Value Default
Logic Name Parameter Description Unit mended
Object Range Value
Value
TBF services.

Maximum This parameter indicates the 0:CS1


GPRS coding maximum coding scheme
1:CS2
Configuratio scheme of supported by the downlink TBF None 3 3
2:CS3
n GPRS when the MS performs GPRS
downlink TBF services. 3:CS4

5 Related Counters and Alarms

5.1 Related Counters

Table 5-1 Counter List

Counter ID Name

Number of downlink RLC blocks on PACCH (excluding


C901030001
control dummy frame)

Number of downlink RLC pending blocks in CS1 on


C901030002
PDTCH

Number of downlink RLC pending blocks in CS2 on


C901030003
PDTCH

Number of downlink RLC pending blocks in CS3 on


C901030004
PDTCH

Number of downlink RLC pending blocks in CS4 on


C901030005
PDTCH

Number of downlink RLC NACK blocks in CS1 on


C901030015
PDTCH

Number of downlink RLC NACK blocks in CS2 on


C901030016
PDTCH

Number of downlink RLC NACK blocks in CS3 on


C901030017
PDTCH

Number of downlink RLC NACK blocks in CS4 on


C901030018
PDTCH

ZTE Confidential & Proprietary 8


ZGB-03-05-001 Coding Scheme CS1~CS4 Feature Guide

C901030028 Number of downlink RLC new blocks in CS1 on PDTCH

C901030029 Number of downlink RLC new blocks in CS2 on PDTCH

C901030030 Number of downlink RLC new blocks in CS3 on PDTCH

C901030031 Number of downlink RLC new blocks in CS4 on PDTCH

Number of uplink RLC blocks on PACCH (excluding


C901030043
control dummy frame)

Number of uplink RLC pending blocks in CS1 on


C901030044
PDTCH

Number of uplink RLC pending blocks in CS2 on


C901030045
PDTCH

Number of uplink RLC pending blocks in CS3 on


C901030046
PDTCH

Number of uplink RLC pending blocks in CS4 on


C901030047
PDTCH

C901030057 Number of uplink RLC NACK blocks in CS1 on PDTCH

C901030058 Number of uplink RLC NACK blocks in CS2 on PDTCH

C901030059 Number of uplink RLC NACK blocks in CS3 on PDTCH

C901030060 Number of uplink RLC NACK blocks in CS4 on PDTCH

C901030070 Number of uplink RLC new blocks in CS1 on PDTCH

C901030071 Number of uplink RLC new blocks in CS2 on PDTCH

C901030072 Number of uplink RLC new blocks in CS3 on PDTCH

C901030073 Number of uplink RLC new blocks in CS4 on PDTCH

5.2 Related Alarms


This feature has no related alarms.

6 Engineering Guide

6.1 Application Scenario

CS1 to CS4 are applied to all GPRS scenarios.

ZTE Confidential & Proprietary 9


ZGB-03-05-001 Coding Scheme CS1~CS4 Feature Guide

6.2 Feature Activation Procedure

In the configuration resource tree, select OMMR > SubNetwork > MEID > Modify
Area > Managed Element > GSM Logical Configuration > Cell Information
Configuration > GSM Cell Configuration and set PS Support to GPRS[1], see the
following figure.

Figure 6-1 Ps Support Configuration Window

6.3 Feature Validation Procedure

6.3.1 Coding Scheme CS1


Test Item Coding Scheme CS1

Precondition 1. The CN is in good condition. Refer to Chapter Check


Test Environment.
2. The BSC is operating properly. Refer to Chapter Check
Test Environment.
3. The SDR is operating properly. Refer to Chapter Check
Test Environment.

ZTE Confidential & Proprietary 10


ZGB-03-05-001 Coding Scheme CS1~CS4 Feature Guide

Test Item Coding Scheme CS1


4. Check the default cell configuration and parameters in
the BSC.
5. The MSs are ready.
6. The radio environment is good.
Test steps 1. In the Configuration Management window, select
Managed Element > GSM Logical Configuration >
Cell Information Configuration > GSM Cell
Configuration and set PS Support to GPRS.
2. In the Configuration Management window, select
Managed Element > GSM Logical Configuration >
Cell Information Configuration > GPRS
Configuration and set Initial Coding Scheme of
GPRS uplink TBF, Initial Coding Scheme of GPRS
downlink TBF, Maximum coding scheme of GPRS
uplink TBF, and Maximum coding scheme of GPRS
downlink TBF to CS1.
3. Enable the RLC/MAC and LLC signaling trace.
4. Run the DU Meter software.
5. Power on the MS and the MS attach in serving cell.
6. Activate the PDP.
7. Initiate an FTP download.

Anticipative result 1. Attach and PDP activation is successful.


2. During the RLC/MAC signaling trace, the CS1 coding
scheme can be observed in the Packet Uplink
Response message.
3. Record the FTP download rate.

6.3.2 Coding Scheme CS2


Test Item Coding Scheme CS2

Precondition 1. The CN is in good condition. Refer to Chapter Check


Test Environment.
2. The BSC is operating properly. Refer to Chapter Check
Test Environment.
3. The SDR is operating properly. Refer to Chapter Check
Test Environment.
4. Check the default cell configuration and parameters in
the BSC.

ZTE Confidential & Proprietary 11


ZGB-03-05-001 Coding Scheme CS1~CS4 Feature Guide

Test Item Coding Scheme CS2


5. The MSs are ready.
6. The radio environment is good.

Test steps 1. In the Configuration Management window, select


Managed Element > GSM Logical Configuration >
Cell Information Configuration > GSM Cell
Configuration and set PS Support to GPRS.
2. In the Configuration Management window, select
Managed Element > GSM Logical Configuration >
Cell Information Configuration > GPRS
Configuration and set Initial Coding Scheme of
GPRS uplink TBF, Initial Coding Scheme of GPRS
downlink TBF, Maximum coding scheme of GPRS
uplink TBF, and Maximum coding scheme of GPRS
downlink TBF to CS2.
3. Enable the RLC/MAC and LLC signaling trace.
4. Run the DU Meter software.
5. Power on the MS and the MS attach in serving cell.
6. Activate the PDP.
7. Initiate an FTP download.

Anticipative result 1. Attach and PDP activation is successful.


2. During the RLC/MAC signaling trace, the CS2 coding
scheme can be observed in the Packet Uplink
Response message.
3. Record the FTP download rate.

6.3.3 Coding Scheme CS3


Test Item Coding Scheme CS3

Precondition 1. The CN is in good condition. Refer to Chapter Check


Test Environment.
2. The BSC is operating properly. Refer to Chapter Check
Test Environment.
3. The SDR is operating properly. Refer to Chapter Check
Test Environment.
4. Check the default cell configuration and parameters in
the BSC.
5. The MSs are ready.

ZTE Confidential & Proprietary 12


ZGB-03-05-001 Coding Scheme CS1~CS4 Feature Guide

Test Item Coding Scheme CS3


6. The radio environment is good.

Test steps 1. In the Configuration Management window, select


Managed Element > GSM Logical Configuration >
Cell Information Configuration > GSM Cell
Configuration and set PS Support to GPRS.
2. In the Configuration Management window, select
Managed Element > GSM Logical Configuration >
Cell Information Configuration > GPRS
Configuration and set Initial Coding Scheme of
GPRS uplink TBF, Initial Coding Scheme of GPRS
downlink TBF, Maximum coding scheme of GPRS
uplink TBF, and Maximum coding scheme of GPRS
downlink TBF to CS3.
3. Enable the RLC/MAC and LLC signaling trace.
4. Run the DU Meter software.
5. Power on the MS and the MS attach in serving cell.
6. Activate the PDP.
7. Initiate an FTP download.

Anticipative result 1. Attach and PDP activation is successful.


2. During the RLC/MAC signaling trace, the CS3 coding
scheme can be observed in the Packet Uplink
Response message.
3. Record the FTP download rate.

6.3.4 Coding Scheme CS4


Test Item Coding Scheme CS4

Precondition 1. The CN is in good condition. Refer to Chapter Check


Test Environment.
2. The BSC is operating properly. Refer to Chapter Check
Test Environment.
3. The SDR is operating properly. Refer to Chapter Check
Test Environment.
4. Check the default cell configuration and parameters in
the BSC.
5. The MSs are ready.
6. The radio environment is good.

ZTE Confidential & Proprietary 13


ZGB-03-05-001 Coding Scheme CS1~CS4 Feature Guide

Test Item Coding Scheme CS4

Test steps 1. In the Configuration Management window, select


Managed Element > GSM Logical Configuration >
Cell Information Configuration > GSM Cell
Configuration and set PS Support to GPRS.
2. In the Configuration Management window, select
Managed Element > GSM Logical Configuration >
Cell Information Configuration > GPRS
Configuration and set Initial Coding Scheme of
GPRS uplink TBF, Initial Coding Scheme of GPRS
downlink TBF, Maximum coding scheme of GPRS
uplink TBF, and Maximum coding scheme of GPRS
downlink TBF to CS4.
3. Enable the RLC/MAC and LLC signaling trace.
4. Run the DU Meter software.
5. Power on the MS and the MS attach in serving cell.
6. Activate the PDP.
7. Initiate an FTP download.

Anticipative result 1. Attach and PDP activation is successful.


2. During the RLC/MAC signaling trace, the CS4 coding
scheme can be observed in the Packet Uplink
Response message.
3. Record the FTP download rate.

6.4 Feature Deactivation Procedure

In the configuration resource tree, select OMMR > SubNetwork > MEID > Modify
Area > Managed Element > GSM Logical Configuration > Cell Information
Configuration > GSM Cell Configuration and set PS Support to Not Support[0],
see the following figure.

ZTE Confidential & Proprietary 14


ZGB-03-05-001 Coding Scheme CS1~CS4 Feature Guide

Figure 6-2 Ps Support Configuration Window

6.5 Network Impact

Coding scheme is determined by the required reliability and rates. With the support of
these coding schemes, the GPRS Link Adaption feature is achieved so that the best
rate can be reached in complex, variable radio environment, and frequency resources
are used more flexibly.

7 Abbreviation
Abbreviations Full Characteristics
GPRS General Packet Radio Service

CS-i GPRS Coding Scheme i

EDGE Enhanced Data rates for Global Evolution

EGPRS Enhanced General Packet Radio Service

MAC Medium Access Control

MS Mobile Station

PDP Packet Data Protocol

ZTE Confidential & Proprietary 15


ZGB-03-05-001 Coding Scheme CS1~CS4 Feature Guide

PDTCH Packet Data TCH

PDU Protocol Data Unit

PTCCH Packet Timing-advance Control Channel

8 Reference Document
ZXUR 9000 BSC (V6.50.31) Base Station Controller Performance Counter Reference

ZXUR 9000 BSC (V6.50.31) Base Station Controller Radio Parameter Reference

ZTE Confidential & Proprietary 16

Das könnte Ihnen auch gefallen