Skip to content
Snippets Groups Projects
Commit c383e50b authored by Cedric Roux's avatar Cedric Roux
Browse files

This commit rejects an UE that connects by sending RRCConnectionRequest with S-TMSI.

The observed behavior (samsung phone, lte dongle, sequans box) is that the UE
keeps connecting over and over again.
parent 477104ec
No related branches found
No related tags found
No related merge requests found
Loading
  • Florian Kaltenberger @florian.kaltenberger ·
    Owner

    when you say "keeps connecting over and over again" how does it connect? Again with S-TMSI or with the initial procedure?

  • Csaba Sipos @csaba.sipos ·
    Developer

    Hi Florian,

    We've been talking about this for a day now.

    The conclusion is this:

    1. THere is no way to signal the UE anything in the RRC layer (RRCConnectionReject does not hold any cause information).
    2. If we do the reject what this patch does, there is a chance that a UE will stuck in this state and keep retrying with S-TMSI, cause the specs. does not tell explicitly what to do, so there is a high chance that the behavior of the UE in a consecutive RRCReject event will be implementation (vendor) dependent.
    3. Because of this what we can do is to send an explicit (MME originated) Detach with the "Re-Attach required" required flag set. This also not guarantees that the UE will not try with the S-TMSI again, it needs testing, but still it seems a better way.
    4. But in the end there is a high chance that we will need to implement S-TMSI handling anyway, cause even if its optional, it seems there is no proper way to handle this through signalling.

    Regards, Csaba

  • Florian Kaltenberger @florian.kaltenberger ·
    Owner

    Hi Csaba, thanks for this clarification.

  • Cédric Roux @Cedric.Roux ·
    Developer

    Yes, "keeps connecting over and over again" means the UE does it over and over with S-TMSI, at least the ones I tried (with the sequans right now for example). This really was just a test. I still prefer it than the Assert because the eNB does not crash anymore here. But yes, as Csaba says, we need to handle this case properly.

  • Csaba Sipos @csaba.sipos ·
    Developer

    "I still prefer it than the Assert because the eNB does not crash anymore"

    Totally aggree with that.

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment