KR20070090432A - 이동통신 시스템에서 중계국을 통한 통신 방법 및 그를위한 프레임 구조 - Google Patents
이동통신 시스템에서 중계국을 통한 통신 방법 및 그를위한 프레임 구조 Download PDFInfo
- Publication number
- KR20070090432A KR20070090432A KR1020060020139A KR20060020139A KR20070090432A KR 20070090432 A KR20070090432 A KR 20070090432A KR 1020060020139 A KR1020060020139 A KR 1020060020139A KR 20060020139 A KR20060020139 A KR 20060020139A KR 20070090432 A KR20070090432 A KR 20070090432A
- Authority
- KR
- South Korea
- Prior art keywords
- relay station
- map
- downlink
- data
- relay
- Prior art date
Links
- 238000000034 method Methods 0.000 title claims abstract description 49
- 238000004891 communication Methods 0.000 title claims abstract description 44
- 238000010295 mobile communication Methods 0.000 title abstract description 4
- 206010010099 Combined immunodeficiency Diseases 0.000 description 14
- 108091006146 Channels Proteins 0.000 description 6
- 230000008569 process Effects 0.000 description 6
- 238000013468 resource allocation Methods 0.000 description 5
- 239000000969 carrier Substances 0.000 description 4
- 230000001419 dependent effect Effects 0.000 description 4
- 230000006855 networking Effects 0.000 description 4
- 230000005540 biological transmission Effects 0.000 description 3
- 230000003321 amplification Effects 0.000 description 2
- 238000001360 collision-induced dissociation Methods 0.000 description 2
- 238000010586 diagram Methods 0.000 description 2
- 230000006872 improvement Effects 0.000 description 2
- 238000007726 management method Methods 0.000 description 2
- 238000013507 mapping Methods 0.000 description 2
- 238000003199 nucleic acid amplification method Methods 0.000 description 2
- 230000000737 periodic effect Effects 0.000 description 2
- 230000009467 reduction Effects 0.000 description 2
- KKIMDKMETPPURN-UHFFFAOYSA-N 1-(3-(trifluoromethyl)phenyl)piperazine Chemical compound FC(F)(F)C1=CC=CC(N2CCNCC2)=C1 KKIMDKMETPPURN-UHFFFAOYSA-N 0.000 description 1
- 230000008901 benefit Effects 0.000 description 1
- 238000010276 construction Methods 0.000 description 1
- 230000008878 coupling Effects 0.000 description 1
- 238000010168 coupling process Methods 0.000 description 1
- 238000005859 coupling reaction Methods 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 238000005562 fading Methods 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04B—TRANSMISSION
- H04B7/00—Radio transmission systems, i.e. using radiation field
- H04B7/14—Relay systems
- H04B7/15—Active relay systems
- H04B7/155—Ground-based stations
- H04B7/15528—Control of operation parameters of a relay station to exploit the physical medium
- H04B7/15542—Selecting at relay station its transmit and receive resources
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W16/00—Network planning, e.g. coverage or traffic planning tools; Network deployment, e.g. resource partitioning or cells structures
- H04W16/24—Cell structures
- H04W16/26—Cell enhancers or enhancement, e.g. for tunnels, building shadow
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Mobile Radio Communication Systems (AREA)
Abstract
Description
Syntax | Size | Notes |
DL-MAP_IE() { | ||
DIUC | 4 bits | |
if (DIUC == 15) { | ||
Extended DIUC dependent IE | variable | See clauses following 8.4.5.3.1 |
} else { | ||
if (INC_CID == 1) { | The DL-MAP starts with INC_CID =0. INC_CID is toggled between 0 and 1 by the CID-SWITCH_IE() (8.4.5.3.7) | |
N_CID | 8 bits | Number of CIDs assigned for this IE |
for (n=0; n< N_CID; n++) { | ||
CID | 16 bits | |
} | ||
} | ||
OFDMA Symbol offset | 8 bits | |
Subchannel offset | 6 bits | |
Boosting | 3 bits | 000: normal (not boosted); 001: +6dB; 010: -6dB; 011: +9dB; 100: +3dB; 101: -3dB; 110: -9dB; 111: - 12dB; |
No. OFDMA Symbols | 7 bits | |
No. Subchannels | 6 bits | |
Repetition Coding Indication | 2 bits | 0b00 - No repetition coding 0b01 - Repetition coding of 2 used 0b10 - Repetition coding of 4 used 0b11 - Repetition coding of 6 used |
} | ||
} |
Syntax | Size | Notes |
UL-MAP_IE() { | ||
CID | 16 bits | |
UIUC | 4 bits | |
if (UIUC == 12) { | ||
OFDMA Symbol offset | 8 bits | |
Subchannel offset | 7 bits | |
No. OFDMA Symbols | 7 bits | |
No. Subchannels | 7 bits | |
Ranging Method | 2 bits | 0b00 - Initial Ranging/Handover Ranging over two symbols 0b01 - Initial Ranging/Handover Ranging over four symbols 0b10 - BW Request/Periodic Ranging over one symbol 0b11 - BW Request/Periodic Ranging over three symbols |
reserved | 1 bit | Shall be set to zero |
} else if (UIUC == 14) { | ||
CDMA_Allocation_ IE () | 32 bits | |
else if (UIUC == 15) { | ||
Extended UIUC dependent IE | variable | See clauses following 8.4.5.4.3 |
} else { | ||
Duration | 10 bits | In OFDMA slots (see 8.4.3.1) |
Repetition coding indication | 2 bits | 0b00 - No repetition coding 0b01 - Repetition coding of 2 used 0b10 - Repetition coding of 4 used 0b11 - Repetition coding of 6 used |
} | ||
Padding nibble, if needed | 4 bits | Completing to nearest byte, shall be set to 0. |
} |
Syntax | Size | Notes |
DL-MAP_IE() { | ||
DIUC | 4 bits | |
if ( DIUC == 15) { | ||
Extended DIUC dependent IE | variable | See clauses following 8.4.5.3.1 |
} else { | ||
if (INC_CID == 1) { | The DL-MAP starts with INC_CID =0. INC_CID is toggled between 0 and 1 by the CID-SWITCH_IE() (8.4.5.3.7) | |
N_CID | 8 bits | Number of CIDs assigned for this IE |
for (n=0; n< N_CID; n++) { | ||
CID | 16 bits | |
} | ||
} | ||
OFDMA Symbol offset | 8 bits | |
Subchannel offset | 8 bits | |
Boosting | 3 bits | 000: normal (not boosted); 001: +6dB; 010: -6dB; 011: +9dB; 100: +3dB; 101: -3dB; 110: -9dB; 111: - 12dB; |
No. OFDMA Symbols | 5 bits | |
No. Subchannels | 6 bits | |
Repetition Coding Indication | 2 bits | 0b00 - No repetition coding 0b01 - Repetition coding of 2 used 0b10 - Repetition coding of 4 used 0b11 - Repetition coding of 6 used |
} | ||
} |
DIUC | Usage |
0-12 | Different burst profiles |
13 | Gap/PAPR reduction |
14 | End of map Extended-2 DIUC IE |
15 | Extended DIUC |
Extended DIUC (hexadecimal) | Usage |
00 | Channel_Measurement_IE |
01 | STC_Zone_IE |
02 | AAS_DL_IE |
03 | Data_location_in_another_BS_IE |
04 | CID_Switch_IE |
05 | MIMO_DL_Basic_IE |
06 | MIMO_DL_Enhanced_IE |
07 | HARQ_Map_Pointer_IE |
08 | PHYMOD_DL_IE |
09-0A | reserved |
0B | DL PUSC Burst Allocation in Other Segment |
0C | RS _Map_Info_ IE |
0D-0E | reserved |
0F | UL_interference_and_noise_level_IE |
Syntax | Size (bits) | Notes |
RS_Map_Info_IE() { | ||
Extended DIUC | 4 | RS = 0x0C |
Length | 4 | |
OFDMA symbol offset | 8 | |
Subchannel offset | 6 | |
No.OFDMA Symbols | 8 | |
No.subchannels | 6 | |
Reserved | 1 | Shall be set to zero. |
} |
Claims (13)
- OFDM/OFDMA 방식 통신 시스템에서 중계국(RS: Relay Station)을 통한 통신 방법에 있어서,상기 중계국이 적어도 하나 이상의 단말을 위한 데이터를 송수신할 중계국(RS) 영역을 할당하는 단계;기지국에서 상기 중계국을 위한 하향링크/상향링크 맵(DL/UL-MAP) 정보를 데이터 버스트 영역을 통해 전송하는 단계; 및상기 중계국에서 상기 데이터 버스트 영역을 통해 수신된 상기 하향링크/상향링크 맵 정보에 따라 상기 중계국 영역을 구성하여 상기 적어도 하나 이상의 단말로 전송하는 단계를 포함하는 중계국을 통한 통신 방법.
- 제1항에 있어서,상기 중계국 영역을 할당하는 메시지는 프레임의 프리앰블 영역에 포함되는 것을 특징으로 하는 중계국을 통한 통신 방법.
- 제1항에 있어서,상기 기지국과 통신을 수행하는 다수의 중계국이 있을 경우, 각 중계국을 위한 하향링크/상향링크 맵 정보는 상기 각 중계국별로 하나의 데이터 버스트에 포함되는 것을 특징으로 하는 중계국을 통한 통신 방법.
- 제1항에 있어서,상기 기지국과 통신을 수행하는 다수의 중계국이 있을 경우, 모든 중계국을 위한 하향링크/상향링크 맵 정보는 하나의 데이터 버스트에 포함되는 것을 특징으로 하는 중계국을 통한 통신 방법.
- 제3항에 있어서,상기 각 중계국별 데이터 버스트는 상기 각 중계국을 통해 통신을 수행할 적어도 하나 이상의 단말을 위한 데이터를 더 포함하는 것을 특징으로 하는 중계국을 통한 통신 방법.
- OFDM/OFDMA 방식 통신 시스템에 있어서 단말에서 중계국을 통한 통신 방법에 있어서,상기 중계국이 상기 단말을 위해 데이터를 송수신하도록 할당된 중계국(RS) 영역 중에서 상기 중계국을 위한 하향링크 맵(DL-MAP) 정보를 통해 할당된 하향링크 데이터 버스트 영역을 통해 데이터를 수신하는 단계; 및상기 중계국을 위한 상향링크 맵(UL-MAP) 정보를 통해 할당된 상향링크 데이터 버스트 영역을 통해 데이터를 전송하는 단계를 포함하되,상기 중계국을 위한 하향링크/상향링크 맵(DL/UL-MAP) 정보는 기지국에 의해 데이터 버스트 영역을 통해 상기 중계국으로 전송된 것임을 특징으로 하는 중계국 을 통한 통신 방법.
- 제6항에 있어서,상기 기지국과 통신을 수행하는 다수의 중계국이 있을 경우, 각 중계국을 위한 하향링크/상향링크 맵 정보는 상기 각 중계국별로 하나의 데이터 버스트에 포함되어 전송되는 것을 특징으로 하는 중계국을 통한 통신 방법.
- 제6항에 있어서,상기 기지국과 통신을 수행하는 다수의 중계국이 있을 경우, 모든 중계국을 위한 하향링크/상향링크 맵 정보는 하나의 데이터 버스트에 포함되어 전송되는 것을 특징으로 하는 중계국을 통한 통신 방법.
- OFDM/OFDMA 방식 통신 시스템에서 중계국을 통한 통신 방법에 있어서,기지국에서 상기 중계국과 적어도 하나 이상의 단말이 통신을 수행하기 위해 필요한 하향링크/상향링크 맵(DL/UL-MAP) 정보를 데이터 버스트 영역을 통해 상기 중계국으로 전송하는 것을 특징으로 하는 중계국을 통한 통신 방법.
- OFDM 또는 OFDMA 방식 통신 시스템에 있어서 기지국과 적어도 하나 이상의 단말 사이에서 적어도 하나 이상의 중계국을 매개로 통신을 수행하기 위한 프레임 구조에 있어서,상기 적어도 하나 이상의 중계국이 상기 적어도 하나 이상의 단말을 위한 데이터를 송수신할 중계국 영역을 지정하는 메시지가 포함되는 프리앰블 영역;상기 적어도 하나 이상의 중계국을 위한 하향링크/상향링크 맵(DL/UL-MAP) 정보가 할당되는 데이터 버스트 영역; 및상기 메시지에 의해 지정되며 상기 적어도 하나 이상의 중계국이 상기 적어도 하나 이상의 단말을 위한 데이터를 송수신하도록 할당되는 중계국 영역을 포함하는 OFDM/OFDMA 통신 시스템의 프레임 구조.
- 제10항에 있어서,상기 하향링크/상향링크 맵 정보는 각 중계국별로 하나의 데이터 버스트에 포함되는 것을 특징으로 하는 OFDM/OFDMA 통신 시스템의 프레임 구조.
- 제10항에 있어서,모든 중계국을 위한 상기 하향링크/상향링크 맵 정보가 하나의 데이터 버스트에 포함되는 것을 특징으로 하는 OFDM/OFDMA 통신 시스템의 프레임 구조.
- 제11항에 있어서,상기 각 중계국별 데이터 버스트는 상기 각 중계국을 통해 통신을 수행할 적어도 하나 이상의 단말을 위한 데이터를 더 포함하는 것을 특징으로 하는 OFDM/OFDMA 통신 시스템의 프레임 구조.
Priority Applications (9)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020060020139A KR101162212B1 (ko) | 2006-03-02 | 2006-03-02 | 이동통신 시스템에서 중계국을 통한 통신 방법 및 그를위한 프레임 구조 |
US12/097,228 US9042293B2 (en) | 2005-12-13 | 2006-12-13 | Communication method using relay station in mobile communication system |
CA2631421A CA2631421C (en) | 2005-12-13 | 2006-12-13 | Communication method using relay station in mobile communication system |
AU2006325632A AU2006325632B2 (en) | 2005-12-13 | 2006-12-13 | Communication method using relay station in mobile communication system |
BRPI0620674-3A BRPI0620674A2 (pt) | 2005-12-13 | 2006-12-13 | método de comunicação usando estação retransmissora em um sistema de comunicação móvel |
EP20060824136 EP1969882B1 (en) | 2005-12-13 | 2006-12-13 | Communication method using relay station in mobile communication system |
PCT/KR2006/005432 WO2007069848A2 (en) | 2005-12-13 | 2006-12-13 | Communication method using relay station in mobile communication system |
CN2006800468706A CN101512965B (zh) | 2005-12-13 | 2006-12-13 | 在移动通信系统中使用中继站的通信方法 |
JP2008544265A JP4751451B2 (ja) | 2005-12-13 | 2006-12-13 | 無線通信システムでのリレーステーションを用いた通信方法 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020060020139A KR101162212B1 (ko) | 2006-03-02 | 2006-03-02 | 이동통신 시스템에서 중계국을 통한 통신 방법 및 그를위한 프레임 구조 |
Publications (2)
Publication Number | Publication Date |
---|---|
KR20070090432A true KR20070090432A (ko) | 2007-09-06 |
KR101162212B1 KR101162212B1 (ko) | 2012-07-09 |
Family
ID=38688833
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020060020139A KR101162212B1 (ko) | 2005-12-13 | 2006-03-02 | 이동통신 시스템에서 중계국을 통한 통신 방법 및 그를위한 프레임 구조 |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR101162212B1 (ko) |
Cited By (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100943177B1 (ko) * | 2007-12-04 | 2010-02-19 | 한국전자통신연구원 | 단말의 대역폭 요구 및 할당 절차를 효율적으로 관리하기위한 무선 통신 방법 및 시스템 |
KR100945135B1 (ko) * | 2007-12-10 | 2010-03-03 | 에스케이 텔레콤주식회사 | 중계국을 사용할 수 있는 무선 통신 시스템에서의 프레임구조 설정 및 자원 할당 방법 |
WO2011074906A2 (ko) * | 2009-12-18 | 2011-06-23 | 엘지전자 주식회사 | 중계국을 포함하는 통신 시스템에서 프레임을 통해 단말 및 기지국과 통신하는 방법 및 장치 |
KR101422012B1 (ko) * | 2007-10-19 | 2014-07-23 | 엘지전자 주식회사 | 제어채널 생성 방법, 제어채널 복호화 방법, 이를 구현하는기지국 및 단말 |
KR101481034B1 (ko) * | 2008-02-14 | 2015-01-15 | 삼성전자주식회사 | 무선통신시스템에서 프레임 정보 시그널링 장치 및 방법 |
KR101521894B1 (ko) * | 2008-02-20 | 2015-05-29 | 삼성전자주식회사 | 이동통신시스템에서 셀 영역을 벗어난 단말의 통신 설정을위한 장치 및 방법 |
KR20180004212A (ko) * | 2015-05-08 | 2018-01-10 | 삼성전자주식회사 | 비면허 스펙트럼 상의 부분 서브 프레임 전송 및 방송 채널을 위한 방법 및 장치 |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP4494134B2 (ja) | 2004-09-01 | 2010-06-30 | Kddi株式会社 | 無線通信システム、中継局装置および基地局装置 |
-
2006
- 2006-03-02 KR KR1020060020139A patent/KR101162212B1/ko not_active IP Right Cessation
Cited By (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101422012B1 (ko) * | 2007-10-19 | 2014-07-23 | 엘지전자 주식회사 | 제어채널 생성 방법, 제어채널 복호화 방법, 이를 구현하는기지국 및 단말 |
KR100943177B1 (ko) * | 2007-12-04 | 2010-02-19 | 한국전자통신연구원 | 단말의 대역폭 요구 및 할당 절차를 효율적으로 관리하기위한 무선 통신 방법 및 시스템 |
KR100945135B1 (ko) * | 2007-12-10 | 2010-03-03 | 에스케이 텔레콤주식회사 | 중계국을 사용할 수 있는 무선 통신 시스템에서의 프레임구조 설정 및 자원 할당 방법 |
KR101481034B1 (ko) * | 2008-02-14 | 2015-01-15 | 삼성전자주식회사 | 무선통신시스템에서 프레임 정보 시그널링 장치 및 방법 |
KR101521894B1 (ko) * | 2008-02-20 | 2015-05-29 | 삼성전자주식회사 | 이동통신시스템에서 셀 영역을 벗어난 단말의 통신 설정을위한 장치 및 방법 |
WO2011074906A2 (ko) * | 2009-12-18 | 2011-06-23 | 엘지전자 주식회사 | 중계국을 포함하는 통신 시스템에서 프레임을 통해 단말 및 기지국과 통신하는 방법 및 장치 |
WO2011074906A3 (ko) * | 2009-12-18 | 2011-11-17 | 엘지전자 주식회사 | 중계국을 포함하는 통신 시스템에서 프레임을 통해 단말 및 기지국과 통신하는 방법 및 장치 |
US8953505B2 (en) | 2009-12-18 | 2015-02-10 | Lg Electronics Inc. | Communication method and apparatus between a terminal and a base station via a frame in a communication system including a relay station |
KR20180004212A (ko) * | 2015-05-08 | 2018-01-10 | 삼성전자주식회사 | 비면허 스펙트럼 상의 부분 서브 프레임 전송 및 방송 채널을 위한 방법 및 장치 |
Also Published As
Publication number | Publication date |
---|---|
KR101162212B1 (ko) | 2012-07-09 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9042293B2 (en) | Communication method using relay station in mobile communication system | |
US9553654B2 (en) | Methods and systems for wireless networks relays | |
US9867200B2 (en) | Methods and systems for wireless networks with relays | |
EP1942588B1 (en) | Apparatus and method for transmitting frame information in multi-hop relay broadband wireless communication system | |
EP2012483B1 (en) | Apparatus and method for processing transmission information of broadcast message constituted by relay station (RS) in multihop relay broadband wireless access (BWA) communication system | |
JP5191202B2 (ja) | 無線通信システム、方法、およびデータ構造 | |
KR20090097962A (ko) | 직교 주파수 분할 다중 액세스(ofdma) 모바일 멀티 홉 중계 무선 네트워크에서의 채널 액세스 방법 | |
EP2465313A1 (en) | Flexible ways to indicate downlink/uplink backhaul subframe configurations in a relay system | |
KR101430491B1 (ko) | 중계기의 기준 신호 전송 방법 | |
KR101162212B1 (ko) | 이동통신 시스템에서 중계국을 통한 통신 방법 및 그를위한 프레임 구조 | |
KR20110023711A (ko) | 중계국을 포함하는 무선통신 시스템에서 프레임 전송방법 | |
KR101079101B1 (ko) | 릴레이 스테이션을 이용한 중계 통신 방법 | |
CN101512965B (zh) | 在移动通信系统中使用中继站的通信方法 | |
KR101208521B1 (ko) | 이동통신 시스템에서의 중계국 영역 지정 방법 및 검색방법 | |
KR100972957B1 (ko) | 다중 홉 중계방식의 광대역 무선접속 통신시스템에서프레임 정보 전송 장치 및 방법 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PA0109 | Patent application |
Patent event code: PA01091R01D Comment text: Patent Application Patent event date: 20060302 |
|
PG1501 | Laying open of application | ||
A201 | Request for examination | ||
PA0201 | Request for examination |
Patent event code: PA02012R01D Patent event date: 20100930 Comment text: Request for Examination of Application Patent event code: PA02011R01I Patent event date: 20060302 Comment text: Patent Application |
|
PE0902 | Notice of grounds for rejection |
Comment text: Notification of reason for refusal Patent event date: 20111214 Patent event code: PE09021S01D |
|
E701 | Decision to grant or registration of patent right | ||
PE0701 | Decision of registration |
Patent event code: PE07011S01D Comment text: Decision to Grant Registration Patent event date: 20120426 |
|
GRNT | Written decision to grant | ||
PR0701 | Registration of establishment |
Comment text: Registration of Establishment Patent event date: 20120627 Patent event code: PR07011E01D |
|
PR1002 | Payment of registration fee |
Payment date: 20120628 End annual number: 3 Start annual number: 1 |
|
PG1601 | Publication of registration | ||
FPAY | Annual fee payment |
Payment date: 20150522 Year of fee payment: 4 |
|
PR1001 | Payment of annual fee |
Payment date: 20150522 Start annual number: 4 End annual number: 4 |
|
FPAY | Annual fee payment |
Payment date: 20160524 Year of fee payment: 5 |
|
PR1001 | Payment of annual fee |
Payment date: 20160524 Start annual number: 5 End annual number: 5 |
|
LAPS | Lapse due to unpaid annual fee |