top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

LTE: What does significance of presence of rlf-InfoAvailable-r9 in RRC-reestablishment Complete message ?

+4 votes
2,580 views

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 ?

posted Dec 9, 2013 by Harshita

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

1 Answer

+4 votes

rlf-InfoAvailable-r10 ,

This Message is used to indicate to the network that the UE has some information relating to the RL Failure that occurred.

The UE will send the information back in the response.

It should be noted that this UEInformationRequest and Response messages were introduced part of Release-9 but there has been since some updates in Release-10. The Response message now looks as follows:

RLF-Report-r9 ::=      SEQUENCE {
 measResultLastServCell-r9    SEQUENCE {
  rsrpResult-r9       RSRP-Range,
  rsrqResult-r9       RSRQ-Range   OPTIONAL
 },
 measResultNeighCells-r9    SEQUENCE {
  measResultListEUTRA-r9    MeasResultList2EUTRA-r9   OPTIONAL,
  measResultListUTRA-r9    MeasResultList2UTRA-r9   OPTIONAL,
  measResultListGERAN-r9    MeasResultListGERAN    OPTIONAL,
  measResultsCDMA2000-r9    MeasResultList2CDMA2000-r9  OPTIONAL
 } OPTIONAL,
 ...,
 [[ locationInfo-r10    LocationInfo-r10  OPTIONAL,
  failedPCellId-r10      CHOICE {
   cellGlobalId-r10      CellGlobalIdEUTRA,
   pci-arfcn-r10       SEQUENCE {
    physCellId-r10       PhysCellId,
    carrierFreq-r10       ARFCN-ValueEUTRA
   }
  }                OPTIONAL,
  reestablishmentCellId-r10  CellGlobalIdEUTRA    OPTIONAL,
  timeConnFailure-r10    INTEGER (0..1023)    OPTIONAL,
  connectionFailureType-r10  ENUMERATED {rlf, hof}   OPTIONAL,
  previousPCellId-r10    CellGlobalIdEUTRA    OPTIONAL
 ]]
}
answer Dec 9, 2013 by Giri Prasad
well explained
Similar Questions
+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.

+2 votes

During attach procedure, UE sends "Attach Request" along with "RRC Connection Setup Complete", eNodeB sends "Attach Accept" along with "RRC Connection Reconfiguration then why UE does not send "Attach Complete" along with "RRC Connection Reconfiguration Complete" message ? What could be the reason for defining the messages so ?

...