KR100893862B1 - 광대역 무선 접속 시스템에 적용되는 유휴모드 제어 방법 - Google Patents
광대역 무선 접속 시스템에 적용되는 유휴모드 제어 방법 Download PDFInfo
- Publication number
- KR100893862B1 KR100893862B1 KR1020050019324A KR20050019324A KR100893862B1 KR 100893862 B1 KR100893862 B1 KR 100893862B1 KR 1020050019324 A KR1020050019324 A KR 1020050019324A KR 20050019324 A KR20050019324 A KR 20050019324A KR 100893862 B1 KR100893862 B1 KR 100893862B1
- Authority
- KR
- South Korea
- Prior art keywords
- idle mode
- paging
- base station
- terminal
- message
- Prior art date
Links
- 238000000034 method Methods 0.000 title claims abstract description 61
- 238000012423 maintenance Methods 0.000 claims description 18
- 238000010586 diagram Methods 0.000 description 6
- 230000005540 biological transmission Effects 0.000 description 4
- 230000000694 effects Effects 0.000 description 3
- 230000000977 initiatory effect Effects 0.000 description 3
- 230000000737 periodic effect Effects 0.000 description 3
- 238000005457 optimization Methods 0.000 description 2
- 230000007704 transition Effects 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W52/00—Power management, e.g. Transmission Power Control [TPC] or power classes
- H04W52/02—Power saving arrangements
- H04W52/0209—Power saving arrangements in terminal devices
- H04W52/0212—Power saving arrangements in terminal devices managed by the network, e.g. network or access point is leader and terminal is follower
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W4/00—Services specially adapted for wireless communication networks; Facilities therefor
- H04W4/12—Messaging; Mailboxes; Announcements
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W60/00—Affiliation to network, e.g. registration; Terminating affiliation with the network, e.g. de-registration
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W68/00—User notification, e.g. alerting and paging, for incoming communication, change of service or the like
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
- Y02D30/00—Reducing energy consumption in communication networks
- Y02D30/70—Reducing energy consumption in communication networks in wireless communication networks
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Mobile Radio Communication Systems (AREA)
Abstract
Description
Field | Size | Notes |
Message Type | 8 bit | |
Sender BS ID | 48 bit | Base station unique identifier (Same number as that broadcasted on the DL-MAP message) |
Target BS ID | 48 bit | Base station unique identifier (Same number as that broadcasted on the DL-MAP message) |
Time Stamp | 32 bit | Number of miliseconds since midnight GMT(see to 0xTTTTTTTT to ignore) |
Action | 4 bit | 0-Assign target BS to paging groups 1-Remove targe BS from paging groups 2-Query(which paging groups target BS belongs to?) 3-Information(paging groups sender BS belongs to) |
Num Records | 4 bit | Number of paging-group-ID records |
For(j=0; j<Num Records; j++) { | ||
Paging-group-ID | 16 bit | Paging group ID |
PAGING_CYCLE | 16 bit | Cycle in which the paging message is transmitted within the paging group |
PAGING OFFSET | 8 bit | MSS PAGING OFFSET parameter |
} | ||
Security field | TBD | A means to authenticate this message |
CRC field | 32 bit | IEEE CRC-32 |
Name | Type (1 byte) | Length | Value (Variable-length) |
Serving BS ID | 4 | 6 | The unique identifier of the former Serving BS |
Basic CID | 6 | 2 | Basic CID allocated from the former Serving BS |
Initiating BS ID | TBD | 6 | The unique identifier of the former BS allowing an MSS to enter idle mode |
Field | Size | Notes |
Message Type= | 8 bits | |
Sender ID | 48 bits | Identifier of Paging Controller or BS sending this message |
Receiver ID | 48 bits | Identifier of Base Station receiving this message |
Time Stamp | 32 bits | |
Action Code | 4 bits | 0000: Assign Target BS to paging groups 0001: Remove Target BS from paging groups 0010: Query (Paging Information of Receiver BS) 0011: Information (Paging Information of Queried BS) 0100 1111: reserved |
If (Action Code==0000 or 0001) { | ||
Num Records | 4 bits | Number of Paging Group IDs associated with Receiver |
For (i=0; i<Num Records; i++) { | ||
Paging Information | 32 bits | 0-7: Paging Group ID, 8-23: Paging Cycle, 24-31: Paging Offset |
} | ||
} | ||
Else If (Action Code==0010) { | ||
reserved | 4 bits | Shall be set to zero |
} | ||
Else If (Action Code==0011) { | ||
Num BSs | 4 bits | Number of BSs Queried. |
For (j=0; j<Num BSs; j++) { | ||
Queried BS ID | 48 bits | Identifier of Base Station of which Paging Information is included. |
Num Records | 4 bits | Number of Paging Group IDs associated with Queried BS |
For (k=0; k<Num Records; k++) { | ||
Paging Information | 32 bits | 0-7: Paging Group ID, 8-23: Paging Cycle, 24-31: Paging Offset |
} | ||
} | ||
} | ||
Security field | TBD | A means to authenticate this message. |
Field | Size | Notes |
Message Type= | 8 bits | |
Sender ID | 48 bits | Identifier of Base Station sending this message. |
Receiver ID | 48 bits | Identifier of Paging Controller receiving this message |
Time Stamp | 32 bits | |
Action Code | 4 bits | 0000: Confirm the assignment to or removal from paging groups 0001: Information (Paging Information of Sender BS) 0010: Query (Paging Information of another BS) 0100 1111: reserved |
If (Action Code==0000) { | ||
reserved | 4 bits | Shall be set to zero |
} | ||
Else If (Action Code==0001) { | ||
Num Records | 4 bits | Number of Paging Group IDs associated with Sender BS. |
For (i=0; i<Num Records; i++) { | ||
Paging Information | 32 bits | 0-7: Paging Group ID, 8-23: Paging Cycle, 24-31: Paging Offset |
} | ||
} | ||
Else If (Action Code==0010) { | ||
Num BSs | 4 bits | Number of BSs of which Paging Information Sender BS wants to know |
For (j=0; j<Num BSs; j++) { | ||
Queried BS ID | 48 bits | Identifier of Base Station of which Paging Information is included. |
} | ||
} | ||
Security field | TBD | A means to authenticate this message. |
Field | Size | Notes |
Idle-Info-REQ message format(){ | ||
Global Message Header | 12 bits | |
For(i=0;i<Num Records;i++){ | ||
MSS MAC Address | 48 bits | |
Action Code | 4 bits | 0000:Idle Mode Initiation Request 0001:DL Traffic has arrived to MSS 0010:MSS session information 0011:MSS re-entry complete 0100:MSS has transitioned to another paging group 0101: Location Update Request 0110-1111:reserved |
reserved | 4 bits | |
TLV encoded information | variable | |
Num_SFID_Records | 8 bits | |
For(i=1;i<Num_SFID_Records;i++){ | ||
SFID | 32 bits | |
Num_QoS_Records | 8 bits | |
For(i=1;i<Num_QoS_Records;i++) | ||
TLV encoded information | variable | 11.13 Service flow management encodings. |
} | ||
} | ||
} | ||
Security Field | TBD | A means to authenticate this message |
} |
Name | Type | Length | Value |
Paging Information | 4 | 0-7 : Paging Group ID 8-23 : Paging Cycle 24-31 : Paging Offset | |
Paging Controller ID | 6 | Logical network identifier for the serving BS or other network entity retatining MSS Service and operational information and/or administering paging activity for the MSS while in Idle Mode. | |
Idle Mode Retain Information | variable | The first 8 bits of this item indicates Idle Mode Retain Information included in DREG-CMD message, and the rests are MSS service and operational information associated with Idle Mode Retain Information. This item may be included in Idle-Info-REQ message with Action Code=0000. | |
MAC Hash Skip Threshold | 1 | Maximum number that BS is allowed to skip MSS MAC address hash of an MSS in successive MOB_PAG-ADV messages when an Action Code for the MSS is 00, 'No Action Required'. The unit is the number of MOB_PAG-ADV message transmissions. | |
HO Optimization flag | 1 | This item may be included Idle-Info-REQ message with Action Code=0011. |
Field | Size | Notes |
Idle-Info-RSP message format() | ||
Global Message Header | 152 bits | |
For(i=0; i<Num Records;i++) | ||
MSS MAC Address | 48 bits | |
Action Code | 4 bits | 0000:MSS enters Idle Mode 0001:MSS exits Idle Mode 0010:MSS session information 0011:Deliver DL Traffic to Current Attachment BS 0100: Location Update Success 0101: Location Update Failure 0110-1111:reserved |
reserved | 4 bits | |
TLV encoded information | variable | |
For(i=1;i<Num_SFID_Records;i++) | ||
SFID | 32 bits | |
Num_QoS_Records | 8 bits | |
For(i=1;i<Num_QoS_Records;i++) | ||
TLV encoded information | variable | 11.13 Service flow management encodings |
} | ||
} | ||
} | ||
Security Field | TBD | A means to authenticate this message |
} |
Name | Type | Length | Value |
Paging Information | 4 | 0-7:Paging Group ID 8-23:Paging Cycle 24-31:Paging Offset | |
Paging Controller ID | 6 | Local network identifier for serving BS or other network entity retaining MSS Service and operational information and/or administering paging activity for the MSS while in Idle Mode. | |
Idle Mode Retain Information | 1 | The first 8 bits of this item indicates Idle Mode Retain Information included in DREG-CMD message, and the rest bits are MSS service and operational information associated with Idle Mode Retain Information. This item may be included in Paging-announce message with Action Code is 0011. | |
Current Attachment BS ID | 6 | BS ID to which MSS in Idle Mode attempts to re-enter network. This item may be included in Idle-Info-RSP message if Action Code is 0011. | |
Last Attachment BS ID | 6 | BS ID in which MSS enters Idle Mode. Last Attachment BS can be updated after successful Location Update. This item may be included in Idle-Info-RSP message if Action Code is 0010. | |
MAC Hash Skip Threshod | 1 | Maximum number that BS is allowed to skip MSS MAC address hash of an MSS in successive MOB_PAG-ADV message when an Action Code for the MSS is 00, 'No Action Required'. The unit is the number of MOB_PAG-ADV message transmissions. | |
HO Optimization flag | 1 | This item may be included in Idle-Info-RSP message with Action Code=0011, MSS re-entry complete |
Claims (10)
- 적어도 하나의 네트워크 엔터티를 포함하는 네트워크에 있어서,유휴 모드에 있는 이동 단말이 페이징 제어기를 식별하는 페이징 제어기 식별자(Paging controller ID)가 포함된 레인징 요청(RNG-REQ) 메시지를 상기 네트워크 엔터티로 송신하는 단계; 및상기 이동 단말이 상기 네트워크에 대한 재등록(re-entry)을 수행하는 단계를 포함하고, 상기 페이징 제어기 식별자는 상기 네트워크 엔터티가 상기 이동 단말의 재등록이 완료되었음을 알리는 메시지를 전송할 페이징 제어기를 가리키는 것을 특징으로 하는 광대역 무선 접속 시스템에서 신호를 송수신하는 방법.
- 제1항에 있어서,상기 네트워크 엔터티는, 상기 유휴 모드에 있는 이동 단말의 페이징 동작을 관리하는 것을 특징으로 하는 광대역 무선 접속 시스템에서 신호를 송수신하는 방법.
- 제1항에 있어서,상기 네트워크 엔터티는, 상기 유휴 모드에 있는 이동 단말의 유휴 모드 유지 정보를 관리하는 것을 특징으로 하는 광대역 무선 접속 시스템에서 신호를 송수신하는 방법.
- 제1항에 있어서,상기 페이징 제어기는, 상기 이동 단말의 재등록이 완료되었음을 알리는 메시지가 상기 네트워크 엔터티로부터 수신되면 상기 네트워크 엔터티가 속하는 페이징 그룹내의 기지국들에 상기 단말이 유휴 모드를 종료하였음을 알리는 유휴모드 응답 메시지를 전송하는 것을 특징으로 하는 광대역 무선 접속 시스템에서 신호를 송수신하는 방법.
- 제1항에 있어서,상기 네트워크 엔터티는 서빙 기지국인 것을 특징으로 하는 광대역 무선 접속 시스템에서 신호를 송수신하는 방법.
- 적어도 하나의 네트워크 엔터티를 포함하는 네트워크에 있어서,페이징 제어기를 식별하는 페이징 제어기 식별자(Paging controller ID)가 포함된 레인징 요청(RNG-REQ) 메시지를 유휴 모드에 있는 이동 단말로부터 네트워크 엔터티가 수신하는 단계;상기 이동 단말의 상기 네트워크에 대한 재등록(re-entry)을 허용하는 단계; 및상기 네트워크 엔터티가 상기 이동 단말의 재등록이 완료되었음을 알리는 메시지를 상기 페이징 제어기 식별자가 가리키는 페이징 제어기에 전송하는 단계를 포함하는 광대역 무선 접속 시스템에서 신호를 송수신하는 방법.
- 제6항에 있어서,상기 네트워크 엔터티는, 상기 유휴 모드에 있는 이동 단말의 페이징 동작을 관리하는 것을 특징으로 하는 광대역 무선 접속 시스템에서 신호를 송수신하는 방법.
- 제6항에 있어서,상기 네트워크 엔터티는, 상기 유휴 모드에 있는 이동 단말의 유휴 모드 유지 정보를 관리하는 것을 특징으로 하는 광대역 무선 접속 시스템에서 신호를 송수신하는 방법.
- 제6항에 있어서,상기 네트워크 엔터티가 상기 이동 단말의 재등록이 완료되었음을 알리는 메시지에 대응한 유휴모드 정보 응답 메시지를 상기 페이징 제어기로부터 수신하는 단계를 더 포함하는 것을 특징으로 하는 광대역 무선 접속 시스템에서 신호를 송수신하는 방법.
- 제6항에 있어서,상기 네트워크 엔터티는 서빙 기지국인 것을 특징으로 하는 광대역 무선 접속 시스템에서 신호를 송수신하는 방법.
Priority Applications (12)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US11/146,542 US7894831B2 (en) | 2004-06-08 | 2005-06-06 | Controlling idle mode of mobile subscriber station in wireless access system |
EP05749544A EP1759491B1 (en) | 2004-06-08 | 2005-06-08 | Controlling idle mode of mobile subscriber station in wireless access system |
AU2005251637A AU2005251637B2 (en) | 2004-06-08 | 2005-06-08 | Controlling idle mode of mobile subscriber station in wireless access system |
BRPI0511374-1A BRPI0511374A (pt) | 2004-06-08 | 2005-06-08 | controle de modo inativo de estação de assinante móvel em um sistema de acesso sem fio |
CN2005800183783A CN101138266B (zh) | 2004-06-08 | 2005-06-08 | 在无线接入系统中控制移动用户站的空闲模式 |
CA2567826A CA2567826C (en) | 2004-06-08 | 2005-06-08 | Controlling idle mode of mobile subscriber station in wireless access system |
JP2007527003A JP4750117B2 (ja) | 2004-06-08 | 2005-06-08 | 無線接続システムで移動局の遊休モードを制御する方法 |
ES05749544T ES2328265T3 (es) | 2004-06-08 | 2005-06-08 | Control de modo en espera de estacion de abonado movil en un sistema de acceso inalambrico. |
PCT/KR2005/001711 WO2005120181A2 (en) | 2004-06-08 | 2005-06-08 | Controlling idle mode of mobile subscriber station in wireless access system |
AT05749544T ATE439717T1 (de) | 2004-06-08 | 2005-06-08 | Steuerung des leerlaufmodus einer mobilen teilnehmerstation in einem drahtlosen zugangssystem |
DE602005015966T DE602005015966D1 (de) | 2004-06-08 | 2005-06-08 | Steuerung des leerlaufmodus einer mobilen teilnehm |
IL179881A IL179881A (en) | 2004-06-08 | 2006-12-06 | Controlling idle mode of mobile subscriber station in wireless access system |
Applications Claiming Priority (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR20040041572 | 2004-06-08 | ||
KR1020040041572 | 2004-06-08 | ||
KR1020050014751A KR20060043092A (ko) | 2004-06-08 | 2005-02-23 | 광대역 무선 접속 시스템에 적용되는 유휴모드 제어 방법 |
KR1020050014751 | 2005-02-23 |
Publications (2)
Publication Number | Publication Date |
---|---|
KR20060043540A KR20060043540A (ko) | 2006-05-15 |
KR100893862B1 true KR100893862B1 (ko) | 2009-04-20 |
Family
ID=37148720
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020050019324A KR100893862B1 (ko) | 2004-06-08 | 2005-03-08 | 광대역 무선 접속 시스템에 적용되는 유휴모드 제어 방법 |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR100893862B1 (ko) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101405951B1 (ko) | 2007-12-05 | 2014-06-12 | 엘지전자 주식회사 | 통신 네트워크에서 유휴 모드 진입 방법 |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101017971B1 (ko) | 2006-05-30 | 2011-03-02 | 삼성전자주식회사 | 광대역 무선접속 시스템에서 유휴상태의 위치 갱신 장치 및방법 |
ES2735625T3 (es) * | 2012-10-10 | 2019-12-19 | Lg Electronics Inc | Procesamiento de búsquedas mediante un servidor que gestiona la movilidad para evitar, en caso de fallo en la búsqueda, la pérdida de los datos de enlace descendente almacenados temporalmente en una pasarela de servicio |
-
2005
- 2005-03-08 KR KR1020050019324A patent/KR100893862B1/ko not_active IP Right Cessation
Non-Patent Citations (3)
Title |
---|
A new wireless paging network architecture, Indoor and Mobile Radio Communications, 1994. Wireless Networks - Catching the Mobile Future.,Volume 4, 18-23 Sept. 1994 Page(s):1183 - 1187 vol.4 |
cdma2000: battery life improvement techniques, Personal, Indoor and Mobile Radio Communications, 2000. PIMRC 2000. The 11th IEEE International Symposium on, Volume 2, 18-21 Sept. 2000 Page(s):954 - |
Paging scheme for high-speed portable Internet (HPi) system, Hyun Suk Roh; Sang-ho Lee;, Advanced Communication Technology, 2006. ICACT 2006. The 8th International Conference, Volume 3, 20-22 Feb. 2 |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101405951B1 (ko) | 2007-12-05 | 2014-06-12 | 엘지전자 주식회사 | 통신 네트워크에서 유휴 모드 진입 방법 |
Also Published As
Publication number | Publication date |
---|---|
KR20060043540A (ko) | 2006-05-15 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7894831B2 (en) | Controlling idle mode of mobile subscriber station in wireless access system | |
CA2568858C (en) | Supporting idle mode of mobile station in wireless access system | |
KR101740426B1 (ko) | 무선 통신 시스템에서 위치 갱신 방법 | |
EP1758424A1 (en) | System and method for shortened paging in a wireless mobile communication system based on internet protocol | |
US20080031160A1 (en) | Method for Allocating Paging Cycle in Mobile Communication | |
US7917183B2 (en) | Method of controlling idle mode in broadband wireless access system | |
KR101606789B1 (ko) | 멀티미디어 서비스를 수신하는 유휴 모드 상태의 단말들을 고려한 효과적인 멀티미디어 데이터 전송 방법 | |
KR100893862B1 (ko) | 광대역 무선 접속 시스템에 적용되는 유휴모드 제어 방법 | |
KR20060042128A (ko) | 광대역 무선 접속 시스템에서 유휴모드 지원 방법 | |
KR101080556B1 (ko) | 광대역 무선 접속 시스템에서 호출정보 할당방법 | |
KR101128796B1 (ko) | 광대역 무선 접속 시스템에서 단말의 유휴모드 지원 방법 | |
KR100875419B1 (ko) | 광대역 무선접속 시스템에서 유휴모드 단말의 유효성 확인방법 | |
KR101108850B1 (ko) | 광대역 무선접속 시스템에 적용되는 유휴모드 수행 방법 | |
KR100788899B1 (ko) | 이동 광대역 무선 접속 시스템에서 유휴 모드 관리방법 | |
JP4833994B2 (ja) | 無線接続システムにおける遊休モード動作方法 | |
KR20060043092A (ko) | 광대역 무선 접속 시스템에 적용되는 유휴모드 제어 방법 | |
KR20090044946A (ko) | 무선 통신 시스템에서 페이징 방법 및 그 시스템 | |
KR20060028622A (ko) | 광대역 무선접속 시스템을 위한 단말정보 해제 방법. | |
MXPA06014186A (en) | Supporting idle mode of mobile station in wireless access system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PA0109 | Patent application |
Patent event code: PA01091R01D Comment text: Patent Application Patent event date: 20050308 |
|
PG1501 | Laying open of application | ||
A201 | Request for examination | ||
PA0201 | Request for examination |
Patent event code: PA02012R01D Patent event date: 20070313 Comment text: Request for Examination of Application Patent event code: PA02011R01I Patent event date: 20050308 Comment text: Patent Application |
|
E902 | Notification of reason for refusal | ||
PE0902 | Notice of grounds for rejection |
Comment text: Notification of reason for refusal Patent event date: 20080609 Patent event code: PE09021S01D |
|
E90F | Notification of reason for final refusal | ||
PE0902 | Notice of grounds for rejection |
Comment text: Final Notice of Reason for Refusal Patent event date: 20081125 Patent event code: PE09021S02D |
|
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: 20090226 |
|
GRNT | Written decision to grant | ||
PR0701 | Registration of establishment |
Comment text: Registration of Establishment Patent event date: 20090410 Patent event code: PR07011E01D |
|
PR1002 | Payment of registration fee |
Payment date: 20090413 End annual number: 3 Start annual number: 1 |
|
PG1601 | Publication of registration | ||
FPAY | Annual fee payment | ||
PR1001 | Payment of annual fee |
Payment date: 20120327 Start annual number: 4 End annual number: 4 |
|
FPAY | Annual fee payment | ||
PR1001 | Payment of annual fee |
Payment date: 20130326 Start annual number: 5 End annual number: 5 |
|
PR1001 | Payment of annual fee |
Payment date: 20140327 Start annual number: 6 End annual number: 6 |
|
PR1001 | Payment of annual fee |
Payment date: 20150324 Start annual number: 7 End annual number: 7 |
|
FPAY | Annual fee payment |
Payment date: 20160324 Year of fee payment: 8 |
|
PR1001 | Payment of annual fee |
Payment date: 20160324 Start annual number: 8 End annual number: 8 |
|
FPAY | Annual fee payment |
Payment date: 20170314 Year of fee payment: 9 |
|
PR1001 | Payment of annual fee |
Payment date: 20170314 Start annual number: 9 End annual number: 9 |
|
LAPS | Lapse due to unpaid annual fee | ||
PC1903 | Unpaid annual fee |