Thread Links Date Links
Thread Prev Thread Next Thread Index Date Prev Date Next Date Index

Re: [STDS-802-16-MOBILE] [Harmonization] contributions uploaded



Title: [STDS-802-16-MOBILE] [Harmonization] contributions uploaded
Hi Mo-Han,
 
I have some editorial comment on the "Enhancement to Normal Mode to Sleep Mode Transition (rev 2).pdf ".
 
In the Table 92b (actuallly, Table 106b),
 
Management Message Type = 46 -->  51
 
From
    Action code        2bit            0b00 - Enter sleep mode
                                                0b01 - Enter sleep mode for 'sleep duration'.
                                                           The MSS shall not initiate to enter normal mode during the sleep duration.
                                                0b10 - remain in normal mode. The MSS may retransmit the MOB_SLP_REG message
                                                           after the time duration (REQ-duration) given by the BS in this message.
                                                0b11 - remain in normal mode. The MSS shall not retransmit the MOB-SLP-REQ message
                                                           and shall await the MOB-SLP-RSP message from the BS
    If(action code == 00 || 01) {
        Start frame
        Initial-sleep window
        Final-sleep window
        Listening interval
        Final-sleep window exponent
        SLPID
        If(action code == 01) {
            sleep duration
        }
    }
    else if (code == 10 {
        REQ-duration
    }
 
To
    Action code        2bit            0b00 - remain in normal mode. The MSS may retransmit the MOB_SLP_REG message
                                                           after the time duration (REQ-duration) given by the BS in this message.
                                                0b01 - remain in normal mode. The MSS shall not retransmit the MOB-SLP-REQ message
                                                           and shall await the MOB-SLP-RSP message from the BS
                                                0b10 - Enter sleep mode
                                                0b11 - Enter sleep mode for 'sleep duration'.
                                                           The MSS shall not initiate to enter normal mode during the sleep duration.
    If(action code == 00) {
        REQ-duration
    }
    else if(action code == 10 || 11) {
        Start frame
        Initial-sleep window
        Final-sleep window base
        Listening interval
        Final-sleep window exponent
        SLPID
        If(action code == 11) {
            sleep duration
        }
    }
 
-----------------------------------------------------------------------------------------------------------------
In the above scheme, we can show that the action code (2bits) is consist of Sleep-approved (1bit) and After-REQ-action (1bit) in P802.16e/D4.
As you may know,
Sleep-approved, "1" means "Sleep-mode request approved".
After-REQ-action, "1" means "The MSS shall not retransmit the MOB-SLP-REQ message and shall await the MOB-SLP-RSP message from the BS".
 
Therefore, action coe, "11" means "Sleep-mode request approved and the MSS shall not retransmit the MOB-SLP-REQ message, so the MSS can sleep".
 
Regards,
 

Yongjoo Tcha, Ph.D.

Portable Internet Development Team
Convergence Laboratory
KT
 
17, Woomyeon-dong, Seocho-gu, Seoul, 137-792, KOREA
(Tel) +82-2-526-6155   (Fax) +82-2-526-5200
(Mobile) 010-3373-6670   (E-mail) yjtcha@kt.co.kr
 
----- Original Message -----
Sent: Monday, August 16, 2004 2:49 PM
Subject: [STDS-802-16-MOBILE] [Harmonization] contributions uploaded

Hi all,

I have uploaded the following two revised contributions based on the discussion we had on the 8/12 conference call.

1. "Enhanced paging with assigned CDMA code (revision of 04_222) rev 3.pdf" - This is the draft harmonization adhoc consensus contribution

2. "Enhancement to Normal Mode to Sleep Mode Transition (rev 2).pdf " - Refer to a separate email summarizing the open issues.

I have also uploaded a new contribution: "Short Data Burst Support for Sleep Mode MSS.pdf". This contribution proposes the support of short data burst transmission while in sleep mode.

Regards,

Mo-Han