CN100417055C - Synchronous channel framing method for CDMA mobile communication system - Google Patents

Synchronous channel framing method for CDMA mobile communication system Download PDF

Info

Publication number
CN100417055C
CN100417055C CNB021234302A CN02123430A CN100417055C CN 100417055 C CN100417055 C CN 100417055C CN B021234302 A CNB021234302 A CN B021234302A CN 02123430 A CN02123430 A CN 02123430A CN 100417055 C CN100417055 C CN 100417055C
Authority
CN
China
Prior art keywords
framing
channel
constantly
mobile communication
communication system
Prior art date
Legal status (The legal status 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 status listed.)
Expired - Fee Related
Application number
CNB021234302A
Other languages
Chinese (zh)
Other versions
CN1466299A (en
Inventor
曹昊嘉
陈国景
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Eastern Communication Co Ltd
Original Assignee
Eastern Communication Co Ltd
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 Eastern Communication Co Ltd filed Critical Eastern Communication Co Ltd
Priority to CNB021234302A priority Critical patent/CN100417055C/en
Publication of CN1466299A publication Critical patent/CN1466299A/en
Application granted granted Critical
Publication of CN100417055C publication Critical patent/CN100417055C/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

The present invention discloses a method for CDMA mobile communication system synchronized channel framing, which sets long code state calculation steps in the process of the CDMA mobile communication system synchronoized channel framing and cyclic redundancy check bit calculation steps as an independent executing process, and divides the framing steps of synchronized channel superframe into a plurality of executing processes; the executing time of the independent executing processes respectively correspond to different times in the time length the synchronized channel superframe, and the number is integer M. The system determines time points of framing by random function, and executes corresponding framing operations; thus, the concentrate occupation of CPU sources is avoided so as to improve the real time of the system.

Description

The CDMA mobile communication system synchronous channel framing method
Technical field
Ben Dingming relates to CDMA (code division multiple access) mobile communication technology, relates in particular to synchronous channel framing method in the CDMA mobile communication system.
Background technology
To the mobile communication system that the CDMA technology that is proposed based on U.S. Qualcomm company is constructed, generally be divided into two essential parts, i.e. terminal equipment and system equipment.Terminal equipment is commonly referred to as cell phone type equipment, is called MS (Mobile Station); System equipment is commonly referred to as base station system, is called BSS (BaseStation System).
Synchronizing channel is a kind of spread-spectrum signal that cdma base station system sends, and is continuously sent by BSS, and is received by MS, is used for the MS that the area of coverage works and obtains initial time synchronized.The speed of synchronizing channel is 1200bps (bits per second), and a synchronizing channel frame length is 26.666...ms (millisecond), and a sync channel superframe is made of three synchronizing channel frames, and length is 80ms.
The content of synchronizing channel is determined by Sync Channel Message, and message comprises the content of 3 parts, i.e. 8 bit MSG_LENGTH (message-length territory) field, elongated message body and 30 bit CRC (CRC). synchronizing channel will aloft send, need through framing, encode, interweave, spread spectrum and modulation, could form spread-spectrum signal.
In the cdma system synchronous channel framing stage, comprise the operation of 3 aspects altogether:
(1), calculates long code state LC_STATE according to system time SYS_TIME.
(2) additional 8 bit message length field indication, and calculate 30 bit CRC, computing formula is:
G(X)=X 30+X 29+X 21+X 20+X 15+X 13+X 12+X 11+X 8+X 7+X 6+X 2+X+1
(3) head at each synchronizing channel frame carries out shifting function, and adds the indication of 1 bit synchronous channel frame original position, forms 3 sync channel superframes.
More than work and realize by software by system.At present, for the processor Motorola MPC860 that communication equipment generally adopts, actual measurement can get: step (1) and (2) needed time less are about tens microseconds; And step (3) needs for up to 2 to 3 milliseconds, in this case, owing to take many CPU (central processing unit) resource, the real-time of system is caused bigger influence. especially to the system of many sectors, owing to there are a plurality of synchronizing channels, this influence is more serious.
Summary of the invention
The objective of the invention is at the deficiencies in the prior art, provide a kind of and avoid carrying out in the framing operation set and to the taking of cpu resource, to improve the synchronous channel framing method of system real time.
For achieving the above object, the technical solution used in the present invention is: a kind of CDMA mobile communication system synchronous channel framing method, long code state calculation procedure and CRC position calculation procedure in the operation of CDMA mobile communication system synchronous channel framing are set to an independent implementation, the framing step of sync channel superframe is divided into a plurality of independent implementations, the execution of these a plurality of independent implementations corresponds respectively to the interior different moment of time span of a sync channel superframe constantly, and quantity is integer M;
System's certain execution cycle in every interval produces framing initial offset values RandOffsets constantly by random function;
Compose a synchronizing channel index value SyncIndex for each synchronizing channel, value is from 0 initial integer; Each synchronizing channel is calculated framing T constantly by following steps:
Make variable i be incremented to the needed framing of synchronizing channel number N constantly from 1 with step-length 1, and circulation is carried out: the value that produces a random integers Rands and calculate framing moment T is RandOffsets+K1* (i-1)+Rands+K2*SyncIndex, wherein, K1, K2 are integer constant;
If system time arrives framing moment point T mod M, then carry out the corresponding constantly framing operation of this framing. after adopting said method, the framing step of the sync channel superframe that processing delay is bigger is changed into timesharing from the concentrative implementation of prior art and is carried out, mode with random distribution determines concrete the execution constantly, avoided the concentrated of cpu resource taken, thus the real-time of raising system.
Embodiment
CDMA mobile communication system synchronous channel framing method of the present invention, long code state calculation procedure and CRC position calculation procedure in the operation of CDMA mobile communication system synchronous channel framing are set to an independent implementation, the framing step of sync channel superframe is divided into a plurality of independent implementations, the execution of these a plurality of independent implementations corresponds respectively to the interior different moment of time span of a sync channel superframe constantly, and quantity is integer M;
System's certain execution cycle in every interval produces framing initial offset values RandOffsets constantly by random function;
Compose a synchronizing channel index value SyncIndex for each synchronizing channel, value is from 0 initial integer; Each synchronizing channel is calculated framing T constantly by following steps:
Make variable i be incremented to the needed framing of synchronizing channel number N constantly from 1 with step-length 1, and circulation is carried out: the value that produces a random integers Rands and calculate framing moment T is RandOffsets+K1* (i-1)+Rands+K2*SyncIndex, wherein, K1, K2 are integer constant;
If system time arrives framing moment point T mod M, then carry out the corresponding constantly framing operation of this framing.
In concrete the enforcement, determine that preferably wherein the span and the choosing of integer constant K1, K2 of random function are key points, when the distance between all calculation levels was maximum, discrete effect was best, and is minimum to the disposal ability influence of system.
As preferred version of the present invention, the quantity M of described synchronous channel framing independence implementation is 64; Framing initial offset values RandOffsets span constantly is an integer 1 to 8; The needed framing of described synchronizing channel number N constantly is 3; Described random integers Rands span is 0 to 5; Integer constant K1=6, K2=18. are through calculating, when synchronizing channel quantity is 3, select K1=6, K2=18, then all calculation procedures all independently exist in and to begin with RandOffsets, 6 being in the zone of unit, and each zone has only an operation at most, and the average distance between the operation is 6.
In the present invention program's enforcement, described execution cycle can be 60 seconds.

Claims (3)

1. CDMA mobile communication system synchronous channel framing method, it is characterized in that: long code state calculation procedure and CRC position calculation procedure in the operation of CDMA mobile communication system synchronous channel framing are set to an independent implementation, the framing step of sync channel superframe is divided into a plurality of independent implementations, the execution of these a plurality of independent implementations corresponds respectively to the interior different moment of time span of a sync channel superframe constantly, and quantity is integer M; System's certain execution cycle in every interval produces framing initial offset values RandOffsets constantly by random function; Compose a synchronizing channel index value SyncIndex for each synchronizing channel, value is from 0 initial integer; Each synchronizing channel is calculated framing T constantly by following steps: make variable i be incremented to the needed framing of synchronizing channel number N constantly from 1 with step-length 1, and circulation is carried out: the value that produces a random integers Rands and calculate framing moment T is RandOffsets+K1* (i-1)+Rands+K2*SyncIndex, wherein, K1, K2 are integer constant; If system time arrives framing moment point T mod M, then carry out the corresponding constantly framing operation of this framing.
2. CDMA mobile communication system synchronous channel framing method as claimed in claim 1 is characterized in that: the quantity M of described synchronous channel framing independence implementation is 64; Framing initial offset values RandOffsets span constantly is an integer 1 to 8; The needed framing of described synchronizing channel number N constantly is 3; Described random integers Rands span is 0 to 5; Integer constant K1=18, K2=6.
3. CDMA mobile communication system synchronous channel framing method as claimed in claim 1 or 2 is characterized in that: described execution cycle is 60 seconds.
CNB021234302A 2002-06-28 2002-06-28 Synchronous channel framing method for CDMA mobile communication system Expired - Fee Related CN100417055C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNB021234302A CN100417055C (en) 2002-06-28 2002-06-28 Synchronous channel framing method for CDMA mobile communication system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNB021234302A CN100417055C (en) 2002-06-28 2002-06-28 Synchronous channel framing method for CDMA mobile communication system

Publications (2)

Publication Number Publication Date
CN1466299A CN1466299A (en) 2004-01-07
CN100417055C true CN100417055C (en) 2008-09-03

Family

ID=34142324

Family Applications (1)

Application Number Title Priority Date Filing Date
CNB021234302A Expired - Fee Related CN100417055C (en) 2002-06-28 2002-06-28 Synchronous channel framing method for CDMA mobile communication system

Country Status (1)

Country Link
CN (1) CN100417055C (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1299446C (en) * 2004-05-01 2007-02-07 中兴通讯股份有限公司 A method of frame synchronization for wireless interface of time division communication system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5363404A (en) * 1993-07-13 1994-11-08 Motorola Inc. Apparatus and method for conveying information in a communication network
GB2321160A (en) * 1996-12-09 1998-07-15 Nokia Mobile Phones Ltd Adaptive TDMA communication system
CN1189278A (en) * 1995-06-26 1998-07-29 摩托罗拉公司 Method and apparatus for time-scaling in communication products
CN1250294A (en) * 1999-07-27 2000-04-12 邮电部武汉邮电科学研究院 Adaption method for fusion of Ethernet with synchronizing digital system or synchronizing optical network

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5363404A (en) * 1993-07-13 1994-11-08 Motorola Inc. Apparatus and method for conveying information in a communication network
CN1189278A (en) * 1995-06-26 1998-07-29 摩托罗拉公司 Method and apparatus for time-scaling in communication products
GB2321160A (en) * 1996-12-09 1998-07-15 Nokia Mobile Phones Ltd Adaptive TDMA communication system
CN1250294A (en) * 1999-07-27 2000-04-12 邮电部武汉邮电科学研究院 Adaption method for fusion of Ethernet with synchronizing digital system or synchronizing optical network

Also Published As

Publication number Publication date
CN1466299A (en) 2004-01-07

Similar Documents

Publication Publication Date Title
US7647060B2 (en) Wireless communications system and method using transmission timing control
JP4338752B2 (en) Spread spectrum communication method
CN1223235C (en) Method for preparing interfrequency handover, network element and mobile station
ATE295671T1 (en) METHOD AND APPARATUS FOR CONTROLLING HANDOFF IN A COMMUNICATIONS SYSTEM
FI106331B (en) Method and apparatus for controlling the use of idle frames
CA2278755A1 (en) Code division multiple access communication method
CN1304269A (en) Method and device for executing handover from asynchronous mobile communication system to synchronous mobile communication system
US6904291B2 (en) Power control device and power control method for radio communication
SG127744A1 (en) Mobile station, base station, communications system, and communication method
KR100401190B1 (en) Frame Synchronization Apparatus and Method Using Synchronous Channel of Code Division Multiple Access Communication System
SG134172A1 (en) Physical channel configuration signaling procedures
JP4196322B2 (en) CDMA mobile communication method and terminal
FI106896B (en) Communication method, radio network subsystem and subscriber terminal
JP2001078267A (en) Paging system of radio mobile communication system
KR100288381B1 (en) method for optimizing channel power allocation in B-CDMA WLL system
CN100417055C (en) Synchronous channel framing method for CDMA mobile communication system
CN1218522C (en) Method for obtaining initial connection frame number in broadband CDMA mobile communication system
WO2011075180A1 (en) Avoidance of synchronization oscillation in td-scdma uplink synchronization
CN101080085B (en) Qos processing method in SCDMA wireless communication system
WO2005034530A3 (en) Apparatus and method for cell selection in high rate packet data systems
WO2001061901A1 (en) Cdma data transmitting apparatus and cdma data transmitting method
CN101116263B (en) Data transmission method, base station set and subscriber station
KR20030073485A (en) Carrier-to-Interference reporting method of Reverse channel
FI97181B (en) Base station for a cellular radio network of the TDMA type
WO2004004166A1 (en) Method and system for efficiently synchronizing cdma data frames

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
ASS Succession or assignment of patent right

Owner name: EAST COMMUNICATION CO., LTD.

Free format text: FORMER OWNER: DONGFANG COMMUNICATION SCI-TECH DEVELOPMENT CO., LTD.

Effective date: 20051125

C41 Transfer of patent application or patent right or utility model
TA01 Transfer of patent application right

Effective date of registration: 20051125

Address after: 310013 No. 398, Hangzhou, Wensanlu Road

Applicant after: Dongfang Communication Co., Ltd.

Address before: 100085 two street, Beijing, Haidian District

Applicant before: Dongfang Communication Sci. & Tech. Dev. Co., Ltd.

C14 Grant of patent or utility model
GR01 Patent grant
EE01 Entry into force of recordation of patent licensing contract

Assignee: Putian East Communications Group Co., Ltd.

Assignor: Dongfang Communication Co., Ltd.

Contract fulfillment period: 2008.10.10 to 2018.10.9

Contract record no.: 2008330002185

Denomination of invention: Synchronous channel framing method for CDMA mobile communication system

Granted publication date: 20080903

License type: Exclusive license

Record date: 20081120

LIC Patent licence contract for exploitation submitted for record

Free format text: EXCLUSIVE LICENSE; TIME LIMIT OF IMPLEMENTING CONTACT: 2008.10.10 TO 2018.10.9; CHANGE OF CONTRACT

Name of requester: PUTIAN DONGFANG COMMUNICATION GROUP CO.,LTD.

Effective date: 20081120

CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20080903

Termination date: 20170628