top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

LTE : What is the significance of presence of phyCellId in RRC Connection Reestablishment Request message ?

+3 votes
1,394 views
LTE : What is the significance of presence of phyCellId in RRC Connection Reestablishment Request message ?
posted Aug 12, 2015 by Vikram Singh

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+7 votes

If you will have a look in to reestablishment request message you will these IE's sent as reestablishment identity.

ReestabUE-Identity ::= SEQUENCE {
c-RNTI C-RNTI,
physCellId PhysCellId,
shortMAC-I ShortMAC-I
}

Importance of PCI
PCI is the previous cell PCI, before sending reestablishment with which cell it was previously connected with. So using this IE you can know with which cell UE was connected previously. So he can check the PCi info in his neighbor list and can take some intelligence decision.

Importance of CRNTI
C-RNTI also helps in the same way, let me tell you a scenario Suppose UE side RLF happened due to bad channel condition but eNodeB will mantain context of UE for some time, with in that time suppose that UE sends Reestablishment request to same cell then PCI + CRNTI will give unique identification and you can get the UE context in the same cell as before RLF UE was connected with this cell only.

Importance of MAC-I
As UE was connected with some cell previously so as part of security both UE and eNodeB security is activated, as due to RLF Ue lost his resource of SRB1 and SRB2 , so to send Reestablishment request UE have to use SRB0 only, But we know that SRB0 imposes no security , so as part of verification UE sends MAC-I of previous security context so that eNodeB can verify it.

Hope it helps.

answer Aug 13, 2015 by Sachidananda Sahu
Well explained Sahu. deserves a "+1"
Similar Questions
+4 votes

In release 9 of 3GPP 36.331 specification, a new IE "rlf-InfoAvailable-r9" has been introduced in rrc re-establishment complete message. Can anyone please explain this ?

+2 votes

It may be an easy question but still I have some doubt.
How RRC Connection setup procedure gets impacted with the presence of "S-TMSI" as an UE-Identity within the RRC Connection Request message ?
Note: RRC Connection request message can carry either 5 bytes long (S-TMSI) or 5 bytes long random value.

+1 vote

Which message EnodeB will communicate to MME after Receiving the Reestablishment Complete message from UE. what else messages will transverse between EnodeB and MME, before sending Reconfiguration message to UE from EnodeB after Reestablishment complete message has been received at EnodeB.

+1 vote

Usually, I always saw when UE sends "S-TMSI" in RRC connection Request message then it definitely sends "Registered MME Information " in RRC Connection Setup Complete message.

I am looking for a scenario on which UE sends "Random number" in RRC Connection Request message and "Registered MME Information" in RRC Connection Setup Complete message.

...