Project

General

Profile

Actions

Bug #4844

open

do not resent DL assignment on RACH

Added by lynxis over 3 years ago. Updated 9 months ago.

Status:
Feedback
Priority:
Normal
Assignee:
Target version:
-
Start date:
11/04/2020
Due date:
% Done:

0%

Spec Reference:

Description

When a MS wants to send data without a TBF present,
it sends a RACH, get's an immediate assign, moves over to the PDCH and receives a UL assignment.

However if the MS misses either the immediate assign or the UL assignment, the PCU tries to assign using the TLLI 0x0, which seems to be wrong.
The PCU uses TLLI 0x0, even it can't know the TLLI of the MS. It only knows it by the first UL data.

MS        PCU
RACH ->      
     X-  IMM assign (MS never receive IMM assign)
    ----  PCU have a UL timeout and doesn't know the TLLI
     <-  UL TBF Assignment TLLI for 0x0000000.
Actions #1

Updated by fixeria over 3 years ago

This is a very confusing ticket description:

do not resent DL assignment on RACH

RACH is an Uplink-only unidirectional channel, so how can a Downlink assignment be sent on Uplink?

When a MS wants to send data without a TBF present,
it sends a RACH, get's an immediate assign, moves over to the PDCH and receives a UL assignment.

It actually receives an Uplink resource assignment in the Rest Octets of (RR) Immediate Assignment.

However if the MS misses either the immediate assign or the UL assignment, the PCU tries to assign using the TLLI 0x0, which seems to be wrong.
The PCU uses TLLI 0x0, even it can't know the TLLI of the MS. It only knows it by the first UL data.

Yep, more specifically a new TBF is always allocated with TLLI=0x00000000. I am not sure if 0x00000000 or 0xffffffff is a valid TLLI; the specs. do not mention any reserved values. On the other hand, in osmo-ttcn-hack we do have TLLI_UNUSED := 'FFFFFFFF'...

Actions #2

Updated by laforge over 3 years ago

On Wed, Nov 04, 2020 at 05:04:09AM +0000, fixeria [REDMINE] wrote:

Yep, more specifically a new TBF is always allocated with TLLI=0x00000000. I am not sure if 0x00000000 or 0xffffffff is a valid TLLI; the specs. do not mention any reserved values. On the other hand, in osmo-ttcn-hack we do have TLLI_UNUSED := 'FFFFFFFF'...

TLLI is derived from TMSI, and TMSI 0xffffffff is reserved for "not valid TLLI". the reason for that
is that EF.TMSI - like all files on smart cards - are 0xffffffff in erased state.

Actions #3

Updated by fixeria over 3 years ago

I have not (yet) tested this change, and didn't run ttcn3-pcu-test against it:

https://gerrit.osmocom.org/c/osmo-pcu/+/21073 TLLI 0x00000000 is a valid TLLI, use 0xffffffff instead

so let's keep it WIP for now.

Actions #4

Updated by fixeria over 3 years ago

P.S. BEWARE! Opening huge diffs in Gerrit may lead to OOM!

Actions #5

Updated by lynxis over 3 years ago

  • Assignee set to fixeria
Actions #6

Updated by fixeria about 3 years ago

  • Status changed from New to Feedback
  • Assignee changed from fixeria to lynxis

I still do not understand what's the problem here, please clarify ticket description.

However if the MS misses either the immediate assign or the UL assignment, the PCU tries to assign using the TLLI 0x0, which seems to be wrong. The PCU uses TLLI 0x0, even it can't know the TLLI of the MS. It only knows it by the first UL data.

What do you expect to happen if the MS does not respond to the assignment?

Actions #7

Updated by lynxis about 3 years ago

  • Description updated (diff)
Actions #8

Updated by lynxis about 3 years ago

  • Assignee changed from lynxis to fixeria
  • % Done changed from 0 to 60
Actions #9

Updated by fixeria about 3 years ago

I am sorry, but it's still not clear what's wrong and what do you expect. I am inclined to reject it.

RACH ->      
     X-  IMM assign (MS never receive IMM assign)
    ----  PCU have a UL timeout and doesn't know the TLLI
     <-  UL TBF Assignment TLLI for 0x0000000.

Why would there be another assignment (last packet in your diagram)? Yes, osmo-pcu would create an Uplink TBF with a special TLLI (0xffffffff in the recent versions), which would simply expire after a timeout. Other than the first assignment in Immediate Assignment, nothing else will be sent.

I created a very simple test case that confirms my understanding:

https://git.osmocom.org/osmo-ttcn3-hacks/commit/?h=fixeria/OS4844&id=46cf8242d2be9f49f035bd4970cb33cdcf6e9dd2

Feel free to change this test case in order to demonstrate the problem, or at least provide a proper explanation.

Actions #10

Updated by fixeria about 3 years ago

  • Assignee changed from fixeria to lynxis
  • % Done changed from 60 to 0
Actions #11

Updated by pespin over 2 years ago

I am not aware of such an issue in nowdays PCU after all the fixes and refactorings, so I'd be inclinded to close the ticket too. Leting lynxis comment on it.

Actions #12

Updated by pespin 9 months ago

More than 1 year without feedback here, so I'm inclined to close this ticket in the following weeks/months if no new feedback or ttcn3 test / manual run is provided showing the problem.

Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)